diff --git a/package.json b/package.json index f6694881c5..a482355b59 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ ], "dependencies": { "google-auth-library": "^6.0.0", - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "@compodoc/compodoc": "^1.1.10", diff --git a/src/apis/abusiveexperiencereport/package.json b/src/apis/abusiveexperiencereport/package.json index 5bb8768142..ef27b3c0f2 100644 --- a/src/apis/abusiveexperiencereport/package.json +++ b/src/apis/abusiveexperiencereport/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/abusiveexperiencereport/v1.ts b/src/apis/abusiveexperiencereport/v1.ts index 89d0a7c219..96ed4e6731 100644 --- a/src/apis/abusiveexperiencereport/v1.ts +++ b/src/apis/abusiveexperiencereport/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace abusiveexperiencereport_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -308,11 +320,6 @@ export namespace abusiveexperiencereport_v1 { } export interface Params$Resource$Sites$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the site whose summary to get, e.g. `sites/http%3A%2F%2Fwww.google.com%2F`. Format: `sites/{site}` */ @@ -457,10 +464,5 @@ export namespace abusiveexperiencereport_v1 { } export interface Params$Resource$Violatingsites$List - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} } diff --git a/src/apis/acceleratedmobilepageurl/package.json b/src/apis/acceleratedmobilepageurl/package.json index 808fc42732..c13481ef6f 100644 --- a/src/apis/acceleratedmobilepageurl/package.json +++ b/src/apis/acceleratedmobilepageurl/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/acceleratedmobilepageurl/v1.ts b/src/apis/acceleratedmobilepageurl/v1.ts index 322a94e2c0..f0f5718ea1 100644 --- a/src/apis/acceleratedmobilepageurl/v1.ts +++ b/src/apis/acceleratedmobilepageurl/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace acceleratedmobilepageurl_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -329,11 +341,6 @@ export namespace acceleratedmobilepageurl_v1 { } export interface Params$Resource$Ampurls$Batchget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/accessapproval/package.json b/src/apis/accessapproval/package.json index cb5f579c25..abf26c9a28 100644 --- a/src/apis/accessapproval/package.json +++ b/src/apis/accessapproval/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/accessapproval/v1.ts b/src/apis/accessapproval/v1.ts index 10052c4861..87f14a9c49 100644 --- a/src/apis/accessapproval/v1.ts +++ b/src/apis/accessapproval/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace accessapproval_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -728,11 +740,6 @@ export namespace accessapproval_v1 { export interface Params$Resource$Folders$Deleteaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the AccessApprovalSettings to delete. */ @@ -740,11 +747,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Folders$Getaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the AccessApprovalSettings to retrieve. */ @@ -752,11 +754,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Folders$Updateaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the settings. Format is one of:
  1. "projects/{project_id}/accessApprovalSettings"
  2. "folders/{folder_id}/accessApprovalSettings"
  3. "organizations/{organization_id}/accessApprovalSettings"
    1. */ @@ -1374,11 +1371,6 @@ export namespace accessapproval_v1 { export interface Params$Resource$Folders$Approvalrequests$Approve extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the approval request to approve. */ @@ -1391,11 +1383,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Folders$Approvalrequests$Dismiss extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ApprovalRequest to dismiss. */ @@ -1408,11 +1395,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Folders$Approvalrequests$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the approval request to retrieve. */ @@ -1420,11 +1402,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Folders$Approvalrequests$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter on the type of approval requests to retrieve. Must be one of the following values:
      1. [not set]: Requests that are pending or have active approvals.
      2. ALL: All requests.
      3. PENDING: Only pending requests.
      4. ACTIVE: Only active (i.e. currently approved) requests.
      5. DISMISSED: Only dismissed (including expired) requests.
      */ @@ -1892,11 +1869,6 @@ export namespace accessapproval_v1 { export interface Params$Resource$Organizations$Deleteaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the AccessApprovalSettings to delete. */ @@ -1904,11 +1876,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Organizations$Getaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the AccessApprovalSettings to retrieve. */ @@ -1916,11 +1883,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Organizations$Updateaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the settings. Format is one of:
      1. "projects/{project_id}/accessApprovalSettings"
      2. "folders/{folder_id}/accessApprovalSettings"
      3. "organizations/{organization_id}/accessApprovalSettings"
        1. */ @@ -2538,11 +2500,6 @@ export namespace accessapproval_v1 { export interface Params$Resource$Organizations$Approvalrequests$Approve extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the approval request to approve. */ @@ -2555,11 +2512,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Organizations$Approvalrequests$Dismiss extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ApprovalRequest to dismiss. */ @@ -2572,11 +2524,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Organizations$Approvalrequests$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the approval request to retrieve. */ @@ -2584,11 +2531,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Organizations$Approvalrequests$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter on the type of approval requests to retrieve. Must be one of the following values:
          1. [not set]: Requests that are pending or have active approvals.
          2. ALL: All requests.
          3. PENDING: Only pending requests.
          4. ACTIVE: Only active (i.e. currently approved) requests.
          5. DISMISSED: Only dismissed (including expired) requests.
          */ @@ -3056,11 +2998,6 @@ export namespace accessapproval_v1 { export interface Params$Resource$Projects$Deleteaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the AccessApprovalSettings to delete. */ @@ -3068,11 +3005,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Projects$Getaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the AccessApprovalSettings to retrieve. */ @@ -3080,11 +3012,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Projects$Updateaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the settings. Format is one of:
          1. "projects/{project_id}/accessApprovalSettings"
          2. "folders/{folder_id}/accessApprovalSettings"
          3. "organizations/{organization_id}/accessApprovalSettings"
            1. */ @@ -3702,11 +3629,6 @@ export namespace accessapproval_v1 { export interface Params$Resource$Projects$Approvalrequests$Approve extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the approval request to approve. */ @@ -3719,11 +3641,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Projects$Approvalrequests$Dismiss extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ApprovalRequest to dismiss. */ @@ -3736,11 +3653,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Projects$Approvalrequests$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the approval request to retrieve. */ @@ -3748,11 +3660,6 @@ export namespace accessapproval_v1 { } export interface Params$Resource$Projects$Approvalrequests$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter on the type of approval requests to retrieve. Must be one of the following values:
              1. [not set]: Requests that are pending or have active approvals.
              2. ALL: All requests.
              3. PENDING: Only pending requests.
              4. ACTIVE: Only active (i.e. currently approved) requests.
              5. DISMISSED: Only dismissed (including expired) requests.
              */ diff --git a/src/apis/accessapproval/v1beta1.ts b/src/apis/accessapproval/v1beta1.ts index a6f561442d..8270b0ba80 100644 --- a/src/apis/accessapproval/v1beta1.ts +++ b/src/apis/accessapproval/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace accessapproval_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -722,11 +734,6 @@ export namespace accessapproval_v1beta1 { export interface Params$Resource$Folders$Deleteaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the AccessApprovalSettings to delete. */ @@ -734,11 +741,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Folders$Getaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the AccessApprovalSettings to retrieve. */ @@ -746,11 +748,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Folders$Updateaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the settings. Format is one of:
              1. "projects/{project_id}/accessApprovalSettings"
              2. "folders/{folder_id}/accessApprovalSettings"
              3. "organizations/{organization_id}/accessApprovalSettings"
                1. */ @@ -1368,11 +1365,6 @@ export namespace accessapproval_v1beta1 { export interface Params$Resource$Folders$Approvalrequests$Approve extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the approval request to approve. */ @@ -1385,11 +1377,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Folders$Approvalrequests$Dismiss extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ApprovalRequest to dismiss. */ @@ -1402,11 +1389,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Folders$Approvalrequests$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the approval request to retrieve. */ @@ -1414,11 +1396,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Folders$Approvalrequests$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter on the type of approval requests to retrieve. Must be one of the following values:
                  1. [not set]: Requests that are pending or have active approvals.
                  2. ALL: All requests.
                  3. PENDING: Only pending requests.
                  4. ACTIVE: Only active (i.e. currently approved) requests.
                  5. DISMISSED: Only dismissed (including expired) requests.
                  */ @@ -1880,11 +1857,6 @@ export namespace accessapproval_v1beta1 { export interface Params$Resource$Organizations$Deleteaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the AccessApprovalSettings to delete. */ @@ -1892,11 +1864,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Organizations$Getaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the AccessApprovalSettings to retrieve. */ @@ -1904,11 +1871,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Organizations$Updateaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the settings. Format is one of:
                  1. "projects/{project_id}/accessApprovalSettings"
                  2. "folders/{folder_id}/accessApprovalSettings"
                  3. "organizations/{organization_id}/accessApprovalSettings"
                    1. */ @@ -2526,11 +2488,6 @@ export namespace accessapproval_v1beta1 { export interface Params$Resource$Organizations$Approvalrequests$Approve extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the approval request to approve. */ @@ -2543,11 +2500,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Organizations$Approvalrequests$Dismiss extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ApprovalRequest to dismiss. */ @@ -2560,11 +2512,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Organizations$Approvalrequests$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the approval request to retrieve. */ @@ -2572,11 +2519,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Organizations$Approvalrequests$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter on the type of approval requests to retrieve. Must be one of the following values:
                      1. [not set]: Requests that are pending or have active approvals.
                      2. ALL: All requests.
                      3. PENDING: Only pending requests.
                      4. ACTIVE: Only active (i.e. currently approved) requests.
                      5. DISMISSED: Only dismissed (including expired) requests.
                      */ @@ -3038,11 +2980,6 @@ export namespace accessapproval_v1beta1 { export interface Params$Resource$Projects$Deleteaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the AccessApprovalSettings to delete. */ @@ -3050,11 +2987,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Projects$Getaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the AccessApprovalSettings to retrieve. */ @@ -3062,11 +2994,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Projects$Updateaccessapprovalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the settings. Format is one of:
                      1. "projects/{project_id}/accessApprovalSettings"
                      2. "folders/{folder_id}/accessApprovalSettings"
                      3. "organizations/{organization_id}/accessApprovalSettings"
                        1. */ @@ -3684,11 +3611,6 @@ export namespace accessapproval_v1beta1 { export interface Params$Resource$Projects$Approvalrequests$Approve extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the approval request to approve. */ @@ -3701,11 +3623,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Projects$Approvalrequests$Dismiss extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ApprovalRequest to dismiss. */ @@ -3718,11 +3635,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Projects$Approvalrequests$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the approval request to retrieve. */ @@ -3730,11 +3642,6 @@ export namespace accessapproval_v1beta1 { } export interface Params$Resource$Projects$Approvalrequests$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter on the type of approval requests to retrieve. Must be one of the following values:
                          1. [not set]: Requests that are pending or have active approvals.
                          2. ALL: All requests.
                          3. PENDING: Only pending requests.
                          4. ACTIVE: Only active (i.e. currently approved) requests.
                          5. DISMISSED: Only dismissed (including expired) requests.
                          */ diff --git a/src/apis/accesscontextmanager/package.json b/src/apis/accesscontextmanager/package.json index 9a0363fbf2..1835276a20 100644 --- a/src/apis/accesscontextmanager/package.json +++ b/src/apis/accesscontextmanager/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/accesscontextmanager/v1.ts b/src/apis/accesscontextmanager/v1.ts index 5f689fcfda..b8d07be2b4 100644 --- a/src/apis/accesscontextmanager/v1.ts +++ b/src/apis/accesscontextmanager/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace accesscontextmanager_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1237,11 +1249,6 @@ export namespace accesscontextmanager_v1 { export interface Params$Resource$Accesspolicies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1249,11 +1256,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the access policy to delete. Format `accessPolicies/{policy_id}` */ @@ -1261,11 +1263,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the access policy to get. Format `accessPolicies/{policy_id}` */ @@ -1273,11 +1270,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Number of AccessPolicy instances to include in the list. Default 100. */ @@ -1293,11 +1285,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/{policy_id}` */ @@ -2212,11 +2199,6 @@ export namespace accesscontextmanager_v1 { export interface Params$Resource$Accesspolicies$Accesslevels$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the access policy which owns this Access Level. Format: `accessPolicies/{policy_id}` */ @@ -2229,11 +2211,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$Accesslevels$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the Access Level. Format: `accessPolicies/{policy_id}/accessLevels/{access_level_id}` */ @@ -2241,11 +2218,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$Accesslevels$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to return `BasicLevels` in the Cloud Common Expression Language rather than as `BasicLevels`. Defaults to AS_DEFINED, where Access Levels are returned as `BasicLevels` or `CustomLevels` based on how they were created. If set to CEL, all Access Levels are returned as `CustomLevels`. In the CEL case, `BasicLevels` are translated to equivalent `CustomLevels`. */ @@ -2257,11 +2229,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$Accesslevels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to return `BasicLevels` in the Cloud Common Expression language, as `CustomLevels`, rather than as `BasicLevels`. Defaults to returning `AccessLevels` in the format they were defined. */ @@ -2281,11 +2248,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$Accesslevels$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the Access Level. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{policy_id}/accessLevels/{short_name}`. The maximum length of the `short_name` component is 50 characters. */ @@ -2302,11 +2264,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$Accesslevels$Replaceall extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the access policy which owns these Access Levels. Format: `accessPolicies/{policy_id}` */ @@ -3371,11 +3328,6 @@ export namespace accesscontextmanager_v1 { export interface Params$Resource$Accesspolicies$Serviceperimeters$Commit extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the parent Access Policy which owns all Service Perimeters in scope for the commit operation. Format: `accessPolicies/{policy_id}` */ @@ -3388,11 +3340,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$Serviceperimeters$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the access policy which owns this Service Perimeter. Format: `accessPolicies/{policy_id}` */ @@ -3405,11 +3352,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$Serviceperimeters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the Service Perimeter. Format: `accessPolicies/{policy_id}/servicePerimeters/{service_perimeter_id}` */ @@ -3417,11 +3359,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$Serviceperimeters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the Service Perimeter. Format: `accessPolicies/{policy_id}/servicePerimeters/{service_perimeters_id}` */ @@ -3429,11 +3366,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$Serviceperimeters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Number of Service Perimeters to include in the list. Default 100. */ @@ -3449,11 +3381,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$Serviceperimeters$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the ServicePerimeter. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}` */ @@ -3470,11 +3397,6 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Accesspolicies$Serviceperimeters$Replaceall extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the access policy which owns these Service Perimeters. Format: `accessPolicies/{policy_id}` */ @@ -4031,11 +3953,6 @@ export namespace accesscontextmanager_v1 { export interface Params$Resource$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -4048,33 +3965,18 @@ export namespace accesscontextmanager_v1 { } export interface Params$Resource$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ name?: string; } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/accesscontextmanager/v1beta.ts b/src/apis/accesscontextmanager/v1beta.ts index a9e82811d7..4c24f1cfb7 100644 --- a/src/apis/accesscontextmanager/v1beta.ts +++ b/src/apis/accesscontextmanager/v1beta.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace accesscontextmanager_v1beta { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1149,11 +1161,6 @@ export namespace accesscontextmanager_v1beta { export interface Params$Resource$Accesspolicies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1161,11 +1168,6 @@ export namespace accesscontextmanager_v1beta { } export interface Params$Resource$Accesspolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the access policy to delete. Format `accessPolicies/{policy_id}` */ @@ -1173,11 +1175,6 @@ export namespace accesscontextmanager_v1beta { } export interface Params$Resource$Accesspolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the access policy to get. Format `accessPolicies/{policy_id}` */ @@ -1185,11 +1182,6 @@ export namespace accesscontextmanager_v1beta { } export interface Params$Resource$Accesspolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Number of AccessPolicy instances to include in the list. Default 100. */ @@ -1205,11 +1197,6 @@ export namespace accesscontextmanager_v1beta { } export interface Params$Resource$Accesspolicies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of the `AccessPolicy`. Format: `accessPolicies/{policy_id}` */ @@ -1973,11 +1960,6 @@ export namespace accesscontextmanager_v1beta { export interface Params$Resource$Accesspolicies$Accesslevels$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the access policy which owns this Access Level. Format: `accessPolicies/{policy_id}` */ @@ -1990,11 +1972,6 @@ export namespace accesscontextmanager_v1beta { } export interface Params$Resource$Accesspolicies$Accesslevels$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the Access Level. Format: `accessPolicies/{policy_id}/accessLevels/{access_level_id}` */ @@ -2002,11 +1979,6 @@ export namespace accesscontextmanager_v1beta { } export interface Params$Resource$Accesspolicies$Accesslevels$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to return `BasicLevels` in the Cloud Common Expression Language rather than as `BasicLevels`. Defaults to AS_DEFINED, where Access Levels are returned as `BasicLevels` or `CustomLevels` based on how they were created. If set to CEL, all Access Levels are returned as `CustomLevels`. In the CEL case, `BasicLevels` are translated to equivalent `CustomLevels`. */ @@ -2018,11 +1990,6 @@ export namespace accesscontextmanager_v1beta { } export interface Params$Resource$Accesspolicies$Accesslevels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to return `BasicLevels` in the Cloud Common Expression language, as `CustomLevels`, rather than as `BasicLevels`. Defaults to returning `AccessLevels` in the format they were defined. */ @@ -2042,11 +2009,6 @@ export namespace accesscontextmanager_v1beta { } export interface Params$Resource$Accesspolicies$Accesslevels$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the Access Level. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{policy_id}/accessLevels/{short_name}`. The maximum length // of the `short_name` component is 50 characters. */ @@ -2808,11 +2770,6 @@ export namespace accesscontextmanager_v1beta { export interface Params$Resource$Accesspolicies$Serviceperimeters$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the access policy which owns this Service Perimeter. Format: `accessPolicies/{policy_id}` */ @@ -2825,11 +2782,6 @@ export namespace accesscontextmanager_v1beta { } export interface Params$Resource$Accesspolicies$Serviceperimeters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the Service Perimeter. Format: `accessPolicies/{policy_id}/servicePerimeters/{service_perimeter_id}` */ @@ -2837,11 +2789,6 @@ export namespace accesscontextmanager_v1beta { } export interface Params$Resource$Accesspolicies$Serviceperimeters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the Service Perimeter. Format: `accessPolicies/{policy_id}/servicePerimeters/{service_perimeters_id}` */ @@ -2849,11 +2796,6 @@ export namespace accesscontextmanager_v1beta { } export interface Params$Resource$Accesspolicies$Serviceperimeters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Number of Service Perimeters to include in the list. Default 100. */ @@ -2869,11 +2811,6 @@ export namespace accesscontextmanager_v1beta { } export interface Params$Resource$Accesspolicies$Serviceperimeters$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name for the ServicePerimeter. The `short_name` component must begin with a letter and only include alphanumeric and '_'. Format: `accessPolicies/{policy_id}/servicePerimeters/{short_name}` */ @@ -3029,11 +2966,6 @@ export namespace accesscontextmanager_v1beta { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ diff --git a/src/apis/adexchangebuyer/package.json b/src/apis/adexchangebuyer/package.json index cbe851dc3f..c9b6b3ed92 100644 --- a/src/apis/adexchangebuyer/package.json +++ b/src/apis/adexchangebuyer/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/adexchangebuyer/v1.2.ts b/src/apis/adexchangebuyer/v1.2.ts index ddb656c52d..f4ea81da35 100644 --- a/src/apis/adexchangebuyer/v1.2.ts +++ b/src/apis/adexchangebuyer/v1.2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace adexchangebuyer_v1_2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -851,28 +863,13 @@ export namespace adexchangebuyer_v1_2 { } export interface Params$Resource$Accounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id */ id?: number; } - export interface Params$Resource$Accounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Accounts$List extends StandardParameters {} export interface Params$Resource$Accounts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id */ @@ -884,11 +881,6 @@ export namespace adexchangebuyer_v1_2 { requestBody?: Schema$Account; } export interface Params$Resource$Accounts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id */ @@ -1380,11 +1372,6 @@ export namespace adexchangebuyer_v1_2 { } export interface Params$Resource$Creatives$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The id for the account that will serve this creative. */ @@ -1395,22 +1382,12 @@ export namespace adexchangebuyer_v1_2 { buyerCreativeId?: string; } export interface Params$Resource$Creatives$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Creative; } export interface Params$Resource$Creatives$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of entries returned on one result page. If not set, the default is 100. Optional. */ diff --git a/src/apis/adexchangebuyer/v1.3.ts b/src/apis/adexchangebuyer/v1.3.ts index 4c3920c744..ac8d7ce2ee 100644 --- a/src/apis/adexchangebuyer/v1.3.ts +++ b/src/apis/adexchangebuyer/v1.3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace adexchangebuyer_v1_3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1236,28 +1248,13 @@ export namespace adexchangebuyer_v1_3 { } export interface Params$Resource$Accounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id */ id?: number; } - export interface Params$Resource$Accounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Accounts$List extends StandardParameters {} export interface Params$Resource$Accounts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id */ @@ -1269,11 +1266,6 @@ export namespace adexchangebuyer_v1_3 { requestBody?: Schema$Account; } export interface Params$Resource$Accounts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id */ @@ -1552,22 +1544,13 @@ export namespace adexchangebuyer_v1_3 { } export interface Params$Resource$Billinginfo$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id. */ accountId?: number; } - export interface Params$Resource$Billinginfo$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Billinginfo$List + extends StandardParameters {} export class Resource$Budget { context: APIRequestContext; @@ -2019,11 +2002,6 @@ export namespace adexchangebuyer_v1_3 { } export interface Params$Resource$Budget$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to get the budget information for. */ @@ -2034,11 +2012,6 @@ export namespace adexchangebuyer_v1_3 { billingId?: string; } export interface Params$Resource$Budget$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id associated with the budget being updated. */ @@ -2054,11 +2027,6 @@ export namespace adexchangebuyer_v1_3 { requestBody?: Schema$Budget; } export interface Params$Resource$Budget$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id associated with the budget being updated. */ @@ -2566,11 +2534,6 @@ export namespace adexchangebuyer_v1_3 { } export interface Params$Resource$Creatives$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The id for the account that will serve this creative. */ @@ -2581,22 +2544,12 @@ export namespace adexchangebuyer_v1_3 { buyerCreativeId?: string; } export interface Params$Resource$Creatives$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Creative; } export interface Params$Resource$Creatives$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When specified, only creatives for the given account ids are returned. */ @@ -2898,22 +2851,13 @@ export namespace adexchangebuyer_v1_3 { } export interface Params$Resource$Directdeals$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The direct deal id */ id?: string; } - export interface Params$Resource$Directdeals$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Directdeals$List + extends StandardParameters {} export class Resource$Performancereport { context: APIRequestContext; @@ -3073,11 +3017,6 @@ export namespace adexchangebuyer_v1_3 { export interface Params$Resource$Performancereport$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to get the reports. */ @@ -4104,11 +4043,6 @@ export namespace adexchangebuyer_v1_3 { export interface Params$Resource$Pretargetingconfig$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to delete the pretargeting config for. */ @@ -4120,11 +4054,6 @@ export namespace adexchangebuyer_v1_3 { } export interface Params$Resource$Pretargetingconfig$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to get the pretargeting config for. */ @@ -4136,11 +4065,6 @@ export namespace adexchangebuyer_v1_3 { } export interface Params$Resource$Pretargetingconfig$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to insert the pretargeting config for. */ @@ -4153,11 +4077,6 @@ export namespace adexchangebuyer_v1_3 { } export interface Params$Resource$Pretargetingconfig$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to get the pretargeting configs for. */ @@ -4165,11 +4084,6 @@ export namespace adexchangebuyer_v1_3 { } export interface Params$Resource$Pretargetingconfig$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to update the pretargeting config for. */ @@ -4186,11 +4100,6 @@ export namespace adexchangebuyer_v1_3 { } export interface Params$Resource$Pretargetingconfig$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to update the pretargeting config for. */ diff --git a/src/apis/adexchangebuyer/v1.4.ts b/src/apis/adexchangebuyer/v1.4.ts index 854b509dd3..e0079fd6e7 100644 --- a/src/apis/adexchangebuyer/v1.4.ts +++ b/src/apis/adexchangebuyer/v1.4.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace adexchangebuyer_v1_4 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -2214,28 +2226,13 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Accounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id */ id?: number; } - export interface Params$Resource$Accounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Accounts$List extends StandardParameters {} export interface Params$Resource$Accounts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Confirmation for erasing bidder and cookie matching urls. */ @@ -2251,11 +2248,6 @@ export namespace adexchangebuyer_v1_4 { requestBody?: Schema$Account; } export interface Params$Resource$Accounts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Confirmation for erasing bidder and cookie matching urls. */ @@ -2538,22 +2530,13 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Billinginfo$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id. */ accountId?: number; } - export interface Params$Resource$Billinginfo$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Billinginfo$List + extends StandardParameters {} export class Resource$Budget { context: APIRequestContext; @@ -3005,11 +2988,6 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Budget$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to get the budget information for. */ @@ -3020,11 +2998,6 @@ export namespace adexchangebuyer_v1_4 { billingId?: string; } export interface Params$Resource$Budget$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id associated with the budget being updated. */ @@ -3040,11 +3013,6 @@ export namespace adexchangebuyer_v1_4 { requestBody?: Schema$Budget; } export interface Params$Resource$Budget$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id associated with the budget being updated. */ @@ -3969,11 +3937,6 @@ export namespace adexchangebuyer_v1_4 { export interface Params$Resource$Creatives$Adddeal extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The id for the account that will serve this creative. */ @@ -3988,11 +3951,6 @@ export namespace adexchangebuyer_v1_4 { dealId?: string; } export interface Params$Resource$Creatives$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The id for the account that will serve this creative. */ @@ -4003,22 +3961,12 @@ export namespace adexchangebuyer_v1_4 { buyerCreativeId?: string; } export interface Params$Resource$Creatives$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Creative; } export interface Params$Resource$Creatives$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When specified, only creatives for the given account ids are returned. */ @@ -4046,11 +3994,6 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Creatives$Listdeals extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The id for the account that will serve this creative. */ @@ -4062,11 +4005,6 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Creatives$Removedeal extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The id for the account that will serve this creative. */ @@ -4677,11 +4615,6 @@ export namespace adexchangebuyer_v1_4 { export interface Params$Resource$Marketplacedeals$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The proposalId to delete deals from. */ @@ -4694,11 +4627,6 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Marketplacedeals$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * proposalId for which deals need to be added. */ @@ -4711,11 +4639,6 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Marketplacedeals$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Query string to retrieve specific deals. */ @@ -4727,11 +4650,6 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Marketplacedeals$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The proposalId to edit deals on. */ @@ -5035,11 +4953,6 @@ export namespace adexchangebuyer_v1_4 { export interface Params$Resource$Marketplacenotes$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The proposalId to add notes for. */ @@ -5052,11 +4965,6 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Marketplacenotes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Query string to retrieve specific notes. To search the text contents of notes, please use syntax like "WHERE note.note = "foo" or "WHERE note.note LIKE "%bar%" */ @@ -5212,11 +5120,6 @@ export namespace adexchangebuyer_v1_4 { export interface Params$Resource$Marketplaceprivateauction$Updateproposal extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The private auction id to be updated. */ @@ -5386,11 +5289,6 @@ export namespace adexchangebuyer_v1_4 { export interface Params$Resource$Performancereport$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to get the reports. */ @@ -6438,11 +6336,6 @@ export namespace adexchangebuyer_v1_4 { export interface Params$Resource$Pretargetingconfig$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to delete the pretargeting config for. */ @@ -6454,11 +6347,6 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Pretargetingconfig$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to get the pretargeting config for. */ @@ -6470,11 +6358,6 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Pretargetingconfig$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to insert the pretargeting config for. */ @@ -6487,11 +6370,6 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Pretargetingconfig$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to get the pretargeting configs for. */ @@ -6499,11 +6377,6 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Pretargetingconfig$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to update the pretargeting config for. */ @@ -6520,11 +6393,6 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Pretargetingconfig$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account id to update the pretargeting config for. */ @@ -6836,22 +6704,12 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Products$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The id for the product to get the head revision for. */ productId?: string; } export interface Params$Resource$Products$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The pql query used to query for products. */ @@ -7793,33 +7651,18 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Proposals$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Id of the proposal to retrieve. */ proposalId?: string; } export interface Params$Resource$Proposals$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$CreateOrdersRequest; } export interface Params$Resource$Proposals$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The proposal id to update. */ @@ -7839,11 +7682,6 @@ export namespace adexchangebuyer_v1_4 { requestBody?: Schema$Proposal; } export interface Params$Resource$Proposals$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Query string to retrieve specific proposals. */ @@ -7851,22 +7689,12 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Proposals$Setupcomplete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The proposal id for which the setup is complete */ proposalId?: string; } export interface Params$Resource$Proposals$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The proposal id to update. */ @@ -8038,11 +7866,6 @@ export namespace adexchangebuyer_v1_4 { } export interface Params$Resource$Pubprofiles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The accountId of the publisher to get profiles for. */ diff --git a/src/apis/adexchangebuyer2/package.json b/src/apis/adexchangebuyer2/package.json index b0447e8ed6..f46dd24125 100644 --- a/src/apis/adexchangebuyer2/package.json +++ b/src/apis/adexchangebuyer2/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/adexchangebuyer2/v2beta1.ts b/src/apis/adexchangebuyer2/v2beta1.ts index aed4751994..e487351f48 100644 --- a/src/apis/adexchangebuyer2/v2beta1.ts +++ b/src/apis/adexchangebuyer2/v2beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace adexchangebuyer2_v2beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2751,11 +2763,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Accounts$Clients$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique numerical account ID for the buyer of which the client buyer is a customer; the sponsor buyer to create a client for. (required) */ @@ -2768,11 +2775,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Clients$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Numerical account ID of the client's sponsor buyer. (required) */ @@ -2784,11 +2786,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Clients$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique numerical account ID of the sponsor buyer to list the clients for. */ @@ -2808,11 +2805,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Clients$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique numerical account ID for the buyer of which the client buyer is a customer; the sponsor buyer to update a client for. (required) */ @@ -3299,11 +3291,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Accounts$Clients$Invitations$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Numerical account ID of the client's sponsor buyer. (required) */ @@ -3320,11 +3307,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Clients$Invitations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Numerical account ID of the client's sponsor buyer. (required) */ @@ -3340,11 +3322,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Clients$Invitations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Numerical account ID of the client's sponsor buyer. (required) */ @@ -3826,11 +3803,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Accounts$Clients$Users$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Numerical account ID of the client's sponsor buyer. (required) */ @@ -3846,11 +3818,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Clients$Users$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Numerical account ID of the sponsor buyer of the client to list users for. (required) */ @@ -3870,11 +3837,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Clients$Users$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Numerical account ID of the client's sponsor buyer. (required) */ @@ -4919,11 +4881,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Accounts$Creatives$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account that this creative belongs to. Can be used to filter the response of the creatives.list method. */ @@ -4940,11 +4897,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Creatives$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account the creative belongs to. */ @@ -4956,11 +4908,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Creatives$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account to list the creatives from. Specify "-" to list all creatives the current user has access to. */ @@ -4980,11 +4927,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Creatives$Stopwatching extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account of the creative to stop notifications for. */ @@ -5001,11 +4943,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Creatives$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account that this creative belongs to. Can be used to filter the response of the creatives.list method. */ @@ -5022,11 +4959,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Creatives$Watch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account of the creative to watch. */ @@ -5509,11 +5441,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Accounts$Creatives$Dealassociations$Add extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account the creative belongs to. */ @@ -5530,11 +5457,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Creatives$Dealassociations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account to list the associations from. Specify "-" to list all creatives the current user has access to. */ @@ -5558,11 +5480,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Creatives$Dealassociations$Remove extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account the creative belongs to. */ @@ -5741,11 +5658,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Accounts$Finalizedproposals$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -6078,11 +5990,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Accounts$Products$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -6094,11 +6001,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Products$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -7731,11 +7633,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Accounts$Proposals$Accept extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -7752,11 +7649,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Proposals$Addnote extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -7773,11 +7665,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Proposals$Cancelnegotiation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -7794,11 +7681,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Proposals$Completesetup extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -7815,11 +7697,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Proposals$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -7832,11 +7709,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Proposals$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -7848,11 +7720,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Proposals$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -7876,11 +7743,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Proposals$Pause extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -7897,11 +7759,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Proposals$Resume extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -7918,11 +7775,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Proposals$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -8244,11 +8096,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Accounts$Publisherprofiles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -8260,11 +8107,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Accounts$Publisherprofiles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the buyer. */ @@ -8969,11 +8811,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Accounts$Filtersets$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether the filter set is transient, or should be persisted indefinitely. By default, filter sets are not transient. If transient, it will be available for at least 1 hour after creation. */ @@ -8990,11 +8827,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Bidders$Accounts$Filtersets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Full name of the resource to delete. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -9002,11 +8834,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Bidders$Accounts$Filtersets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Full name of the resource being requested. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -9014,11 +8841,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Bidders$Accounts$Filtersets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the owner (bidder or account) of the filter sets to be listed. For example: - For a bidder-level filter set for bidder 123: `bidders/123` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456` */ @@ -9204,11 +9026,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Accounts$Filtersets$Bidmetrics$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -9397,11 +9214,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Accounts$Filtersets$Bidresponseerrors$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -9590,11 +9402,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Accounts$Filtersets$Bidresponseswithoutbids$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -9783,11 +9590,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Accounts$Filtersets$Filteredbidrequests$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -9981,11 +9783,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Accounts$Filtersets$Filteredbids$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -10195,11 +9992,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Accounts$Filtersets$Filteredbids$Creatives$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the creative status for which to retrieve a breakdown by creative. See [creative-status-codes](https://developers.google.com/authorized-buyers/rtb/downloads/creative-status-codes). */ @@ -10414,11 +10206,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Accounts$Filtersets$Filteredbids$Details$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the creative status for which to retrieve a breakdown by detail. See [creative-status-codes](https://developers.google.com/authorized-buyers/rtb/downloads/creative-status-codes). Details are only available for statuses 10, 14, 15, 17, 18, 19, 86, and 87. */ @@ -10611,11 +10398,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Accounts$Filtersets$Impressionmetrics$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -10801,11 +10583,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Accounts$Filtersets$Losingbids$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -10994,11 +10771,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Accounts$Filtersets$Nonbillablewinningbids$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -11683,11 +11455,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Filtersets$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether the filter set is transient, or should be persisted indefinitely. By default, filter sets are not transient. If transient, it will be available for at least 1 hour after creation. */ @@ -11704,11 +11471,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Bidders$Filtersets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Full name of the resource to delete. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -11716,11 +11478,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Bidders$Filtersets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Full name of the resource being requested. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -11728,11 +11485,6 @@ export namespace adexchangebuyer2_v2beta1 { } export interface Params$Resource$Bidders$Filtersets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the owner (bidder or account) of the filter sets to be listed. For example: - For a bidder-level filter set for bidder 123: `bidders/123` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456` */ @@ -11915,11 +11667,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Filtersets$Bidmetrics$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -12105,11 +11852,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Filtersets$Bidresponseerrors$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -12297,11 +12039,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Filtersets$Bidresponseswithoutbids$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -12489,11 +12226,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Filtersets$Filteredbidrequests$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -12684,11 +12416,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Filtersets$Filteredbids$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -12897,11 +12624,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Filtersets$Filteredbids$Creatives$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the creative status for which to retrieve a breakdown by creative. See [creative-status-codes](https://developers.google.com/authorized-buyers/rtb/downloads/creative-status-codes). */ @@ -13115,11 +12837,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Filtersets$Filteredbids$Details$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the creative status for which to retrieve a breakdown by detail. See [creative-status-codes](https://developers.google.com/authorized-buyers/rtb/downloads/creative-status-codes). Details are only available for statuses 10, 14, 15, 17, 18, 19, 86, and 87. */ @@ -13309,11 +13026,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Filtersets$Impressionmetrics$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -13496,11 +13208,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Filtersets$Losingbids$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ @@ -13688,11 +13395,6 @@ export namespace adexchangebuyer2_v2beta1 { export interface Params$Resource$Bidders$Filtersets$Nonbillablewinningbids$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level filter set for the buyer account representing bidder 123: `bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc` */ diff --git a/src/apis/adexperiencereport/package.json b/src/apis/adexperiencereport/package.json index cb9cdd4bf1..1776a80d26 100644 --- a/src/apis/adexperiencereport/package.json +++ b/src/apis/adexperiencereport/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/adexperiencereport/v1.ts b/src/apis/adexperiencereport/v1.ts index 8aa1254d08..ecbbb262ff 100644 --- a/src/apis/adexperiencereport/v1.ts +++ b/src/apis/adexperiencereport/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace adexperiencereport_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -321,11 +333,6 @@ export namespace adexperiencereport_v1 { } export interface Params$Resource$Sites$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the site whose summary to get, e.g. `sites/http%3A%2F%2Fwww.google.com%2F`. Format: `sites/{site}` */ @@ -470,10 +477,5 @@ export namespace adexperiencereport_v1 { } export interface Params$Resource$Violatingsites$List - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} } diff --git a/src/apis/admin/datatransfer_v1.ts b/src/apis/admin/datatransfer_v1.ts index 19c6095f0d..c3426d4783 100644 --- a/src/apis/admin/datatransfer_v1.ts +++ b/src/apis/admin/datatransfer_v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace admin_datatransfer_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -528,11 +540,6 @@ export namespace admin_datatransfer_v1 { } export interface Params$Resource$Applications$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the application resource to be retrieved. */ @@ -540,11 +547,6 @@ export namespace admin_datatransfer_v1 { } export interface Params$Resource$Applications$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -1013,33 +1015,18 @@ export namespace admin_datatransfer_v1 { } export interface Params$Resource$Transfers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the resource to be retrieved. This is returned in the response from the insert method. */ dataTransferId?: string; } export interface Params$Resource$Transfers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$DataTransfer; } export interface Params$Resource$Transfers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ diff --git a/src/apis/admin/directory_v1.ts b/src/apis/admin/directory_v1.ts index 34e1c7a01d..2f55d07987 100644 --- a/src/apis/admin/directory_v1.ts +++ b/src/apis/admin/directory_v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace admin_directory_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -2724,11 +2736,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Asps$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID of the ASP to be deleted. */ @@ -2739,11 +2746,6 @@ export namespace admin_directory_v1 { userKey?: string; } export interface Params$Resource$Asps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID of the ASP. */ @@ -2754,11 +2756,6 @@ export namespace admin_directory_v1 { userKey?: string; } export interface Params$Resource$Asps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID. */ @@ -2915,11 +2912,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Channels$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -3968,11 +3960,6 @@ export namespace admin_directory_v1 { export interface Params$Resource$Chromeosdevices$Action extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -3989,11 +3976,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Chromeosdevices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -4009,11 +3991,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Chromeosdevices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -4049,11 +4026,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Chromeosdevices$Movedevicestoou extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -4070,11 +4042,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Chromeosdevices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -4095,11 +4062,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Chromeosdevices$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -4575,22 +4537,12 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Customers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Id of the customer to be retrieved */ customerKey?: string; } export interface Params$Resource$Customers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Id of the customer to be updated */ @@ -4602,11 +4554,6 @@ export namespace admin_directory_v1 { requestBody?: Schema$Customer; } export interface Params$Resource$Customers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Id of the customer to be updated */ @@ -5183,11 +5130,6 @@ export namespace admin_directory_v1 { export interface Params$Resource$Domainaliases$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -5199,11 +5141,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Domainaliases$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -5215,11 +5152,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Domainaliases$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -5232,11 +5164,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Domainaliases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -5807,11 +5734,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Domains$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -5822,11 +5744,6 @@ export namespace admin_directory_v1 { domainName?: string; } export interface Params$Resource$Domains$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -5837,11 +5754,6 @@ export namespace admin_directory_v1 { domainName?: string; } export interface Params$Resource$Domains$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -5853,11 +5765,6 @@ export namespace admin_directory_v1 { requestBody?: Schema$Domains; } export interface Params$Resource$Domains$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -6763,44 +6670,24 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Groups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the group */ groupKey?: string; } export interface Params$Resource$Groups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the group */ groupKey?: string; } export interface Params$Resource$Groups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Group; } export interface Params$Resource$Groups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. In case of multi-domain, to fetch all groups for a customer, fill this field instead of domain. */ @@ -6835,11 +6722,6 @@ export namespace admin_directory_v1 { userKey?: string; } export interface Params$Resource$Groups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the group. If ID, it should match with id of group object */ @@ -6851,11 +6733,6 @@ export namespace admin_directory_v1 { requestBody?: Schema$Group; } export interface Params$Resource$Groups$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the group. If ID, it should match with id of group object */ @@ -7284,11 +7161,6 @@ export namespace admin_directory_v1 { export interface Params$Resource$Groups$Aliases$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The alias to be removed */ @@ -7300,11 +7172,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Groups$Aliases$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the group */ @@ -7317,11 +7184,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Groups$Aliases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the group */ @@ -8371,11 +8233,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Members$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the group */ @@ -8386,11 +8243,6 @@ export namespace admin_directory_v1 { memberKey?: string; } export interface Params$Resource$Members$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the group */ @@ -8402,11 +8254,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Members$Hasmember extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifies the group in the API request. The value can be the group's email address, group alias, or the unique group ID. */ @@ -8417,11 +8264,6 @@ export namespace admin_directory_v1 { memberKey?: string; } export interface Params$Resource$Members$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the group */ @@ -8433,11 +8275,6 @@ export namespace admin_directory_v1 { requestBody?: Schema$Member; } export interface Params$Resource$Members$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the group */ @@ -8460,11 +8297,6 @@ export namespace admin_directory_v1 { roles?: string; } export interface Params$Resource$Members$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the group. If ID, it should match with id of group object */ @@ -8480,11 +8312,6 @@ export namespace admin_directory_v1 { requestBody?: Schema$Member; } export interface Params$Resource$Members$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the group. If ID, it should match with id of group object */ @@ -9111,11 +8938,6 @@ export namespace admin_directory_v1 { export interface Params$Resource$Mobiledevices$Action extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -9132,11 +8954,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Mobiledevices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -9148,11 +8965,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Mobiledevices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -9168,11 +8980,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Mobiledevices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -9937,11 +9744,6 @@ export namespace admin_directory_v1 { export interface Params$Resource$Notifications$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. The customerId is also returned as part of the Users resource. */ @@ -9953,11 +9755,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Notifications$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. The customerId is also returned as part of the Users resource. */ @@ -9969,11 +9766,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Notifications$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. */ @@ -9993,11 +9785,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Notifications$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. */ @@ -10014,11 +9801,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Notifications$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. */ @@ -10922,11 +10704,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Orgunits$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -10937,11 +10714,6 @@ export namespace admin_directory_v1 { orgUnitPath?: string[]; } export interface Params$Resource$Orgunits$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -10952,11 +10724,6 @@ export namespace admin_directory_v1 { orgUnitPath?: string[]; } export interface Params$Resource$Orgunits$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -10968,11 +10735,6 @@ export namespace admin_directory_v1 { requestBody?: Schema$OrgUnit; } export interface Params$Resource$Orgunits$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -10987,11 +10749,6 @@ export namespace admin_directory_v1 { type?: string; } export interface Params$Resource$Orgunits$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -11007,11 +10764,6 @@ export namespace admin_directory_v1 { requestBody?: Schema$OrgUnit; } export interface Params$Resource$Orgunits$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -11170,11 +10922,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Privileges$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -12102,11 +11849,6 @@ export namespace admin_directory_v1 { export interface Params$Resource$Resources$Buildings$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the building to delete. */ @@ -12118,11 +11860,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Buildings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID of the building to retrieve. */ @@ -12134,11 +11871,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Buildings$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Source from which Building.coordinates are derived. */ @@ -12155,11 +11887,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Buildings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID. */ @@ -12175,11 +11902,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Buildings$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the building to update. */ @@ -12200,11 +11922,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Buildings$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the building to update. */ @@ -13181,11 +12898,6 @@ export namespace admin_directory_v1 { export interface Params$Resource$Resources$Calendars$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID of the calendar resource to delete. */ @@ -13197,11 +12909,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Calendars$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID of the calendar resource to retrieve. */ @@ -13213,11 +12920,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Calendars$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID. */ @@ -13230,11 +12932,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Calendars$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID. */ @@ -13258,11 +12955,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Calendars$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID of the calendar resource to update. */ @@ -13279,11 +12971,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Calendars$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID of the calendar resource to update. */ @@ -14301,11 +13988,6 @@ export namespace admin_directory_v1 { export interface Params$Resource$Resources$Features$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID. */ @@ -14317,11 +13999,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Features$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID. */ @@ -14333,11 +14010,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Features$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID. */ @@ -14350,11 +14022,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Features$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID. */ @@ -14370,11 +14037,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Features$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID. */ @@ -14391,11 +14053,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Features$Rename extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID. */ @@ -14412,11 +14069,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Resources$Features$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the customer's G Suite account. As an account administrator, you can also use the my_customer alias to represent your account's customer ID. */ @@ -15012,11 +14664,6 @@ export namespace admin_directory_v1 { export interface Params$Resource$Roleassignments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -15028,11 +14675,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Roleassignments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -15044,11 +14686,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Roleassignments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -15061,11 +14698,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Roleassignments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -15966,11 +15598,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Roles$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -15981,11 +15608,6 @@ export namespace admin_directory_v1 { roleId?: string; } export interface Params$Resource$Roles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -15996,11 +15618,6 @@ export namespace admin_directory_v1 { roleId?: string; } export interface Params$Resource$Roles$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -16012,11 +15629,6 @@ export namespace admin_directory_v1 { requestBody?: Schema$Role; } export interface Params$Resource$Roles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -16031,11 +15643,6 @@ export namespace admin_directory_v1 { pageToken?: string; } export interface Params$Resource$Roles$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -16051,11 +15658,6 @@ export namespace admin_directory_v1 { requestBody?: Schema$Role; } export interface Params$Resource$Roles$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. */ @@ -16932,11 +16534,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Schemas$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -16947,11 +16544,6 @@ export namespace admin_directory_v1 { schemaKey?: string; } export interface Params$Resource$Schemas$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -16962,11 +16554,6 @@ export namespace admin_directory_v1 { schemaKey?: string; } export interface Params$Resource$Schemas$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -16978,22 +16565,12 @@ export namespace admin_directory_v1 { requestBody?: Schema$Schema; } export interface Params$Resource$Schemas$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ customerId?: string; } export interface Params$Resource$Schemas$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -17009,11 +16586,6 @@ export namespace admin_directory_v1 { requestBody?: Schema$Schema; } export interface Params$Resource$Schemas$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account */ @@ -17432,11 +17004,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Tokens$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Client ID of the application the token is issued to. */ @@ -17447,11 +17014,6 @@ export namespace admin_directory_v1 { userKey?: string; } export interface Params$Resource$Tokens$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Client ID of the application the token is issued to. */ @@ -17462,11 +17024,6 @@ export namespace admin_directory_v1 { userKey?: string; } export interface Params$Resource$Tokens$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID. */ @@ -19105,22 +18662,12 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Users$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the user */ userKey?: string; } export interface Params$Resource$Users$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when projection=custom. */ @@ -19139,22 +18686,12 @@ export namespace admin_directory_v1 { viewType?: string; } export interface Params$Resource$Users$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$User; } export interface Params$Resource$Users$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. In case of multi-domain, to fetch all users for a customer, fill this field instead of domain. */ @@ -19205,11 +18742,6 @@ export namespace admin_directory_v1 { viewType?: string; } export interface Params$Resource$Users$Makeadmin extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the user as admin */ @@ -19221,11 +18753,6 @@ export namespace admin_directory_v1 { requestBody?: Schema$UserMakeAdmin; } export interface Params$Resource$Users$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the user. If ID, it should match with id of user object */ @@ -19237,11 +18764,6 @@ export namespace admin_directory_v1 { requestBody?: Schema$User; } export interface Params$Resource$Users$Undelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The immutable id of the user */ @@ -19253,11 +18775,6 @@ export namespace admin_directory_v1 { requestBody?: Schema$UserUndelete; } export interface Params$Resource$Users$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the user. If ID, it should match with id of user object */ @@ -19269,11 +18786,6 @@ export namespace admin_directory_v1 { requestBody?: Schema$User; } export interface Params$Resource$Users$Watch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable ID of the G Suite account. In case of multi-domain, to fetch all users for a customer, fill this field instead of domain. */ @@ -19922,11 +19434,6 @@ export namespace admin_directory_v1 { export interface Params$Resource$Users$Aliases$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The alias to be removed */ @@ -19938,11 +19445,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Users$Aliases$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the user */ @@ -19955,11 +19457,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Users$Aliases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Event on which subscription is intended (if subscribing) */ @@ -19971,11 +19468,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Users$Aliases$Watch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Event on which subscription is intended (if subscribing) */ @@ -20568,22 +20060,12 @@ export namespace admin_directory_v1 { export interface Params$Resource$Users$Photos$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the user */ userKey?: string; } export interface Params$Resource$Users$Photos$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the user */ @@ -20591,11 +20073,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Users$Photos$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the user */ @@ -20608,11 +20085,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Users$Photos$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the user */ @@ -21016,11 +20488,6 @@ export namespace admin_directory_v1 { export interface Params$Resource$Verificationcodes$Generate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the user */ @@ -21028,11 +20495,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Verificationcodes$Invalidate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Email or immutable ID of the user */ @@ -21040,11 +20502,6 @@ export namespace admin_directory_v1 { } export interface Params$Resource$Verificationcodes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID. */ diff --git a/src/apis/admin/package.json b/src/apis/admin/package.json index eb6093d120..80e059da03 100644 --- a/src/apis/admin/package.json +++ b/src/apis/admin/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/admin/reports_v1.ts b/src/apis/admin/reports_v1.ts index 043f60ac5d..4d5cf17bfb 100644 --- a/src/apis/admin/reports_v1.ts +++ b/src/apis/admin/reports_v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace admin_reports_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -735,11 +747,6 @@ export namespace admin_reports_v1 { } export interface Params$Resource$Activities$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Internet Protocol (IP) Address of host where the event was performed. This is an additional way to filter a report's summary using the IP address of the user whose activity is being reported. This IP address may or may not reflect the user's physical location. For example, the IP address can be the user's proxy server's address or a virtual private network (VPN) address. This parameter supports both IPv4 and IPv6 address versions. */ @@ -786,11 +793,6 @@ export namespace admin_reports_v1 { userKey?: string; } export interface Params$Resource$Activities$Watch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Internet Protocol (IP) Address of host where the event was performed. This is an additional way to filter a report's summary using the IP address of the user whose activity is being reported. This IP address may or may not reflect the user's physical location. For example, the IP address can be the user's proxy server's address or a virtual private network (VPN) address. This parameter supports both IPv4 and IPv6 address versions. */ @@ -986,11 +988,6 @@ export namespace admin_reports_v1 { } export interface Params$Resource$Channels$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1156,11 +1153,6 @@ export namespace admin_reports_v1 { export interface Params$Resource$Customerusagereports$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID of the customer to retrieve data for. */ @@ -1363,11 +1355,6 @@ export namespace admin_reports_v1 { export interface Params$Resource$Entityusagereports$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID of the customer to retrieve data for. */ @@ -1587,11 +1574,6 @@ export namespace admin_reports_v1 { export interface Params$Resource$Userusagereport$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID of the customer to retrieve data for. */ diff --git a/src/apis/admob/package.json b/src/apis/admob/package.json index 4d224a3eb2..264e7364f8 100644 --- a/src/apis/admob/package.json +++ b/src/apis/admob/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/admob/v1.ts b/src/apis/admob/v1.ts index 7598832ed9..d0c7c4b748 100644 --- a/src/apis/admob/v1.ts +++ b/src/apis/admob/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace admob_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -761,22 +773,12 @@ export namespace admob_v1 { } export interface Params$Resource$Accounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the publisher account to retrieve. Example: accounts/pub-9876543210987654 */ name?: string; } export interface Params$Resource$Accounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of accounts to return. */ @@ -948,11 +950,6 @@ export namespace admob_v1 { export interface Params$Resource$Accounts$Mediationreport$Generate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the account to generate the report for. Example: accounts/pub-9876543210987654 */ @@ -1125,11 +1122,6 @@ export namespace admob_v1 { export interface Params$Resource$Accounts$Networkreport$Generate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the account to generate the report for. Example: accounts/pub-9876543210987654 */ diff --git a/src/apis/adsense/package.json b/src/apis/adsense/package.json index 814aed982b..5b013e97e4 100644 --- a/src/apis/adsense/package.json +++ b/src/apis/adsense/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/adsense/v1.4.ts b/src/apis/adsense/v1.4.ts index 430edbc9f1..67b9a67f44 100644 --- a/src/apis/adsense/v1.4.ts +++ b/src/apis/adsense/v1.4.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace adsense_v1_4 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -912,11 +924,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Accounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account to get information about. */ @@ -927,11 +934,6 @@ export namespace adsense_v1_4 { tree?: boolean; } export interface Params$Resource$Accounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of accounts to include in the response, used for paging. */ @@ -1233,11 +1235,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Accounts$Adclients$Getadcode extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account which contains the ad client. */ @@ -1249,11 +1246,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Accounts$Adclients$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account for which to list ad clients. */ @@ -1722,11 +1714,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Accounts$Adunits$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account to which the ad client belongs. */ @@ -1742,11 +1729,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Accounts$Adunits$Getadcode extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account which contains the ad client. */ @@ -1762,11 +1744,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Accounts$Adunits$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account to which the ad client belongs. */ @@ -1947,11 +1924,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Accounts$Adunits$Customchannels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account to which the ad client belongs. */ @@ -2246,11 +2218,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Accounts$Alerts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account which contains the ad unit. */ @@ -2262,11 +2229,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Accounts$Alerts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account for which to retrieve the alerts. */ @@ -2578,11 +2540,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Accounts$Customchannels$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account to which the ad client belongs. */ @@ -2598,11 +2555,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Accounts$Customchannels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account to which the ad client belongs. */ @@ -2782,11 +2734,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Accounts$Customchannels$Adunits$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account to which the ad client belongs. */ @@ -2956,11 +2903,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Accounts$Payments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account for which to retrieve the payments. */ @@ -3163,11 +3105,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Accounts$Reports$Generate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account upon which to report. */ @@ -3532,11 +3469,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Accounts$Reports$Saved$Generate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account to which the saved reports belong. */ @@ -3560,11 +3492,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Accounts$Reports$Saved$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account to which the saved reports belong. */ @@ -3870,11 +3797,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Accounts$Savedadstyles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account for which to get the saved ad style. */ @@ -3886,11 +3808,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Accounts$Savedadstyles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account for which to list saved ad styles. */ @@ -4060,11 +3977,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Accounts$Urlchannels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account to which the ad client belongs. */ @@ -4230,11 +4142,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Adclients$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of ad clients to include in the response, used for paging. */ @@ -4684,11 +4591,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Adunits$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client for which to get the ad unit. */ @@ -4700,11 +4602,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Adunits$Getadcode extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client with contains the ad unit. */ @@ -4715,11 +4612,6 @@ export namespace adsense_v1_4 { adUnitId?: string; } export interface Params$Resource$Adunits$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client for which to list ad units. */ @@ -4893,11 +4785,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Adunits$Customchannels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client which contains the ad unit. */ @@ -5181,22 +5068,12 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Alerts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Alert to delete. */ alertId?: string; } export interface Params$Resource$Alerts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The locale to use for translating alert messages. The account locale will be used if this is not supplied. The AdSense default (English) will be used if the supplied locale is invalid or unsupported. */ @@ -5497,11 +5374,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Customchannels$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client which contains the custom channel. */ @@ -5513,11 +5385,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Customchannels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client for which to list custom channels. */ @@ -5690,11 +5557,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Customchannels$Adunits$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client which contains the custom channel. */ @@ -5867,12 +5729,7 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Metadata$Dimensions$List - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export class Resource$Metadata$Metrics { context: APIRequestContext; @@ -6013,12 +5870,7 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Metadata$Metrics$List - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export class Resource$Payments { context: APIRequestContext; @@ -6157,12 +6009,7 @@ export namespace adsense_v1_4 { } } - export interface Params$Resource$Payments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Payments$List extends StandardParameters {} export class Resource$Reports { context: APIRequestContext; @@ -6359,11 +6206,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Reports$Generate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Accounts upon which to report. */ @@ -6723,11 +6565,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Reports$Saved$Generate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional locale to use for translating report output to a local language. Defaults to "en_US" if not specified. */ @@ -6747,11 +6584,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Reports$Saved$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of saved reports to include in the response, used for paging. */ @@ -7047,11 +6879,6 @@ export namespace adsense_v1_4 { export interface Params$Resource$Savedadstyles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Saved ad style to retrieve. */ @@ -7059,11 +6886,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Savedadstyles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of saved ad styles to include in the response, used for paging. */ @@ -7223,11 +7045,6 @@ export namespace adsense_v1_4 { } export interface Params$Resource$Urlchannels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client for which to list URL channels. */ diff --git a/src/apis/adsensehost/package.json b/src/apis/adsensehost/package.json index 981a253b36..a54175e58e 100644 --- a/src/apis/adsensehost/package.json +++ b/src/apis/adsensehost/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/adsensehost/v4.1.ts b/src/apis/adsensehost/v4.1.ts index c2ac9f623e..c0294dfb69 100644 --- a/src/apis/adsensehost/v4.1.ts +++ b/src/apis/adsensehost/v4.1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace adsensehost_v4_1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -692,22 +704,12 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Accounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account to get information about. */ accountId?: string; } export interface Params$Resource$Accounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad clients to list accounts for. */ @@ -1000,11 +1002,6 @@ export namespace adsensehost_v4_1 { export interface Params$Resource$Accounts$Adclients$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account which contains the ad client. */ @@ -1016,11 +1013,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Accounts$Adclients$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account for which to list ad clients. */ @@ -2093,11 +2085,6 @@ export namespace adsensehost_v4_1 { export interface Params$Resource$Accounts$Adunits$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account which contains the ad unit. */ @@ -2113,11 +2100,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Accounts$Adunits$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account which contains the ad unit. */ @@ -2133,11 +2115,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Accounts$Adunits$Getadcode extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account which contains the ad client. */ @@ -2157,11 +2134,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Accounts$Adunits$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account which will contain the ad unit. */ @@ -2178,11 +2150,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Accounts$Adunits$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account which contains the ad client. */ @@ -2206,11 +2173,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Accounts$Adunits$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account which contains the ad client. */ @@ -2231,11 +2193,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Accounts$Adunits$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account which contains the ad client. */ @@ -2425,11 +2382,6 @@ export namespace adsensehost_v4_1 { export interface Params$Resource$Accounts$Reports$Generate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Hosted account upon which to report. */ @@ -2750,22 +2702,12 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Adclients$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client to get. */ adClientId?: string; } export interface Params$Resource$Adclients$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of ad clients to include in the response, used for paging. */ @@ -3079,11 +3021,6 @@ export namespace adsensehost_v4_1 { export interface Params$Resource$Associationsessions$Start extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The URL to redirect the user to once association is completed. It receives a token parameter that can then be used to retrieve the associated account. */ @@ -3107,11 +3044,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Associationsessions$Verify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The token returned to the association callback URL. */ @@ -3982,11 +3914,6 @@ export namespace adsensehost_v4_1 { export interface Params$Resource$Customchannels$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client from which to delete the custom channel. */ @@ -3998,11 +3925,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Customchannels$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client from which to get the custom channel. */ @@ -4014,11 +3936,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Customchannels$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client to which the new custom channel will be added. */ @@ -4031,11 +3948,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Customchannels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client for which to list custom channels. */ @@ -4051,11 +3963,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Customchannels$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client in which the custom channel will be updated. */ @@ -4072,11 +3979,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Customchannels$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client in which the custom channel will be updated. */ @@ -4258,11 +4160,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Reports$Generate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Dimensions to base the report on. */ @@ -4727,11 +4624,6 @@ export namespace adsensehost_v4_1 { export interface Params$Resource$Urlchannels$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client from which to delete the URL channel. */ @@ -4743,11 +4635,6 @@ export namespace adsensehost_v4_1 { } export interface Params$Resource$Urlchannels$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client to which the new URL channel will be added. */ @@ -4759,11 +4646,6 @@ export namespace adsensehost_v4_1 { requestBody?: Schema$UrlChannel; } export interface Params$Resource$Urlchannels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad client for which to list URL channels. */ diff --git a/src/apis/alertcenter/package.json b/src/apis/alertcenter/package.json index d7d52a5819..f37ed086eb 100644 --- a/src/apis/alertcenter/package.json +++ b/src/apis/alertcenter/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/alertcenter/v1beta1.ts b/src/apis/alertcenter/v1beta1.ts index b949dad386..7165b5cfe5 100644 --- a/src/apis/alertcenter/v1beta1.ts +++ b/src/apis/alertcenter/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace alertcenter_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1937,11 +1949,6 @@ export namespace alertcenter_v1beta1 { export interface Params$Resource$Alerts$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1949,22 +1956,12 @@ export namespace alertcenter_v1beta1 { } export interface Params$Resource$Alerts$Batchundelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$BatchUndeleteAlertsRequest; } export interface Params$Resource$Alerts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The identifier of the alert to delete. */ @@ -1975,11 +1972,6 @@ export namespace alertcenter_v1beta1 { customerId?: string; } export interface Params$Resource$Alerts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The identifier of the alert to retrieve. */ @@ -1991,11 +1983,6 @@ export namespace alertcenter_v1beta1 { } export interface Params$Resource$Alerts$Getmetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The identifier of the alert this metadata belongs to. */ @@ -2006,11 +1993,6 @@ export namespace alertcenter_v1beta1 { customerId?: string; } export interface Params$Resource$Alerts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The unique identifier of the G Suite organization account of the customer the alerts are associated with. Inferred from the caller identity if not provided. */ @@ -2033,11 +2015,6 @@ export namespace alertcenter_v1beta1 { pageToken?: string; } export interface Params$Resource$Alerts$Undelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The identifier of the alert to undelete. */ @@ -2364,11 +2341,6 @@ export namespace alertcenter_v1beta1 { export interface Params$Resource$Alerts$Feedback$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The identifier of the alert this feedback belongs to. */ @@ -2385,11 +2357,6 @@ export namespace alertcenter_v1beta1 { } export interface Params$Resource$Alerts$Feedback$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The alert identifier. The "-" wildcard could be used to represent all alerts. */ @@ -2682,11 +2649,6 @@ export namespace alertcenter_v1beta1 { export interface Params$Resource$V1beta1$Getsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The unique identifier of the G Suite organization account of the customer the alert settings are associated with. Inferred from the caller identity if not provided. */ @@ -2694,11 +2656,6 @@ export namespace alertcenter_v1beta1 { } export interface Params$Resource$V1beta1$Updatesettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The unique identifier of the G Suite organization account of the customer the alert settings are associated with. Inferred from the caller identity if not provided. */ diff --git a/src/apis/analytics/package.json b/src/apis/analytics/package.json index 8ce31912c9..712d33fe85 100644 --- a/src/apis/analytics/package.json +++ b/src/apis/analytics/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/analytics/v3.ts b/src/apis/analytics/v3.ts index eb2c6d4fb4..b623a273ea 100644 --- a/src/apis/analytics/v3.ts +++ b/src/apis/analytics/v3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace analytics_v3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -2700,11 +2712,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Data$Ga$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A comma-separated list of Analytics dimensions. E.g., 'ga:browser,ga:city'. */ @@ -2941,11 +2948,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Data$Mcf$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A comma-separated list of Multi-Channel Funnels dimensions. E.g., 'mcf:source,mcf:medium'. */ @@ -3154,11 +3156,6 @@ export namespace analytics_v3 { export interface Params$Resource$Data$Realtime$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A comma-separated list of real time dimensions. E.g., 'rt:medium,rt:city'. */ @@ -3406,11 +3403,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Accounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of accounts to include in this response. */ @@ -3573,11 +3565,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Accountsummaries$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of account summaries to include in this response, where the largest acceptable value is 1000. */ @@ -4173,11 +4160,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Accountuserlinks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to delete the user link for. */ @@ -4189,11 +4171,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Accountuserlinks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to create the user link for. */ @@ -4206,11 +4183,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Accountuserlinks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to retrieve the user links for. */ @@ -4226,11 +4198,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Accountuserlinks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to update the account-user link for. */ @@ -4405,11 +4372,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Clientid$Hashclientid extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4579,11 +4541,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Customdatasources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account Id for the custom data sources to retrieve. */ @@ -5419,11 +5376,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Customdimensions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID for the custom dimension to retrieve. */ @@ -5439,11 +5391,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Customdimensions$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID for the custom dimension to create. */ @@ -5460,11 +5407,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Customdimensions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID for the custom dimensions to retrieve. */ @@ -5484,11 +5426,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Customdimensions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID for the custom dimension to update. */ @@ -5513,11 +5450,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Customdimensions$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID for the custom dimension to update. */ @@ -6379,11 +6311,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Custommetrics$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID for the custom metric to retrieve. */ @@ -6399,11 +6326,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Custommetrics$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID for the custom metric to create. */ @@ -6420,11 +6342,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Custommetrics$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID for the custom metrics to retrieve. */ @@ -6444,11 +6361,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Custommetrics$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID for the custom metric to update. */ @@ -6473,11 +6385,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Custommetrics$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID for the custom metric to update. */ @@ -7606,11 +7513,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Experiments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to which the experiment belongs */ @@ -7630,11 +7532,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Experiments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to retrieve the experiment for. */ @@ -7654,11 +7551,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Experiments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to create the experiment for. */ @@ -7679,11 +7571,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Experiments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to retrieve experiments for. */ @@ -7707,11 +7594,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Experiments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the experiment to update. */ @@ -7736,11 +7618,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Experiments$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID of the experiment to update. */ @@ -8727,11 +8604,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Filters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to delete the filter for. */ @@ -8743,11 +8615,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Filters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to retrieve filters for. */ @@ -8759,11 +8626,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Filters$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to create filter for. */ @@ -8776,11 +8638,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Filters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to retrieve filters for. */ @@ -8796,11 +8653,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Filters$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to which the filter belongs. */ @@ -8817,11 +8669,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Filters$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to which the filter belongs. */ @@ -9706,11 +9553,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Goals$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to retrieve the goal for. */ @@ -9730,11 +9572,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Goals$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to create the goal for. */ @@ -9755,11 +9592,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Goals$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to retrieve goals for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to. */ @@ -9783,11 +9615,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Goals$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to update the goal. */ @@ -9812,11 +9639,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Goals$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to update the goal. */ @@ -10772,11 +10594,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Profilefilterlinks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to which the profile filter link belongs. */ @@ -10796,11 +10613,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Profilefilterlinks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to retrieve profile filter link for. */ @@ -10820,11 +10632,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Profilefilterlinks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to create profile filter link for. */ @@ -10845,11 +10652,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Profilefilterlinks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to retrieve profile filter links for. */ @@ -10873,11 +10675,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Profilefilterlinks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to which profile filter link belongs. */ @@ -10902,11 +10699,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Profilefilterlinks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to which profile filter link belongs. */ @@ -11970,11 +11762,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Profiles$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to delete the view (profile) for. */ @@ -11990,11 +11777,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Profiles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to retrieve the view (profile) for. */ @@ -12010,11 +11792,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Profiles$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to create the view (profile) for. */ @@ -12031,11 +11808,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Profiles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID for the view (profiles) to retrieve. Can either be a specific account ID or '~all', which refers to all the accounts to which the user has access. */ @@ -12055,11 +11827,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Profiles$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to which the view (profile) belongs */ @@ -12080,11 +11847,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Profiles$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to which the view (profile) belongs */ @@ -12713,11 +12475,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Profileuserlinks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to delete the user link for. */ @@ -12737,11 +12494,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Profileuserlinks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to create the user link for. */ @@ -12762,11 +12514,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Profileuserlinks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID which the given view (profile) belongs to. */ @@ -12790,11 +12537,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Profileuserlinks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to update the user link for. */ @@ -13793,11 +13535,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Remarketingaudience$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to which the remarketing audience belongs. */ @@ -13813,11 +13550,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Remarketingaudience$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account ID of the remarketing audience to retrieve. */ @@ -13833,11 +13565,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Remarketingaudience$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account ID for which to create the remarketing audience. */ @@ -13854,11 +13581,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Remarketingaudience$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account ID of the remarketing audiences to retrieve. */ @@ -13882,11 +13604,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Remarketingaudience$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account ID of the remarketing audience to update. */ @@ -13907,11 +13624,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Remarketingaudience$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The account ID of the remarketing audience to update. */ @@ -14085,11 +13797,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Segments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of segments to include in this response. */ @@ -14763,11 +14470,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Unsampledreports$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to delete the unsampled report for. */ @@ -14787,11 +14489,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Unsampledreports$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to retrieve unsampled report for. */ @@ -14811,11 +14508,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Unsampledreports$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to create the unsampled report for. */ @@ -14836,11 +14528,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Unsampledreports$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to retrieve unsampled reports for. Must be a specific account ID, ~all is not supported. */ @@ -15488,11 +15175,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Uploads$Deleteuploaddata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account Id for the uploads to be deleted. */ @@ -15513,11 +15195,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Uploads$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account Id for the upload to retrieve. */ @@ -15537,11 +15214,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Uploads$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account Id for the uploads to retrieve. */ @@ -15565,11 +15237,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Uploads$Uploaddata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account Id associated with the upload. */ @@ -16450,11 +16117,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Webproperties$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to retrieve the web property for. */ @@ -16466,11 +16128,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Webproperties$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to create the web property for. */ @@ -16483,11 +16140,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Webproperties$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to retrieve web properties for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to. */ @@ -16503,11 +16155,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Webproperties$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to which the web property belongs */ @@ -16524,11 +16171,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Webproperties$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to which the web property belongs */ @@ -17480,11 +17122,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Webpropertyadwordslinks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the account which the given web property belongs to. */ @@ -17500,11 +17137,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Webpropertyadwordslinks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the account which the given web property belongs to. */ @@ -17520,11 +17152,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Webpropertyadwordslinks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the Google Analytics account to create the link for. */ @@ -17541,11 +17168,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Webpropertyadwordslinks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the account which the given web property belongs to. */ @@ -17565,11 +17187,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Webpropertyadwordslinks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the account which the given web property belongs to. */ @@ -17590,11 +17207,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Webpropertyadwordslinks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the account which the given web property belongs to. */ @@ -18211,11 +17823,6 @@ export namespace analytics_v3 { export interface Params$Resource$Management$Webpropertyuserlinks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to delete the user link for. */ @@ -18231,11 +17838,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Webpropertyuserlinks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to create the user link for. */ @@ -18252,11 +17854,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Webpropertyuserlinks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID which the given web property belongs to. */ @@ -18276,11 +17873,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Management$Webpropertyuserlinks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID to update the account-user link for. */ @@ -18456,11 +18048,6 @@ export namespace analytics_v3 { export interface Params$Resource$Metadata$Columns$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Report type. Allowed Values: 'ga'. Where 'ga' corresponds to the Core Reporting API */ @@ -18771,11 +18358,6 @@ export namespace analytics_v3 { export interface Params$Resource$Provisioning$Createaccountticket extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -18783,11 +18365,6 @@ export namespace analytics_v3 { } export interface Params$Resource$Provisioning$Createaccounttree extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -18962,11 +18539,6 @@ export namespace analytics_v3 { export interface Params$Resource$Userdeletion$Userdeletionrequest$Upsert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/analyticsreporting/package.json b/src/apis/analyticsreporting/package.json index 851b47e55c..bdf9ee2798 100644 --- a/src/apis/analyticsreporting/package.json +++ b/src/apis/analyticsreporting/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/analyticsreporting/v4.ts b/src/apis/analyticsreporting/v4.ts index b81527cd77..c79f78e840 100644 --- a/src/apis/analyticsreporting/v4.ts +++ b/src/apis/analyticsreporting/v4.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace analyticsreporting_v4 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1242,11 +1254,6 @@ export namespace analyticsreporting_v4 { } export interface Params$Resource$Reports$Batchget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1417,11 +1424,6 @@ export namespace analyticsreporting_v4 { export interface Params$Resource$Useractivity$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/androiddeviceprovisioning/package.json b/src/apis/androiddeviceprovisioning/package.json index e09c353aa4..cc84f770d4 100644 --- a/src/apis/androiddeviceprovisioning/package.json +++ b/src/apis/androiddeviceprovisioning/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/androiddeviceprovisioning/v1.ts b/src/apis/androiddeviceprovisioning/v1.ts index 9108f4faca..0b0164af40 100644 --- a/src/apis/androiddeviceprovisioning/v1.ts +++ b/src/apis/androiddeviceprovisioning/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace androiddeviceprovisioning_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -951,11 +963,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Customers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of customers to show in a page of results. A number between 1 and 100 (inclusive). */ @@ -1709,11 +1716,6 @@ export namespace androiddeviceprovisioning_v1 { export interface Params$Resource$Customers$Configurations$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The customer that manages the configuration. An API resource name in the format `customers/[CUSTOMER_ID]`. */ @@ -1726,11 +1728,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Customers$Configurations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The configuration to delete. An API resource name in the format `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`. If the configuration is applied to any devices, the API call fails. */ @@ -1738,11 +1735,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Customers$Configurations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The configuration to get. An API resource name in the format `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`. */ @@ -1750,11 +1742,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Customers$Configurations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The customer that manages the listed configurations. An API resource name in the format `customers/[CUSTOMER_ID]`. */ @@ -1762,11 +1749,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Customers$Configurations$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The API resource name in the format `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`. Assigned by the server. */ @@ -2498,11 +2480,6 @@ export namespace androiddeviceprovisioning_v1 { export interface Params$Resource$Customers$Devices$Applyconfiguration extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The customer managing the device. An API resource name in the format `customers/[CUSTOMER_ID]`. */ @@ -2515,11 +2492,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Customers$Devices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The device to get. An API resource name in the format `customers/[CUSTOMER_ID]/devices/[DEVICE_ID]`. */ @@ -2527,11 +2499,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Customers$Devices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of devices to show in a page of results. Must be between 1 and 100 inclusive. */ @@ -2547,11 +2514,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Customers$Devices$Removeconfiguration extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The customer managing the device in the format `customers/[CUSTOMER_ID]`. */ @@ -2564,11 +2526,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Customers$Devices$Unclaim extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The customer managing the device. An API resource name in the format `customers/[CUSTOMER_ID]`. */ @@ -2724,11 +2681,6 @@ export namespace androiddeviceprovisioning_v1 { export interface Params$Resource$Customers$Dpcs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The customer that can use the DPCs in configurations. An API resource name in the format `customers/[CUSTOMER_ID]`. */ @@ -2875,11 +2827,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3201,11 +3148,6 @@ export namespace androiddeviceprovisioning_v1 { export interface Params$Resource$Partners$Customers$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource ID in the format `partners/[PARTNER_ID]` that identifies the reseller. */ @@ -3218,11 +3160,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Partners$Customers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of results to be returned. If not specified or 0, all the records are returned. */ @@ -4562,11 +4499,6 @@ export namespace androiddeviceprovisioning_v1 { export interface Params$Resource$Partners$Devices$Claim extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the reseller partner. */ @@ -4579,11 +4511,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Partners$Devices$Claimasync extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the reseller partner. */ @@ -4596,11 +4523,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Partners$Devices$Findbyidentifier extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the reseller partner. */ @@ -4613,11 +4535,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Partners$Devices$Findbyowner extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the reseller partner. */ @@ -4630,11 +4547,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Partners$Devices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The device API resource name in the format `partners/[PARTNER_ID]/devices/[DEVICE_ID]`. */ @@ -4642,11 +4554,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Partners$Devices$Metadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the device. */ @@ -4663,11 +4570,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Partners$Devices$Unclaim extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the reseller partner. */ @@ -4680,11 +4582,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Partners$Devices$Unclaimasync extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The reseller partner ID. */ @@ -4697,11 +4594,6 @@ export namespace androiddeviceprovisioning_v1 { } export interface Params$Resource$Partners$Devices$Updatemetadataasync extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The reseller partner ID. */ @@ -4867,11 +4759,6 @@ export namespace androiddeviceprovisioning_v1 { export interface Params$Resource$Partners$Vendors$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of results to be returned. */ @@ -5043,11 +4930,6 @@ export namespace androiddeviceprovisioning_v1 { export interface Params$Resource$Partners$Vendors$Customers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of results to be returned. */ diff --git a/src/apis/androidenterprise/package.json b/src/apis/androidenterprise/package.json index 1f53c18003..33fbda7378 100644 --- a/src/apis/androidenterprise/package.json +++ b/src/apis/androidenterprise/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/androidenterprise/v1.ts b/src/apis/androidenterprise/v1.ts index 0bd0a8e0dd..3519bc4c70 100644 --- a/src/apis/androidenterprise/v1.ts +++ b/src/apis/androidenterprise/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace androidenterprise_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -2414,11 +2426,6 @@ export namespace androidenterprise_v1 { export interface Params$Resource$Devices$Forcereportupload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the device. */ @@ -2433,11 +2440,6 @@ export namespace androidenterprise_v1 { userId?: string; } export interface Params$Resource$Devices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the device. */ @@ -2452,11 +2454,6 @@ export namespace androidenterprise_v1 { userId?: string; } export interface Params$Resource$Devices$Getstate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the device. */ @@ -2471,11 +2468,6 @@ export namespace androidenterprise_v1 { userId?: string; } export interface Params$Resource$Devices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -2486,11 +2478,6 @@ export namespace androidenterprise_v1 { userId?: string; } export interface Params$Resource$Devices$Setstate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the device. */ @@ -2510,11 +2497,6 @@ export namespace androidenterprise_v1 { requestBody?: Schema$DeviceState; } export interface Params$Resource$Devices$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the device. */ @@ -4489,11 +4471,6 @@ export namespace androidenterprise_v1 { export interface Params$Resource$Enterprises$Acknowledgenotificationset extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The notification set ID as returned by Enterprises.PullNotificationSet. This must be provided. */ @@ -4501,11 +4478,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Enterprises$Completesignup extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Completion token initially returned by GenerateSignupUrl. */ @@ -4517,11 +4489,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Enterprises$Createwebtoken extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -4534,11 +4501,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Enterprises$Enroll extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The token provided by the enterprise to register the EMM. */ @@ -4551,22 +4513,12 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Enterprises$Generatesignupurl extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The callback URL to which the Admin will be redirected after successfully creating an enterprise. Before redirecting there the system will add a single query parameter to this URL named "enterpriseToken" which will contain an opaque token to be used for the CompleteSignup request. Beware that this means that the URL will be parsed, the parameter added and then a new URL formatted, i.e. there may be some minor formatting changes and, more importantly, the URL must be well-formed so that it can be parsed. */ callbackUrl?: string; } export interface Params$Resource$Enterprises$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -4574,11 +4526,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Enterprises$Getserviceaccount extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -4590,22 +4537,12 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Enterprises$Getstorelayout extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ enterpriseId?: string; } export interface Params$Resource$Enterprises$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The exact primary domain name of the enterprise to look up. */ @@ -4613,11 +4550,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Enterprises$Pullnotificationset extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The request mode for pulling notifications. Specifying waitForNotifications will cause the request to block and wait until one or more notifications are present, or return an empty notification list if no notifications are present after some time. Speciying returnImmediately will cause the request to immediately return the pending notifications, or an empty list if no notifications are present. If omitted, defaults to waitForNotifications. */ @@ -4625,11 +4557,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Enterprises$Sendtestpushnotification extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -4637,11 +4564,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Enterprises$Setaccount extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -4654,11 +4576,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Enterprises$Setstorelayout extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -4671,11 +4588,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Enterprises$Unenroll extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -5252,11 +5164,6 @@ export namespace androidenterprise_v1 { export interface Params$Resource$Entitlements$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -5271,11 +5178,6 @@ export namespace androidenterprise_v1 { userId?: string; } export interface Params$Resource$Entitlements$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -5291,11 +5193,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Entitlements$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -5307,11 +5204,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Entitlements$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -5623,11 +5515,6 @@ export namespace androidenterprise_v1 { export interface Params$Resource$Grouplicenses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -5639,11 +5526,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Grouplicenses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -5803,11 +5685,6 @@ export namespace androidenterprise_v1 { export interface Params$Resource$Grouplicenseusers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -6396,11 +6273,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Installs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Android ID of the device. */ @@ -6419,11 +6291,6 @@ export namespace androidenterprise_v1 { userId?: string; } export interface Params$Resource$Installs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Android ID of the device. */ @@ -6442,11 +6309,6 @@ export namespace androidenterprise_v1 { userId?: string; } export interface Params$Resource$Installs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Android ID of the device. */ @@ -6461,11 +6323,6 @@ export namespace androidenterprise_v1 { userId?: string; } export interface Params$Resource$Installs$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Android ID of the device. */ @@ -7130,11 +6987,6 @@ export namespace androidenterprise_v1 { export interface Params$Resource$Managedconfigurationsfordevice$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Android ID of the device. */ @@ -7154,11 +7006,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Managedconfigurationsfordevice$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Android ID of the device. */ @@ -7178,11 +7025,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Managedconfigurationsfordevice$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Android ID of the device. */ @@ -7198,11 +7040,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Managedconfigurationsfordevice$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Android ID of the device. */ @@ -7829,11 +7666,6 @@ export namespace androidenterprise_v1 { export interface Params$Resource$Managedconfigurationsforuser$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -7849,11 +7681,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Managedconfigurationsforuser$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -7869,11 +7696,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Managedconfigurationsforuser$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -7885,11 +7707,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Managedconfigurationsforuser$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -8070,11 +7887,6 @@ export namespace androidenterprise_v1 { export interface Params$Resource$Managedconfigurationssettings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -8228,11 +8040,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Permissions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The BCP47 tag for the user's preferred language (e.g. "en-US", "de") */ @@ -9259,11 +9066,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Products$Approve extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -9280,11 +9082,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Products$Generateapprovalurl extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -9299,11 +9096,6 @@ export namespace androidenterprise_v1 { productId?: string; } export interface Params$Resource$Products$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -9319,11 +9111,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Products$Getapprestrictionsschema extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -9339,11 +9126,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Products$Getpermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -9354,11 +9136,6 @@ export namespace androidenterprise_v1 { productId?: string; } export interface Params$Resource$Products$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Specifies whether to search among all products (false) or among only products that have been approved (true). Only "true" is supported, and should be specified. */ @@ -9386,11 +9163,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Products$Unapprove extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -9828,11 +9600,6 @@ export namespace androidenterprise_v1 { export interface Params$Resource$Serviceaccountkeys$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -9844,11 +9611,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Serviceaccountkeys$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -9861,11 +9623,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Serviceaccountkeys$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -10601,11 +10358,6 @@ export namespace androidenterprise_v1 { export interface Params$Resource$Storelayoutclusters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the cluster. */ @@ -10621,11 +10373,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Storelayoutclusters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the cluster. */ @@ -10641,11 +10388,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Storelayoutclusters$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -10662,11 +10404,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Storelayoutclusters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -10678,11 +10415,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Storelayoutclusters$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the cluster. */ @@ -11411,11 +11143,6 @@ export namespace androidenterprise_v1 { export interface Params$Resource$Storelayoutpages$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -11427,11 +11154,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Storelayoutpages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -11443,11 +11165,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Storelayoutpages$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -11460,11 +11177,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Storelayoutpages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -11472,11 +11184,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Storelayoutpages$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -13025,11 +12732,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Users$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -13041,11 +12743,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Users$Generateauthenticationtoken extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -13057,11 +12754,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Users$Generatetoken extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -13072,11 +12764,6 @@ export namespace androidenterprise_v1 { userId?: string; } export interface Params$Resource$Users$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -13088,11 +12775,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Users$Getavailableproductset extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -13103,11 +12785,6 @@ export namespace androidenterprise_v1 { userId?: string; } export interface Params$Resource$Users$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -13119,11 +12796,6 @@ export namespace androidenterprise_v1 { requestBody?: Schema$User; } export interface Params$Resource$Users$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The exact primary email address of the user to look up. */ @@ -13135,11 +12807,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Users$Revokedeviceaccess extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -13151,11 +12818,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Users$Revoketoken extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -13167,11 +12829,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Users$Setavailableproductset extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -13187,11 +12844,6 @@ export namespace androidenterprise_v1 { requestBody?: Schema$ProductSet; } export interface Params$Resource$Users$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -13919,11 +13571,6 @@ export namespace androidenterprise_v1 { } export interface Params$Resource$Webapps$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -13934,11 +13581,6 @@ export namespace androidenterprise_v1 { webAppId?: string; } export interface Params$Resource$Webapps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -13949,11 +13591,6 @@ export namespace androidenterprise_v1 { webAppId?: string; } export interface Params$Resource$Webapps$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ @@ -13965,22 +13602,12 @@ export namespace androidenterprise_v1 { requestBody?: Schema$WebApp; } export interface Params$Resource$Webapps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ enterpriseId?: string; } export interface Params$Resource$Webapps$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the enterprise. */ diff --git a/src/apis/androidmanagement/package.json b/src/apis/androidmanagement/package.json index 12fe48cb2f..7c4b48d4d6 100644 --- a/src/apis/androidmanagement/package.json +++ b/src/apis/androidmanagement/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/androidmanagement/v1.ts b/src/apis/androidmanagement/v1.ts index 6a5e3a849f..98ec7ea333 100644 --- a/src/apis/androidmanagement/v1.ts +++ b/src/apis/androidmanagement/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace androidmanagement_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2386,11 +2398,6 @@ export namespace androidmanagement_v1 { export interface Params$Resource$Enterprises$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The enterprise token appended to the callback URL. */ @@ -2410,11 +2417,6 @@ export namespace androidmanagement_v1 { requestBody?: Schema$Enterprise; } export interface Params$Resource$Enterprises$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the enterprise in the form enterprises/{enterpriseId}. */ @@ -2422,11 +2424,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the enterprise in the form enterprises/{enterpriseId}. */ @@ -2587,11 +2584,6 @@ export namespace androidmanagement_v1 { export interface Params$Resource$Enterprises$Applications$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language for localized application info, as a BCP47 tag (e.g. "en-US", "de"). If not specified the default language of the application will be used. */ @@ -3404,11 +3396,6 @@ export namespace androidmanagement_v1 { export interface Params$Resource$Enterprises$Devices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}. */ @@ -3424,11 +3411,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Devices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}. */ @@ -3436,11 +3418,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Devices$Issuecommand extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}. */ @@ -3453,11 +3430,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Devices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The requested page size. The actual page size may be fixed to a min or max value. */ @@ -3473,11 +3445,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Devices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the device in the form enterprises/{enterpriseId}/devices/{deviceId}. */ @@ -4033,11 +4000,6 @@ export namespace androidmanagement_v1 { export interface Params$Resource$Enterprises$Devices$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -4045,11 +4007,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Devices$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -4057,11 +4014,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Devices$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -4069,11 +4021,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Devices$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -4385,11 +4332,6 @@ export namespace androidmanagement_v1 { export interface Params$Resource$Enterprises$Enrollmenttokens$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the enterprise in the form enterprises/{enterpriseId}. */ @@ -4402,11 +4344,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Enrollmenttokens$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the enrollment token in the form enterprises/{enterpriseId}/enrollmentTokens/{enrollmentTokenId}. */ @@ -5200,11 +5137,6 @@ export namespace androidmanagement_v1 { export interface Params$Resource$Enterprises$Policies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the policy in the form enterprises/{enterpriseId}/policies/{policyId}. */ @@ -5212,11 +5144,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Policies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the policy in the form enterprises/{enterpriseId}/policies/{policyId}. */ @@ -5224,11 +5151,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Policies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The requested page size. The actual page size may be fixed to a min or max value. */ @@ -5244,11 +5166,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Policies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the policy in the form enterprises/{enterpriseId}/policies/{policyId}. */ @@ -5978,11 +5895,6 @@ export namespace androidmanagement_v1 { export interface Params$Resource$Enterprises$Webapps$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the enterprise in the form enterprises/{enterpriseId}. */ @@ -5995,11 +5907,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Webapps$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}. */ @@ -6007,11 +5914,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Webapps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the web app in the form enterprises/{enterpriseId}/webApp/{packageName}. */ @@ -6019,11 +5921,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Webapps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The requested page size. The actual page size may be fixed to a min or max value. */ @@ -6039,11 +5936,6 @@ export namespace androidmanagement_v1 { } export interface Params$Resource$Enterprises$Webapps$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}. */ @@ -6217,11 +6109,6 @@ export namespace androidmanagement_v1 { export interface Params$Resource$Enterprises$Webtokens$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the enterprise in the form enterprises/{enterpriseId}. */ @@ -6375,11 +6262,6 @@ export namespace androidmanagement_v1 { export interface Params$Resource$Signupurls$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The callback URL that the admin will be redirected to after successfully creating an enterprise. Before redirecting there the system will add a query parameter to this URL named enterpriseToken which will contain an opaque token to be used for the create enterprise request. The URL will be parsed then reformatted in order to add the enterpriseToken parameter, so there may be some minor formatting changes. */ diff --git a/src/apis/androidpublisher/package.json b/src/apis/androidpublisher/package.json index 303ae1ff6e..f710353fc0 100644 --- a/src/apis/androidpublisher/package.json +++ b/src/apis/androidpublisher/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/androidpublisher/v1.1.ts b/src/apis/androidpublisher/v1.1.ts index 8bad994490..d139ca9a1e 100644 --- a/src/apis/androidpublisher/v1.1.ts +++ b/src/apis/androidpublisher/v1.1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace androidpublisher_v1_1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -285,11 +297,6 @@ export namespace androidpublisher_v1_1 { export interface Params$Resource$Inapppurchases$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The package name of the application the inapp product was sold in (for example, 'com.some.thing'). */ diff --git a/src/apis/androidpublisher/v1.ts b/src/apis/androidpublisher/v1.ts index 0b2e6ac734..677d6fb1fc 100644 --- a/src/apis/androidpublisher/v1.ts +++ b/src/apis/androidpublisher/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace androidpublisher_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ diff --git a/src/apis/androidpublisher/v2.ts b/src/apis/androidpublisher/v2.ts index f7f6f246ce..8c227cba8c 100644 --- a/src/apis/androidpublisher/v2.ts +++ b/src/apis/androidpublisher/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace androidpublisher_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -333,11 +345,6 @@ export namespace androidpublisher_v2 { export interface Params$Resource$Purchases$Products$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The package name of the application the inapp product was sold in (for example, 'com.some.thing'). */ @@ -516,11 +523,6 @@ export namespace androidpublisher_v2 { export interface Params$Resource$Purchases$Voidedpurchases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The time, in milliseconds since the Epoch, of the newest voided purchase that you want to see in the response. The value of this parameter cannot be greater than the current time and is ignored if a pagination token is set. Default value is current time. Note: This filter is applied on the time at which the record is seen as voided by our systems and not the actual voided time returned in the response. */ diff --git a/src/apis/androidpublisher/v3.ts b/src/apis/androidpublisher/v3.ts index ffb3ffb260..97aaf440aa 100644 --- a/src/apis/androidpublisher/v3.ts +++ b/src/apis/androidpublisher/v3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace androidpublisher_v3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1725,11 +1737,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Commit extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -1740,11 +1747,6 @@ export namespace androidpublisher_v3 { packageName?: string; } export interface Params$Resource$Edits$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -1755,11 +1757,6 @@ export namespace androidpublisher_v3 { packageName?: string; } export interface Params$Resource$Edits$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -1770,11 +1767,6 @@ export namespace androidpublisher_v3 { packageName?: string; } export interface Params$Resource$Edits$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for the Android app that is being updated; for example, "com.spiffygame". */ @@ -1786,11 +1778,6 @@ export namespace androidpublisher_v3 { requestBody?: Schema$AppEdit; } export interface Params$Resource$Edits$Validate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -2245,11 +2232,6 @@ export namespace androidpublisher_v3 { export interface Params$Resource$Edits$Apks$Addexternallyhosted extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -2265,11 +2247,6 @@ export namespace androidpublisher_v3 { requestBody?: Schema$ApksAddExternallyHostedRequest; } export interface Params$Resource$Edits$Apks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -2281,11 +2258,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Apks$Upload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -2616,11 +2588,6 @@ export namespace androidpublisher_v3 { export interface Params$Resource$Edits$Bundles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -2632,11 +2599,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Bundles$Upload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Must be set to true if the bundle installation may trigger a warning on user devices (for example, if installation size may be over a threshold, typically 100 MB). */ @@ -2854,11 +2816,6 @@ export namespace androidpublisher_v3 { export interface Params$Resource$Edits$Deobfuscationfiles$Upload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The version code of the APK whose deobfuscation file is being uploaded. */ @@ -3341,11 +3298,6 @@ export namespace androidpublisher_v3 { export interface Params$Resource$Edits$Details$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -3357,11 +3309,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Details$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -3378,11 +3325,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Details$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -4054,11 +3996,6 @@ export namespace androidpublisher_v3 { export interface Params$Resource$Edits$Expansionfiles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The version code of the APK whose Expansion File configuration is being read or modified. */ @@ -4078,11 +4015,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Expansionfiles$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The version code of the APK whose Expansion File configuration is being read or modified. */ @@ -4107,11 +4039,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Expansionfiles$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The version code of the APK whose Expansion File configuration is being read or modified. */ @@ -4136,11 +4063,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Expansionfiles$Upload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The version code of the APK whose Expansion File configuration is being read or modified. */ @@ -4786,11 +4708,6 @@ export namespace androidpublisher_v3 { export interface Params$Resource$Edits$Images$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -4814,11 +4731,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Images$Deleteall extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -4838,11 +4750,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Images$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -4862,11 +4769,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Images$Upload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -5760,11 +5662,6 @@ export namespace androidpublisher_v3 { export interface Params$Resource$Edits$Listings$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -5780,11 +5677,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Listings$Deleteall extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -5796,11 +5688,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Listings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -5816,11 +5703,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Listings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -5832,11 +5714,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Listings$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -5857,11 +5734,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Listings$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -6331,11 +6203,6 @@ export namespace androidpublisher_v3 { export interface Params$Resource$Edits$Testers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -6351,11 +6218,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Testers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -6376,11 +6238,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Testers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -6979,11 +6836,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Tracks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -6999,11 +6851,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Tracks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -7015,11 +6862,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Tracks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -7040,11 +6882,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Edits$Tracks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for this edit. */ @@ -7987,11 +7824,6 @@ export namespace androidpublisher_v3 { export interface Params$Resource$Inappproducts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for the Android app with the in-app product; for example, "com.spiffygame". */ @@ -8003,11 +7835,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Inappproducts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -8019,11 +7846,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Inappproducts$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false. */ @@ -8040,11 +7862,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Inappproducts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -8064,11 +7881,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Inappproducts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false. */ @@ -8089,11 +7901,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Inappproducts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false. */ @@ -8432,11 +8239,6 @@ export namespace androidpublisher_v3 { export interface Params$Resource$Internalappsharingartifacts$Uploadapk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for the Android app; for example, "com.spiffygame". */ @@ -8464,11 +8266,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Internalappsharingartifacts$Uploadbundle extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for the Android app; for example, "com.spiffygame". */ @@ -8632,11 +8429,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Orders$Refund extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The order ID provided to the user when the subscription or in-app order was purchased. */ @@ -8961,11 +8753,6 @@ export namespace androidpublisher_v3 { export interface Params$Resource$Purchases$Products$Acknowledge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The package name of the application the inapp product was sold in (for example, 'com.some.thing'). */ @@ -8986,11 +8773,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Purchases$Products$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The package name of the application the inapp product was sold in (for example, 'com.some.thing'). */ @@ -9866,11 +9648,6 @@ export namespace androidpublisher_v3 { export interface Params$Resource$Purchases$Subscriptions$Acknowledge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The package name of the application for which this subscription was purchased (for example, 'com.some.thing'). */ @@ -9891,11 +9668,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Purchases$Subscriptions$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The package name of the application for which this subscription was purchased (for example, 'com.some.thing'). */ @@ -9911,11 +9683,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Purchases$Subscriptions$Defer extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The package name of the application for which this subscription was purchased (for example, 'com.some.thing'). */ @@ -9936,11 +9703,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Purchases$Subscriptions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The package name of the application for which this subscription was purchased (for example, 'com.some.thing'). */ @@ -9956,11 +9718,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Purchases$Subscriptions$Refund extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The package name of the application for which this subscription was purchased (for example, 'com.some.thing'). */ @@ -9976,11 +9733,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Purchases$Subscriptions$Revoke extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The package name of the application for which this subscription was purchased (for example, 'com.some.thing'). */ @@ -10164,11 +9916,6 @@ export namespace androidpublisher_v3 { export interface Params$Resource$Purchases$Voidedpurchases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The time, in milliseconds since the Epoch, of the newest voided purchase that you want to see in the response. The value of this parameter cannot be greater than the current time and is ignored if a pagination token is set. Default value is current time. Note: This filter is applied on the time at which the record is seen as voided by our systems and not the actual voided time returned in the response. */ @@ -10638,11 +10385,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Reviews$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for the Android app for which we want reviews; for example, "com.spiffygame". */ @@ -10657,11 +10399,6 @@ export namespace androidpublisher_v3 { translationLanguage?: string; } export interface Params$Resource$Reviews$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -10684,11 +10421,6 @@ export namespace androidpublisher_v3 { translationLanguage?: string; } export interface Params$Resource$Reviews$Reply extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for the Android app for which we want reviews; for example, "com.spiffygame". */ @@ -11277,11 +11009,6 @@ export namespace androidpublisher_v3 { export interface Params$Resource$Systemapks$Variants$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for the Android app; for example, "com.spiffygame". */ @@ -11298,11 +11025,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Systemapks$Variants$Download extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for the Android app; for example, "com.spiffygame". */ @@ -11318,11 +11040,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Systemapks$Variants$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for the Android app; for example, "com.spiffygame". */ @@ -11338,11 +11055,6 @@ export namespace androidpublisher_v3 { } export interface Params$Resource$Systemapks$Variants$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unique identifier for the Android app; for example, "com.spiffygame". */ diff --git a/src/apis/appengine/package.json b/src/apis/appengine/package.json index 754d875c84..3bd2bddc4a 100644 --- a/src/apis/appengine/package.json +++ b/src/apis/appengine/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/appengine/v1.ts b/src/apis/appengine/v1.ts index 05fd75dedf..3148be0fa4 100644 --- a/src/apis/appengine/v1.ts +++ b/src/apis/appengine/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace appengine_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2195,33 +2207,18 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Application; } export interface Params$Resource$Apps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the Application resource to get. Example: apps/myapp. */ appsId?: string; } export interface Params$Resource$Apps$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the Application resource to update. Example: apps/myapp. */ @@ -2237,11 +2234,6 @@ export namespace appengine_v1 { requestBody?: Schema$Application; } export interface Params$Resource$Apps$Repair extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the application to repair. Example: apps/myapp */ @@ -3030,11 +3022,6 @@ export namespace appengine_v1 { export interface Params$Resource$Apps$Authorizedcertificates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -3047,11 +3034,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Authorizedcertificates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */ @@ -3063,11 +3045,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Authorizedcertificates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */ @@ -3083,11 +3060,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Authorizedcertificates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -3107,11 +3079,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Authorizedcertificates$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */ @@ -3291,11 +3258,6 @@ export namespace appengine_v1 { export interface Params$Resource$Apps$Authorizeddomains$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -4047,11 +4009,6 @@ export namespace appengine_v1 { export interface Params$Resource$Apps$Domainmappings$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -4068,11 +4025,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Domainmappings$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. */ @@ -4084,11 +4036,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Domainmappings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */ @@ -4100,11 +4047,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Domainmappings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -4120,11 +4062,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Domainmappings$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */ @@ -5031,11 +4968,6 @@ export namespace appengine_v1 { export interface Params$Resource$Apps$Firewall$Ingressrules$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules. */ @@ -5048,11 +4980,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Firewall$Ingressrules$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */ @@ -5065,11 +4992,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Firewall$Ingressrules$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the Firewall resource to delete. Example: apps/myapp/firewall/ingressRules/100. */ @@ -5081,11 +5003,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Firewall$Ingressrules$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the Firewall resource to retrieve. Example: apps/myapp/firewall/ingressRules/100. */ @@ -5097,11 +5014,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Firewall$Ingressrules$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules. */ @@ -5121,11 +5033,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Firewall$Ingressrules$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100. */ @@ -5445,11 +5352,6 @@ export namespace appengine_v1 { export interface Params$Resource$Apps$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Resource name for the location. */ @@ -5461,11 +5363,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. The resource that owns the locations collection, if applicable. */ @@ -5784,11 +5681,6 @@ export namespace appengine_v1 { export interface Params$Resource$Apps$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. The name of the operation resource. */ @@ -5800,11 +5692,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. The name of the operation's parent resource. */ @@ -6414,11 +6301,6 @@ export namespace appengine_v1 { export interface Params$Resource$Apps$Services$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. */ @@ -6430,11 +6312,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Services$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. */ @@ -6446,11 +6323,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Services$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -6466,11 +6338,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Services$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to update. Example: apps/myapp/services/default. */ @@ -7351,11 +7218,6 @@ export namespace appengine_v1 { export interface Params$Resource$Apps$Services$Versions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */ @@ -7372,11 +7234,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Services$Versions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */ @@ -7392,11 +7249,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Services$Versions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */ @@ -7416,11 +7268,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Services$Versions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Service resource. Example: apps/myapp/services/default. */ @@ -7444,11 +7291,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Services$Versions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */ @@ -8090,11 +7932,6 @@ export namespace appengine_v1 { export interface Params$Resource$Apps$Services$Versions$Instances$Debug extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */ @@ -8119,11 +7956,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Services$Versions$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */ @@ -8143,11 +7975,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Services$Versions$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */ @@ -8167,11 +7994,6 @@ export namespace appengine_v1 { } export interface Params$Resource$Apps$Services$Versions$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1. */ diff --git a/src/apis/appengine/v1alpha.ts b/src/apis/appengine/v1alpha.ts index edc3527cf0..8a7e39e3c7 100644 --- a/src/apis/appengine/v1alpha.ts +++ b/src/apis/appengine/v1alpha.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace appengine_v1alpha { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1321,11 +1333,6 @@ export namespace appengine_v1alpha { export interface Params$Resource$Apps$Authorizedcertificates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -1338,11 +1345,6 @@ export namespace appengine_v1alpha { } export interface Params$Resource$Apps$Authorizedcertificates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */ @@ -1354,11 +1356,6 @@ export namespace appengine_v1alpha { } export interface Params$Resource$Apps$Authorizedcertificates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */ @@ -1374,11 +1371,6 @@ export namespace appengine_v1alpha { } export interface Params$Resource$Apps$Authorizedcertificates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -1398,11 +1390,6 @@ export namespace appengine_v1alpha { } export interface Params$Resource$Apps$Authorizedcertificates$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */ @@ -1582,11 +1569,6 @@ export namespace appengine_v1alpha { export interface Params$Resource$Apps$Authorizeddomains$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -2347,11 +2329,6 @@ export namespace appengine_v1alpha { export interface Params$Resource$Apps$Domainmappings$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -2372,11 +2349,6 @@ export namespace appengine_v1alpha { } export interface Params$Resource$Apps$Domainmappings$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. */ @@ -2388,11 +2360,6 @@ export namespace appengine_v1alpha { } export interface Params$Resource$Apps$Domainmappings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */ @@ -2404,11 +2371,6 @@ export namespace appengine_v1alpha { } export interface Params$Resource$Apps$Domainmappings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -2424,11 +2386,6 @@ export namespace appengine_v1alpha { } export interface Params$Resource$Apps$Domainmappings$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */ @@ -2752,11 +2709,6 @@ export namespace appengine_v1alpha { export interface Params$Resource$Apps$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Resource name for the location. */ @@ -2768,11 +2720,6 @@ export namespace appengine_v1alpha { } export interface Params$Resource$Apps$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. The resource that owns the locations collection, if applicable. */ @@ -3091,11 +3038,6 @@ export namespace appengine_v1alpha { export interface Params$Resource$Apps$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. The name of the operation resource. */ @@ -3107,11 +3049,6 @@ export namespace appengine_v1alpha { } export interface Params$Resource$Apps$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. The name of the operation's parent resource. */ diff --git a/src/apis/appengine/v1beta.ts b/src/apis/appengine/v1beta.ts index 77ddd26ee1..583cd9e3fc 100644 --- a/src/apis/appengine/v1beta.ts +++ b/src/apis/appengine/v1beta.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace appengine_v1beta { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2243,33 +2255,18 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Application; } export interface Params$Resource$Apps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the Application resource to get. Example: apps/myapp. */ appsId?: string; } export interface Params$Resource$Apps$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the Application resource to update. Example: apps/myapp. */ @@ -2285,11 +2282,6 @@ export namespace appengine_v1beta { requestBody?: Schema$Application; } export interface Params$Resource$Apps$Repair extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the application to repair. Example: apps/myapp */ @@ -3076,11 +3068,6 @@ export namespace appengine_v1beta { export interface Params$Resource$Apps$Authorizedcertificates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -3093,11 +3080,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Authorizedcertificates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */ @@ -3109,11 +3091,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Authorizedcertificates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */ @@ -3129,11 +3106,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Authorizedcertificates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -3153,11 +3125,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Authorizedcertificates$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */ @@ -3337,11 +3304,6 @@ export namespace appengine_v1beta { export interface Params$Resource$Apps$Authorizeddomains$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -4096,11 +4058,6 @@ export namespace appengine_v1beta { export interface Params$Resource$Apps$Domainmappings$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -4117,11 +4074,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Domainmappings$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. */ @@ -4133,11 +4085,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Domainmappings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */ @@ -4149,11 +4096,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Domainmappings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -4169,11 +4111,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Domainmappings$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */ @@ -5079,11 +5016,6 @@ export namespace appengine_v1beta { export interface Params$Resource$Apps$Firewall$Ingressrules$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules. */ @@ -5096,11 +5028,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Firewall$Ingressrules$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */ @@ -5113,11 +5040,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Firewall$Ingressrules$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the Firewall resource to delete. Example: apps/myapp/firewall/ingressRules/100. */ @@ -5129,11 +5051,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Firewall$Ingressrules$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the Firewall resource to retrieve. Example: apps/myapp/firewall/ingressRules/100. */ @@ -5145,11 +5062,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Firewall$Ingressrules$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules. */ @@ -5169,11 +5081,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Firewall$Ingressrules$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100. */ @@ -5493,11 +5400,6 @@ export namespace appengine_v1beta { export interface Params$Resource$Apps$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Resource name for the location. */ @@ -5509,11 +5411,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. The resource that owns the locations collection, if applicable. */ @@ -5832,11 +5729,6 @@ export namespace appengine_v1beta { export interface Params$Resource$Apps$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. The name of the operation resource. */ @@ -5848,11 +5740,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. The name of the operation's parent resource. */ @@ -6459,11 +6346,6 @@ export namespace appengine_v1beta { export interface Params$Resource$Apps$Services$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. */ @@ -6475,11 +6357,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Services$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. */ @@ -6491,11 +6368,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Services$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */ @@ -6511,11 +6383,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Services$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to update. Example: apps/myapp/services/default. */ @@ -7396,11 +7263,6 @@ export namespace appengine_v1beta { export interface Params$Resource$Apps$Services$Versions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */ @@ -7417,11 +7279,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Services$Versions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */ @@ -7437,11 +7294,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Services$Versions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */ @@ -7461,11 +7313,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Services$Versions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Service resource. Example: apps/myapp/services/default. */ @@ -7489,11 +7336,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Services$Versions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */ @@ -8135,11 +7977,6 @@ export namespace appengine_v1beta { export interface Params$Resource$Apps$Services$Versions$Instances$Debug extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */ @@ -8164,11 +8001,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Services$Versions$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */ @@ -8188,11 +8020,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Services$Versions$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */ @@ -8212,11 +8039,6 @@ export namespace appengine_v1beta { } export interface Params$Resource$Apps$Services$Versions$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Part of `parent`. Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1. */ diff --git a/src/apis/appsactivity/package.json b/src/apis/appsactivity/package.json index d605e1432f..e03d86bcb7 100644 --- a/src/apis/appsactivity/package.json +++ b/src/apis/appsactivity/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/appsactivity/v1.ts b/src/apis/appsactivity/v1.ts index 8907abb24b..d794999a2d 100644 --- a/src/apis/appsactivity/v1.ts +++ b/src/apis/appsactivity/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace appsactivity_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -466,11 +478,6 @@ export namespace appsactivity_v1 { } export interface Params$Resource$Activities$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifies the Drive folder containing the items for which to return activities. */ diff --git a/src/apis/artifactregistry/package.json b/src/apis/artifactregistry/package.json index a4697512c8..3dd2c0eaf0 100644 --- a/src/apis/artifactregistry/package.json +++ b/src/apis/artifactregistry/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/artifactregistry/v1beta1.ts b/src/apis/artifactregistry/v1beta1.ts index bfd21b393c..b49a81327e 100644 --- a/src/apis/artifactregistry/v1beta1.ts +++ b/src/apis/artifactregistry/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace artifactregistry_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -796,11 +808,6 @@ export namespace artifactregistry_v1beta1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -808,11 +815,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -1126,11 +1128,6 @@ export namespace artifactregistry_v1beta1 { export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -1138,11 +1135,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2362,11 +2354,6 @@ export namespace artifactregistry_v1beta1 { export interface Params$Resource$Projects$Locations$Repositories$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the parent resource where the repository will be created. */ @@ -2383,11 +2370,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the repository to delete. */ @@ -2395,11 +2377,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the repository to retrieve. */ @@ -2407,11 +2384,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -2423,11 +2395,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of repositories to return. */ @@ -2443,11 +2410,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1". */ @@ -2464,11 +2426,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2481,11 +2438,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2806,11 +2758,6 @@ export namespace artifactregistry_v1beta1 { export interface Params$Resource$Projects$Locations$Repositories$Files$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the file to retrieve. */ @@ -2818,11 +2765,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Files$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `name` * `owner` An example of using a filter: * `name="projects/p1/locations/us-central1/repositories/repo1/files/a/b/x"` --> Files with an ID starting with "a/b/". * `owner="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0"` --> Files owned by the version `1.0` in package `pkg1`. */ @@ -3282,11 +3224,6 @@ export namespace artifactregistry_v1beta1 { export interface Params$Resource$Projects$Locations$Repositories$Packages$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the package to delete. */ @@ -3294,11 +3231,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Packages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the package to retrieve. */ @@ -3306,11 +3238,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Packages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of packages to return. */ @@ -4054,11 +3981,6 @@ export namespace artifactregistry_v1beta1 { export interface Params$Resource$Projects$Locations$Repositories$Packages$Tags$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the parent resource where the tag will be created. */ @@ -4075,11 +3997,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Packages$Tags$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the tag to delete. */ @@ -4087,11 +4004,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Packages$Tags$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the tag to retrieve. */ @@ -4099,11 +4011,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Packages$Tags$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `version` An example of using a filter: * `version="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0"` --> Tags that are applied to the version `1.0` in package `pkg1`. */ @@ -4123,11 +4030,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Packages$Tags$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the tag, for example: "projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/tags/tag1". */ @@ -4587,11 +4489,6 @@ export namespace artifactregistry_v1beta1 { export interface Params$Resource$Projects$Locations$Repositories$Packages$Versions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * By default, a version that is tagged may not be deleted. If force=true, the version and any tags pointing to the version are deleted. */ @@ -4603,11 +4500,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Packages$Versions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the version to retrieve. */ @@ -4619,11 +4511,6 @@ export namespace artifactregistry_v1beta1 { } export interface Params$Resource$Projects$Locations$Repositories$Packages$Versions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of versions to return. */ diff --git a/src/apis/bigquery/package.json b/src/apis/bigquery/package.json index ce1639f5b9..b5a383c22a 100644 --- a/src/apis/bigquery/package.json +++ b/src/apis/bigquery/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/bigquery/v2.ts b/src/apis/bigquery/v2.ts index 416cf4dcef..4de66b2384 100644 --- a/src/apis/bigquery/v2.ts +++ b/src/apis/bigquery/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace bigquery_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -3820,11 +3832,6 @@ export namespace bigquery_v2 { } export interface Params$Resource$Datasets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Dataset ID of dataset being deleted */ @@ -3839,11 +3846,6 @@ export namespace bigquery_v2 { projectId?: string; } export interface Params$Resource$Datasets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Dataset ID of the requested dataset */ @@ -3854,11 +3856,6 @@ export namespace bigquery_v2 { projectId?: string; } export interface Params$Resource$Datasets$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID of the new dataset */ @@ -3870,11 +3867,6 @@ export namespace bigquery_v2 { requestBody?: Schema$Dataset; } export interface Params$Resource$Datasets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to list all datasets, including hidden ones */ @@ -3897,11 +3889,6 @@ export namespace bigquery_v2 { projectId?: string; } export interface Params$Resource$Datasets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Dataset ID of the dataset being updated */ @@ -3917,11 +3904,6 @@ export namespace bigquery_v2 { requestBody?: Schema$Dataset; } export interface Params$Resource$Datasets$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Dataset ID of the dataset being updated */ @@ -4907,11 +4889,6 @@ export namespace bigquery_v2 { } export interface Params$Resource$Jobs$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * [Required] Job ID of the job to cancel */ @@ -4926,11 +4903,6 @@ export namespace bigquery_v2 { projectId?: string; } export interface Params$Resource$Jobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * [Required] Job ID of the requested job */ @@ -4946,11 +4918,6 @@ export namespace bigquery_v2 { } export interface Params$Resource$Jobs$Getqueryresults extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * [Required] Job ID of the query job */ @@ -4981,11 +4948,6 @@ export namespace bigquery_v2 { timeoutMs?: number; } export interface Params$Resource$Jobs$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID of the project that will be billed for the job */ @@ -5012,11 +4974,6 @@ export namespace bigquery_v2 { }; } export interface Params$Resource$Jobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to display jobs owned by all users in the project. Default false */ @@ -5055,11 +5012,6 @@ export namespace bigquery_v2 { stateFilter?: string[]; } export interface Params$Resource$Jobs$Query extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID of the project billed for the query */ @@ -5689,11 +5641,6 @@ export namespace bigquery_v2 { } export interface Params$Resource$Models$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Dataset ID of the model to delete. */ @@ -5708,11 +5655,6 @@ export namespace bigquery_v2 { projectId?: string; } export interface Params$Resource$Models$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Dataset ID of the requested model. */ @@ -5727,11 +5669,6 @@ export namespace bigquery_v2 { projectId?: string; } export interface Params$Resource$Models$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Dataset ID of the models to list. */ @@ -5750,11 +5687,6 @@ export namespace bigquery_v2 { projectId?: string; } export interface Params$Resource$Models$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Dataset ID of the model to patch. */ @@ -6068,22 +6000,12 @@ export namespace bigquery_v2 { export interface Params$Resource$Projects$Getserviceaccount extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for which the service account is requested. */ projectId?: string; } export interface Params$Resource$Projects$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of results to return */ @@ -6887,11 +6809,6 @@ export namespace bigquery_v2 { } export interface Params$Resource$Routines$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Dataset ID of the routine to delete */ @@ -6906,11 +6823,6 @@ export namespace bigquery_v2 { routineId?: string; } export interface Params$Resource$Routines$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Dataset ID of the requested routine */ @@ -6929,11 +6841,6 @@ export namespace bigquery_v2 { routineId?: string; } export interface Params$Resource$Routines$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Dataset ID of the new routine */ @@ -6949,11 +6856,6 @@ export namespace bigquery_v2 { requestBody?: Schema$Routine; } export interface Params$Resource$Routines$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Dataset ID of the routines to list */ @@ -6980,11 +6882,6 @@ export namespace bigquery_v2 { readMask?: string; } export interface Params$Resource$Routines$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Dataset ID of the routine to update */ @@ -7332,11 +7229,6 @@ export namespace bigquery_v2 { export interface Params$Resource$Tabledata$Insertall extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Dataset ID of the destination table. */ @@ -7356,11 +7248,6 @@ export namespace bigquery_v2 { requestBody?: Schema$TableDataInsertAllRequest; } export interface Params$Resource$Tabledata$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Dataset ID of the table to read */ @@ -8902,11 +8789,6 @@ export namespace bigquery_v2 { } export interface Params$Resource$Tables$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Dataset ID of the table to delete */ @@ -8921,11 +8803,6 @@ export namespace bigquery_v2 { tableId?: string; } export interface Params$Resource$Tables$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Dataset ID of the requested table */ @@ -8945,11 +8822,6 @@ export namespace bigquery_v2 { } export interface Params$Resource$Tables$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -8961,11 +8833,6 @@ export namespace bigquery_v2 { requestBody?: Schema$GetIamPolicyRequest; } export interface Params$Resource$Tables$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Dataset ID of the new table */ @@ -8981,11 +8848,6 @@ export namespace bigquery_v2 { requestBody?: Schema$Table; } export interface Params$Resource$Tables$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Dataset ID of the tables to list */ @@ -9004,11 +8866,6 @@ export namespace bigquery_v2 { projectId?: string; } export interface Params$Resource$Tables$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Dataset ID of the table to update */ @@ -9029,11 +8886,6 @@ export namespace bigquery_v2 { } export interface Params$Resource$Tables$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -9046,11 +8898,6 @@ export namespace bigquery_v2 { } export interface Params$Resource$Tables$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -9062,11 +8909,6 @@ export namespace bigquery_v2 { requestBody?: Schema$TestIamPermissionsRequest; } export interface Params$Resource$Tables$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Dataset ID of the table to update */ diff --git a/src/apis/bigqueryconnection/package.json b/src/apis/bigqueryconnection/package.json index 165066033c..c7e2e6f845 100644 --- a/src/apis/bigqueryconnection/package.json +++ b/src/apis/bigqueryconnection/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/bigqueryconnection/v1beta1.ts b/src/apis/bigqueryconnection/v1beta1.ts index 75ddafdb68..4a8958f769 100644 --- a/src/apis/bigqueryconnection/v1beta1.ts +++ b/src/apis/bigqueryconnection/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace bigqueryconnection_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1708,11 +1720,6 @@ export namespace bigqueryconnection_v1beta1 { export interface Params$Resource$Projects$Locations$Connections$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Connection id that should be assigned to the created connection. */ @@ -1729,11 +1736,6 @@ export namespace bigqueryconnection_v1beta1 { } export interface Params$Resource$Projects$Locations$Connections$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the deleted connection, for example: `projects/{project_id}/locations/{location_id}/connections/{connection_id}` */ @@ -1741,11 +1743,6 @@ export namespace bigqueryconnection_v1beta1 { } export interface Params$Resource$Projects$Locations$Connections$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the requested connection, for example: `projects/{project_id}/locations/{location_id}/connections/{connection_id}` */ @@ -1753,11 +1750,6 @@ export namespace bigqueryconnection_v1beta1 { } export interface Params$Resource$Projects$Locations$Connections$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -1770,11 +1762,6 @@ export namespace bigqueryconnection_v1beta1 { } export interface Params$Resource$Projects$Locations$Connections$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Maximum number of results per page. */ @@ -1790,11 +1777,6 @@ export namespace bigqueryconnection_v1beta1 { } export interface Params$Resource$Projects$Locations$Connections$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the connection to update, for example: `projects/{project_id}/locations/{location_id}/connections/{connection_id}` */ @@ -1811,11 +1793,6 @@ export namespace bigqueryconnection_v1beta1 { } export interface Params$Resource$Projects$Locations$Connections$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -1828,11 +1805,6 @@ export namespace bigqueryconnection_v1beta1 { } export interface Params$Resource$Projects$Locations$Connections$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -1845,11 +1817,6 @@ export namespace bigqueryconnection_v1beta1 { } export interface Params$Resource$Projects$Locations$Connections$Updatecredential extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the connection, for example: `projects/{project_id}/locations/{location_id}/connections/{connection_id}/credential` */ diff --git a/src/apis/bigquerydatatransfer/package.json b/src/apis/bigquerydatatransfer/package.json index 80a6d59da4..59fbc13de4 100644 --- a/src/apis/bigquerydatatransfer/package.json +++ b/src/apis/bigquerydatatransfer/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/bigquerydatatransfer/v1.ts b/src/apis/bigquerydatatransfer/v1.ts index e5723acc99..0bdc7b2bd3 100644 --- a/src/apis/bigquerydatatransfer/v1.ts +++ b/src/apis/bigquerydatatransfer/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace bigquerydatatransfer_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1105,11 +1117,6 @@ export namespace bigquerydatatransfer_v1 { export interface Params$Resource$Projects$Datasources$Checkvalidcreds extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The data source in the form: `projects/{project_id}/dataSources/{data_source_id}` or `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`. */ @@ -1122,11 +1129,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Datasources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The field will contain name of the resource requested, for example: `projects/{project_id}/dataSources/{data_source_id}` or `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}` */ @@ -1134,11 +1136,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Datasources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Page size. The default page size is the maximum value of 1000 results. */ @@ -1460,11 +1457,6 @@ export namespace bigquerydatatransfer_v1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -1472,11 +1464,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -1968,11 +1955,6 @@ export namespace bigquerydatatransfer_v1 { export interface Params$Resource$Projects$Locations$Datasources$Checkvalidcreds extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The data source in the form: `projects/{project_id}/dataSources/{data_source_id}` or `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`. */ @@ -1985,11 +1967,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Locations$Datasources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The field will contain name of the resource requested, for example: `projects/{project_id}/dataSources/{data_source_id}` or `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}` */ @@ -1997,11 +1974,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Locations$Datasources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Page size. The default page size is the maximum value of 1000 results. */ @@ -3219,11 +3191,6 @@ export namespace bigquerydatatransfer_v1 { export interface Params$Resource$Projects$Locations$Transferconfigs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional OAuth2 authorization code to use with this transfer configuration. This is required if new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, please make a request to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&scope=&redirect_uri= * client_id should be OAuth client_id of BigQuery DTS API for the given data source returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. * redirect_uri is an optional parameter. If not specified, then authorization code is posted to the opener of authorization flow window. Otherwise it will be sent to the redirect uri. A special value of urn:ietf:wg:oauth:2.0:oob means that authorization code should be returned in the title bar of the browser, with the page text prompting the user to copy the code and paste it in the application. */ @@ -3248,11 +3215,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Locations$Transferconfigs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}` */ @@ -3260,11 +3222,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Locations$Transferconfigs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}` */ @@ -3272,11 +3229,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Locations$Transferconfigs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When specified, only configurations of requested data sources are returned. */ @@ -3296,11 +3248,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Locations$Transferconfigs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional OAuth2 authorization code to use with this transfer configuration. If it is provided, the transfer configuration will be associated with the authorizing user. In order to obtain authorization_code, please make a request to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&scope=&redirect_uri= * client_id should be OAuth client_id of BigQuery DTS API for the given data source returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. * redirect_uri is an optional parameter. If not specified, then authorization code is posted to the opener of authorization flow window. Otherwise it will be sent to the redirect uri. A special value of urn:ietf:wg:oauth:2.0:oob means that authorization code should be returned in the title bar of the browser, with the page text prompting the user to copy the code and paste it in the application. */ @@ -3329,11 +3276,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Locations$Transferconfigs$Scheduleruns extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`. */ @@ -3346,11 +3288,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Locations$Transferconfigs$Startmanualruns extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`. */ @@ -3825,11 +3762,6 @@ export namespace bigquerydatatransfer_v1 { export interface Params$Resource$Projects$Locations$Transferconfigs$Runs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}` */ @@ -3837,11 +3769,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Locations$Transferconfigs$Runs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}` */ @@ -3849,11 +3776,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Locations$Transferconfigs$Runs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Page size. The default page size is the maximum value of 1000 results. */ @@ -4047,11 +3969,6 @@ export namespace bigquerydatatransfer_v1 { export interface Params$Resource$Projects$Locations$Transferconfigs$Runs$Transferlogs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Message types to return. If not populated - INFO, WARNING and ERROR messages are returned. */ @@ -5254,11 +5171,6 @@ export namespace bigquerydatatransfer_v1 { export interface Params$Resource$Projects$Transferconfigs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional OAuth2 authorization code to use with this transfer configuration. This is required if new credentials are needed, as indicated by `CheckValidCreds`. In order to obtain authorization_code, please make a request to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&scope=&redirect_uri= * client_id should be OAuth client_id of BigQuery DTS API for the given data source returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. * redirect_uri is an optional parameter. If not specified, then authorization code is posted to the opener of authorization flow window. Otherwise it will be sent to the redirect uri. A special value of urn:ietf:wg:oauth:2.0:oob means that authorization code should be returned in the title bar of the browser, with the page text prompting the user to copy the code and paste it in the application. */ @@ -5283,11 +5195,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Transferconfigs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}` */ @@ -5295,11 +5202,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Transferconfigs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}` */ @@ -5307,11 +5209,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Transferconfigs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When specified, only configurations of requested data sources are returned. */ @@ -5331,11 +5228,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Transferconfigs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional OAuth2 authorization code to use with this transfer configuration. If it is provided, the transfer configuration will be associated with the authorizing user. In order to obtain authorization_code, please make a request to https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?client_id=&scope=&redirect_uri= * client_id should be OAuth client_id of BigQuery DTS API for the given data source returned by ListDataSources method. * data_source_scopes are the scopes returned by ListDataSources method. * redirect_uri is an optional parameter. If not specified, then authorization code is posted to the opener of authorization flow window. Otherwise it will be sent to the redirect uri. A special value of urn:ietf:wg:oauth:2.0:oob means that authorization code should be returned in the title bar of the browser, with the page text prompting the user to copy the code and paste it in the application. */ @@ -5364,11 +5256,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Transferconfigs$Scheduleruns extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`. */ @@ -5381,11 +5268,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Transferconfigs$Startmanualruns extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Transfer configuration name in the form: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`. */ @@ -5851,11 +5733,6 @@ export namespace bigquerydatatransfer_v1 { export interface Params$Resource$Projects$Transferconfigs$Runs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}` */ @@ -5863,11 +5740,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Transferconfigs$Runs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}` */ @@ -5875,11 +5747,6 @@ export namespace bigquerydatatransfer_v1 { } export interface Params$Resource$Projects$Transferconfigs$Runs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Page size. The default page size is the maximum value of 1000 results. */ @@ -6073,11 +5940,6 @@ export namespace bigquerydatatransfer_v1 { export interface Params$Resource$Projects$Transferconfigs$Runs$Transferlogs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Message types to return. If not populated - INFO, WARNING and ERROR messages are returned. */ diff --git a/src/apis/bigqueryreservation/package.json b/src/apis/bigqueryreservation/package.json index 0a3b4ed397..23207a1589 100644 --- a/src/apis/bigqueryreservation/package.json +++ b/src/apis/bigqueryreservation/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/bigqueryreservation/v1.ts b/src/apis/bigqueryreservation/v1.ts index 010b4db2f9..27a97aa242 100644 --- a/src/apis/bigqueryreservation/v1.ts +++ b/src/apis/bigqueryreservation/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace bigqueryreservation_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -651,22 +663,12 @@ export namespace bigqueryreservation_v1 { export interface Params$Resource$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -1160,11 +1162,6 @@ export namespace bigqueryreservation_v1 { export interface Params$Resource$Projects$Locations$Getbireservation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the requested reservation, for example: `projects/{project_id}/locations/{location_id}/bireservation` */ @@ -1172,11 +1169,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Searchassignments extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return per page. */ @@ -1196,11 +1188,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Updatebireservation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the singleton BI reservation. Reservation names have the form `projects/{project_id}/locations/{location_id}/bireservation`. */ @@ -2298,11 +2285,6 @@ export namespace bigqueryreservation_v1 { export interface Params$Resource$Projects$Locations$Capacitycommitments$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If true, fail the request if another project in the organization has a capacity commitment. */ @@ -2319,11 +2301,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Capacitycommitments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the capacity commitment to delete. E.g., `projects/myproject/locations/US/capacityCommitments/123` */ @@ -2331,11 +2308,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Capacitycommitments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the capacity commitment to retrieve. E.g., `projects/myproject/locations/US/capacityCommitments/123` */ @@ -2343,11 +2315,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Capacitycommitments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. */ @@ -2363,11 +2330,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Capacitycommitments$Merge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Parent resource that identifies admin project and location e.g., `projects/myproject/locations/us` */ @@ -2380,11 +2342,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Capacitycommitments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123` */ @@ -2401,11 +2358,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Capacitycommitments$Split extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name e.g.,: `projects/myproject/locations/US/capacityCommitments/123` */ @@ -3149,11 +3101,6 @@ export namespace bigqueryreservation_v1 { export interface Params$Resource$Projects$Locations$Reservations$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Project, location. E.g., `projects/myproject/locations/US` */ @@ -3170,11 +3117,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Reservations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the reservation to retrieve. E.g., `projects/myproject/locations/US/reservations/team1-prod` */ @@ -3182,11 +3124,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Reservations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the reservation to retrieve. E.g., `projects/myproject/locations/US/reservations/team1-prod` */ @@ -3194,11 +3131,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Reservations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return per page. */ @@ -3214,11 +3146,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Reservations$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the reservation, e.g., `projects/x/locations/x/reservations/team1-prod`. */ @@ -3836,11 +3763,6 @@ export namespace bigqueryreservation_v1 { export interface Params$Resource$Projects$Locations$Reservations$Assignments$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name of the assignment E.g. `projects/myproject/locations/US/reservations/team1-prod` */ @@ -3853,11 +3775,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Reservations$Assignments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the resource, e.g. `projects/myproject/locations/US/reservations/team1-prod/assignments/123` */ @@ -3865,11 +3782,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Reservations$Assignments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return per page. */ @@ -3885,11 +3797,6 @@ export namespace bigqueryreservation_v1 { } export interface Params$Resource$Projects$Locations$Reservations$Assignments$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the assignment, e.g. `projects/myproject/locations/US/reservations/team1-prod/assignments/123` */ diff --git a/src/apis/bigqueryreservation/v1alpha2.ts b/src/apis/bigqueryreservation/v1alpha2.ts index 0b8db42902..7ff95ff706 100644 --- a/src/apis/bigqueryreservation/v1alpha2.ts +++ b/src/apis/bigqueryreservation/v1alpha2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace bigqueryreservation_v1alpha2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -484,11 +496,6 @@ export namespace bigqueryreservation_v1alpha2 { export interface Params$Resource$Projects$Locations$Searchreservationgrants extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. */ @@ -785,11 +792,6 @@ export namespace bigqueryreservation_v1alpha2 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -797,11 +799,6 @@ export namespace bigqueryreservation_v1alpha2 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -1259,11 +1256,6 @@ export namespace bigqueryreservation_v1alpha2 { export interface Params$Resource$Projects$Locations$Reservationgrants$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent resource name of the reservation grant E.g.: projects/myproject/location/eu. */ @@ -1276,11 +1268,6 @@ export namespace bigqueryreservation_v1alpha2 { } export interface Params$Resource$Projects$Locations$Reservationgrants$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource, e.g.: projects/myproject/locations/eu/reservationGrants/123 */ @@ -1288,11 +1275,6 @@ export namespace bigqueryreservation_v1alpha2 { } export interface Params$Resource$Projects$Locations$Reservationgrants$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. */ @@ -2207,11 +2189,6 @@ export namespace bigqueryreservation_v1alpha2 { export interface Params$Resource$Projects$Locations$Reservations$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project, location, and (optionally) reservation name. E.g., projects/myproject/locations/us-central1/reservations/parent */ @@ -2228,11 +2205,6 @@ export namespace bigqueryreservation_v1alpha2 { } export interface Params$Resource$Projects$Locations$Reservations$Createreservation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project, location, and (optionally) reservation name. E.g., projects/myproject/locations/us-central1/reservations/parent */ @@ -2249,11 +2221,6 @@ export namespace bigqueryreservation_v1alpha2 { } export interface Params$Resource$Projects$Locations$Reservations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If true, deletes all the child reservations of the given reservation. Otherwise, attempting to delete a reservation that has child reservations will fail with error code `google.rpc.Code.FAILED_PRECONDITION`. */ @@ -2265,11 +2232,6 @@ export namespace bigqueryreservation_v1alpha2 { } export interface Params$Resource$Projects$Locations$Reservations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the reservation to retrieve. E.g., projects/myproject/locations/us-central1/reservations/path/to/reserv */ @@ -2277,11 +2239,6 @@ export namespace bigqueryreservation_v1alpha2 { } export interface Params$Resource$Projects$Locations$Reservations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Can be used to filter out reservations based on names, capacity, etc, e.g.: filter="reservation.slot_capacity > 200" filter="reservation.name = \"*dev/x\"" Advanced filtering syntax can be [here](https://cloud.google.com/logging/docs/view/advanced-filters). */ @@ -2301,11 +2258,6 @@ export namespace bigqueryreservation_v1alpha2 { } export interface Params$Resource$Projects$Locations$Reservations$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the reservation, e.g., "projects/x/locations/x/reservations/dev/team/product". Reservation names (e.g., "dev/team/product") exceeding a depth of six will fail with `google.rpc.Code.INVALID_ARGUMENT`. */ @@ -2757,11 +2709,6 @@ export namespace bigqueryreservation_v1alpha2 { export interface Params$Resource$Projects$Locations$Reservations$Slotpools$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the slot pool to delete. E.g., projects/myproject/locations/us-central1/reservations/my_reservation/slotPools/123 */ @@ -2769,11 +2716,6 @@ export namespace bigqueryreservation_v1alpha2 { } export interface Params$Resource$Projects$Locations$Reservations$Slotpools$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the slot pool to retrieve. E.g., projects/myproject/locations/us-central1/reservations/my_reservation/slotPools/123 */ @@ -2781,11 +2723,6 @@ export namespace bigqueryreservation_v1alpha2 { } export interface Params$Resource$Projects$Locations$Reservations$Slotpools$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. */ diff --git a/src/apis/bigqueryreservation/v1beta1.ts b/src/apis/bigqueryreservation/v1beta1.ts index 1a4ccde891..90bf8c06b9 100644 --- a/src/apis/bigqueryreservation/v1beta1.ts +++ b/src/apis/bigqueryreservation/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace bigqueryreservation_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -801,11 +813,6 @@ export namespace bigqueryreservation_v1beta1 { export interface Params$Resource$Projects$Locations$Getbireservation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the requested reservation, for example: `projects/{project_id}/locations/{location_id}/bireservation` */ @@ -813,11 +820,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Searchassignments extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. */ @@ -837,11 +839,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Updatebireservation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the singleton BI reservation. Reservation names have the form `projects/{project_id}/locations/{location_id}/bireservation`. */ @@ -1941,11 +1938,6 @@ export namespace bigqueryreservation_v1beta1 { export interface Params$Resource$Projects$Locations$Capacitycommitments$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If true, fail the request if another project in the organization has a capacity commitment. */ @@ -1962,11 +1954,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Capacitycommitments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the capacity commitment to delete. E.g., `projects/myproject/locations/US/capacityCommitments/123` */ @@ -1974,11 +1961,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Capacitycommitments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the capacity commitment to retrieve. E.g., `projects/myproject/locations/US/capacityCommitments/123` */ @@ -1986,11 +1968,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Capacitycommitments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. */ @@ -2006,11 +1983,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Capacitycommitments$Merge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Parent resource that identifies admin project and location e.g., `projects/myproject/locations/us` */ @@ -2023,11 +1995,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Capacitycommitments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name of the capacity commitment, e.g., `projects/myproject/locations/US/capacityCommitments/123` */ @@ -2044,11 +2011,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Capacitycommitments$Split extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name e.g.,: `projects/myproject/locations/US/capacityCommitments/123` */ @@ -2799,11 +2761,6 @@ export namespace bigqueryreservation_v1beta1 { export interface Params$Resource$Projects$Locations$Reservations$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Project, location. E.g., `projects/myproject/locations/US` */ @@ -2820,11 +2777,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Reservations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the reservation to retrieve. E.g., `projects/myproject/locations/US/reservations/team1-prod` */ @@ -2832,11 +2784,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Reservations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the reservation to retrieve. E.g., `projects/myproject/locations/US/reservations/team1-prod` */ @@ -2844,11 +2791,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Reservations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Can be used to filter out reservations based on names, capacity, etc, e.g.: filter="reservation.slot_capacity > 200" filter="reservation.name = \"*dev/x\"" Advanced filtering syntax can be [here](https://cloud.google.com/logging/docs/view/advanced-filters). */ @@ -2868,11 +2810,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Reservations$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the reservation, e.g., `projects/x/locations/x/reservations/team1-prod`. */ @@ -3493,11 +3430,6 @@ export namespace bigqueryreservation_v1beta1 { export interface Params$Resource$Projects$Locations$Reservations$Assignments$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name of the assignment E.g. `projects/myproject/locations/US/reservations/team1-prod` */ @@ -3510,11 +3442,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Reservations$Assignments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the resource, e.g. `projects/myproject/locations/US/reservations/team1-prod/assignments/123` */ @@ -3522,11 +3449,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Reservations$Assignments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. */ @@ -3542,11 +3464,6 @@ export namespace bigqueryreservation_v1beta1 { } export interface Params$Resource$Projects$Locations$Reservations$Assignments$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the assignment, e.g. `projects/myproject/locations/US/reservations/team1-prod/assignments/123` */ diff --git a/src/apis/bigtableadmin/package.json b/src/apis/bigtableadmin/package.json index 3b638e5191..cfc4080e4e 100644 --- a/src/apis/bigtableadmin/package.json +++ b/src/apis/bigtableadmin/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/bigtableadmin/v1.ts b/src/apis/bigtableadmin/v1.ts index 00ddd1749e..79869a1511 100644 --- a/src/apis/bigtableadmin/v1.ts +++ b/src/apis/bigtableadmin/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace bigtableadmin_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ diff --git a/src/apis/bigtableadmin/v2.ts b/src/apis/bigtableadmin/v2.ts index 7004ff770f..6c202cad55 100644 --- a/src/apis/bigtableadmin/v2.ts +++ b/src/apis/bigtableadmin/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace bigtableadmin_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1243,11 +1255,6 @@ export namespace bigtableadmin_v2 { export interface Params$Resource$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -1255,22 +1262,12 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ name?: string; } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -1452,11 +1449,6 @@ export namespace bigtableadmin_v2 { export interface Params$Resource$Operations$Projects$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2864,11 +2856,6 @@ export namespace bigtableadmin_v2 { export interface Params$Resource$Projects$Instances$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique name of the project in which to create the new instance. Values are of the form `projects/{project}`. */ @@ -2881,11 +2868,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique name of the instance to be deleted. Values are of the form `projects/{project}/instances/{instance}`. */ @@ -2893,11 +2875,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique name of the requested instance. Values are of the form `projects/{project}/instances/{instance}`. */ @@ -2905,11 +2882,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2922,11 +2894,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * DEPRECATED: This field is unused and ignored. */ @@ -2938,11 +2905,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Partialupdateinstance extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. (`OutputOnly`) The unique name of the instance. Values are of the form `projects/{project}/instances/a-z+[a-z0-9]`. */ @@ -2959,11 +2921,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2976,11 +2933,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2993,11 +2945,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. (`OutputOnly`) The unique name of the instance. Values are of the form `projects/{project}/instances/a-z+[a-z0-9]`. */ @@ -3790,11 +3737,6 @@ export namespace bigtableadmin_v2 { export interface Params$Resource$Projects$Instances$Appprofiles$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID to be used when referring to the new app profile within its instance, e.g., just `myprofile` rather than `projects/myproject/instances/myinstance/appProfiles/myprofile`. */ @@ -3815,11 +3757,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Appprofiles$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. If true, ignore safety checks when deleting the app profile. */ @@ -3831,11 +3768,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Appprofiles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique name of the requested app profile. Values are of the form `projects/{project}/instances/{instance}/appProfiles/{app_profile}`. */ @@ -3843,11 +3775,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Appprofiles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of results per page. A page_size of zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error. Following the first request, subsequent paginated calls are not required to pass a page_size. If a page_size is set in subsequent calls, it must match the page_size given in the first request. */ @@ -3863,11 +3790,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Appprofiles$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If true, ignore safety checks when updating the app profile. */ @@ -4648,11 +4570,6 @@ export namespace bigtableadmin_v2 { export interface Params$Resource$Projects$Instances$Clusters$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID to be used when referring to the new cluster within its instance, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`. */ @@ -4669,11 +4586,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Clusters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique name of the cluster to be deleted. Values are of the form `projects/{project}/instances/{instance}/clusters/{cluster}`. */ @@ -4681,11 +4593,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Clusters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique name of the requested cluster. Values are of the form `projects/{project}/instances/{instance}/clusters/{cluster}`. */ @@ -4693,11 +4600,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Clusters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * DEPRECATED: This field is unused and ignored. */ @@ -4709,11 +4611,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Clusters$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. (`OutputOnly`) The unique name of the cluster. Values are of the form `projects/{project}/instances/{instance}/clusters/a-z*`. */ @@ -5201,11 +5098,6 @@ export namespace bigtableadmin_v2 { export interface Params$Resource$Projects$Instances$Clusters$Backups$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -5218,11 +5110,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Clusters$Backups$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -5235,11 +5122,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Clusters$Backups$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -6929,11 +6811,6 @@ export namespace bigtableadmin_v2 { export interface Params$Resource$Projects$Instances$Tables$Checkconsistency extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique name of the Table for which to check replication consistency. Values are of the form `projects/{project}/instances/{instance}/tables/{table}`. */ @@ -6946,11 +6823,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Tables$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique name of the instance in which to create the table. Values are of the form `projects/{project}/instances/{instance}`. */ @@ -6963,11 +6835,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Tables$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique name of the table to be deleted. Values are of the form `projects/{project}/instances/{instance}/tables/{table}`. */ @@ -6975,11 +6842,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Tables$Droprowrange extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique name of the table on which to drop a range of rows. Values are of the form `projects/{project}/instances/{instance}/tables/{table}`. */ @@ -6992,11 +6854,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Tables$Generateconsistencytoken extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique name of the Table for which to create a consistency token. Values are of the form `projects/{project}/instances/{instance}/tables/{table}`. */ @@ -7009,11 +6866,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Tables$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique name of the requested table. Values are of the form `projects/{project}/instances/{instance}/tables/{table}`. */ @@ -7025,11 +6877,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Tables$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -7042,11 +6889,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Tables$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of results per page. A page_size of zero lets the server choose the number of items to return. A page_size which is strictly positive will return at most that many items. A negative page_size will cause an error. Following the first request, subsequent paginated calls are not required to pass a page_size. If a page_size is set in subsequent calls, it must match the page_size given in the first request. */ @@ -7066,11 +6908,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Tables$Modifycolumnfamilies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique name of the table whose families should be modified. Values are of the form `projects/{project}/instances/{instance}/tables/{table}`. */ @@ -7083,11 +6920,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Tables$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -7100,11 +6932,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Instances$Tables$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -7421,11 +7248,6 @@ export namespace bigtableadmin_v2 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -7433,11 +7255,6 @@ export namespace bigtableadmin_v2 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/billingbudgets/package.json b/src/apis/billingbudgets/package.json index 6dcd2d28de..c40a4746a6 100644 --- a/src/apis/billingbudgets/package.json +++ b/src/apis/billingbudgets/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/billingbudgets/v1beta1.ts b/src/apis/billingbudgets/v1beta1.ts index 94e47e097a..5e160f0a85 100644 --- a/src/apis/billingbudgets/v1beta1.ts +++ b/src/apis/billingbudgets/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace billingbudgets_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1067,11 +1079,6 @@ export namespace billingbudgets_v1beta1 { export interface Params$Resource$Billingaccounts$Budgets$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the billing account to create the budget in. Values are of the form `billingAccounts/{billingAccountId}`. */ @@ -1084,11 +1091,6 @@ export namespace billingbudgets_v1beta1 { } export interface Params$Resource$Billingaccounts$Budgets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the budget to delete. Values are of the form `billingAccounts/{billingAccountId}/budgets/{budgetId}`. */ @@ -1096,11 +1098,6 @@ export namespace billingbudgets_v1beta1 { } export interface Params$Resource$Billingaccounts$Budgets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of budget to get. Values are of the form `billingAccounts/{billingAccountId}/budgets/{budgetId}`. */ @@ -1108,11 +1105,6 @@ export namespace billingbudgets_v1beta1 { } export interface Params$Resource$Billingaccounts$Budgets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of budgets to return per page. The default and maximum value are 100. */ @@ -1128,11 +1120,6 @@ export namespace billingbudgets_v1beta1 { } export interface Params$Resource$Billingaccounts$Budgets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of the budget. The resource name implies the scope of a budget. Values are of the form `billingAccounts/{billingAccountId}/budgets/{budgetId}`. */ diff --git a/src/apis/binaryauthorization/package.json b/src/apis/binaryauthorization/package.json index e4490a289f..6f11f2042b 100644 --- a/src/apis/binaryauthorization/package.json +++ b/src/apis/binaryauthorization/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/binaryauthorization/v1.ts b/src/apis/binaryauthorization/v1.ts index 472f96ce9e..47288a7b07 100644 --- a/src/apis/binaryauthorization/v1.ts +++ b/src/apis/binaryauthorization/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace binaryauthorization_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -646,11 +658,6 @@ export namespace binaryauthorization_v1 { export interface Params$Resource$Projects$Getpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the policy to retrieve, in the format `projects/x/policy`. */ @@ -658,11 +665,6 @@ export namespace binaryauthorization_v1 { } export interface Params$Resource$Projects$Updatepolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name, in the format `projects/x/policy`. There is at most one policy per project. */ @@ -1829,11 +1831,6 @@ export namespace binaryauthorization_v1 { export interface Params$Resource$Projects$Attestors$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The attestors ID. */ @@ -1850,11 +1847,6 @@ export namespace binaryauthorization_v1 { } export interface Params$Resource$Projects$Attestors$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the attestors to delete, in the format `projects/x/attestors/x`. */ @@ -1862,11 +1854,6 @@ export namespace binaryauthorization_v1 { } export interface Params$Resource$Projects$Attestors$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the attestor to retrieve, in the format `projects/x/attestors/x`. */ @@ -1874,11 +1861,6 @@ export namespace binaryauthorization_v1 { } export interface Params$Resource$Projects$Attestors$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -1890,11 +1872,6 @@ export namespace binaryauthorization_v1 { } export interface Params$Resource$Projects$Attestors$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. */ @@ -1910,11 +1887,6 @@ export namespace binaryauthorization_v1 { } export interface Params$Resource$Projects$Attestors$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -1927,11 +1899,6 @@ export namespace binaryauthorization_v1 { } export interface Params$Resource$Projects$Attestors$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -1944,11 +1911,6 @@ export namespace binaryauthorization_v1 { } export interface Params$Resource$Projects$Attestors$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name, in the format: `projects/x/attestors/x`. This field may not be updated. */ @@ -2411,11 +2373,6 @@ export namespace binaryauthorization_v1 { export interface Params$Resource$Projects$Policy$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -2427,11 +2384,6 @@ export namespace binaryauthorization_v1 { } export interface Params$Resource$Projects$Policy$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2444,11 +2396,6 @@ export namespace binaryauthorization_v1 { } export interface Params$Resource$Projects$Policy$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ diff --git a/src/apis/binaryauthorization/v1beta1.ts b/src/apis/binaryauthorization/v1beta1.ts index 5ad6113fe1..ed0edb42ca 100644 --- a/src/apis/binaryauthorization/v1beta1.ts +++ b/src/apis/binaryauthorization/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace binaryauthorization_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -646,11 +658,6 @@ export namespace binaryauthorization_v1beta1 { export interface Params$Resource$Projects$Getpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the policy to retrieve, in the format `projects/x/policy`. */ @@ -658,11 +665,6 @@ export namespace binaryauthorization_v1beta1 { } export interface Params$Resource$Projects$Updatepolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name, in the format `projects/x/policy`. There is at most one policy per project. */ @@ -1829,11 +1831,6 @@ export namespace binaryauthorization_v1beta1 { export interface Params$Resource$Projects$Attestors$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The attestors ID. */ @@ -1850,11 +1847,6 @@ export namespace binaryauthorization_v1beta1 { } export interface Params$Resource$Projects$Attestors$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the attestors to delete, in the format `projects/x/attestors/x`. */ @@ -1862,11 +1854,6 @@ export namespace binaryauthorization_v1beta1 { } export interface Params$Resource$Projects$Attestors$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the attestor to retrieve, in the format `projects/x/attestors/x`. */ @@ -1874,11 +1861,6 @@ export namespace binaryauthorization_v1beta1 { } export interface Params$Resource$Projects$Attestors$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -1890,11 +1872,6 @@ export namespace binaryauthorization_v1beta1 { } export interface Params$Resource$Projects$Attestors$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default. */ @@ -1910,11 +1887,6 @@ export namespace binaryauthorization_v1beta1 { } export interface Params$Resource$Projects$Attestors$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -1927,11 +1899,6 @@ export namespace binaryauthorization_v1beta1 { } export interface Params$Resource$Projects$Attestors$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -1944,11 +1911,6 @@ export namespace binaryauthorization_v1beta1 { } export interface Params$Resource$Projects$Attestors$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name, in the format: `projects/x/attestors/x`. This field may not be updated. */ @@ -2411,11 +2373,6 @@ export namespace binaryauthorization_v1beta1 { export interface Params$Resource$Projects$Policy$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -2427,11 +2384,6 @@ export namespace binaryauthorization_v1beta1 { } export interface Params$Resource$Projects$Policy$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2444,11 +2396,6 @@ export namespace binaryauthorization_v1beta1 { } export interface Params$Resource$Projects$Policy$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ diff --git a/src/apis/blogger/package.json b/src/apis/blogger/package.json index 460f353688..0ab17f260e 100644 --- a/src/apis/blogger/package.json +++ b/src/apis/blogger/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/blogger/v2.ts b/src/apis/blogger/v2.ts index 51b8821f6e..c08883c0aa 100644 --- a/src/apis/blogger/v2.ts +++ b/src/apis/blogger/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace blogger_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -811,22 +823,12 @@ export namespace blogger_v2 { } export interface Params$Resource$Blogs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ blogId?: string; } export interface Params$Resource$Blogs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1132,11 +1134,6 @@ export namespace blogger_v2 { } export interface Params$Resource$Comments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1151,11 +1148,6 @@ export namespace blogger_v2 { postId?: string; } export interface Params$Resource$Comments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1468,11 +1460,6 @@ export namespace blogger_v2 { } export interface Params$Resource$Pages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1483,11 +1470,6 @@ export namespace blogger_v2 { pageId?: string; } export interface Params$Resource$Pages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1801,11 +1783,6 @@ export namespace blogger_v2 { } export interface Params$Resource$Posts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1816,11 +1793,6 @@ export namespace blogger_v2 { postId?: string; } export interface Params$Resource$Posts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1985,11 +1957,6 @@ export namespace blogger_v2 { } export interface Params$Resource$Users$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ diff --git a/src/apis/blogger/v3.ts b/src/apis/blogger/v3.ts index 6cd8870d8c..cd559496bc 100644 --- a/src/apis/blogger/v3.ts +++ b/src/apis/blogger/v3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace blogger_v3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1049,11 +1061,6 @@ export namespace blogger_v3 { } export interface Params$Resource$Blogs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1068,11 +1075,6 @@ export namespace blogger_v3 { view?: string; } export interface Params$Resource$Blogs$Getbyurl extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1083,11 +1085,6 @@ export namespace blogger_v3 { view?: string; } export interface Params$Resource$Blogs$Listbyuser extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1260,11 +1257,6 @@ export namespace blogger_v3 { export interface Params$Resource$Bloguserinfos$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2315,11 +2307,6 @@ export namespace blogger_v3 { } export interface Params$Resource$Comments$Approve extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2334,11 +2321,6 @@ export namespace blogger_v3 { postId?: string; } export interface Params$Resource$Comments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2353,11 +2335,6 @@ export namespace blogger_v3 { postId?: string; } export interface Params$Resource$Comments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2376,11 +2353,6 @@ export namespace blogger_v3 { view?: string; } export interface Params$Resource$Comments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2420,11 +2392,6 @@ export namespace blogger_v3 { } export interface Params$Resource$Comments$Listbyblog extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2456,11 +2423,6 @@ export namespace blogger_v3 { } export interface Params$Resource$Comments$Markasspam extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2476,11 +2438,6 @@ export namespace blogger_v3 { } export interface Params$Resource$Comments$Removecontent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3713,11 +3670,6 @@ export namespace blogger_v3 { } export interface Params$Resource$Pages$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3728,11 +3680,6 @@ export namespace blogger_v3 { pageId?: string; } export interface Params$Resource$Pages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3747,11 +3694,6 @@ export namespace blogger_v3 { view?: string; } export interface Params$Resource$Pages$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3767,11 +3709,6 @@ export namespace blogger_v3 { requestBody?: Schema$Page; } export interface Params$Resource$Pages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3798,11 +3735,6 @@ export namespace blogger_v3 { view?: string; } export interface Params$Resource$Pages$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3826,11 +3758,6 @@ export namespace blogger_v3 { requestBody?: Schema$Page; } export interface Params$Resource$Pages$Publish extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3841,11 +3768,6 @@ export namespace blogger_v3 { pageId?: string; } export interface Params$Resource$Pages$Revert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3856,11 +3778,6 @@ export namespace blogger_v3 { pageId?: string; } export interface Params$Resource$Pages$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -4026,11 +3943,6 @@ export namespace blogger_v3 { } export interface Params$Resource$Pageviews$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -5678,11 +5590,6 @@ export namespace blogger_v3 { } export interface Params$Resource$Posts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -5693,11 +5600,6 @@ export namespace blogger_v3 { postId?: string; } export interface Params$Resource$Posts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -5724,11 +5626,6 @@ export namespace blogger_v3 { view?: string; } export interface Params$Resource$Posts$Getbypath extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -5747,11 +5644,6 @@ export namespace blogger_v3 { view?: string; } export interface Params$Resource$Posts$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -5775,11 +5667,6 @@ export namespace blogger_v3 { requestBody?: Schema$Post; } export interface Params$Resource$Posts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -5826,11 +5713,6 @@ export namespace blogger_v3 { view?: string; } export interface Params$Resource$Posts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -5866,11 +5748,6 @@ export namespace blogger_v3 { requestBody?: Schema$Post; } export interface Params$Resource$Posts$Publish extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -5885,11 +5762,6 @@ export namespace blogger_v3 { publishDate?: string; } export interface Params$Resource$Posts$Revert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -5900,11 +5772,6 @@ export namespace blogger_v3 { postId?: string; } export interface Params$Resource$Posts$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -5923,11 +5790,6 @@ export namespace blogger_v3 { q?: string; } export interface Params$Resource$Posts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -6283,11 +6145,6 @@ export namespace blogger_v3 { export interface Params$Resource$Postuserinfos$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -6307,11 +6164,6 @@ export namespace blogger_v3 { } export interface Params$Resource$Postuserinfos$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -6503,11 +6355,6 @@ export namespace blogger_v3 { } export interface Params$Resource$Users$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ diff --git a/src/apis/books/package.json b/src/apis/books/package.json index 199ec90704..9300f31496 100644 --- a/src/apis/books/package.json +++ b/src/apis/books/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/books/v1.ts b/src/apis/books/v1.ts index 3252cc88aa..e48df38b03 100644 --- a/src/apis/books/v1.ts +++ b/src/apis/books/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace books_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1445,11 +1457,6 @@ export namespace books_v1 { } export interface Params$Resource$Bookshelves$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of bookshelf to retrieve. */ @@ -1464,11 +1471,6 @@ export namespace books_v1 { userId?: string; } export interface Params$Resource$Bookshelves$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * String to identify the originator of this request. */ @@ -1635,11 +1637,6 @@ export namespace books_v1 { export interface Params$Resource$Bookshelves$Volumes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of results to return */ @@ -2096,11 +2093,6 @@ export namespace books_v1 { export interface Params$Resource$Cloudloading$Addbook extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A drive document id. The upload_client_token must not be set. */ @@ -2120,11 +2112,6 @@ export namespace books_v1 { } export interface Params$Resource$Cloudloading$Deletebook extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The id of the book to be removed. */ @@ -2132,11 +2119,6 @@ export namespace books_v1 { } export interface Params$Resource$Cloudloading$Updatebook extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -2284,11 +2266,6 @@ export namespace books_v1 { export interface Params$Resource$Dictionary$Listofflinemetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The device/version ID from which to request the data. */ @@ -2696,11 +2673,6 @@ export namespace books_v1 { export interface Params$Resource$Familysharing$Getfamilyinfo extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * String to identify the originator of this request. */ @@ -2708,11 +2680,6 @@ export namespace books_v1 { } export interface Params$Resource$Familysharing$Share extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The docid to share. */ @@ -2728,11 +2695,6 @@ export namespace books_v1 { } export interface Params$Resource$Familysharing$Unshare extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The docid to unshare. */ @@ -3054,11 +3016,6 @@ export namespace books_v1 { } export interface Params$Resource$Layers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The content version for the requested volume. */ @@ -3077,11 +3034,6 @@ export namespace books_v1 { volumeId?: string; } export interface Params$Resource$Layers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The content version for the requested volume. */ @@ -3453,11 +3405,6 @@ export namespace books_v1 { export interface Params$Resource$Layers$Annotationdata$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * For the dictionary layer. Whether or not to allow web definitions. */ @@ -3501,11 +3448,6 @@ export namespace books_v1 { } export interface Params$Resource$Layers$Annotationdata$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The list of Annotation Data Ids to retrieve. Pagination is ignored if this is set. */ @@ -3904,11 +3846,6 @@ export namespace books_v1 { export interface Params$Resource$Layers$Volumeannotations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the volume annotation to retrieve. */ @@ -3932,11 +3869,6 @@ export namespace books_v1 { } export interface Params$Resource$Layers$Volumeannotations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The content version for the requested volume. */ @@ -4723,19 +4655,9 @@ export namespace books_v1 { } export interface Params$Resource$Myconfig$Getusersettings - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Myconfig$Releasedownloadaccess extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The device/version ID from which to release the restriction. */ @@ -4755,11 +4677,6 @@ export namespace books_v1 { } export interface Params$Resource$Myconfig$Requestaccess extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The device/version ID from which to request the restrictions. */ @@ -4787,11 +4704,6 @@ export namespace books_v1 { } export interface Params$Resource$Myconfig$Syncvolumelicenses extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The device/version ID from which to release the restriction. */ @@ -4827,11 +4739,6 @@ export namespace books_v1 { } export interface Params$Resource$Myconfig$Updateusersettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5642,11 +5549,6 @@ export namespace books_v1 { export interface Params$Resource$Mylibrary$Annotations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID for the annotation to delete. */ @@ -5658,11 +5560,6 @@ export namespace books_v1 { } export interface Params$Resource$Mylibrary$Annotations$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID for the annotation to insert. */ @@ -5687,11 +5584,6 @@ export namespace books_v1 { } export interface Params$Resource$Mylibrary$Annotations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The content version for the requested volume. */ @@ -5735,11 +5627,6 @@ export namespace books_v1 { } export interface Params$Resource$Mylibrary$Annotations$Summary extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Array of layer IDs to get the summary for. */ @@ -5751,11 +5638,6 @@ export namespace books_v1 { } export interface Params$Resource$Mylibrary$Annotations$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID for the annotation to update. */ @@ -6579,11 +6461,6 @@ export namespace books_v1 { export interface Params$Resource$Mylibrary$Bookshelves$Addvolume extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The reason for which the book is added to the library. */ @@ -6603,11 +6480,6 @@ export namespace books_v1 { } export interface Params$Resource$Mylibrary$Bookshelves$Clearvolumes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of bookshelf from which to remove a volume. */ @@ -6619,11 +6491,6 @@ export namespace books_v1 { } export interface Params$Resource$Mylibrary$Bookshelves$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of bookshelf to retrieve. */ @@ -6635,11 +6502,6 @@ export namespace books_v1 { } export interface Params$Resource$Mylibrary$Bookshelves$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * String to identify the originator of this request. */ @@ -6647,11 +6509,6 @@ export namespace books_v1 { } export interface Params$Resource$Mylibrary$Bookshelves$Movevolume extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of bookshelf with the volume. */ @@ -6671,11 +6528,6 @@ export namespace books_v1 { } export interface Params$Resource$Mylibrary$Bookshelves$Removevolume extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The reason for which the book is removed from the library. */ @@ -6856,11 +6708,6 @@ export namespace books_v1 { export interface Params$Resource$Mylibrary$Bookshelves$Volumes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ISO-3166-1 code to override the IP-based location. */ @@ -7188,11 +7035,6 @@ export namespace books_v1 { export interface Params$Resource$Mylibrary$Readingpositions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Volume content version for which this reading position is requested. */ @@ -7208,11 +7050,6 @@ export namespace books_v1 { } export interface Params$Resource$Mylibrary$Readingpositions$Setposition extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Action that caused this reading position to be set. */ @@ -7402,11 +7239,6 @@ export namespace books_v1 { } export interface Params$Resource$Notification$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating notification title and body. */ @@ -7707,11 +7539,6 @@ export namespace books_v1 { export interface Params$Resource$Onboarding$Listcategories extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ISO-639-1 language and ISO-3166-1 country code. Default is en-US if unset. */ @@ -7719,11 +7546,6 @@ export namespace books_v1 { } export interface Params$Resource$Onboarding$Listcategoryvolumes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * List of category ids requested. */ @@ -7897,11 +7719,6 @@ export namespace books_v1 { export interface Params$Resource$Personalizedstream$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating recommendations. */ @@ -8356,11 +8173,6 @@ export namespace books_v1 { export interface Params$Resource$Promooffer$Accept extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * device android_id */ @@ -8396,11 +8208,6 @@ export namespace books_v1 { } export interface Params$Resource$Promooffer$Dismiss extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * device android_id */ @@ -8431,11 +8238,6 @@ export namespace books_v1 { serial?: string; } export interface Params$Resource$Promooffer$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * device android_id */ @@ -8603,11 +8405,6 @@ export namespace books_v1 { } export interface Params$Resource$Series$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * String that identifies the series */ @@ -8762,11 +8559,6 @@ export namespace books_v1 { export interface Params$Resource$Series$Membership$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Number of maximum results per page to be included in the response. */ @@ -9123,11 +8915,6 @@ export namespace books_v1 { } export interface Params$Resource$Volumes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ISO-3166-1 code to override the IP-based location. */ @@ -9158,11 +8945,6 @@ export namespace books_v1 { volumeId?: string; } export interface Params$Resource$Volumes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Restrict to volumes by download availability. */ @@ -9375,11 +9157,6 @@ export namespace books_v1 { export interface Params$Resource$Volumes$Associated$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Association type. */ @@ -9562,11 +9339,6 @@ export namespace books_v1 { export interface Params$Resource$Volumes$Mybooks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * How the book was acquired */ @@ -9894,11 +9666,6 @@ export namespace books_v1 { export interface Params$Resource$Volumes$Recommended$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating recommendations. */ @@ -9914,11 +9681,6 @@ export namespace books_v1 { } export interface Params$Resource$Volumes$Recommended$Rate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating recommendations. */ @@ -10094,11 +9856,6 @@ export namespace books_v1 { export interface Params$Resource$Volumes$Useruploaded$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ISO-639-1 language and ISO-3166-1 country code. Ex: 'en_US'. Used for generating recommendations. */ diff --git a/src/apis/calendar/package.json b/src/apis/calendar/package.json index 940467e2ef..74fd5d46b0 100644 --- a/src/apis/calendar/package.json +++ b/src/apis/calendar/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/calendar/v3.ts b/src/apis/calendar/v3.ts index 6e2850c328..24c6920bff 100644 --- a/src/apis/calendar/v3.ts +++ b/src/apis/calendar/v3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace calendar_v3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1994,11 +2006,6 @@ export namespace calendar_v3 { } export interface Params$Resource$Acl$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -2009,11 +2016,6 @@ export namespace calendar_v3 { ruleId?: string; } export interface Params$Resource$Acl$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -2024,11 +2026,6 @@ export namespace calendar_v3 { ruleId?: string; } export interface Params$Resource$Acl$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -2044,11 +2041,6 @@ export namespace calendar_v3 { requestBody?: Schema$AclRule; } export interface Params$Resource$Acl$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -2071,11 +2063,6 @@ export namespace calendar_v3 { syncToken?: string; } export interface Params$Resource$Acl$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -2095,11 +2082,6 @@ export namespace calendar_v3 { requestBody?: Schema$AclRule; } export interface Params$Resource$Acl$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -2119,11 +2101,6 @@ export namespace calendar_v3 { requestBody?: Schema$AclRule; } export interface Params$Resource$Acl$Watch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -3314,22 +3291,12 @@ export namespace calendar_v3 { export interface Params$Resource$Calendarlist$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ calendarId?: string; } export interface Params$Resource$Calendarlist$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -3337,11 +3304,6 @@ export namespace calendar_v3 { } export interface Params$Resource$Calendarlist$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to use the foregroundColor and backgroundColor fields to write the calendar colors (RGB). If this feature is used, the index-based colorId field will be set to the best matching option automatically. Optional. The default is False. */ @@ -3354,11 +3316,6 @@ export namespace calendar_v3 { } export interface Params$Resource$Calendarlist$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional. */ @@ -3386,11 +3343,6 @@ export namespace calendar_v3 { } export interface Params$Resource$Calendarlist$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -3407,11 +3359,6 @@ export namespace calendar_v3 { } export interface Params$Resource$Calendarlist$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -3428,11 +3375,6 @@ export namespace calendar_v3 { } export interface Params$Resource$Calendarlist$Watch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional. */ @@ -4312,55 +4254,30 @@ export namespace calendar_v3 { } export interface Params$Resource$Calendars$Clear extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ calendarId?: string; } export interface Params$Resource$Calendars$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ calendarId?: string; } export interface Params$Resource$Calendars$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ calendarId?: string; } export interface Params$Resource$Calendars$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Calendar; } export interface Params$Resource$Calendars$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -4372,11 +4289,6 @@ export namespace calendar_v3 { requestBody?: Schema$Calendar; } export interface Params$Resource$Calendars$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -4539,11 +4451,6 @@ export namespace calendar_v3 { } export interface Params$Resource$Channels$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4689,12 +4596,7 @@ export namespace calendar_v3 { } } - export interface Params$Resource$Colors$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Colors$Get extends StandardParameters {} export class Resource$Events { context: APIRequestContext; @@ -6924,11 +6826,6 @@ export namespace calendar_v3 { } export interface Params$Resource$Events$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -6947,11 +6844,6 @@ export namespace calendar_v3 { sendUpdates?: string; } export interface Params$Resource$Events$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided). */ @@ -6974,11 +6866,6 @@ export namespace calendar_v3 { timeZone?: string; } export interface Params$Resource$Events$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -6998,11 +6885,6 @@ export namespace calendar_v3 { requestBody?: Schema$Event; } export interface Params$Resource$Events$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -7034,11 +6916,6 @@ export namespace calendar_v3 { requestBody?: Schema$Event; } export interface Params$Resource$Events$Instances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided). */ @@ -7085,11 +6962,6 @@ export namespace calendar_v3 { timeZone?: string; } export interface Params$Resource$Events$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided). */ @@ -7164,11 +7036,6 @@ export namespace calendar_v3 { updatedMin?: string; } export interface Params$Resource$Events$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier of the source calendar where the event currently is on. */ @@ -7191,11 +7058,6 @@ export namespace calendar_v3 { sendUpdates?: string; } export interface Params$Resource$Events$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided). */ @@ -7235,11 +7097,6 @@ export namespace calendar_v3 { requestBody?: Schema$Event; } export interface Params$Resource$Events$Quickadd extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword. */ @@ -7258,11 +7115,6 @@ export namespace calendar_v3 { text?: string; } export interface Params$Resource$Events$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided). */ @@ -7302,11 +7154,6 @@ export namespace calendar_v3 { requestBody?: Schema$Event; } export interface Params$Resource$Events$Watch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided). */ @@ -7541,11 +7388,6 @@ export namespace calendar_v3 { } export interface Params$Resource$Freebusy$Query extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -8014,22 +7856,12 @@ export namespace calendar_v3 { } export interface Params$Resource$Settings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The id of the user setting. */ setting?: string; } export interface Params$Resource$Settings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional. */ @@ -8044,11 +7876,6 @@ export namespace calendar_v3 { syncToken?: string; } export interface Params$Resource$Settings$Watch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of entries returned on one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional. */ diff --git a/src/apis/chat/package.json b/src/apis/chat/package.json index 2657f50a6c..fb394cbee3 100644 --- a/src/apis/chat/package.json +++ b/src/apis/chat/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/chat/v1.ts b/src/apis/chat/v1.ts index e4e6e633a3..6306924e90 100644 --- a/src/apis/chat/v1.ts +++ b/src/apis/chat/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace chat_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -879,22 +891,12 @@ export namespace chat_v1 { } export interface Params$Resource$Spaces$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the space, in the form "spaces/x". Example: spaces/AAAAMpdlehY */ name?: string; } export interface Params$Resource$Spaces$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested page size. The value is capped at 1000. Server may return fewer results than requested. If unspecified, server will default to 100. */ @@ -1196,11 +1198,6 @@ export namespace chat_v1 { export interface Params$Resource$Spaces$Members$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the membership to be retrieved, in the form "spaces/x/members/x". Example: spaces/AAAAMpdlehY/members/105115627578887013105 */ @@ -1208,11 +1205,6 @@ export namespace chat_v1 { } export interface Params$Resource$Spaces$Members$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested page size. The value is capped at 1000. Server may return fewer results than requested. If unspecified, server will default to 100. */ @@ -1850,11 +1842,6 @@ export namespace chat_v1 { export interface Params$Resource$Spaces$Messages$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Space resource name, in the form "spaces/x". Example: spaces/AAAAMpdlehY */ @@ -1871,11 +1858,6 @@ export namespace chat_v1 { } export interface Params$Resource$Spaces$Messages$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the message to be deleted, in the form "spaces/x/messages/x" Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4 */ @@ -1883,11 +1865,6 @@ export namespace chat_v1 { } export interface Params$Resource$Spaces$Messages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the message to be retrieved, in the form "spaces/x/messages/x". Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4 */ @@ -1895,11 +1872,6 @@ export namespace chat_v1 { } export interface Params$Resource$Spaces$Messages$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name, in the form "spaces/x/messages/x". Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4 */ diff --git a/src/apis/chromeuxreport/package.json b/src/apis/chromeuxreport/package.json index 203180d16d..58f70309f7 100644 --- a/src/apis/chromeuxreport/package.json +++ b/src/apis/chromeuxreport/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/chromeuxreport/v1.ts b/src/apis/chromeuxreport/v1.ts index 9e15acf017..c27dcb99cd 100644 --- a/src/apis/chromeuxreport/v1.ts +++ b/src/apis/chromeuxreport/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace chromeuxreport_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -382,11 +394,6 @@ export namespace chromeuxreport_v1 { export interface Params$Resource$Records$Queryrecord extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/civicinfo/package.json b/src/apis/civicinfo/package.json index 459a4b7026..b8237476ee 100644 --- a/src/apis/civicinfo/package.json +++ b/src/apis/civicinfo/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/civicinfo/v2.ts b/src/apis/civicinfo/v2.ts index f8646e6068..078b48386b 100644 --- a/src/apis/civicinfo/v2.ts +++ b/src/apis/civicinfo/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace civicinfo_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1000,11 +1012,6 @@ export namespace civicinfo_v2 { } export interface Params$Resource$Divisions$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The search query. Queries can cover any parts of a OCD ID or a human readable division name. All words given in the query are treated as required patterns. In addition to that, most query operators of the Apache Lucene library are supported. See http://lucene.apache.org/core/2_9_4/queryparsersyntax.html */ @@ -1335,11 +1342,6 @@ export namespace civicinfo_v2 { export interface Params$Resource$Elections$Electionquery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1347,11 +1349,6 @@ export namespace civicinfo_v2 { } export interface Params$Resource$Elections$Voterinfoquery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The registered address of the voter to look up. */ @@ -1702,11 +1699,6 @@ export namespace civicinfo_v2 { export interface Params$Resource$Representatives$Representativeinfobyaddress extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The address to look up. May only be specified if the field ocdId is not given in the URL. */ @@ -1731,11 +1723,6 @@ export namespace civicinfo_v2 { } export interface Params$Resource$Representatives$Representativeinfobydivision extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A list of office levels to filter by. Only offices that serve at least one of these levels will be returned. Divisions that don't contain a matching office will not be returned. */ diff --git a/src/apis/classroom/package.json b/src/apis/classroom/package.json index 2b4b5ca9d8..a8a80896c0 100644 --- a/src/apis/classroom/package.json +++ b/src/apis/classroom/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/classroom/v1.ts b/src/apis/classroom/v1.ts index e2d1f643f9..ff7c0d331c 100644 --- a/src/apis/classroom/v1.ts +++ b/src/apis/classroom/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace classroom_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2206,44 +2218,24 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Course; } export interface Params$Resource$Courses$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course to delete. This identifier can be either the Classroom-assigned identifier or an alias. */ id?: string; } export interface Params$Resource$Courses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course to return. This identifier can be either the Classroom-assigned identifier or an alias. */ id?: string; } export interface Params$Resource$Courses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Restricts returned courses to those in one of the specified states The default value is ACTIVE, ARCHIVED, PROVISIONED, DECLINED. */ @@ -2266,11 +2258,6 @@ export namespace classroom_v1 { teacherId?: string; } export interface Params$Resource$Courses$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course to update. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -2286,11 +2273,6 @@ export namespace classroom_v1 { requestBody?: Schema$Course; } export interface Params$Resource$Courses$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course to update. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -2747,11 +2729,6 @@ export namespace classroom_v1 { export interface Params$Resource$Courses$Aliases$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course to alias. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -2764,11 +2741,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Aliases$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Alias to delete. This may not be the Classroom-assigned identifier. */ @@ -2780,11 +2752,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Aliases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -3763,11 +3730,6 @@ export namespace classroom_v1 { export interface Params$Resource$Courses$Announcements$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -3780,11 +3742,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Announcements$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -3796,11 +3753,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Announcements$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -3812,11 +3764,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Announcements$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Restriction on the `state` of announcements returned. If this argument is left unspecified, the default value is `PUBLISHED`. */ @@ -3840,11 +3787,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Announcements$Modifyassignees extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -3861,11 +3803,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Announcements$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -4924,11 +4861,6 @@ export namespace classroom_v1 { export interface Params$Resource$Courses$Coursework$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -4941,11 +4873,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Coursework$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -4957,11 +4884,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Coursework$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -4973,11 +4895,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Coursework$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -5001,11 +4918,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Coursework$Modifyassignees extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -5022,11 +4934,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Coursework$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -6210,11 +6117,6 @@ export namespace classroom_v1 { export interface Params$Resource$Courses$Coursework$Studentsubmissions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -6230,11 +6132,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Coursework$Studentsubmissions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -6266,11 +6163,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Coursework$Studentsubmissions$Modifyattachments extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -6291,11 +6183,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Coursework$Studentsubmissions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -6320,11 +6207,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Coursework$Studentsubmissions$Reclaim extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -6345,11 +6227,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Coursework$Studentsubmissions$Return extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -6370,11 +6247,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Coursework$Studentsubmissions$Turnin extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -7007,11 +6879,6 @@ export namespace classroom_v1 { export interface Params$Resource$Courses$Students$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course to create the student in. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -7028,11 +6895,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Students$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -7044,11 +6906,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Students$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -7060,11 +6917,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Students$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -7683,11 +7535,6 @@ export namespace classroom_v1 { export interface Params$Resource$Courses$Teachers$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -7700,11 +7547,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Teachers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -7716,11 +7558,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Teachers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -7732,11 +7569,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Teachers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -8501,11 +8333,6 @@ export namespace classroom_v1 { export interface Params$Resource$Courses$Topics$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -8518,11 +8345,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Topics$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -8534,11 +8356,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Topics$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. */ @@ -8550,11 +8367,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Topics$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -8570,11 +8382,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Courses$Topics$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. */ @@ -9295,11 +9102,6 @@ export namespace classroom_v1 { export interface Params$Resource$Invitations$Accept extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the invitation to accept. */ @@ -9307,11 +9109,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Invitations$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -9319,33 +9116,18 @@ export namespace classroom_v1 { } export interface Params$Resource$Invitations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the invitation to delete. */ id?: string; } export interface Params$Resource$Invitations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the invitation to return. */ id?: string; } export interface Params$Resource$Invitations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Restricts returned invitations to those for a course with the specified identifier. */ @@ -9641,11 +9423,6 @@ export namespace classroom_v1 { export interface Params$Resource$Registrations$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -9653,11 +9430,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Registrations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `registration_id` of the `Registration` to be deleted. */ @@ -9823,11 +9595,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Userprofiles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifier of the profile to return. The identifier can be one of the following: * the numeric identifier for the user * the email address of the user * the string literal `"me"`, indicating the requesting user */ @@ -10480,11 +10247,6 @@ export namespace classroom_v1 { export interface Params$Resource$Userprofiles$Guardianinvitations$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the student (in standard format) */ @@ -10497,11 +10259,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Userprofiles$Guardianinvitations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `id` field of the `GuardianInvitation` being requested. */ @@ -10513,11 +10270,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Userprofiles$Guardianinvitations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If specified, only results with the specified `invited_email_address` are returned. */ @@ -10541,11 +10293,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Userprofiles$Guardianinvitations$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `id` field of the `GuardianInvitation` to be modified. */ @@ -11023,11 +10770,6 @@ export namespace classroom_v1 { export interface Params$Resource$Userprofiles$Guardians$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `id` field from a `Guardian`. */ @@ -11039,11 +10781,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Userprofiles$Guardians$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `id` field from a `Guardian`. */ @@ -11055,11 +10792,6 @@ export namespace classroom_v1 { } export interface Params$Resource$Userprofiles$Guardians$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Filter results by the email address that the original invitation was sent to, resulting in this guardian link. This filter can only be used by domain administrators. */ diff --git a/src/apis/cloudasset/package.json b/src/apis/cloudasset/package.json index 0454b52c18..35ac5ace70 100644 --- a/src/apis/cloudasset/package.json +++ b/src/apis/cloudasset/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/cloudasset/v1.ts b/src/apis/cloudasset/v1.ts index 4438dd019e..fdfbcbc478 100644 --- a/src/apis/cloudasset/v1.ts +++ b/src/apis/cloudasset/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudasset_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1581,11 +1593,6 @@ export namespace cloudasset_v1 { } export interface Params$Resource$Feeds$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the project/folder/organization where this feed should be created in. It can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id")", or a project number (such as "projects/12345"). */ @@ -1597,44 +1604,24 @@ export namespace cloudasset_v1 { requestBody?: Schema$CreateFeedRequest; } export interface Params$Resource$Feeds$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the feed and it must be in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id */ name?: string; } export interface Params$Resource$Feeds$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the Feed and it must be in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id */ name?: string; } export interface Params$Resource$Feeds$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent project/folder/organization whose feeds are to be listed. It can only be using project/folder/organization number (such as "folders/12345")", or a project ID (such as "projects/my-project-id"). */ parent?: string; } export interface Params$Resource$Feeds$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The format will be projects/{project_number}/feeds/{client-assigned_feed_identifier} or folders/{folder_number}/feeds/{client-assigned_feed_identifier} or organizations/{organization_number}/feeds/{client-assigned_feed_identifier} The client-assigned feed identifier must be unique within the parent project/folder/organization. */ @@ -1785,11 +1772,6 @@ export namespace cloudasset_v1 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2506,11 +2488,6 @@ export namespace cloudasset_v1 { export interface Params$Resource$V1$Batchgetassetshistory extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A list of the full names of the assets. See: https://cloud.google.com/asset-inventory/docs/resource-name-format Example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`. The request becomes a no-op if the asset name list is empty, and the max size of the asset name list is 100 in one request. */ @@ -2533,11 +2510,6 @@ export namespace cloudasset_v1 { 'readTimeWindow.startTime'?: string; } export interface Params$Resource$V1$Exportassets extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The relative name of the root asset. This can only be an organization number (such as "organizations/123"), a project ID (such as "projects/my-project-id"), or a project number (such as "projects/12345"), or a folder number (such as "folders/123"). */ @@ -2550,11 +2522,6 @@ export namespace cloudasset_v1 { } export interface Params$Resource$V1$Searchalliampolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The page size for search result pagination. Page size is capped at 500 even if a larger value is given. If set to zero, server will pick an appropriate default. Returned results may be fewer than requested. When this happens, there could be more results as long as `next_page_token` is returned. */ @@ -2574,11 +2541,6 @@ export namespace cloudasset_v1 { } export interface Params$Resource$V1$Searchallresources extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. A list of asset types that this request searches for. If empty, it will search all the [searchable asset types](https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types). */ diff --git a/src/apis/cloudasset/v1beta1.ts b/src/apis/cloudasset/v1beta1.ts index b52c0bd5fc..998b2da240 100644 --- a/src/apis/cloudasset/v1beta1.ts +++ b/src/apis/cloudasset/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudasset_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -540,11 +552,6 @@ export namespace cloudasset_v1beta1 { export interface Params$Resource$Folders$Exportassets extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The relative name of the root asset. This can only be an organization number (such as "organizations/123"), a project ID (such as "projects/my-project-id"), a project number (such as "projects/12345"), or a folder number (such as "folders/123"). */ @@ -697,11 +704,6 @@ export namespace cloudasset_v1beta1 { export interface Params$Resource$Folders$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -1031,11 +1033,6 @@ export namespace cloudasset_v1beta1 { export interface Params$Resource$Organizations$Batchgetassetshistory extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A list of the full names of the assets. For example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`. See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) for more info. The request becomes a no-op if the asset name list is empty, and the max size of the asset name list is 100 in one request. */ @@ -1059,11 +1056,6 @@ export namespace cloudasset_v1beta1 { } export interface Params$Resource$Organizations$Exportassets extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The relative name of the root asset. This can only be an organization number (such as "organizations/123"), a project ID (such as "projects/my-project-id"), a project number (such as "projects/12345"), or a folder number (such as "folders/123"). */ @@ -1216,11 +1208,6 @@ export namespace cloudasset_v1beta1 { export interface Params$Resource$Organizations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -1550,11 +1537,6 @@ export namespace cloudasset_v1beta1 { export interface Params$Resource$Projects$Batchgetassetshistory extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A list of the full names of the assets. For example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1`. See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) for more info. The request becomes a no-op if the asset name list is empty, and the max size of the asset name list is 100 in one request. */ @@ -1578,11 +1560,6 @@ export namespace cloudasset_v1beta1 { } export interface Params$Resource$Projects$Exportassets extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The relative name of the root asset. This can only be an organization number (such as "organizations/123"), a project ID (such as "projects/my-project-id"), a project number (such as "projects/12345"), or a folder number (such as "folders/123"). */ @@ -1735,11 +1712,6 @@ export namespace cloudasset_v1beta1 { export interface Params$Resource$Projects$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ diff --git a/src/apis/cloudasset/v1p1beta1.ts b/src/apis/cloudasset/v1p1beta1.ts index 78e7f6f1ea..d0442749ca 100644 --- a/src/apis/cloudasset/v1p1beta1.ts +++ b/src/apis/cloudasset/v1p1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudasset_v1p1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -481,11 +493,6 @@ export namespace cloudasset_v1p1beta1 { export interface Params$Resource$Iampolicies$Searchall extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The page size for search result pagination. Page size is capped at 500 even if a larger value is given. If set to zero, server will pick an appropriate default. Returned results may be fewer than requested. When this happens, there could be more results as long as `next_page_token` is returned. */ @@ -682,11 +689,6 @@ export namespace cloudasset_v1p1beta1 { export interface Params$Resource$Resources$Searchall extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. A list of asset types that this request searches for. If empty, it will search all the supported asset types. */ diff --git a/src/apis/cloudasset/v1p4beta1.ts b/src/apis/cloudasset/v1p4beta1.ts index 545e928533..79a3820aa1 100644 --- a/src/apis/cloudasset/v1p4beta1.ts +++ b/src/apis/cloudasset/v1p4beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudasset_v1p4beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -866,11 +878,6 @@ export namespace cloudasset_v1p4beta1 { export interface Params$Resource$V1p4beta1$Analyzeiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The permissions to appear in result. */ @@ -922,11 +929,6 @@ export namespace cloudasset_v1p4beta1 { } export interface Params$Resource$V1p4beta1$Exportiampolicyanalysis extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The relative name of the root asset. Only resources and IAM policies within the parent will be analyzed. This can only be an organization number (such as "organizations/123") or a folder number (such as "folders/123"). */ diff --git a/src/apis/cloudbilling/package.json b/src/apis/cloudbilling/package.json index 6fb7fc30c5..2c74dc60f8 100644 --- a/src/apis/cloudbilling/package.json +++ b/src/apis/cloudbilling/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/cloudbilling/v1.ts b/src/apis/cloudbilling/v1.ts index dd853aeed7..f9bcc895c2 100644 --- a/src/apis/cloudbilling/v1.ts +++ b/src/apis/cloudbilling/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudbilling_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1531,11 +1543,6 @@ export namespace cloudbilling_v1 { export interface Params$Resource$Billingaccounts$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1543,11 +1550,6 @@ export namespace cloudbilling_v1 { } export interface Params$Resource$Billingaccounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the billing account to retrieve. For example, `billingAccounts/012345-567890-ABCDEF`. */ @@ -1555,11 +1557,6 @@ export namespace cloudbilling_v1 { } export interface Params$Resource$Billingaccounts$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -1571,11 +1568,6 @@ export namespace cloudbilling_v1 { } export interface Params$Resource$Billingaccounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Options for how to filter the returned billing accounts. Currently this only supports filtering for [subaccounts](https://cloud.google.com/billing/docs/concepts) under a single provided reseller billing account. (e.g. "master_billing_account=billingAccounts/012345-678901-ABCDEF"). Boolean algebra and other fields are not currently supported. */ @@ -1591,11 +1583,6 @@ export namespace cloudbilling_v1 { } export interface Params$Resource$Billingaccounts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the billing account resource to be updated. */ @@ -1612,11 +1599,6 @@ export namespace cloudbilling_v1 { } export interface Params$Resource$Billingaccounts$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -1629,11 +1611,6 @@ export namespace cloudbilling_v1 { } export interface Params$Resource$Billingaccounts$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -1805,11 +1782,6 @@ export namespace cloudbilling_v1 { export interface Params$Resource$Billingaccounts$Projects$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the billing account associated with the projects that you want to list. For example, `billingAccounts/012345-567890-ABCDEF`. */ @@ -2125,11 +2097,6 @@ export namespace cloudbilling_v1 { export interface Params$Resource$Projects$Getbillinginfo extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project for which billing information is retrieved. For example, `projects/tokyo-rain-123`. */ @@ -2137,11 +2104,6 @@ export namespace cloudbilling_v1 { } export interface Params$Resource$Projects$Updatebillinginfo extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project associated with the billing information that you want to update. For example, `projects/tokyo-rain-123`. */ @@ -2301,11 +2263,6 @@ export namespace cloudbilling_v1 { } export interface Params$Resource$Services$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested page size. Defaults to 5000. */ @@ -2484,11 +2441,6 @@ export namespace cloudbilling_v1 { export interface Params$Resource$Services$Skus$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ISO 4217 currency code for the pricing info in the response proto. Will use the conversion rate as of start_time. Optional. If not specified USD will be used. */ diff --git a/src/apis/cloudbuild/package.json b/src/apis/cloudbuild/package.json index e23bebbf2f..dd95dc28ca 100644 --- a/src/apis/cloudbuild/package.json +++ b/src/apis/cloudbuild/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/cloudbuild/v1.ts b/src/apis/cloudbuild/v1.ts index 3b2a2156fb..f5aca56693 100644 --- a/src/apis/cloudbuild/v1.ts +++ b/src/apis/cloudbuild/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudbuild_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1192,11 +1204,6 @@ export namespace cloudbuild_v1 { export interface Params$Resource$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -1208,22 +1215,12 @@ export namespace cloudbuild_v1 { requestBody?: Schema$CancelOperationRequest; } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2036,11 +2033,6 @@ export namespace cloudbuild_v1 { export interface Params$Resource$Projects$Builds$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. ID of the build. */ @@ -2057,11 +2049,6 @@ export namespace cloudbuild_v1 { } export interface Params$Resource$Projects$Builds$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. ID of the project. */ @@ -2074,11 +2061,6 @@ export namespace cloudbuild_v1 { } export interface Params$Resource$Projects$Builds$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. ID of the build. */ @@ -2090,11 +2072,6 @@ export namespace cloudbuild_v1 { } export interface Params$Resource$Projects$Builds$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The raw filter text to constrain the results. */ @@ -2114,11 +2091,6 @@ export namespace cloudbuild_v1 { } export interface Params$Resource$Projects$Builds$Retry extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Build ID of the original build. */ @@ -2565,11 +2537,6 @@ export namespace cloudbuild_v1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -2582,11 +2549,6 @@ export namespace cloudbuild_v1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2594,11 +2556,6 @@ export namespace cloudbuild_v1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -3530,11 +3487,6 @@ export namespace cloudbuild_v1 { export interface Params$Resource$Projects$Triggers$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. ID of the project for which to configure automatic builds. */ @@ -3547,11 +3499,6 @@ export namespace cloudbuild_v1 { } export interface Params$Resource$Projects$Triggers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. ID of the project that owns the trigger. */ @@ -3563,11 +3510,6 @@ export namespace cloudbuild_v1 { } export interface Params$Resource$Projects$Triggers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. ID of the project that owns the trigger. */ @@ -3579,11 +3521,6 @@ export namespace cloudbuild_v1 { } export interface Params$Resource$Projects$Triggers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Number of results to return in the list. */ @@ -3599,11 +3536,6 @@ export namespace cloudbuild_v1 { } export interface Params$Resource$Projects$Triggers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. ID of the project that owns the trigger. */ @@ -3620,11 +3552,6 @@ export namespace cloudbuild_v1 { } export interface Params$Resource$Projects$Triggers$Run extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. ID of the project. */ diff --git a/src/apis/cloudbuild/v1alpha1.ts b/src/apis/cloudbuild/v1alpha1.ts index 8c959dcaa4..9b1d38a7fb 100644 --- a/src/apis/cloudbuild/v1alpha1.ts +++ b/src/apis/cloudbuild/v1alpha1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudbuild_v1alpha1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1162,11 +1174,6 @@ export namespace cloudbuild_v1alpha1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -1179,11 +1186,6 @@ export namespace cloudbuild_v1alpha1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -1191,11 +1193,6 @@ export namespace cloudbuild_v1alpha1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -1938,11 +1935,6 @@ export namespace cloudbuild_v1alpha1 { export interface Params$Resource$Projects$Workerpools$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the parent project. */ @@ -1955,11 +1947,6 @@ export namespace cloudbuild_v1alpha1 { } export interface Params$Resource$Projects$Workerpools$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The field will contain name of the resource requested, for example: "projects/project-1/workerPools/workerpool-name" */ @@ -1967,11 +1954,6 @@ export namespace cloudbuild_v1alpha1 { } export interface Params$Resource$Projects$Workerpools$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The field will contain name of the resource requested, for example: "projects/project-1/workerPools/workerpool-name" */ @@ -1979,11 +1961,6 @@ export namespace cloudbuild_v1alpha1 { } export interface Params$Resource$Projects$Workerpools$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the parent project. */ @@ -1991,11 +1968,6 @@ export namespace cloudbuild_v1alpha1 { } export interface Params$Resource$Projects$Workerpools$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The field will contain name of the resource requested, for example: "projects/project-1/workerPools/workerpool-name" */ diff --git a/src/apis/cloudbuild/v1alpha2.ts b/src/apis/cloudbuild/v1alpha2.ts index 4f9da80ea8..9bb380e05f 100644 --- a/src/apis/cloudbuild/v1alpha2.ts +++ b/src/apis/cloudbuild/v1alpha2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudbuild_v1alpha2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1138,11 +1150,6 @@ export namespace cloudbuild_v1alpha2 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -1155,11 +1162,6 @@ export namespace cloudbuild_v1alpha2 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -1167,11 +1169,6 @@ export namespace cloudbuild_v1alpha2 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -1918,11 +1915,6 @@ export namespace cloudbuild_v1alpha2 { export interface Params$Resource$Projects$Workerpools$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource where this book will be created. Format: projects/{project} */ @@ -1939,11 +1931,6 @@ export namespace cloudbuild_v1alpha2 { } export interface Params$Resource$Projects$Workerpools$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the `WorkerPool` to delete. Format: projects/{project}/workerPools/{workerPool} */ @@ -1951,11 +1938,6 @@ export namespace cloudbuild_v1alpha2 { } export interface Params$Resource$Projects$Workerpools$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the `WorkerPool` to retrieve. Format: projects/{project}/workerPools/{workerPool} */ @@ -1963,11 +1945,6 @@ export namespace cloudbuild_v1alpha2 { } export interface Params$Resource$Projects$Workerpools$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent, which owns this collection of `WorkerPools`. Format: projects/{project} */ @@ -1975,11 +1952,6 @@ export namespace cloudbuild_v1alpha2 { } export interface Params$Resource$Projects$Workerpools$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name of the `WorkerPool`. Format of the name is `projects/{project_id}/workerPools/{worker_pool_id}`, where the value of {worker_pool_id} is provided in the CreateWorkerPool request. */ diff --git a/src/apis/clouddebugger/package.json b/src/apis/clouddebugger/package.json index e820f80a0a..23508c4271 100644 --- a/src/apis/clouddebugger/package.json +++ b/src/apis/clouddebugger/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/clouddebugger/v2.ts b/src/apis/clouddebugger/v2.ts index 1957f6cda5..c133df341c 100644 --- a/src/apis/clouddebugger/v2.ts +++ b/src/apis/clouddebugger/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace clouddebugger_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -769,11 +781,6 @@ export namespace clouddebugger_v2 { export interface Params$Resource$Controller$Debuggees$Register extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1105,11 +1112,6 @@ export namespace clouddebugger_v2 { export interface Params$Resource$Controller$Debuggees$Breakpoints$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifies the agent. This is the ID returned in the RegisterDebuggee response. */ @@ -1129,11 +1131,6 @@ export namespace clouddebugger_v2 { } export interface Params$Resource$Controller$Debuggees$Breakpoints$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Identifies the debuggee being debugged. */ @@ -1319,11 +1316,6 @@ export namespace clouddebugger_v2 { export interface Params$Resource$Debugger$Debuggees$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The client version making the call. Schema: `domain/type/version` (e.g., `google.com/intellij/v1`). */ @@ -1972,11 +1964,6 @@ export namespace clouddebugger_v2 { export interface Params$Resource$Debugger$Debuggees$Breakpoints$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. ID of the breakpoint to delete. */ @@ -1992,11 +1979,6 @@ export namespace clouddebugger_v2 { } export interface Params$Resource$Debugger$Debuggees$Breakpoints$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. ID of the breakpoint to get. */ @@ -2012,11 +1994,6 @@ export namespace clouddebugger_v2 { } export interface Params$Resource$Debugger$Debuggees$Breakpoints$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Only breakpoints with the specified action will pass the filter. */ @@ -2048,11 +2025,6 @@ export namespace clouddebugger_v2 { } export interface Params$Resource$Debugger$Debuggees$Breakpoints$Set extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The canary option set by the user upon setting breakpoint. */ diff --git a/src/apis/clouderrorreporting/package.json b/src/apis/clouderrorreporting/package.json index dc7fb5b110..8a5ffb6c09 100644 --- a/src/apis/clouderrorreporting/package.json +++ b/src/apis/clouderrorreporting/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/clouderrorreporting/v1beta1.ts b/src/apis/clouderrorreporting/v1beta1.ts index db90ae5519..b24ffbfa7b 100644 --- a/src/apis/clouderrorreporting/v1beta1.ts +++ b/src/apis/clouderrorreporting/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace clouderrorreporting_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -538,11 +550,6 @@ export namespace clouderrorreporting_v1beta1 { export interface Params$Resource$Projects$Deleteevents extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Google Cloud Platform project. Written as `projects/{projectID}`, where `{projectID}` is the [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Example: `projects/my-project-123`. */ @@ -878,11 +885,6 @@ export namespace clouderrorreporting_v1beta1 { export interface Params$Resource$Projects$Events$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The group for which events shall be returned. */ @@ -918,11 +920,6 @@ export namespace clouderrorreporting_v1beta1 { } export interface Params$Resource$Projects$Events$Report extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Google Cloud Platform project. Written as `projects/{projectId}`, where `{projectId}` is the [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Example: // `projects/my-project-123`. */ @@ -1227,11 +1224,6 @@ export namespace clouderrorreporting_v1beta1 { export interface Params$Resource$Projects$Groups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The group resource name. Written as projects/projectID/groups/group_name. Call groupStats.list to return a list of groups belonging to this project. Example: projects/my-project-123/groups/my-group */ @@ -1239,11 +1231,6 @@ export namespace clouderrorreporting_v1beta1 { } export interface Params$Resource$Projects$Groups$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The group resource name. Example: projects/my-project-123/groups/CNSgkpnppqKCUw */ @@ -1451,11 +1438,6 @@ export namespace clouderrorreporting_v1beta1 { export interface Params$Resource$Projects$Groupstats$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The alignment of the timed counts to be returned. Default is `ALIGNMENT_EQUAL_AT_END`. */ diff --git a/src/apis/cloudfunctions/package.json b/src/apis/cloudfunctions/package.json index e393ffdd7d..caf522ba6f 100644 --- a/src/apis/cloudfunctions/package.json +++ b/src/apis/cloudfunctions/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/cloudfunctions/v1.ts b/src/apis/cloudfunctions/v1.ts index e9660cf95e..969956b889 100644 --- a/src/apis/cloudfunctions/v1.ts +++ b/src/apis/cloudfunctions/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudfunctions_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -883,22 +895,12 @@ export namespace cloudfunctions_v1 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A filter for matching the requested operations.

                          The supported formats of filter are:
                          To query for a specific function: project:*,location:*,function:*
                          To query for all of the latest operations for a project: project:*,latest:true */ @@ -1084,11 +1086,6 @@ export namespace cloudfunctions_v1 { export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2778,11 +2775,6 @@ export namespace cloudfunctions_v1 { export interface Params$Resource$Projects$Locations$Functions$Call extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the function to be called. */ @@ -2795,11 +2787,6 @@ export namespace cloudfunctions_v1 { } export interface Params$Resource$Projects$Locations$Functions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project and location in which the function should be created, specified in the format `projects/x/locations/x` */ @@ -2812,11 +2799,6 @@ export namespace cloudfunctions_v1 { } export interface Params$Resource$Projects$Locations$Functions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the function which should be deleted. */ @@ -2824,11 +2806,6 @@ export namespace cloudfunctions_v1 { } export interface Params$Resource$Projects$Locations$Functions$Generatedownloadurl extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of function for which source code Google Cloud Storage signed URL should be generated. */ @@ -2841,11 +2818,6 @@ export namespace cloudfunctions_v1 { } export interface Params$Resource$Projects$Locations$Functions$Generateuploadurl extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project and location in which the Google Cloud Storage signed URL should be generated, specified in the format `projects/x/locations/x`. */ @@ -2858,11 +2830,6 @@ export namespace cloudfunctions_v1 { } export interface Params$Resource$Projects$Locations$Functions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the function which details should be obtained. */ @@ -2870,11 +2837,6 @@ export namespace cloudfunctions_v1 { } export interface Params$Resource$Projects$Locations$Functions$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -2886,11 +2848,6 @@ export namespace cloudfunctions_v1 { } export interface Params$Resource$Projects$Locations$Functions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of functions to return per call. */ @@ -2906,11 +2863,6 @@ export namespace cloudfunctions_v1 { } export interface Params$Resource$Projects$Locations$Functions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A user-defined name of the function. Function names must be unique globally and match pattern `projects/x/locations/x/functions/x` */ @@ -2927,11 +2879,6 @@ export namespace cloudfunctions_v1 { } export interface Params$Resource$Projects$Locations$Functions$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2944,11 +2891,6 @@ export namespace cloudfunctions_v1 { } export interface Params$Resource$Projects$Locations$Functions$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ diff --git a/src/apis/cloudfunctions/v1beta2.ts b/src/apis/cloudfunctions/v1beta2.ts index 7f50681721..b18491b909 100644 --- a/src/apis/cloudfunctions/v1beta2.ts +++ b/src/apis/cloudfunctions/v1beta2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudfunctions_v1beta2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -782,22 +794,12 @@ export namespace cloudfunctions_v1beta2 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A filter for matching the requested operations.

                          The supported formats of filter are:
                          To query for a specific function: project:*,location:*,function:*
                          To query for all of the latest operations for a project: project:*,latest:true */ @@ -983,11 +985,6 @@ export namespace cloudfunctions_v1beta2 { export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2225,11 +2222,6 @@ export namespace cloudfunctions_v1beta2 { export interface Params$Resource$Projects$Locations$Functions$Call extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the function to be called. */ @@ -2242,11 +2234,6 @@ export namespace cloudfunctions_v1beta2 { } export interface Params$Resource$Projects$Locations$Functions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project and location in which the function should be created, specified in the format `projects/x/locations/x` */ @@ -2259,11 +2246,6 @@ export namespace cloudfunctions_v1beta2 { } export interface Params$Resource$Projects$Locations$Functions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the function which should be deleted. */ @@ -2271,11 +2253,6 @@ export namespace cloudfunctions_v1beta2 { } export interface Params$Resource$Projects$Locations$Functions$Generatedownloadurl extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of function for which source code Google Cloud Storage signed URL should be generated. */ @@ -2288,11 +2265,6 @@ export namespace cloudfunctions_v1beta2 { } export interface Params$Resource$Projects$Locations$Functions$Generateuploadurl extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project and location in which the Google Cloud Storage signed URL should be generated, specified in the format `projects/x/locations/x`. */ @@ -2305,11 +2277,6 @@ export namespace cloudfunctions_v1beta2 { } export interface Params$Resource$Projects$Locations$Functions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the function which details should be obtained. */ @@ -2317,11 +2284,6 @@ export namespace cloudfunctions_v1beta2 { } export interface Params$Resource$Projects$Locations$Functions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project and location from which the function should be listed, specified in the format `projects/x/locations/x` If you want to list functions in all locations, use "-" in place of a location. When listing functions in all locations, if one or more location(s) are unreachable, the response will contain functions from all reachable locations along with the names of any unreachable locations. */ @@ -2337,11 +2299,6 @@ export namespace cloudfunctions_v1beta2 { } export interface Params$Resource$Projects$Locations$Functions$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the function to be updated. */ diff --git a/src/apis/cloudidentity/package.json b/src/apis/cloudidentity/package.json index 39950b24ac..9d77de9384 100644 --- a/src/apis/cloudidentity/package.json +++ b/src/apis/cloudidentity/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/cloudidentity/v1.ts b/src/apis/cloudidentity/v1.ts index 6e59d5fbbf..26af75849a 100644 --- a/src/apis/cloudidentity/v1.ts +++ b/src/apis/cloudidentity/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudidentity_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1325,44 +1337,24 @@ export namespace cloudidentity_v1 { } export interface Params$Resource$Groups$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Group; } export interface Params$Resource$Groups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Group in the format: `groups/{group_id}`, where `group_id` is the unique ID assigned to the Group. */ name?: string; } export interface Params$Resource$Groups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Group in the format: `groups/{group_id}`, where `group_id` is the unique ID assigned to the Group. */ name?: string; } export interface Params$Resource$Groups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The default page size is 200 (max 1000) for the BASIC view, and 50 (max 500) for the FULL view. */ @@ -1381,11 +1373,6 @@ export namespace cloudidentity_v1 { view?: string; } export interface Params$Resource$Groups$Lookup extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the entity within the given namespace. The ID must be unique within its namespace. */ @@ -1396,11 +1383,6 @@ export namespace cloudidentity_v1 { 'groupKey.namespace'?: string; } export interface Params$Resource$Groups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Group in the format: `groups/{group_id}`, where group_id is the unique ID assigned to the Group. Must be left blank while creating a Group. */ @@ -1416,11 +1398,6 @@ export namespace cloudidentity_v1 { requestBody?: Schema$Group; } export interface Params$Resource$Groups$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The default page size is 200 (max 1000) for the BASIC view, and 50 (max 500) for the FULL view. */ @@ -2202,11 +2179,6 @@ export namespace cloudidentity_v1 { export interface Params$Resource$Groups$Memberships$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Group to create Membership within. Format: `groups/{group_id}`, where `group_id` is the unique ID assigned to the Group. */ @@ -2219,11 +2191,6 @@ export namespace cloudidentity_v1 { } export interface Params$Resource$Groups$Memberships$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Membership to be deleted. Format: `groups/{group_id}/memberships/{member_id}`, where `group_id` is the unique ID assigned to the Group to which Membership belongs to, and member_id is the unique ID assigned to the member. */ @@ -2231,11 +2198,6 @@ export namespace cloudidentity_v1 { } export interface Params$Resource$Groups$Memberships$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Membership to be retrieved. Format: `groups/{group_id}/memberships/{member_id}`, where `group_id` is the unique id assigned to the Group to which Membership belongs to, and `member_id` is the unique ID assigned to the member. */ @@ -2243,11 +2205,6 @@ export namespace cloudidentity_v1 { } export interface Params$Resource$Groups$Memberships$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The default page size is 200 (max 1000) for the BASIC view, and 50 (max 500) for the FULL view. */ @@ -2267,11 +2224,6 @@ export namespace cloudidentity_v1 { } export interface Params$Resource$Groups$Memberships$Lookup extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the entity within the given namespace. The ID must be unique within its namespace. */ diff --git a/src/apis/cloudidentity/v1beta1.ts b/src/apis/cloudidentity/v1beta1.ts index ed76205553..1e43d3da13 100644 --- a/src/apis/cloudidentity/v1beta1.ts +++ b/src/apis/cloudidentity/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudidentity_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1869,11 +1881,6 @@ export namespace cloudidentity_v1beta1 { } export interface Params$Resource$Groups$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The initial configuration option for the `Group`. */ @@ -1885,33 +1892,18 @@ export namespace cloudidentity_v1beta1 { requestBody?: Schema$Group; } export interface Params$Resource$Groups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Group` to retrieve. Must be of the form `groups/{group_id}`. */ name?: string; } export interface Params$Resource$Groups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Group` to retrieve. Must be of the form `groups/{group_id}`. */ name?: string; } export interface Params$Resource$Groups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of results to return. Note that the number of results returned may be less than this value even if there are more available results. To fetch all results, clients must continue calling this method repeatedly until the response no longer contains a `next_page_token`. If unspecified, defaults to 200 for `View.BASIC` and to 50 for `View.FULL`. Must not be greater than 1000 for `View.BASIC` or 500 for `View.FULL`. */ @@ -1930,11 +1922,6 @@ export namespace cloudidentity_v1beta1 { view?: string; } export interface Params$Resource$Groups$Lookup extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the entity. For Google-managed entities, the `id` must be the email address of an existing group or user. For external-identity-mapped entities, the `id` must be a string conforming to the Identity Source's requirements. Must be unique within a `namespace`. */ @@ -1945,11 +1932,6 @@ export namespace cloudidentity_v1beta1 { 'groupKey.namespace'?: string; } export interface Params$Resource$Groups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Group`. Shall be of the form `groups/{group_id}`. */ @@ -1965,11 +1947,6 @@ export namespace cloudidentity_v1beta1 { requestBody?: Schema$Group; } export interface Params$Resource$Groups$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of results to return. Note that the number of results returned may be less than this value even if there are more available results. To fetch all results, clients must continue calling this method repeatedly until the response no longer contains a `next_page_token`. If unspecified, defaults to 200 for `GroupView.BASIC` and to 50 for `GroupView.FULL`. Must not be greater than 1000 for `GroupView.BASIC` or 500 for `GroupView.FULL`. */ @@ -2925,11 +2902,6 @@ export namespace cloudidentity_v1beta1 { export interface Params$Resource$Groups$Memberships$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent `Group` resource under which to create the `Membership`. Must be of the form `groups/{group_id}`. */ @@ -2942,11 +2914,6 @@ export namespace cloudidentity_v1beta1 { } export interface Params$Resource$Groups$Memberships$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Membership` to delete. Must be of the form `groups/{group_id}/memberships/{membership_id}`. */ @@ -2954,11 +2921,6 @@ export namespace cloudidentity_v1beta1 { } export interface Params$Resource$Groups$Memberships$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Membership` to retrieve. Must be of the form `groups/{group_id}/memberships/{membership_id}`. */ @@ -2966,11 +2928,6 @@ export namespace cloudidentity_v1beta1 { } export interface Params$Resource$Groups$Memberships$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of results to return. Note that the number of results returned may be less than this value even if there are more available results. To fetch all results, clients must continue calling this method repeatedly until the response no longer contains a `next_page_token`. If unspecified, defaults to 200 for `GroupView.BASIC` and to 50 for `GroupView.FULL`. Must not be greater than 1000 for `GroupView.BASIC` or 500 for `GroupView.FULL`. */ @@ -2990,11 +2947,6 @@ export namespace cloudidentity_v1beta1 { } export interface Params$Resource$Groups$Memberships$Lookup extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the entity. For Google-managed entities, the `id` must be the email address of an existing group or user. For external-identity-mapped entities, the `id` must be a string conforming to the Identity Source's requirements. Must be unique within a `namespace`. */ @@ -3010,11 +2962,6 @@ export namespace cloudidentity_v1beta1 { } export interface Params$Resource$Groups$Memberships$Modifymembershiproles extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The [resource name](https://cloud.google.com/apis/design/resource_names) of the `Membership` whose roles are to be modified. Must be of the form `groups/{group_id}/memberships/{membership_id}`. */ diff --git a/src/apis/cloudiot/package.json b/src/apis/cloudiot/package.json index b2e4e42044..21050f804f 100644 --- a/src/apis/cloudiot/package.json +++ b/src/apis/cloudiot/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/cloudiot/v1.ts b/src/apis/cloudiot/v1.ts index e5707f64e7..0747d2c709 100644 --- a/src/apis/cloudiot/v1.ts +++ b/src/apis/cloudiot/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudiot_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2164,11 +2176,6 @@ export namespace cloudiot_v1 { export interface Params$Resource$Projects$Locations$Registries$Binddevicetogateway extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the registry. For example, `projects/example-project/locations/us-central1/registries/my-registry`. */ @@ -2181,11 +2188,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project and cloud region where this device registry must be created. For example, `projects/example-project/locations/us-central1`. */ @@ -2198,11 +2200,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device registry. For example, `projects/example-project/locations/us-central1/registries/my-registry`. */ @@ -2210,11 +2207,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device registry. For example, `projects/example-project/locations/us-central1/registries/my-registry`. */ @@ -2222,11 +2214,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2239,11 +2226,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of registries to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available. */ @@ -2259,11 +2241,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource path name. For example, `projects/example-project/locations/us-central1/registries/my-registry`. */ @@ -2280,11 +2257,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2297,11 +2269,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2314,11 +2281,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Unbinddevicefromgateway extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the registry. For example, `projects/example-project/locations/us-central1/registries/my-registry`. */ @@ -3481,11 +3443,6 @@ export namespace cloudiot_v1 { export interface Params$Resource$Projects$Locations$Registries$Devices$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device registry where this device should be created. For example, `projects/example-project/locations/us-central1/registries/my-registry`. */ @@ -3498,11 +3455,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Devices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device. For example, `projects/p0/locations/us-central1/registries/registry0/devices/device0` or `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. */ @@ -3510,11 +3462,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Devices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fields of the `Device` resource to be returned in the response. If the field mask is unset or empty, all fields are returned. */ @@ -3526,11 +3473,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Devices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A list of device string IDs. For example, `['device0', 'device12']`. If empty, this field is ignored. Maximum IDs: 10,000 */ @@ -3570,11 +3512,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Devices$Modifycloudtodeviceconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device. For example, `projects/p0/locations/us-central1/registries/registry0/devices/device0` or `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. */ @@ -3587,11 +3524,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Devices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource path name. For example, `projects/p1/locations/us-central1/registries/registry0/devices/dev0` or `projects/p1/locations/us-central1/registries/registry0/devices/{num_id}`. When `name` is populated as a response from the service, it always ends in the device numeric ID. */ @@ -3608,11 +3540,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Devices$Sendcommandtodevice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device. For example, `projects/p0/locations/us-central1/registries/registry0/devices/device0` or `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. */ @@ -3786,11 +3713,6 @@ export namespace cloudiot_v1 { export interface Params$Resource$Projects$Locations$Registries$Devices$Configversions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device. For example, `projects/p0/locations/us-central1/registries/registry0/devices/device0` or `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. */ @@ -3954,11 +3876,6 @@ export namespace cloudiot_v1 { export interface Params$Resource$Projects$Locations$Registries$Devices$States$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device. For example, `projects/p0/locations/us-central1/registries/registry0/devices/device0` or `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. */ @@ -4430,11 +4347,6 @@ export namespace cloudiot_v1 { export interface Params$Resource$Projects$Locations$Registries$Groups$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4447,11 +4359,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Groups$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -4464,11 +4371,6 @@ export namespace cloudiot_v1 { } export interface Params$Resource$Projects$Locations$Registries$Groups$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4670,11 +4572,6 @@ export namespace cloudiot_v1 { export interface Params$Resource$Projects$Locations$Registries$Groups$Devices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A list of device string IDs. For example, `['device0', 'device12']`. If empty, this field is ignored. Maximum IDs: 10,000 */ diff --git a/src/apis/cloudkms/package.json b/src/apis/cloudkms/package.json index bb0f365829..022e293263 100644 --- a/src/apis/cloudkms/package.json +++ b/src/apis/cloudkms/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/cloudkms/v1.ts b/src/apis/cloudkms/v1.ts index b94ea53c88..2cfed24c86 100644 --- a/src/apis/cloudkms/v1.ts +++ b/src/apis/cloudkms/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudkms_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1067,11 +1079,6 @@ export namespace cloudkms_v1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -1079,11 +1086,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2016,11 +2018,6 @@ export namespace cloudkms_v1 { export interface Params$Resource$Projects$Locations$Keyrings$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. It must be unique within a location and match the regular expression `[a-zA-Z0-9_-]{1,63}` */ @@ -2037,11 +2034,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the KeyRing to get. */ @@ -2049,11 +2041,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -2065,11 +2052,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Only include resources that match the filter in the response. For more information, see [Sorting and filtering list results](https://cloud.google.com/kms/docs/sorting-and-filtering). */ @@ -2093,11 +2075,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2110,11 +2087,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3692,11 +3664,6 @@ export namespace cloudkms_v1 { export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. It must be unique within a KeyRing and match the regular expression `[a-zA-Z0-9_-]{1,63}` */ @@ -3717,11 +3684,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Decrypt extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the CryptoKey to use for decryption. The server will choose the appropriate version. */ @@ -3734,11 +3696,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Encrypt extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the CryptoKey or CryptoKeyVersion to use for encryption. If a CryptoKey is specified, the server will use its primary version. */ @@ -3751,11 +3708,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the CryptoKey to get. */ @@ -3763,11 +3715,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -3779,11 +3726,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Only include resources that match the filter in the response. For more information, see [Sorting and filtering list results](https://cloud.google.com/kms/docs/sorting-and-filtering). */ @@ -3811,11 +3753,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name for this CryptoKey in the format `projects/x/locations/x/keyRings/x/cryptoKeys/x`. */ @@ -3832,11 +3769,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -3849,11 +3781,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3866,11 +3793,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Updateprimaryversion extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the CryptoKey to update. */ @@ -5482,11 +5404,6 @@ export namespace cloudkms_v1 { export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Cryptokeyversions$Asymmetricdecrypt extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the CryptoKeyVersion to use for decryption. */ @@ -5499,11 +5416,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Cryptokeyversions$Asymmetricsign extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the CryptoKeyVersion to use for signing. */ @@ -5516,11 +5428,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Cryptokeyversions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the CryptoKey associated with the CryptoKeyVersions. */ @@ -5533,11 +5440,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Cryptokeyversions$Destroy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the CryptoKeyVersion to destroy. */ @@ -5550,11 +5452,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Cryptokeyversions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the CryptoKeyVersion to get. */ @@ -5562,11 +5459,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Cryptokeyversions$Getpublickey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the CryptoKeyVersion public key to get. */ @@ -5574,11 +5466,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Cryptokeyversions$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the CryptoKey to be imported into. */ @@ -5591,11 +5478,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Cryptokeyversions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Only include resources that match the filter in the response. For more information, see [Sorting and filtering list results](https://cloud.google.com/kms/docs/sorting-and-filtering). */ @@ -5623,11 +5505,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Cryptokeyversions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name for this CryptoKeyVersion in the format `projects/x/locations/x/keyRings/x/cryptoKeys/x/cryptoKeyVersions/x`. */ @@ -5644,11 +5521,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Cryptokeys$Cryptokeyversions$Restore extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the CryptoKeyVersion to restore. */ @@ -6600,11 +6472,6 @@ export namespace cloudkms_v1 { export interface Params$Resource$Projects$Locations$Keyrings$Importjobs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. It must be unique within a KeyRing and match the regular expression `[a-zA-Z0-9_-]{1,63}` */ @@ -6621,11 +6488,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Importjobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the ImportJob to get. */ @@ -6633,11 +6495,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Importjobs$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -6649,11 +6506,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Importjobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Only include resources that match the filter in the response. For more information, see [Sorting and filtering list results](https://cloud.google.com/kms/docs/sorting-and-filtering). */ @@ -6677,11 +6529,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Importjobs$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -6694,11 +6541,6 @@ export namespace cloudkms_v1 { } export interface Params$Resource$Projects$Locations$Keyrings$Importjobs$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ diff --git a/src/apis/cloudprofiler/package.json b/src/apis/cloudprofiler/package.json index 53d6c560ac..44389c3d82 100644 --- a/src/apis/cloudprofiler/package.json +++ b/src/apis/cloudprofiler/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/cloudprofiler/v2.ts b/src/apis/cloudprofiler/v2.ts index c75135b840..a4ac026358 100644 --- a/src/apis/cloudprofiler/v2.ts +++ b/src/apis/cloudprofiler/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudprofiler_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -657,11 +669,6 @@ export namespace cloudprofiler_v2 { export interface Params$Resource$Projects$Profiles$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Parent project to create the profile in. */ @@ -674,11 +681,6 @@ export namespace cloudprofiler_v2 { } export interface Params$Resource$Projects$Profiles$Createoffline extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Parent project to create the profile in. */ @@ -691,11 +693,6 @@ export namespace cloudprofiler_v2 { } export interface Params$Resource$Projects$Profiles$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Opaque, server-assigned, unique ID for this profile. */ diff --git a/src/apis/cloudresourcemanager/package.json b/src/apis/cloudresourcemanager/package.json index 8acfde8224..e4cd35cde2 100644 --- a/src/apis/cloudresourcemanager/package.json +++ b/src/apis/cloudresourcemanager/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/cloudresourcemanager/v1.ts b/src/apis/cloudresourcemanager/v1.ts index b0406a3950..8b0a2aeccc 100644 --- a/src/apis/cloudresourcemanager/v1.ts +++ b/src/apis/cloudresourcemanager/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudresourcemanager_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1670,11 +1682,6 @@ export namespace cloudresourcemanager_v1 { export interface Params$Resource$Folders$Clearorgpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource for the `Policy` to clear. */ @@ -1687,11 +1694,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Folders$Geteffectiveorgpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to start computing the effective `Policy`. */ @@ -1704,11 +1706,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Folders$Getorgpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource the `Policy` is set on. */ @@ -1721,11 +1718,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Folders$Listavailableorgpolicyconstraints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource to list `Constraints` for. */ @@ -1738,11 +1730,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Folders$Listorgpolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource to list Policies for. */ @@ -1755,11 +1742,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Folders$Setorgpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the resource to attach the `Policy`. */ @@ -2336,44 +2318,24 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Liens$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Lien; } export interface Params$Resource$Liens$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name/identifier of the Lien to delete. */ name?: string; } export interface Params$Resource$Liens$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name/identifier of the Lien. */ name?: string; } export interface Params$Resource$Liens$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. This is a suggestion for the server. */ @@ -2531,11 +2493,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -4191,11 +4148,6 @@ export namespace cloudresourcemanager_v1 { export interface Params$Resource$Organizations$Clearorgpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource for the `Policy` to clear. */ @@ -4208,11 +4160,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Organizations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the Organization to fetch. This is the organization's relative path in the API, formatted as "organizations/[organizationId]". For example, "organizations/1234". */ @@ -4220,11 +4167,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Organizations$Geteffectiveorgpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to start computing the effective `Policy`. */ @@ -4237,11 +4179,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Organizations$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4254,11 +4191,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Organizations$Getorgpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource the `Policy` is set on. */ @@ -4271,11 +4203,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Organizations$Listavailableorgpolicyconstraints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource to list `Constraints` for. */ @@ -4288,11 +4215,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Organizations$Listorgpolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource to list Policies for. */ @@ -4305,11 +4227,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Organizations$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4317,11 +4234,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Organizations$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -4334,11 +4246,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Organizations$Setorgpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the resource to attach the `Policy`. */ @@ -4351,11 +4258,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Organizations$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -6767,11 +6669,6 @@ export namespace cloudresourcemanager_v1 { export interface Params$Resource$Projects$Clearorgpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource for the `Policy` to clear. */ @@ -6783,33 +6680,18 @@ export namespace cloudresourcemanager_v1 { requestBody?: Schema$ClearOrgPolicyRequest; } export interface Params$Resource$Projects$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Project; } export interface Params$Resource$Projects$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Project ID (for example, `foo-bar-123`). Required. */ projectId?: string; } export interface Params$Resource$Projects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Project ID (for example, `my-project-123`). Required. */ @@ -6817,11 +6699,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Projects$Getancestry extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Project ID (for example, `my-project-123`). Required. */ @@ -6834,11 +6711,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Projects$Geteffectiveorgpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to start computing the effective `Policy`. */ @@ -6851,11 +6723,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Projects$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -6868,11 +6735,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Projects$Getorgpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource the `Policy` is set on. */ @@ -6884,11 +6746,6 @@ export namespace cloudresourcemanager_v1 { requestBody?: Schema$GetOrgPolicyRequest; } export interface Params$Resource$Projects$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: + `name` + `id` + `labels.` (where *key* is the name of a label) + `parent.type` + `parent.id` Some examples of using labels as filters: | Filter | Description | |------------------|-----------------------------------------------------| | name:how* | The project's name starts with "how". | | name:Howl | The project's name is `Howl` or `howl`. | | name:HOWL | Equivalent to above. | | NAME:howl | Equivalent to above. | | labels.color:* | The project has the label `color`. | | labels.color:red | The project's label `color` has the value `red`. | | labels.color:red labels.size:big |The project's label `color` has the value `red` and its label `size` has the value `big`. | If no filter is specified, the call will return projects for which the user has the `resourcemanager.projects.get` permission. NOTE: To perform a by-parent query (eg., what projects are directly in a Folder), the caller must have the `resourcemanager.projects.list` permission on the parent and the filter must contain both a `parent.type` and a `parent.id` restriction (example: "parent.type:folder parent.id:123"). In this case an alternate search index is used which provides more consistent results. Optional. */ @@ -6904,11 +6761,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Projects$Listavailableorgpolicyconstraints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource to list `Constraints` for. */ @@ -6921,11 +6773,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Projects$Listorgpolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource to list Policies for. */ @@ -6938,11 +6785,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Projects$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -6955,11 +6797,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Projects$Setorgpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the resource to attach the `Policy`. */ @@ -6972,11 +6809,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Projects$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -6989,11 +6821,6 @@ export namespace cloudresourcemanager_v1 { } export interface Params$Resource$Projects$Undelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID (for example, `foo-bar-123`). Required. */ @@ -7005,11 +6832,6 @@ export namespace cloudresourcemanager_v1 { requestBody?: Schema$UndeleteProjectRequest; } export interface Params$Resource$Projects$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID (for example, `my-project-123`). Required. */ diff --git a/src/apis/cloudresourcemanager/v1beta1.ts b/src/apis/cloudresourcemanager/v1beta1.ts index e06cbc5a8d..2eedebe9cf 100644 --- a/src/apis/cloudresourcemanager/v1beta1.ts +++ b/src/apis/cloudresourcemanager/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudresourcemanager_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1351,11 +1363,6 @@ export namespace cloudresourcemanager_v1beta1 { export interface Params$Resource$Organizations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the Organization to fetch. This is the organization's relative path in the API, formatted as "organizations/[organizationId]". For example, "organizations/1234". */ @@ -1367,11 +1374,6 @@ export namespace cloudresourcemanager_v1beta1 { } export interface Params$Resource$Organizations$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -1384,11 +1386,6 @@ export namespace cloudresourcemanager_v1beta1 { } export interface Params$Resource$Organizations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An optional query string used to filter the Organizations to return in the response. Filter rules are case-insensitive. Organizations may be filtered by `owner.directoryCustomerId` or by `domain`, where the domain is a G Suite domain, for example: * Filter `owner.directorycustomerid:123456789` returns Organization resources with `owner.directory_customer_id` equal to `123456789`. * Filter `domain:google.com` returns Organization resources corresponding to the domain `google.com`. This field is optional. */ @@ -1404,11 +1401,6 @@ export namespace cloudresourcemanager_v1beta1 { } export interface Params$Resource$Organizations$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -1421,11 +1413,6 @@ export namespace cloudresourcemanager_v1beta1 { } export interface Params$Resource$Organizations$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -1438,11 +1425,6 @@ export namespace cloudresourcemanager_v1beta1 { } export interface Params$Resource$Organizations$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name of the organization. This is the organization's relative path in the API. Its format is "organizations/[organization_id]". For example, "organizations/1234". */ @@ -2950,11 +2932,6 @@ export namespace cloudresourcemanager_v1beta1 { } export interface Params$Resource$Projects$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A now unused experiment opt-out option. */ @@ -2966,22 +2943,12 @@ export namespace cloudresourcemanager_v1beta1 { requestBody?: Schema$Project; } export interface Params$Resource$Projects$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Project ID (for example, `foo-bar-123`). Required. */ projectId?: string; } export interface Params$Resource$Projects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Project ID (for example, `my-project-123`). Required. */ @@ -2989,11 +2956,6 @@ export namespace cloudresourcemanager_v1beta1 { } export interface Params$Resource$Projects$Getancestry extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Project ID (for example, `my-project-123`). Required. */ @@ -3006,11 +2968,6 @@ export namespace cloudresourcemanager_v1beta1 { } export interface Params$Resource$Projects$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3022,11 +2979,6 @@ export namespace cloudresourcemanager_v1beta1 { requestBody?: Schema$GetIamPolicyRequest; } export interface Params$Resource$Projects$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: + `name` + `id` + `labels.` (where *key* is the name of a label) + `parent.type` + `parent.id` Some examples of using labels as filters: | Filter | Description | |------------------|-----------------------------------------------------| | name:how* | The project's name starts with "how". | | name:Howl | The project's name is `Howl` or `howl`. | | name:HOWL | Equivalent to above. | | NAME:howl | Equivalent to above. | | labels.color:* | The project has the label `color`. | | labels.color:red | The project's label `color` has the value `red`. | | labels.color:red labels.size:big |The project's label `color` has the value `red` and its label `size` has the value `big`. | If no filter is specified, the call will return projects for which the user has the `resourcemanager.projects.get` permission. NOTE: To perform a by-parent query (eg., what projects are directly in a Folder), the caller must have the `resourcemanager.projects.list` permission on the parent and the filter must contain both a `parent.type` and a `parent.id` restriction (example: "parent.type:folder parent.id:123"). In this case an alternate search index is used which provides more consistent results. Optional. */ @@ -3042,11 +2994,6 @@ export namespace cloudresourcemanager_v1beta1 { } export interface Params$Resource$Projects$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -3059,11 +3006,6 @@ export namespace cloudresourcemanager_v1beta1 { } export interface Params$Resource$Projects$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3076,11 +3018,6 @@ export namespace cloudresourcemanager_v1beta1 { } export interface Params$Resource$Projects$Undelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID (for example, `foo-bar-123`). Required. */ @@ -3092,11 +3029,6 @@ export namespace cloudresourcemanager_v1beta1 { requestBody?: Schema$UndeleteProjectRequest; } export interface Params$Resource$Projects$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID (for example, `my-project-123`). Required. */ diff --git a/src/apis/cloudresourcemanager/v2.ts b/src/apis/cloudresourcemanager/v2.ts index 3848d72271..ec159a784b 100644 --- a/src/apis/cloudresourcemanager/v2.ts +++ b/src/apis/cloudresourcemanager/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudresourcemanager_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2018,11 +2030,6 @@ export namespace cloudresourcemanager_v2 { } export interface Params$Resource$Folders$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the new Folder's parent. Must be of the form `folders/{folder_id}` or `organizations/{org_id}`. */ @@ -2034,22 +2041,12 @@ export namespace cloudresourcemanager_v2 { requestBody?: Schema$Folder; } export interface Params$Resource$Folders$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. the resource name of the Folder to be deleted. Must be of the form `folders/{folder_id}`. */ name?: string; } export interface Params$Resource$Folders$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Folder to retrieve. Must be of the form `folders/{folder_id}`. */ @@ -2057,11 +2054,6 @@ export namespace cloudresourcemanager_v2 { } export interface Params$Resource$Folders$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2073,11 +2065,6 @@ export namespace cloudresourcemanager_v2 { requestBody?: Schema$GetIamPolicyRequest; } export interface Params$Resource$Folders$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of Folders to return in the response. */ @@ -2096,11 +2083,6 @@ export namespace cloudresourcemanager_v2 { showDeleted?: boolean; } export interface Params$Resource$Folders$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Folder to move. Must be of the form folders/{folder_id} */ @@ -2112,11 +2094,6 @@ export namespace cloudresourcemanager_v2 { requestBody?: Schema$MoveFolderRequest; } export interface Params$Resource$Folders$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name of the Folder. Its format is `folders/{folder_id}`, for example: "folders/1234". */ @@ -2132,11 +2109,6 @@ export namespace cloudresourcemanager_v2 { requestBody?: Schema$Folder; } export interface Params$Resource$Folders$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -2144,11 +2116,6 @@ export namespace cloudresourcemanager_v2 { } export interface Params$Resource$Folders$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2161,11 +2128,6 @@ export namespace cloudresourcemanager_v2 { } export interface Params$Resource$Folders$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2177,11 +2139,6 @@ export namespace cloudresourcemanager_v2 { requestBody?: Schema$TestIamPermissionsRequest; } export interface Params$Resource$Folders$Undelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Folder to undelete. Must be of the form `folders/{folder_id}`. */ @@ -2336,11 +2293,6 @@ export namespace cloudresourcemanager_v2 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ diff --git a/src/apis/cloudresourcemanager/v2beta1.ts b/src/apis/cloudresourcemanager/v2beta1.ts index 149aeb1544..d580cb1eee 100644 --- a/src/apis/cloudresourcemanager/v2beta1.ts +++ b/src/apis/cloudresourcemanager/v2beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudresourcemanager_v2beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2018,11 +2030,6 @@ export namespace cloudresourcemanager_v2beta1 { } export interface Params$Resource$Folders$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the new Folder's parent. Must be of the form `folders/{folder_id}` or `organizations/{org_id}`. */ @@ -2034,22 +2041,12 @@ export namespace cloudresourcemanager_v2beta1 { requestBody?: Schema$Folder; } export interface Params$Resource$Folders$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. the resource name of the Folder to be deleted. Must be of the form `folders/{folder_id}`. */ name?: string; } export interface Params$Resource$Folders$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Folder to retrieve. Must be of the form `folders/{folder_id}`. */ @@ -2057,11 +2054,6 @@ export namespace cloudresourcemanager_v2beta1 { } export interface Params$Resource$Folders$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2073,11 +2065,6 @@ export namespace cloudresourcemanager_v2beta1 { requestBody?: Schema$GetIamPolicyRequest; } export interface Params$Resource$Folders$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of Folders to return in the response. */ @@ -2096,11 +2083,6 @@ export namespace cloudresourcemanager_v2beta1 { showDeleted?: boolean; } export interface Params$Resource$Folders$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Folder to move. Must be of the form folders/{folder_id} */ @@ -2112,11 +2094,6 @@ export namespace cloudresourcemanager_v2beta1 { requestBody?: Schema$MoveFolderRequest; } export interface Params$Resource$Folders$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name of the Folder. Its format is `folders/{folder_id}`, for example: "folders/1234". */ @@ -2132,11 +2109,6 @@ export namespace cloudresourcemanager_v2beta1 { requestBody?: Schema$Folder; } export interface Params$Resource$Folders$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -2144,11 +2116,6 @@ export namespace cloudresourcemanager_v2beta1 { } export interface Params$Resource$Folders$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2161,11 +2128,6 @@ export namespace cloudresourcemanager_v2beta1 { } export interface Params$Resource$Folders$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2177,11 +2139,6 @@ export namespace cloudresourcemanager_v2beta1 { requestBody?: Schema$TestIamPermissionsRequest; } export interface Params$Resource$Folders$Undelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Folder to undelete. Must be of the form `folders/{folder_id}`. */ @@ -2336,11 +2293,6 @@ export namespace cloudresourcemanager_v2beta1 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ diff --git a/src/apis/cloudscheduler/package.json b/src/apis/cloudscheduler/package.json index 31e8123ca4..a155f1a38f 100644 --- a/src/apis/cloudscheduler/package.json +++ b/src/apis/cloudscheduler/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/cloudscheduler/v1.ts b/src/apis/cloudscheduler/v1.ts index c5daef6a26..17ccc93e2e 100644 --- a/src/apis/cloudscheduler/v1.ts +++ b/src/apis/cloudscheduler/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudscheduler_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -725,11 +737,6 @@ export namespace cloudscheduler_v1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -737,11 +744,6 @@ export namespace cloudscheduler_v1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -1986,11 +1988,6 @@ export namespace cloudscheduler_v1 { export interface Params$Resource$Projects$Locations$Jobs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The location name. For example: `projects/PROJECT_ID/locations/LOCATION_ID`. */ @@ -2003,11 +2000,6 @@ export namespace cloudscheduler_v1 { } export interface Params$Resource$Projects$Locations$Jobs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. */ @@ -2015,11 +2007,6 @@ export namespace cloudscheduler_v1 { } export interface Params$Resource$Projects$Locations$Jobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. */ @@ -2027,11 +2014,6 @@ export namespace cloudscheduler_v1 { } export interface Params$Resource$Projects$Locations$Jobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested page size. The maximum page size is 500. If unspecified, the page size will be the maximum. Fewer jobs than requested might be returned, even if more jobs exist; use next_page_token to determine if more jobs exist. */ @@ -2047,11 +2029,6 @@ export namespace cloudscheduler_v1 { } export interface Params$Resource$Projects$Locations$Jobs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be obtained by calling ListLocations. For more information, see https://cloud.google.com/about/locations/. * `JOB_ID` can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters. */ @@ -2068,11 +2045,6 @@ export namespace cloudscheduler_v1 { } export interface Params$Resource$Projects$Locations$Jobs$Pause extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. */ @@ -2085,11 +2057,6 @@ export namespace cloudscheduler_v1 { } export interface Params$Resource$Projects$Locations$Jobs$Resume extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. */ @@ -2102,11 +2069,6 @@ export namespace cloudscheduler_v1 { } export interface Params$Resource$Projects$Locations$Jobs$Run extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. */ diff --git a/src/apis/cloudscheduler/v1beta1.ts b/src/apis/cloudscheduler/v1beta1.ts index a1430f5310..260fc807c6 100644 --- a/src/apis/cloudscheduler/v1beta1.ts +++ b/src/apis/cloudscheduler/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudscheduler_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -725,11 +737,6 @@ export namespace cloudscheduler_v1beta1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -737,11 +744,6 @@ export namespace cloudscheduler_v1beta1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2001,11 +2003,6 @@ export namespace cloudscheduler_v1beta1 { export interface Params$Resource$Projects$Locations$Jobs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The location name. For example: `projects/PROJECT_ID/locations/LOCATION_ID`. */ @@ -2018,11 +2015,6 @@ export namespace cloudscheduler_v1beta1 { } export interface Params$Resource$Projects$Locations$Jobs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. */ @@ -2030,11 +2022,6 @@ export namespace cloudscheduler_v1beta1 { } export interface Params$Resource$Projects$Locations$Jobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. */ @@ -2042,11 +2029,6 @@ export namespace cloudscheduler_v1beta1 { } export interface Params$Resource$Projects$Locations$Jobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested page size. The maximum page size is 500. If unspecified, the page size will be the maximum. Fewer jobs than requested might be returned, even if more jobs exist; use next_page_token to determine if more jobs exist. */ @@ -2062,11 +2044,6 @@ export namespace cloudscheduler_v1beta1 { } export interface Params$Resource$Projects$Locations$Jobs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optionally caller-specified in CreateJob, after which it becomes output only. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the job's location. The list of available locations can be obtained by calling ListLocations. For more information, see https://cloud.google.com/about/locations/. * `JOB_ID` can contain only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), or underscores (_). The maximum length is 500 characters. */ @@ -2083,11 +2060,6 @@ export namespace cloudscheduler_v1beta1 { } export interface Params$Resource$Projects$Locations$Jobs$Pause extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. */ @@ -2100,11 +2072,6 @@ export namespace cloudscheduler_v1beta1 { } export interface Params$Resource$Projects$Locations$Jobs$Resume extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. */ @@ -2117,11 +2084,6 @@ export namespace cloudscheduler_v1beta1 { } export interface Params$Resource$Projects$Locations$Jobs$Run extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. */ diff --git a/src/apis/cloudsearch/package.json b/src/apis/cloudsearch/package.json index 66d9f49e88..7ba24811b3 100644 --- a/src/apis/cloudsearch/package.json +++ b/src/apis/cloudsearch/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/cloudsearch/v1.ts b/src/apis/cloudsearch/v1.ts index 39d7f143ad..87e1d6f527 100644 --- a/src/apis/cloudsearch/v1.ts +++ b/src/apis/cloudsearch/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudsearch_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2504,11 +2516,6 @@ export namespace cloudsearch_v1 { export interface Params$Resource$Debug$Datasources$Items$Checkaccess extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. */ @@ -2525,11 +2532,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Debug$Datasources$Items$Searchbyviewurl extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Source name, format: datasources/{source_id} */ @@ -2706,11 +2708,6 @@ export namespace cloudsearch_v1 { export interface Params$Resource$Debug$Datasources$Items$Unmappedids$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. */ @@ -2920,11 +2917,6 @@ export namespace cloudsearch_v1 { export interface Params$Resource$Debug$Identitysources$Items$Listforunmappedidentity extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. */ @@ -3119,11 +3111,6 @@ export namespace cloudsearch_v1 { export interface Params$Resource$Debug$Identitysources$Unmappedids$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. */ @@ -3602,11 +3589,6 @@ export namespace cloudsearch_v1 { export interface Params$Resource$Indexing$Datasources$Deleteschema extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. */ @@ -3618,11 +3600,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Indexing$Datasources$Getschema extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. */ @@ -3634,11 +3611,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Indexing$Datasources$Updateschema extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the data source to update Schema. Format: datasources/{source_id} */ @@ -5057,11 +5029,6 @@ export namespace cloudsearch_v1 { export interface Params$Resource$Indexing$Datasources$Items$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of connector making this call.
                          Format: datasources/{source_id}/connectors/{ID} */ @@ -5085,11 +5052,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Indexing$Datasources$Items$Deletequeueitems extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Data Source to delete items in a queue. Format: datasources/{source_id} */ @@ -5102,11 +5064,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Indexing$Datasources$Items$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of connector making this call.
                          Format: datasources/{source_id}/connectors/{ID} */ @@ -5122,11 +5079,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Indexing$Datasources$Items$Index extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Item. Format: datasources/{source_id}/items/{item_id}
                          This is a required field. The maximum length is 1536 characters. */ @@ -5139,11 +5091,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Indexing$Datasources$Items$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When set to true, the indexing system only populates the following fields: name, version, queue. metadata.hash, metadata.title, metadata.sourceRepositoryURL, metadata.objectType, metadata.createTime, metadata.updateTime, metadata.contentLanguage, metadata.mimeType, structured_data.hash, content.hash, itemType, itemStatus.code, itemStatus.processingError.code, itemStatus.repositoryError.type,
                          If this value is false, then all the fields are populated in Item. */ @@ -5171,11 +5118,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Indexing$Datasources$Items$Poll extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Data Source to poll items. Format: datasources/{source_id} */ @@ -5188,11 +5130,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Indexing$Datasources$Items$Push extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the item to push into the indexing queue.
                          Format: datasources/{source_id}/items/{ID}
                          This is a required field. The maximum length is 1536 characters. */ @@ -5205,11 +5142,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Indexing$Datasources$Items$Unreserve extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Data Source to unreserve all items. Format: datasources/{source_id} */ @@ -5222,11 +5154,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Indexing$Datasources$Items$Upload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Item to start a resumable upload. Format: datasources/{source_id}/items/{item_id}. The maximum length is 1536 bytes. */ @@ -5400,11 +5327,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Media$Upload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the media that is being downloaded. See ReadRequest.resource_name. */ @@ -5577,11 +5499,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -5887,22 +5804,12 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Query$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$SearchRequest; } export interface Params$Resource$Query$Suggest extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -6088,11 +5995,6 @@ export namespace cloudsearch_v1 { export interface Params$Resource$Query$Sources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Number of sources to return in the response. */ @@ -6880,11 +6782,6 @@ export namespace cloudsearch_v1 { export interface Params$Resource$Settings$Datasources$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -6892,11 +6789,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Settings$Datasources$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. */ @@ -6908,11 +6800,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Settings$Datasources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. */ @@ -6924,11 +6811,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Settings$Datasources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. */ @@ -6944,11 +6826,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Settings$Datasources$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the datasource resource. Format: datasources/{source_id}.
                          The name is ignored when creating a datasource. */ @@ -7872,11 +7749,6 @@ export namespace cloudsearch_v1 { export interface Params$Resource$Settings$Searchapplications$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -7884,11 +7756,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Settings$Searchapplications$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. */ @@ -7900,11 +7767,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Settings$Searchapplications$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. */ @@ -7916,11 +7778,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Settings$Searchapplications$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field. */ @@ -7936,11 +7793,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Settings$Searchapplications$Reset extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the search application to be reset.
                          Format: applications/{application_id}. */ @@ -7953,11 +7805,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Settings$Searchapplications$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Search Application.
                          Format: searchapplications/{application_id}. */ @@ -8605,11 +8452,6 @@ export namespace cloudsearch_v1 { } export interface Params$Resource$Stats$Getindex extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Day of month. Must be from 1 to 31 and valid for the year and month. */ @@ -8636,11 +8478,6 @@ export namespace cloudsearch_v1 { 'toDate.year'?: number; } export interface Params$Resource$Stats$Getquery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Day of month. Must be from 1 to 31 and valid for the year and month. */ @@ -8667,11 +8504,6 @@ export namespace cloudsearch_v1 { 'toDate.year'?: number; } export interface Params$Resource$Stats$Getsession extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Day of month. Must be from 1 to 31 and valid for the year and month. */ @@ -8698,11 +8530,6 @@ export namespace cloudsearch_v1 { 'toDate.year'?: number; } export interface Params$Resource$Stats$Getuser extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Day of month. Must be from 1 to 31 and valid for the year and month. */ @@ -8910,11 +8737,6 @@ export namespace cloudsearch_v1 { export interface Params$Resource$Stats$Index$Datasources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Day of month. Must be from 1 to 31 and valid for the year and month. */ @@ -9134,11 +8956,6 @@ export namespace cloudsearch_v1 { export interface Params$Resource$Stats$Query$Searchapplications$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Day of month. Must be from 1 to 31 and valid for the year and month. */ @@ -9358,11 +9175,6 @@ export namespace cloudsearch_v1 { export interface Params$Resource$Stats$Session$Searchapplications$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Day of month. Must be from 1 to 31 and valid for the year and month. */ @@ -9582,11 +9394,6 @@ export namespace cloudsearch_v1 { export interface Params$Resource$Stats$User$Searchapplications$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Day of month. Must be from 1 to 31 and valid for the year and month. */ diff --git a/src/apis/cloudshell/package.json b/src/apis/cloudshell/package.json index 0d004a6ab3..c2a7898863 100644 --- a/src/apis/cloudshell/package.json +++ b/src/apis/cloudshell/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/cloudshell/v1.ts b/src/apis/cloudshell/v1.ts index e020a8e1f8..6e2e957f6b 100644 --- a/src/apis/cloudshell/v1.ts +++ b/src/apis/cloudshell/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudshell_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -808,11 +820,6 @@ export namespace cloudshell_v1 { export interface Params$Resource$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -825,33 +832,18 @@ export namespace cloudshell_v1 { } export interface Params$Resource$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ name?: string; } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/cloudshell/v1alpha1.ts b/src/apis/cloudshell/v1alpha1.ts index ada022f732..1aa3abb11d 100644 --- a/src/apis/cloudshell/v1alpha1.ts +++ b/src/apis/cloudshell/v1alpha1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudshell_v1alpha1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -904,11 +916,6 @@ export namespace cloudshell_v1alpha1 { export interface Params$Resource$Users$Environments$Authorize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource that should receive the credentials, for example `users/me/environments/default` or `users/someone@example.com/environments/default`. */ @@ -921,11 +928,6 @@ export namespace cloudshell_v1alpha1 { } export interface Params$Resource$Users$Environments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the requested resource, for example `users/me/environments/default` or `users/someone@example.com/environments/default`. */ @@ -933,11 +935,6 @@ export namespace cloudshell_v1alpha1 { } export interface Params$Resource$Users$Environments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource to be updated, for example `users/me/environments/default` or `users/someone@example.com/environments/default`. */ @@ -954,11 +951,6 @@ export namespace cloudshell_v1alpha1 { } export interface Params$Resource$Users$Environments$Start extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource that should be started, for example `users/me/environments/default` or `users/someone@example.com/environments/default`. */ @@ -1248,11 +1240,6 @@ export namespace cloudshell_v1alpha1 { export interface Params$Resource$Users$Environments$Publickeys$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Parent resource name, e.g. `users/me/environments/default`. */ @@ -1265,11 +1252,6 @@ export namespace cloudshell_v1alpha1 { } export interface Params$Resource$Users$Environments$Publickeys$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the resource to be deleted, e.g. `users/me/environments/default/publicKeys/my-key`. */ diff --git a/src/apis/cloudtasks/package.json b/src/apis/cloudtasks/package.json index 935dc4ed76..fb48593730 100644 --- a/src/apis/cloudtasks/package.json +++ b/src/apis/cloudtasks/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/cloudtasks/v2.ts b/src/apis/cloudtasks/v2.ts index 8ee45fba85..84f32ada51 100644 --- a/src/apis/cloudtasks/v2.ts +++ b/src/apis/cloudtasks/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudtasks_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -888,11 +900,6 @@ export namespace cloudtasks_v2 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -900,11 +907,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2553,11 +2555,6 @@ export namespace cloudtasks_v2 { export interface Params$Resource$Projects$Locations$Queues$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The location name in which the queue will be created. For example: `projects/PROJECT_ID/locations/LOCATION_ID` The list of allowed locations can be obtained by calling Cloud Tasks' implementation of ListLocations. */ @@ -2570,11 +2567,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$Queues$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` */ @@ -2582,11 +2574,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$Queues$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the queue. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` */ @@ -2594,11 +2581,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$Queues$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2611,11 +2593,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$Queues$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * `filter` can be used to specify a subset of queues. Any Queue field can be used as a filter and several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as described in [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters). Sample filter "state: PAUSED". Note that using filters might cause fewer queues than the requested page_size to be returned. */ @@ -2635,11 +2612,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$Queues$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Caller-specified and required in CreateQueue, after which it becomes output only. The queue name. The queue name must have the following format: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the queue's location. The list of available locations can be obtained by calling ListLocations. For more information, see https://cloud.google.com/about/locations/. * `QUEUE_ID` can contain letters ([A-Za-z]), numbers ([0-9]), or hyphens (-). The maximum length is 100 characters. */ @@ -2656,11 +2628,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$Queues$Pause extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` */ @@ -2673,11 +2640,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$Queues$Purge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` */ @@ -2690,11 +2652,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$Queues$Resume extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` */ @@ -2707,11 +2664,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$Queues$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2724,11 +2676,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$Queues$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3505,11 +3452,6 @@ export namespace cloudtasks_v2 { export interface Params$Resource$Projects$Locations$Queues$Tasks$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` The queue must already exist. */ @@ -3522,11 +3464,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The task name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` */ @@ -3534,11 +3471,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The task name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` */ @@ -3550,11 +3482,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum page size. Fewer tasks than requested might be returned, even if more tasks exist; use next_page_token in the response to determine if more tasks exist. The maximum page size is 1000. If unspecified, the page size will be the maximum. */ @@ -3574,11 +3501,6 @@ export namespace cloudtasks_v2 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$Run extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The task name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` */ diff --git a/src/apis/cloudtasks/v2beta2.ts b/src/apis/cloudtasks/v2beta2.ts index 612d9abe45..3f72d88055 100644 --- a/src/apis/cloudtasks/v2beta2.ts +++ b/src/apis/cloudtasks/v2beta2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudtasks_v2beta2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -928,11 +940,6 @@ export namespace cloudtasks_v2beta2 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -940,11 +947,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2606,11 +2608,6 @@ export namespace cloudtasks_v2beta2 { export interface Params$Resource$Projects$Locations$Queues$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The location name in which the queue will be created. For example: `projects/PROJECT_ID/locations/LOCATION_ID` The list of allowed locations can be obtained by calling Cloud Tasks' implementation of ListLocations. */ @@ -2623,11 +2620,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` */ @@ -2635,11 +2627,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the queue. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` */ @@ -2651,11 +2638,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2668,11 +2650,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * `filter` can be used to specify a subset of queues. Any Queue field can be used as a filter and several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as described in [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters). Sample filter "app_engine_http_target: *". Note that using filters might cause fewer queues than the requested_page size to be returned. */ @@ -2692,11 +2669,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Caller-specified and required in CreateQueue, after which it becomes output only. The queue name. The queue name must have the following format: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the queue's location. The list of available locations can be obtained by calling ListLocations. For more information, see https://cloud.google.com/about/locations/. * `QUEUE_ID` can contain letters ([A-Za-z]), numbers ([0-9]), or hyphens (-). The maximum length is 100 characters. */ @@ -2713,11 +2685,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Pause extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` */ @@ -2730,11 +2697,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Purge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` */ @@ -2747,11 +2709,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Resume extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` */ @@ -2764,11 +2721,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2781,11 +2733,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4139,11 +4086,6 @@ export namespace cloudtasks_v2beta2 { export interface Params$Resource$Projects$Locations$Queues$Tasks$Acknowledge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The task name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` */ @@ -4156,11 +4098,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$Cancellease extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The task name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` */ @@ -4173,11 +4110,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` The queue must already exist. */ @@ -4190,11 +4122,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The task name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` */ @@ -4202,11 +4129,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The task name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` */ @@ -4218,11 +4140,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$Lease extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` */ @@ -4235,11 +4152,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum page size. Fewer tasks than requested might be returned, even if more tasks exist; use next_page_token in the response to determine if more tasks exist. The maximum page size is 1000. If unspecified, the page size will be the maximum. */ @@ -4259,11 +4171,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$Renewlease extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The task name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` */ @@ -4276,11 +4183,6 @@ export namespace cloudtasks_v2beta2 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$Run extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The task name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` */ diff --git a/src/apis/cloudtasks/v2beta3.ts b/src/apis/cloudtasks/v2beta3.ts index f6d75be72a..73d6ea50ec 100644 --- a/src/apis/cloudtasks/v2beta3.ts +++ b/src/apis/cloudtasks/v2beta3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudtasks_v2beta3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -897,11 +909,6 @@ export namespace cloudtasks_v2beta3 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -909,11 +916,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2571,11 +2573,6 @@ export namespace cloudtasks_v2beta3 { export interface Params$Resource$Projects$Locations$Queues$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The location name in which the queue will be created. For example: `projects/PROJECT_ID/locations/LOCATION_ID` The list of allowed locations can be obtained by calling Cloud Tasks' implementation of ListLocations. */ @@ -2588,11 +2585,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$Queues$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` */ @@ -2600,11 +2592,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$Queues$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the queue. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` */ @@ -2612,11 +2599,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$Queues$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2629,11 +2611,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$Queues$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * `filter` can be used to specify a subset of queues. Any Queue field can be used as a filter and several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as described in [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters). Sample filter "state: PAUSED". Note that using filters might cause fewer queues than the requested page_size to be returned. */ @@ -2653,11 +2630,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$Queues$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Caller-specified and required in CreateQueue, after which it becomes output only. The queue name. The queue name must have the following format: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens (-), colons (:), or periods (.). For more information, see [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) * `LOCATION_ID` is the canonical ID for the queue's location. The list of available locations can be obtained by calling ListLocations. For more information, see https://cloud.google.com/about/locations/. * `QUEUE_ID` can contain letters ([A-Za-z]), numbers ([0-9]), or hyphens (-). The maximum length is 100 characters. */ @@ -2674,11 +2646,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$Queues$Pause extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` */ @@ -2691,11 +2658,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$Queues$Purge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` */ @@ -2708,11 +2670,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$Queues$Resume extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` */ @@ -2725,11 +2682,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$Queues$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2742,11 +2694,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$Queues$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3526,11 +3473,6 @@ export namespace cloudtasks_v2beta3 { export interface Params$Resource$Projects$Locations$Queues$Tasks$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The queue name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` The queue must already exist. */ @@ -3543,11 +3485,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The task name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` */ @@ -3555,11 +3492,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The task name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` */ @@ -3571,11 +3503,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum page size. Fewer tasks than requested might be returned, even if more tasks exist; use next_page_token in the response to determine if more tasks exist. The maximum page size is 1000. If unspecified, the page size will be the maximum. */ @@ -3595,11 +3522,6 @@ export namespace cloudtasks_v2beta3 { } export interface Params$Resource$Projects$Locations$Queues$Tasks$Run extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The task name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` */ diff --git a/src/apis/cloudtrace/package.json b/src/apis/cloudtrace/package.json index e5d58dc3f5..32a53b3b3f 100644 --- a/src/apis/cloudtrace/package.json +++ b/src/apis/cloudtrace/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/cloudtrace/v1.ts b/src/apis/cloudtrace/v1.ts index 86ff50848c..07a1ce30f6 100644 --- a/src/apis/cloudtrace/v1.ts +++ b/src/apis/cloudtrace/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudtrace_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -344,11 +356,6 @@ export namespace cloudtrace_v1 { export interface Params$Resource$Projects$Patchtraces extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. ID of the Cloud project where the trace data is stored. */ @@ -713,11 +720,6 @@ export namespace cloudtrace_v1 { export interface Params$Resource$Projects$Traces$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. ID of the Cloud project where the trace data is stored. */ @@ -729,11 +731,6 @@ export namespace cloudtrace_v1 { } export interface Params$Resource$Projects$Traces$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * End of the time interval (inclusive) during which the trace data was collected from the application. */ diff --git a/src/apis/cloudtrace/v2.ts b/src/apis/cloudtrace/v2.ts index 5cfd22b851..253fb3ea76 100644 --- a/src/apis/cloudtrace/v2.ts +++ b/src/apis/cloudtrace/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudtrace_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -586,11 +598,6 @@ export namespace cloudtrace_v2 { export interface Params$Resource$Projects$Traces$Batchwrite extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the project where the spans belong. The format is `projects/[PROJECT_ID]`. */ @@ -783,11 +790,6 @@ export namespace cloudtrace_v2 { export interface Params$Resource$Projects$Traces$Spans$Createspan extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the span in the following format: projects/[PROJECT_ID]/traces/[TRACE_ID]/spans/SPAN_ID is a unique identifier for a trace within a project; it is a 32-character hexadecimal encoding of a 16-byte array. [SPAN_ID] is a unique identifier for a span within a trace; it is a 16-character hexadecimal encoding of an 8-byte array. */ diff --git a/src/apis/cloudtrace/v2beta1.ts b/src/apis/cloudtrace/v2beta1.ts index 006a9b75b2..5f3f755e20 100644 --- a/src/apis/cloudtrace/v2beta1.ts +++ b/src/apis/cloudtrace/v2beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace cloudtrace_v2beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -915,11 +927,6 @@ export namespace cloudtrace_v2beta1 { export interface Params$Resource$Projects$Tracesinks$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource in which to create the sink (currently only project sinks are supported): "projects/[PROJECT_ID]" Examples: `"projects/my-trace-project"`, `"projects/123456789"`. */ @@ -932,11 +939,6 @@ export namespace cloudtrace_v2beta1 { } export interface Params$Resource$Projects$Tracesinks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to delete, including the parent resource and the sink identifier: "projects/[PROJECT_NUMBER]/traceSinks/[SINK_ID]" Example: `"projects/12345/traceSinks/my-sink-id"`. */ @@ -944,11 +946,6 @@ export namespace cloudtrace_v2beta1 { } export interface Params$Resource$Projects$Tracesinks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the sink: "projects/[PROJECT_NUMBER]/traceSinks/[SINK_ID]" Example: `"projects/12345/traceSinks/my-sink-id"`. */ @@ -956,11 +953,6 @@ export namespace cloudtrace_v2beta1 { } export interface Params$Resource$Projects$Tracesinks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of `nextPageToken` in the response indicates that more results might be available. */ @@ -976,11 +968,6 @@ export namespace cloudtrace_v2beta1 { } export interface Params$Resource$Projects$Tracesinks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_NUMBER]/traceSinks/[SINK_ID]" Example: `"projects/12345/traceSinks/my-sink-id"`. */ diff --git a/src/apis/composer/package.json b/src/apis/composer/package.json index 10c0f56b08..4e732aecc6 100644 --- a/src/apis/composer/package.json +++ b/src/apis/composer/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/composer/v1.ts b/src/apis/composer/v1.ts index 3fb66b68c4..6d88fa0b2c 100644 --- a/src/apis/composer/v1.ts +++ b/src/apis/composer/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace composer_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1332,11 +1344,6 @@ export namespace composer_v1 { export interface Params$Resource$Projects$Locations$Environments$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent must be of the form "projects/{projectId}/locations/{locationId}". */ @@ -1349,11 +1356,6 @@ export namespace composer_v1 { } export interface Params$Resource$Projects$Locations$Environments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The environment to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" */ @@ -1361,11 +1363,6 @@ export namespace composer_v1 { } export interface Params$Resource$Projects$Locations$Environments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the environment to get, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" */ @@ -1373,11 +1370,6 @@ export namespace composer_v1 { } export interface Params$Resource$Projects$Locations$Environments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of environments to return. */ @@ -1393,11 +1385,6 @@ export namespace composer_v1 { } export interface Params$Resource$Projects$Locations$Environments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of the environment to update, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" */ @@ -1568,11 +1555,6 @@ export namespace composer_v1 { export interface Params$Resource$Projects$Locations$Imageversions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of image_versions to return. */ @@ -2000,11 +1982,6 @@ export namespace composer_v1 { export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -2012,11 +1989,6 @@ export namespace composer_v1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2024,11 +1996,6 @@ export namespace composer_v1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/composer/v1beta1.ts b/src/apis/composer/v1beta1.ts index 4f63b31dbf..0aa20127d9 100644 --- a/src/apis/composer/v1beta1.ts +++ b/src/apis/composer/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace composer_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1399,11 +1411,6 @@ export namespace composer_v1beta1 { export interface Params$Resource$Projects$Locations$Environments$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent must be of the form "projects/{projectId}/locations/{locationId}". */ @@ -1416,11 +1423,6 @@ export namespace composer_v1beta1 { } export interface Params$Resource$Projects$Locations$Environments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The environment to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" */ @@ -1428,11 +1430,6 @@ export namespace composer_v1beta1 { } export interface Params$Resource$Projects$Locations$Environments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the environment to get, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" */ @@ -1440,11 +1437,6 @@ export namespace composer_v1beta1 { } export interface Params$Resource$Projects$Locations$Environments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of environments to return. */ @@ -1460,11 +1452,6 @@ export namespace composer_v1beta1 { } export interface Params$Resource$Projects$Locations$Environments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of the environment to update, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" */ @@ -1635,11 +1622,6 @@ export namespace composer_v1beta1 { export interface Params$Resource$Projects$Locations$Imageversions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of image_versions to return. */ @@ -2067,11 +2049,6 @@ export namespace composer_v1beta1 { export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -2079,11 +2056,6 @@ export namespace composer_v1beta1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2091,11 +2063,6 @@ export namespace composer_v1beta1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/compute/alpha.ts b/src/apis/compute/alpha.ts index cc95ec717c..d07d7f9e69 100644 --- a/src/apis/compute/alpha.ts +++ b/src/apis/compute/alpha.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace compute_alpha { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -15326,11 +15338,6 @@ export namespace compute_alpha { export interface Params$Resource$Acceleratortypes$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -15362,11 +15369,6 @@ export namespace compute_alpha { } export interface Params$Resource$Acceleratortypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the accelerator type to return. */ @@ -15382,11 +15384,6 @@ export namespace compute_alpha { } export interface Params$Resource$Acceleratortypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -16634,11 +16631,6 @@ export namespace compute_alpha { export interface Params$Resource$Addresses$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -16669,11 +16661,6 @@ export namespace compute_alpha { returnPartialSuccess?: boolean; } export interface Params$Resource$Addresses$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the address resource to delete. */ @@ -16692,11 +16679,6 @@ export namespace compute_alpha { requestId?: string; } export interface Params$Resource$Addresses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the address resource to return. */ @@ -16711,11 +16693,6 @@ export namespace compute_alpha { region?: string; } export interface Params$Resource$Addresses$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -16735,11 +16712,6 @@ export namespace compute_alpha { requestBody?: Schema$Address; } export interface Params$Resource$Addresses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -16771,11 +16743,6 @@ export namespace compute_alpha { } export interface Params$Resource$Addresses$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -16800,11 +16767,6 @@ export namespace compute_alpha { } export interface Params$Resource$Addresses$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -18237,11 +18199,6 @@ export namespace compute_alpha { export interface Params$Resource$Autoscalers$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -18273,11 +18230,6 @@ export namespace compute_alpha { } export interface Params$Resource$Autoscalers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to delete. */ @@ -18296,11 +18248,6 @@ export namespace compute_alpha { zone?: string; } export interface Params$Resource$Autoscalers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to return. */ @@ -18316,11 +18263,6 @@ export namespace compute_alpha { } export interface Params$Resource$Autoscalers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -18340,11 +18282,6 @@ export namespace compute_alpha { requestBody?: Schema$Autoscaler; } export interface Params$Resource$Autoscalers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -18376,11 +18313,6 @@ export namespace compute_alpha { } export interface Params$Resource$Autoscalers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to patch. */ @@ -18405,11 +18337,6 @@ export namespace compute_alpha { } export interface Params$Resource$Autoscalers$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -18430,11 +18357,6 @@ export namespace compute_alpha { } export interface Params$Resource$Autoscalers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to update. */ @@ -20312,11 +20234,6 @@ export namespace compute_alpha { export interface Params$Resource$Backendbuckets$Addsignedurlkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035. */ @@ -20337,11 +20254,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendbuckets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to delete. */ @@ -20357,11 +20269,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendbuckets$Deletesignedurlkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035. */ @@ -20381,11 +20288,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendbuckets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to return. */ @@ -20397,11 +20299,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendbuckets$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -20417,11 +20314,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendbuckets$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -20438,11 +20330,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendbuckets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -20470,11 +20357,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendbuckets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to patch. */ @@ -20495,11 +20377,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendbuckets$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -20516,11 +20393,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendbuckets$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -20537,11 +20409,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendbuckets$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to update. */ @@ -22715,11 +22582,6 @@ export namespace compute_alpha { export interface Params$Resource$Backendservices$Addsignedurlkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035. */ @@ -22740,11 +22602,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendservices$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -22776,11 +22633,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendservices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to delete. */ @@ -22796,11 +22648,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendservices$Deletesignedurlkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035. */ @@ -22820,11 +22667,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendservices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to return. */ @@ -22836,11 +22678,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendservices$Gethealth extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to which the queried instance belongs. */ @@ -22857,11 +22694,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendservices$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -22878,11 +22710,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendservices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -22910,11 +22737,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendservices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to patch. */ @@ -22935,11 +22757,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendservices$Setsecuritypolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to which the security policy should be set. The name should conform to RFC1035. */ @@ -22960,11 +22777,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendservices$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -22981,11 +22793,6 @@ export namespace compute_alpha { } export interface Params$Resource$Backendservices$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to update. */ @@ -25311,11 +25118,6 @@ export namespace compute_alpha { export interface Params$Resource$Disks$Addresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The disk name for this request. */ @@ -25340,11 +25142,6 @@ export namespace compute_alpha { } export interface Params$Resource$Disks$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -25376,11 +25173,6 @@ export namespace compute_alpha { } export interface Params$Resource$Disks$Createsnapshot extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the persistent disk to snapshot. */ @@ -25408,11 +25200,6 @@ export namespace compute_alpha { requestBody?: Schema$Snapshot; } export interface Params$Resource$Disks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the persistent disk to delete. */ @@ -25431,11 +25218,6 @@ export namespace compute_alpha { zone?: string; } export interface Params$Resource$Disks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the persistent disk to return. */ @@ -25451,11 +25233,6 @@ export namespace compute_alpha { } export interface Params$Resource$Disks$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -25474,11 +25251,6 @@ export namespace compute_alpha { zone?: string; } export interface Params$Resource$Disks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -25502,11 +25274,6 @@ export namespace compute_alpha { requestBody?: Schema$Disk; } export interface Params$Resource$Disks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -25538,11 +25305,6 @@ export namespace compute_alpha { } export interface Params$Resource$Disks$Removeresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The disk name for this request. */ @@ -25566,11 +25328,6 @@ export namespace compute_alpha { requestBody?: Schema$DisksRemoveResourcePoliciesRequest; } export interface Params$Resource$Disks$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the persistent disk. */ @@ -25595,11 +25352,6 @@ export namespace compute_alpha { } export interface Params$Resource$Disks$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -25619,11 +25371,6 @@ export namespace compute_alpha { requestBody?: Schema$ZoneSetPolicyRequest; } export interface Params$Resource$Disks$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -25648,11 +25395,6 @@ export namespace compute_alpha { } export interface Params$Resource$Disks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -26177,11 +25919,6 @@ export namespace compute_alpha { export interface Params$Resource$Disktypes$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -26212,11 +25949,6 @@ export namespace compute_alpha { returnPartialSuccess?: boolean; } export interface Params$Resource$Disktypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the disk type to return. */ @@ -26231,11 +25963,6 @@ export namespace compute_alpha { zone?: string; } export interface Params$Resource$Disktypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -27275,11 +27002,6 @@ export namespace compute_alpha { export interface Params$Resource$Externalvpngateways$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the externalVpnGateways to delete. */ @@ -27295,11 +27017,6 @@ export namespace compute_alpha { } export interface Params$Resource$Externalvpngateways$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the externalVpnGateway to return. */ @@ -27311,11 +27028,6 @@ export namespace compute_alpha { } export interface Params$Resource$Externalvpngateways$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -27332,11 +27044,6 @@ export namespace compute_alpha { } export interface Params$Resource$Externalvpngateways$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -27364,11 +27071,6 @@ export namespace compute_alpha { } export interface Params$Resource$Externalvpngateways$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -27385,11 +27087,6 @@ export namespace compute_alpha { } export interface Params$Resource$Externalvpngateways$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -28641,11 +28338,6 @@ export namespace compute_alpha { } export interface Params$Resource$Firewalls$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the firewall rule to delete. */ @@ -28660,11 +28352,6 @@ export namespace compute_alpha { requestId?: string; } export interface Params$Resource$Firewalls$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the firewall rule to return. */ @@ -28675,11 +28362,6 @@ export namespace compute_alpha { project?: string; } export interface Params$Resource$Firewalls$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -28695,11 +28377,6 @@ export namespace compute_alpha { requestBody?: Schema$Firewall; } export interface Params$Resource$Firewalls$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -28726,11 +28403,6 @@ export namespace compute_alpha { returnPartialSuccess?: boolean; } export interface Params$Resource$Firewalls$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the firewall rule to patch. */ @@ -28751,11 +28423,6 @@ export namespace compute_alpha { } export interface Params$Resource$Firewalls$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -28771,11 +28438,6 @@ export namespace compute_alpha { requestBody?: Schema$TestPermissionsRequest; } export interface Params$Resource$Firewalls$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the firewall rule to update. */ @@ -30425,11 +30087,6 @@ export namespace compute_alpha { export interface Params$Resource$Forwardingrules$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -30461,11 +30118,6 @@ export namespace compute_alpha { } export interface Params$Resource$Forwardingrules$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to delete. */ @@ -30485,11 +30137,6 @@ export namespace compute_alpha { } export interface Params$Resource$Forwardingrules$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to return. */ @@ -30505,11 +30152,6 @@ export namespace compute_alpha { } export interface Params$Resource$Forwardingrules$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -30530,11 +30172,6 @@ export namespace compute_alpha { } export interface Params$Resource$Forwardingrules$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -30566,11 +30203,6 @@ export namespace compute_alpha { } export interface Params$Resource$Forwardingrules$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to patch. */ @@ -30595,11 +30227,6 @@ export namespace compute_alpha { } export interface Params$Resource$Forwardingrules$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -30624,11 +30251,6 @@ export namespace compute_alpha { } export interface Params$Resource$Forwardingrules$Settarget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource in which target is to be set. */ @@ -30653,11 +30275,6 @@ export namespace compute_alpha { } export interface Params$Resource$Forwardingrules$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -31695,11 +31312,6 @@ export namespace compute_alpha { export interface Params$Resource$Globaladdresses$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the address resource to delete. */ @@ -31715,11 +31327,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globaladdresses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the address resource to return. */ @@ -31731,11 +31338,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globaladdresses$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -31752,11 +31354,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globaladdresses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -31784,11 +31381,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globaladdresses$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -31805,11 +31397,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globaladdresses$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -33245,11 +32832,6 @@ export namespace compute_alpha { export interface Params$Resource$Globalforwardingrules$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to delete. */ @@ -33265,11 +32847,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalforwardingrules$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to return. */ @@ -33281,11 +32858,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalforwardingrules$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -33302,11 +32874,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalforwardingrules$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -33334,11 +32901,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalforwardingrules$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to patch. */ @@ -33359,11 +32921,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalforwardingrules$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -33380,11 +32937,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalforwardingrules$Settarget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource in which target is to be set. */ @@ -33405,11 +32957,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalforwardingrules$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -34672,11 +34219,6 @@ export namespace compute_alpha { export interface Params$Resource$Globalnetworkendpointgroups$Attachnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035. */ @@ -34697,11 +34239,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalnetworkendpointgroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group to delete. It should comply with RFC1035. */ @@ -34717,11 +34254,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalnetworkendpointgroups$Detachnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035. */ @@ -34742,11 +34274,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalnetworkendpointgroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group. It should comply with RFC1035. */ @@ -34758,11 +34285,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalnetworkendpointgroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -34779,11 +34301,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalnetworkendpointgroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -34811,11 +34328,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalnetworkendpointgroups$Listnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -35652,11 +35164,6 @@ export namespace compute_alpha { export interface Params$Resource$Globaloperations$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -35688,11 +35195,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globaloperations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to delete. */ @@ -35704,11 +35206,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globaloperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -35720,11 +35217,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globaloperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -35752,11 +35244,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globaloperations$Wait extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -36231,11 +35718,6 @@ export namespace compute_alpha { export interface Params$Resource$Globalorganizationoperations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to delete. */ @@ -36247,11 +35729,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalorganizationoperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -36263,11 +35740,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalorganizationoperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -37175,11 +36647,6 @@ export namespace compute_alpha { export interface Params$Resource$Globalpublicdelegatedprefixes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -37195,11 +36662,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalpublicdelegatedprefixes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -37211,11 +36673,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalpublicdelegatedprefixes$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -37232,11 +36689,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalpublicdelegatedprefixes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -37264,11 +36716,6 @@ export namespace compute_alpha { } export interface Params$Resource$Globalpublicdelegatedprefixes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -38707,11 +38154,6 @@ export namespace compute_alpha { export interface Params$Resource$Healthchecks$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -38743,11 +38185,6 @@ export namespace compute_alpha { } export interface Params$Resource$Healthchecks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to delete. */ @@ -38762,11 +38199,6 @@ export namespace compute_alpha { requestId?: string; } export interface Params$Resource$Healthchecks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to return. */ @@ -38778,11 +38210,6 @@ export namespace compute_alpha { } export interface Params$Resource$Healthchecks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -38799,11 +38226,6 @@ export namespace compute_alpha { } export interface Params$Resource$Healthchecks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -38831,11 +38253,6 @@ export namespace compute_alpha { } export interface Params$Resource$Healthchecks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to patch. */ @@ -38856,11 +38273,6 @@ export namespace compute_alpha { } export interface Params$Resource$Healthchecks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -38877,11 +38289,6 @@ export namespace compute_alpha { } export interface Params$Resource$Healthchecks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to update. */ @@ -40121,11 +39528,6 @@ export namespace compute_alpha { export interface Params$Resource$Httphealthchecks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpHealthCheck resource to delete. */ @@ -40141,11 +39543,6 @@ export namespace compute_alpha { } export interface Params$Resource$Httphealthchecks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpHealthCheck resource to return. */ @@ -40157,11 +39554,6 @@ export namespace compute_alpha { } export interface Params$Resource$Httphealthchecks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -40178,11 +39570,6 @@ export namespace compute_alpha { } export interface Params$Resource$Httphealthchecks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -40210,11 +39597,6 @@ export namespace compute_alpha { } export interface Params$Resource$Httphealthchecks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpHealthCheck resource to patch. */ @@ -40235,11 +39617,6 @@ export namespace compute_alpha { } export interface Params$Resource$Httphealthchecks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -40256,11 +39633,6 @@ export namespace compute_alpha { } export interface Params$Resource$Httphealthchecks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpHealthCheck resource to update. */ @@ -41502,11 +40874,6 @@ export namespace compute_alpha { export interface Params$Resource$Httpshealthchecks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpsHealthCheck resource to delete. */ @@ -41522,11 +40889,6 @@ export namespace compute_alpha { } export interface Params$Resource$Httpshealthchecks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpsHealthCheck resource to return. */ @@ -41538,11 +40900,6 @@ export namespace compute_alpha { } export interface Params$Resource$Httpshealthchecks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -41559,11 +40916,6 @@ export namespace compute_alpha { } export interface Params$Resource$Httpshealthchecks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -41591,11 +40943,6 @@ export namespace compute_alpha { } export interface Params$Resource$Httpshealthchecks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpsHealthCheck resource to patch. */ @@ -41616,11 +40963,6 @@ export namespace compute_alpha { } export interface Params$Resource$Httpshealthchecks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -41637,11 +40979,6 @@ export namespace compute_alpha { } export interface Params$Resource$Httpshealthchecks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpsHealthCheck resource to update. */ @@ -43557,11 +42894,6 @@ export namespace compute_alpha { } export interface Params$Resource$Images$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the image resource to delete. */ @@ -43576,11 +42908,6 @@ export namespace compute_alpha { requestId?: string; } export interface Params$Resource$Images$Deprecate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Image name. */ @@ -43600,11 +42927,6 @@ export namespace compute_alpha { requestBody?: Schema$DeprecationStatus; } export interface Params$Resource$Images$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the image resource to return. */ @@ -43616,11 +42938,6 @@ export namespace compute_alpha { } export interface Params$Resource$Images$Getfromfamily extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the image family to search for. */ @@ -43632,11 +42949,6 @@ export namespace compute_alpha { } export interface Params$Resource$Images$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -43651,11 +42963,6 @@ export namespace compute_alpha { resource?: string; } export interface Params$Resource$Images$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Force image creation if true. */ @@ -43675,11 +42982,6 @@ export namespace compute_alpha { requestBody?: Schema$Image; } export interface Params$Resource$Images$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -43706,11 +43008,6 @@ export namespace compute_alpha { returnPartialSuccess?: boolean; } export interface Params$Resource$Images$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the image resource to patch. */ @@ -43731,11 +43028,6 @@ export namespace compute_alpha { } export interface Params$Resource$Images$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -43751,11 +43043,6 @@ export namespace compute_alpha { requestBody?: Schema$GlobalSetPolicyRequest; } export interface Params$Resource$Images$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -43772,11 +43059,6 @@ export namespace compute_alpha { } export interface Params$Resource$Images$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -48163,11 +47445,6 @@ export namespace compute_alpha { export interface Params$Resource$Instancegroupmanagers$Abandoninstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -48192,11 +47469,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -48228,11 +47500,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Applyupdatestoinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group, should conform to RFC1035. */ @@ -48253,11 +47520,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Createinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -48282,11 +47544,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group to delete. */ @@ -48306,11 +47563,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Deleteinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -48335,11 +47587,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Deleteperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -48360,11 +47607,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -48380,11 +47622,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -48405,11 +47642,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -48441,11 +47673,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Listerrors extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -48481,11 +47708,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Listmanagedinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -48517,11 +47739,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Listperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -48557,11 +47774,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group manager. */ @@ -48586,11 +47798,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Patchperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -48615,11 +47822,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Recreateinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -48644,11 +47846,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -48672,11 +47869,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Resizeadvanced extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -48701,11 +47893,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Setautohealingpolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group manager. */ @@ -48730,11 +47917,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Setinstancetemplate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -48759,11 +47941,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Settargetpools extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -48788,11 +47965,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -48813,11 +47985,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group manager. */ @@ -48842,11 +48009,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroupmanagers$Updateperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -50631,11 +49793,6 @@ export namespace compute_alpha { export interface Params$Resource$Instancegroups$Addinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group where you are adding instances. */ @@ -50660,11 +49817,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroups$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -50696,11 +49848,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group to delete. */ @@ -50720,11 +49867,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group. */ @@ -50740,11 +49882,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -50765,11 +49902,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -50801,11 +49933,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroups$Listinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -50846,11 +49973,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroups$Removeinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group where the specified instances will be removed. */ @@ -50875,11 +49997,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroups$Setnamedports extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group where the named ports are updated. */ @@ -50904,11 +50021,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancegroups$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -59446,11 +58558,6 @@ export namespace compute_alpha { export interface Params$Resource$Instances$Addaccessconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -59479,11 +58586,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Addresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -59508,11 +58610,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -59544,11 +58641,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Attachdisk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to force attach the disk even if it's currently attached to another instance. */ @@ -59577,11 +58669,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Bulkinsert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -59601,11 +58688,6 @@ export namespace compute_alpha { requestBody?: Schema$BulkInsertInstanceResource; } export interface Params$Resource$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to delete. */ @@ -59625,11 +58707,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Deleteaccessconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the access config to delete. */ @@ -59657,11 +58734,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Detachdisk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The device name of the disk to detach. Make a get() request on the instance to view currently attached disks and device names. */ @@ -59684,11 +58756,6 @@ export namespace compute_alpha { zone?: string; } export interface Params$Resource$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to return. */ @@ -59704,11 +58771,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Geteffectivefirewalls extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -59728,11 +58790,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Getguestattributes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -59756,11 +58813,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -59780,11 +58832,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Getscreenshot extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -59800,11 +58847,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Getserialportoutput extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -59828,11 +58870,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Getshieldedinstanceidentity extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name or id of the instance scoping this request. */ @@ -59848,11 +58885,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Getshieldedvmidentity extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -59867,11 +58899,6 @@ export namespace compute_alpha { zone?: string; } export interface Params$Resource$Instances$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -59899,11 +58926,6 @@ export namespace compute_alpha { requestBody?: Schema$Instance; } export interface Params$Resource$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -59935,11 +58957,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Listreferrers extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -59975,11 +58992,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Removeresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -60003,11 +59015,6 @@ export namespace compute_alpha { requestBody?: Schema$InstancesRemoveResourcePoliciesRequest; } export interface Params$Resource$Instances$Reset extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -60026,11 +59033,6 @@ export namespace compute_alpha { zone?: string; } export interface Params$Resource$Instances$Resume extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to resume. */ @@ -60055,11 +59057,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Setdeletionprotection extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether the resource should be protected against deletion. */ @@ -60083,11 +59080,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Setdiskautodelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to auto-delete the disk when the instance is deleted. */ @@ -60115,11 +59107,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -60140,11 +59127,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -60169,11 +59151,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Setmachineresources extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -60198,11 +59175,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Setmachinetype extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -60227,11 +59199,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Setmetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -60256,11 +59223,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Setmincpuplatform extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -60285,11 +59247,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Setname extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -60314,11 +59271,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Setscheduling extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Instance name for this request. */ @@ -60343,11 +59295,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Setserviceaccount extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to start. */ @@ -60372,11 +59319,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Setshieldedinstanceintegritypolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name or id of the instance scoping this request. */ @@ -60401,11 +59343,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Setshieldedvmintegritypolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -60430,11 +59367,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Settags extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -60459,11 +59391,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Simulatemaintenanceevent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -60478,11 +59405,6 @@ export namespace compute_alpha { zone?: string; } export interface Params$Resource$Instances$Start extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to start. */ @@ -60502,11 +59424,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Startwithencryptionkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to start. */ @@ -60530,11 +59447,6 @@ export namespace compute_alpha { requestBody?: Schema$InstancesStartWithEncryptionKeyRequest; } export interface Params$Resource$Instances$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If true, discard the contents of any attached localSSD partitions. Default value is false (== preserve localSSD data). */ @@ -60558,11 +59470,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Suspend extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If true, discard the contents of any attached localSSD partitions. Default value is false (== preserve localSSD data). */ @@ -60586,11 +59493,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -60610,11 +59512,6 @@ export namespace compute_alpha { requestBody?: Schema$TestPermissionsRequest; } export interface Params$Resource$Instances$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to update. */ @@ -60647,11 +59544,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Updateaccessconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -60680,11 +59572,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Updatedisplaydevice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -60709,11 +59596,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Updatenetworkinterface extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -60742,11 +59624,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Updateshieldedinstanceconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name or id of the instance scoping this request. */ @@ -60771,11 +59648,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instances$Updateshieldedvmconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -61934,11 +60806,6 @@ export namespace compute_alpha { export interface Params$Resource$Instancetemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance template to delete. */ @@ -61954,11 +60821,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancetemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance template. */ @@ -61970,11 +60832,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancetemplates$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -61990,11 +60847,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancetemplates$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -62011,11 +60863,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancetemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -62043,11 +60890,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancetemplates$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -62064,11 +60906,6 @@ export namespace compute_alpha { } export interface Params$Resource$Instancetemplates$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -63862,11 +62699,6 @@ export namespace compute_alpha { export interface Params$Resource$Interconnectattachments$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -63898,11 +62730,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnectattachments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect attachment to delete. */ @@ -63922,11 +62749,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnectattachments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect attachment to return. */ @@ -63942,11 +62764,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnectattachments$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -63966,11 +62783,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnectattachments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -63995,11 +62807,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnectattachments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -64031,11 +62838,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnectattachments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect attachment to patch. */ @@ -64060,11 +62862,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnectattachments$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -64085,11 +62882,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnectattachments$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -64114,11 +62906,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnectattachments$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -64632,11 +63419,6 @@ export namespace compute_alpha { export interface Params$Resource$Interconnectlocations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect location to return. */ @@ -64648,11 +63430,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnectlocations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -64680,11 +63457,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnectlocations$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66378,11 +65150,6 @@ export namespace compute_alpha { export interface Params$Resource$Interconnects$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect to delete. */ @@ -66398,11 +65165,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect to return. */ @@ -66414,11 +65176,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnects$Getdiagnostics extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect resource to query. */ @@ -66430,11 +65187,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnects$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -66450,11 +65202,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnects$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66471,11 +65218,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnects$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -66503,11 +65245,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnects$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect to update. */ @@ -66528,11 +65265,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnects$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66549,11 +65281,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnects$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66570,11 +65297,6 @@ export namespace compute_alpha { } export interface Params$Resource$Interconnects$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -67200,11 +65922,6 @@ export namespace compute_alpha { } export interface Params$Resource$Licensecodes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Number corresponding to the License code resource to return. */ @@ -67216,11 +65933,6 @@ export namespace compute_alpha { } export interface Params$Resource$Licensecodes$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -67236,11 +65948,6 @@ export namespace compute_alpha { } export interface Params$Resource$Licensecodes$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -67257,11 +65964,6 @@ export namespace compute_alpha { } export interface Params$Resource$Licensecodes$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -68409,11 +67111,6 @@ export namespace compute_alpha { } export interface Params$Resource$Licenses$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the license resource to delete. */ @@ -68428,11 +67125,6 @@ export namespace compute_alpha { requestId?: string; } export interface Params$Resource$Licenses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the License resource to return. */ @@ -68444,11 +67136,6 @@ export namespace compute_alpha { } export interface Params$Resource$Licenses$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -68463,11 +67150,6 @@ export namespace compute_alpha { resource?: string; } export interface Params$Resource$Licenses$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -68483,11 +67165,6 @@ export namespace compute_alpha { requestBody?: Schema$License; } export interface Params$Resource$Licenses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -68515,11 +67192,6 @@ export namespace compute_alpha { } export interface Params$Resource$Licenses$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -68536,11 +67208,6 @@ export namespace compute_alpha { } export interface Params$Resource$Licenses$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -69697,11 +68364,6 @@ export namespace compute_alpha { export interface Params$Resource$Machineimages$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the machine image to delete. */ @@ -69717,11 +68379,6 @@ export namespace compute_alpha { } export interface Params$Resource$Machineimages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the machine image. */ @@ -69733,11 +68390,6 @@ export namespace compute_alpha { } export interface Params$Resource$Machineimages$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -69753,11 +68405,6 @@ export namespace compute_alpha { } export interface Params$Resource$Machineimages$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -69778,11 +68425,6 @@ export namespace compute_alpha { } export interface Params$Resource$Machineimages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -69810,11 +68452,6 @@ export namespace compute_alpha { } export interface Params$Resource$Machineimages$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -69831,11 +68468,6 @@ export namespace compute_alpha { } export interface Params$Resource$Machineimages$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -70361,11 +68993,6 @@ export namespace compute_alpha { export interface Params$Resource$Machinetypes$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -70396,11 +69023,6 @@ export namespace compute_alpha { returnPartialSuccess?: boolean; } export interface Params$Resource$Machinetypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the machine type to return. */ @@ -70416,11 +69038,6 @@ export namespace compute_alpha { } export interface Params$Resource$Machinetypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -72066,11 +70683,6 @@ export namespace compute_alpha { export interface Params$Resource$Networkendpointgroups$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -72102,11 +70714,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networkendpointgroups$Attachnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035. */ @@ -72131,11 +70738,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networkendpointgroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group to delete. It should comply with RFC1035. */ @@ -72155,11 +70757,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networkendpointgroups$Detachnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035. */ @@ -72184,11 +70781,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networkendpointgroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group. It should comply with RFC1035. */ @@ -72204,11 +70796,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networkendpointgroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -72229,11 +70816,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networkendpointgroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -72265,11 +70847,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networkendpointgroups$Listnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -72310,11 +70887,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networkendpointgroups$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -74756,11 +73328,6 @@ export namespace compute_alpha { export interface Params$Resource$Networks$Addpeering extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network resource to add peering to. */ @@ -74780,11 +73347,6 @@ export namespace compute_alpha { requestBody?: Schema$NetworksAddPeeringRequest; } export interface Params$Resource$Networks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network to delete. */ @@ -74799,11 +73361,6 @@ export namespace compute_alpha { requestId?: string; } export interface Params$Resource$Networks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network to return. */ @@ -74815,11 +73372,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networks$Geteffectivefirewalls extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network for this request. */ @@ -74830,11 +73382,6 @@ export namespace compute_alpha { project?: string; } export interface Params$Resource$Networks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -74850,11 +73397,6 @@ export namespace compute_alpha { requestBody?: Schema$Network; } export interface Params$Resource$Networks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -74882,11 +73424,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networks$Listipaddresses extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -74922,11 +73459,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networks$Listipowners extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -74978,11 +73510,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networks$Listpeeringroutes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The direction of the exchanged routes. */ @@ -75025,11 +73552,6 @@ export namespace compute_alpha { returnPartialSuccess?: boolean; } export interface Params$Resource$Networks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network to update. */ @@ -75050,11 +73572,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networks$Removepeering extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network resource to remove peering from. */ @@ -75075,11 +73592,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networks$Switchtocustommode extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network to be updated. */ @@ -75095,11 +73607,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -75116,11 +73623,6 @@ export namespace compute_alpha { } export interface Params$Resource$Networks$Updatepeering extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network resource which the updated peering is belonging to. */ @@ -77390,11 +75892,6 @@ export namespace compute_alpha { export interface Params$Resource$Nodegroups$Addnodes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource. */ @@ -77419,11 +75916,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodegroups$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -77455,11 +75947,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodegroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource to delete. */ @@ -77479,11 +75966,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodegroups$Deletenodes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource whose nodes will be deleted. */ @@ -77507,11 +75989,6 @@ export namespace compute_alpha { requestBody?: Schema$NodeGroupsDeleteNodesRequest; } export interface Params$Resource$Nodegroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the node group to return. */ @@ -77527,11 +76004,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodegroups$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -77551,11 +76023,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodegroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Initial count of nodes in the node group. */ @@ -77579,11 +76046,6 @@ export namespace compute_alpha { requestBody?: Schema$NodeGroup; } export interface Params$Resource$Nodegroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -77615,11 +76077,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodegroups$Listnodes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -77654,11 +76111,6 @@ export namespace compute_alpha { zone?: string; } export interface Params$Resource$Nodegroups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource to update. */ @@ -77683,11 +76135,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodegroups$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -77708,11 +76155,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodegroups$Setnodetemplate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource to update. */ @@ -77737,11 +76179,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodegroups$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79103,11 +77540,6 @@ export namespace compute_alpha { export interface Params$Resource$Nodetemplates$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -79139,11 +77571,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodetemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeTemplate resource to delete. */ @@ -79163,11 +77590,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodetemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the node template to return. */ @@ -79183,11 +77605,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodetemplates$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -79207,11 +77624,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodetemplates$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79232,11 +77644,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodetemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -79268,11 +77675,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodetemplates$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79293,11 +77695,6 @@ export namespace compute_alpha { } export interface Params$Resource$Nodetemplates$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79823,11 +78220,6 @@ export namespace compute_alpha { export interface Params$Resource$Nodetypes$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -79858,11 +78250,6 @@ export namespace compute_alpha { returnPartialSuccess?: boolean; } export interface Params$Resource$Nodetypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the node type to return. */ @@ -79877,11 +78264,6 @@ export namespace compute_alpha { zone?: string; } export interface Params$Resource$Nodetypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -82460,11 +80842,6 @@ export namespace compute_alpha { export interface Params$Resource$Organizationsecuritypolicies$Addassociation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an assocation already exists. */ @@ -82485,11 +80862,6 @@ export namespace compute_alpha { } export interface Params$Resource$Organizationsecuritypolicies$Addrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */ @@ -82506,11 +80878,6 @@ export namespace compute_alpha { } export interface Params$Resource$Organizationsecuritypolicies$Copyrules extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */ @@ -82526,11 +80893,6 @@ export namespace compute_alpha { } export interface Params$Resource$Organizationsecuritypolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */ @@ -82542,11 +80904,6 @@ export namespace compute_alpha { } export interface Params$Resource$Organizationsecuritypolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the security policy to get. */ @@ -82554,11 +80911,6 @@ export namespace compute_alpha { } export interface Params$Resource$Organizationsecuritypolicies$Getassociation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the association to get from the security policy. */ @@ -82570,11 +80922,6 @@ export namespace compute_alpha { } export interface Params$Resource$Organizationsecuritypolicies$Getrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to get from the security policy. */ @@ -82586,11 +80933,6 @@ export namespace compute_alpha { } export interface Params$Resource$Organizationsecuritypolicies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Parent ID for this request. */ @@ -82607,11 +80949,6 @@ export namespace compute_alpha { } export interface Params$Resource$Organizationsecuritypolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -82639,11 +80976,6 @@ export namespace compute_alpha { } export interface Params$Resource$Organizationsecuritypolicies$Listassociations extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The target resource to list associations. It is an organization, or a folder. */ @@ -82651,11 +80983,6 @@ export namespace compute_alpha { } export interface Params$Resource$Organizationsecuritypolicies$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The new parent of the security policy. */ @@ -82671,11 +80998,6 @@ export namespace compute_alpha { } export interface Params$Resource$Organizationsecuritypolicies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */ @@ -82692,11 +81014,6 @@ export namespace compute_alpha { } export interface Params$Resource$Organizationsecuritypolicies$Patchrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to patch. */ @@ -82717,11 +81034,6 @@ export namespace compute_alpha { } export interface Params$Resource$Organizationsecuritypolicies$Removeassociation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name for the attachment that will be removed. */ @@ -82737,11 +81049,6 @@ export namespace compute_alpha { } export interface Params$Resource$Organizationsecuritypolicies$Removerule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to remove from the security policy. */ @@ -83983,11 +82290,6 @@ export namespace compute_alpha { export interface Params$Resource$Packetmirrorings$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -84019,11 +82321,6 @@ export namespace compute_alpha { } export interface Params$Resource$Packetmirrorings$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the PacketMirroring resource to delete. */ @@ -84043,11 +82340,6 @@ export namespace compute_alpha { } export interface Params$Resource$Packetmirrorings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the PacketMirroring resource to return. */ @@ -84063,11 +82355,6 @@ export namespace compute_alpha { } export interface Params$Resource$Packetmirrorings$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -84088,11 +82375,6 @@ export namespace compute_alpha { } export interface Params$Resource$Packetmirrorings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -84124,11 +82406,6 @@ export namespace compute_alpha { } export interface Params$Resource$Packetmirrorings$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the PacketMirroring resource to patch. */ @@ -84153,11 +82430,6 @@ export namespace compute_alpha { } export interface Params$Resource$Packetmirrorings$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86545,11 +84817,6 @@ export namespace compute_alpha { export interface Params$Resource$Projects$Disablexpnhost extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86561,11 +84828,6 @@ export namespace compute_alpha { } export interface Params$Resource$Projects$Disablexpnresource extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86582,11 +84844,6 @@ export namespace compute_alpha { } export interface Params$Resource$Projects$Enablexpnhost extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86598,11 +84855,6 @@ export namespace compute_alpha { } export interface Params$Resource$Projects$Enablexpnresource extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86618,11 +84870,6 @@ export namespace compute_alpha { requestBody?: Schema$ProjectsEnableXpnResourceRequest; } export interface Params$Resource$Projects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86630,11 +84877,6 @@ export namespace compute_alpha { } export interface Params$Resource$Projects$Getxpnhost extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86642,11 +84884,6 @@ export namespace compute_alpha { } export interface Params$Resource$Projects$Getxpnresources extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -86670,11 +84907,6 @@ export namespace compute_alpha { } export interface Params$Resource$Projects$Listxpnhosts extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -86703,11 +84935,6 @@ export namespace compute_alpha { } export interface Params$Resource$Projects$Movedisk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86724,11 +84951,6 @@ export namespace compute_alpha { } export interface Params$Resource$Projects$Moveinstance extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86745,11 +84967,6 @@ export namespace compute_alpha { } export interface Params$Resource$Projects$Setcommoninstancemetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86766,11 +84983,6 @@ export namespace compute_alpha { } export interface Params$Resource$Projects$Setdefaultnetworktier extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86787,11 +84999,6 @@ export namespace compute_alpha { } export interface Params$Resource$Projects$Setdefaultserviceaccount extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86808,11 +85015,6 @@ export namespace compute_alpha { } export interface Params$Resource$Projects$Setusageexportbucket extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -87712,11 +85914,6 @@ export namespace compute_alpha { export interface Params$Resource$Publicadvertisedprefixes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -87732,11 +85929,6 @@ export namespace compute_alpha { } export interface Params$Resource$Publicadvertisedprefixes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -87748,11 +85940,6 @@ export namespace compute_alpha { } export interface Params$Resource$Publicadvertisedprefixes$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -87769,11 +85956,6 @@ export namespace compute_alpha { } export interface Params$Resource$Publicadvertisedprefixes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -87801,11 +85983,6 @@ export namespace compute_alpha { } export interface Params$Resource$Publicadvertisedprefixes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -88900,11 +87077,6 @@ export namespace compute_alpha { export interface Params$Resource$Publicdelegatedprefixes$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -88936,11 +87108,6 @@ export namespace compute_alpha { } export interface Params$Resource$Publicdelegatedprefixes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -88960,11 +87127,6 @@ export namespace compute_alpha { } export interface Params$Resource$Publicdelegatedprefixes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -88980,11 +87142,6 @@ export namespace compute_alpha { } export interface Params$Resource$Publicdelegatedprefixes$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -89005,11 +87162,6 @@ export namespace compute_alpha { } export interface Params$Resource$Publicdelegatedprefixes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -89041,11 +87193,6 @@ export namespace compute_alpha { } export interface Params$Resource$Publicdelegatedprefixes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -90312,11 +88459,6 @@ export namespace compute_alpha { export interface Params$Resource$Regionautoscalers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to delete. */ @@ -90336,11 +88478,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionautoscalers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to return. */ @@ -90356,11 +88493,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionautoscalers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -90381,11 +88513,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionautoscalers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -90417,11 +88544,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionautoscalers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to patch. */ @@ -90446,11 +88568,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionautoscalers$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -90471,11 +88588,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionautoscalers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to update. */ @@ -91972,11 +90084,6 @@ export namespace compute_alpha { export interface Params$Resource$Regionbackendservices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to delete. */ @@ -91996,11 +90103,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionbackendservices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to return. */ @@ -92016,11 +90118,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionbackendservices$Gethealth extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource for which to get health. */ @@ -92041,11 +90138,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionbackendservices$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -92066,11 +90158,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionbackendservices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -92102,11 +90189,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionbackendservices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to patch. */ @@ -92131,11 +90213,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionbackendservices$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -92156,11 +90233,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionbackendservices$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to update. */ @@ -93230,11 +91302,6 @@ export namespace compute_alpha { export interface Params$Resource$Regioncommitments$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -93266,11 +91333,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioncommitments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the commitment to return. */ @@ -93286,11 +91348,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioncommitments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -93311,11 +91368,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioncommitments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -93347,11 +91399,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioncommitments$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -93372,11 +91419,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioncommitments$Updatereservations extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the commitment for which the reservation is being updated. */ @@ -95538,11 +93580,6 @@ export namespace compute_alpha { export interface Params$Resource$Regiondisks$Addresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The disk name for this request. */ @@ -95567,11 +93604,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiondisks$Createsnapshot extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the regional persistent disk to snapshot. */ @@ -95600,11 +93632,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiondisks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the regional persistent disk to delete. */ @@ -95623,11 +93650,6 @@ export namespace compute_alpha { requestId?: string; } export interface Params$Resource$Regiondisks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the regional persistent disk to return. */ @@ -95643,11 +93665,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiondisks$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -95667,11 +93684,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiondisks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -95695,11 +93707,6 @@ export namespace compute_alpha { requestBody?: Schema$Disk; } export interface Params$Resource$Regiondisks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -95731,11 +93738,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiondisks$Removeresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The disk name for this request. */ @@ -95760,11 +93762,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiondisks$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the regional persistent disk. */ @@ -95789,11 +93786,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiondisks$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -95814,11 +93806,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiondisks$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -95843,11 +93830,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiondisks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -96201,11 +94183,6 @@ export namespace compute_alpha { export interface Params$Resource$Regiondisktypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the disk type to return. */ @@ -96221,11 +94198,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiondisktypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -97522,11 +95494,6 @@ export namespace compute_alpha { export interface Params$Resource$Regionhealthchecks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to delete. */ @@ -97546,11 +95513,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionhealthchecks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to return. */ @@ -97566,11 +95528,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionhealthchecks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -97591,11 +95548,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionhealthchecks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -97627,11 +95579,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionhealthchecks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to patch. */ @@ -97656,11 +95603,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionhealthchecks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -97681,11 +95623,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionhealthchecks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to update. */ @@ -98762,11 +96699,6 @@ export namespace compute_alpha { export interface Params$Resource$Regionhealthcheckservices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheckService to delete. The name must be 1-63 characters long, and comply with RFC1035. */ @@ -98786,11 +96718,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionhealthcheckservices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035. */ @@ -98806,11 +96733,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionhealthcheckservices$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -98831,11 +96753,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionhealthcheckservices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -98867,11 +96784,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionhealthcheckservices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035. */ @@ -98896,11 +96808,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionhealthcheckservices$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100267,11 +98174,6 @@ export namespace compute_alpha { export interface Params$Resource$Regioninplacesnapshots$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the InPlaceSnapshot resource to delete. */ @@ -100291,11 +98193,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninplacesnapshots$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the InPlaceSnapshot resource to return. */ @@ -100311,11 +98208,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninplacesnapshots$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -100335,11 +98227,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninplacesnapshots$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100360,11 +98247,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninplacesnapshots$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -100396,11 +98278,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninplacesnapshots$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100421,11 +98298,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninplacesnapshots$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100450,11 +98322,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninplacesnapshots$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -104505,11 +102372,6 @@ export namespace compute_alpha { export interface Params$Resource$Regioninstancegroupmanagers$Abandoninstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -104534,11 +102396,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Applyupdatestoinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group, should conform to RFC1035. */ @@ -104559,11 +102416,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Createinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -104588,11 +102440,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group to delete. */ @@ -104612,11 +102459,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Deleteinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -104641,11 +102483,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Deleteperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -104666,11 +102503,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group to return. */ @@ -104686,11 +102518,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -104711,11 +102538,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -104747,11 +102569,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Listerrors extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -104787,11 +102604,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Listmanagedinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -104823,11 +102635,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Listperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -104863,11 +102670,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group manager. */ @@ -104892,11 +102694,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Patchperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -104921,11 +102718,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Recreateinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -104950,11 +102742,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -104978,11 +102765,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Setautohealingpolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -105007,11 +102789,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Setinstancetemplate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -105036,11 +102813,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Settargetpools extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -105065,11 +102837,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -105090,11 +102857,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group manager. */ @@ -105119,11 +102881,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroupmanagers$Updateperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -106015,11 +103772,6 @@ export namespace compute_alpha { export interface Params$Resource$Regioninstancegroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance group resource to return. */ @@ -106035,11 +103787,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -106071,11 +103818,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroups$Listinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -106116,11 +103858,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroups$Setnamedports extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the regional instance group where the named ports are updated. */ @@ -106145,11 +103882,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regioninstancegroups$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -106359,11 +104091,6 @@ export namespace compute_alpha { export interface Params$Resource$Regioninstances$Bulkinsert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -107099,11 +104826,6 @@ export namespace compute_alpha { export interface Params$Resource$Regionnetworkendpointgroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group to delete. It should comply with RFC1035. */ @@ -107123,11 +104845,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionnetworkendpointgroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group. It should comply with RFC1035. */ @@ -107143,11 +104860,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionnetworkendpointgroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -107168,11 +104880,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionnetworkendpointgroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -108053,11 +105760,6 @@ export namespace compute_alpha { export interface Params$Resource$Regionnotificationendpoints$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NotificationEndpoint resource to delete. */ @@ -108077,11 +105779,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionnotificationendpoints$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NotificationEndpoint resource to return. */ @@ -108097,11 +105794,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionnotificationendpoints$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -108122,11 +105814,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionnotificationendpoints$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -108158,11 +105845,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionnotificationendpoints$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -108824,11 +106506,6 @@ export namespace compute_alpha { export interface Params$Resource$Regionoperations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to delete. */ @@ -108844,11 +106521,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionoperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -108864,11 +106536,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionoperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -108900,11 +106567,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionoperations$Wait extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -109238,11 +106900,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -109253,11 +106910,6 @@ export namespace compute_alpha { region?: string; } export interface Params$Resource$Regions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -110141,11 +107793,6 @@ export namespace compute_alpha { export interface Params$Resource$Regionsslcertificates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -110165,11 +107812,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionsslcertificates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -110185,11 +107827,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionsslcertificates$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -110210,11 +107847,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionsslcertificates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -110246,11 +107878,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionsslcertificates$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -111299,11 +108926,6 @@ export namespace compute_alpha { export interface Params$Resource$Regiontargethttpproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -111323,11 +108945,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiontargethttpproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -111343,11 +108960,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiontargethttpproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -111368,11 +108980,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiontargethttpproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -111404,11 +109011,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiontargethttpproxies$Seturlmap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -111433,11 +109035,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiontargethttpproxies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -112678,11 +110275,6 @@ export namespace compute_alpha { export interface Params$Resource$Regiontargethttpsproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -112702,11 +110294,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiontargethttpsproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -112722,11 +110309,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiontargethttpsproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -112747,11 +110329,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiontargethttpsproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -112783,11 +110360,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiontargethttpsproxies$Setsslcertificates extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -112812,11 +110384,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiontargethttpsproxies$Seturlmap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -112841,11 +110408,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regiontargethttpsproxies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -114425,11 +111987,6 @@ export namespace compute_alpha { export interface Params$Resource$Regionurlmaps$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -114449,11 +112006,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionurlmaps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -114469,11 +112021,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionurlmaps$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -114494,11 +112041,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionurlmaps$Invalidatecache extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -114523,11 +112065,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionurlmaps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -114559,11 +112096,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionurlmaps$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -114588,11 +112120,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionurlmaps$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -114613,11 +112140,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionurlmaps$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -114642,11 +112164,6 @@ export namespace compute_alpha { } export interface Params$Resource$Regionurlmaps$Validate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -116177,11 +113694,6 @@ export namespace compute_alpha { export interface Params$Resource$Reservations$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -116213,11 +113725,6 @@ export namespace compute_alpha { } export interface Params$Resource$Reservations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -116236,11 +113743,6 @@ export namespace compute_alpha { zone?: string; } export interface Params$Resource$Reservations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -116256,11 +113758,6 @@ export namespace compute_alpha { } export interface Params$Resource$Reservations$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -116280,11 +113777,6 @@ export namespace compute_alpha { } export interface Params$Resource$Reservations$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -116305,11 +113797,6 @@ export namespace compute_alpha { } export interface Params$Resource$Reservations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -116341,11 +113828,6 @@ export namespace compute_alpha { } export interface Params$Resource$Reservations$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -116370,11 +113852,6 @@ export namespace compute_alpha { } export interface Params$Resource$Reservations$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -116395,11 +113872,6 @@ export namespace compute_alpha { } export interface Params$Resource$Reservations$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -117758,11 +115230,6 @@ export namespace compute_alpha { export interface Params$Resource$Resourcepolicies$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -117794,11 +115261,6 @@ export namespace compute_alpha { } export interface Params$Resource$Resourcepolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -117818,11 +115280,6 @@ export namespace compute_alpha { } export interface Params$Resource$Resourcepolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -117838,11 +115295,6 @@ export namespace compute_alpha { } export interface Params$Resource$Resourcepolicies$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -117862,11 +115314,6 @@ export namespace compute_alpha { } export interface Params$Resource$Resourcepolicies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -117887,11 +115334,6 @@ export namespace compute_alpha { } export interface Params$Resource$Resourcepolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -117923,11 +115365,6 @@ export namespace compute_alpha { } export interface Params$Resource$Resourcepolicies$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -117948,11 +115385,6 @@ export namespace compute_alpha { } export interface Params$Resource$Resourcepolicies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -119877,11 +117309,6 @@ export namespace compute_alpha { export interface Params$Resource$Routers$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -119912,11 +117339,6 @@ export namespace compute_alpha { returnPartialSuccess?: boolean; } export interface Params$Resource$Routers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -119935,11 +117357,6 @@ export namespace compute_alpha { router?: string; } export interface Params$Resource$Routers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -119955,11 +117372,6 @@ export namespace compute_alpha { } export interface Params$Resource$Routers$Getnatmappinginfo extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -119999,11 +117411,6 @@ export namespace compute_alpha { } export interface Params$Resource$Routers$Getrouterstatus extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -120018,11 +117425,6 @@ export namespace compute_alpha { router?: string; } export interface Params$Resource$Routers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -120042,11 +117444,6 @@ export namespace compute_alpha { requestBody?: Schema$Router; } export interface Params$Resource$Routers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -120077,11 +117474,6 @@ export namespace compute_alpha { returnPartialSuccess?: boolean; } export interface Params$Resource$Routers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -120105,11 +117497,6 @@ export namespace compute_alpha { requestBody?: Schema$Router; } export interface Params$Resource$Routers$Preview extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -120130,11 +117517,6 @@ export namespace compute_alpha { } export interface Params$Resource$Routers$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -120154,11 +117536,6 @@ export namespace compute_alpha { requestBody?: Schema$TestPermissionsRequest; } export interface Params$Resource$Routers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -121024,11 +118401,6 @@ export namespace compute_alpha { } export interface Params$Resource$Routes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -121043,11 +118415,6 @@ export namespace compute_alpha { route?: string; } export interface Params$Resource$Routes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -121058,11 +118425,6 @@ export namespace compute_alpha { route?: string; } export interface Params$Resource$Routes$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -121078,11 +118440,6 @@ export namespace compute_alpha { requestBody?: Schema$Route; } export interface Params$Resource$Routes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -121110,11 +118467,6 @@ export namespace compute_alpha { } export interface Params$Resource$Routes$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -123219,11 +120571,6 @@ export namespace compute_alpha { export interface Params$Resource$Securitypolicies$Addrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -123244,11 +120591,6 @@ export namespace compute_alpha { } export interface Params$Resource$Securitypolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -123264,11 +120606,6 @@ export namespace compute_alpha { } export interface Params$Resource$Securitypolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -123280,11 +120617,6 @@ export namespace compute_alpha { } export interface Params$Resource$Securitypolicies$Getrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to get from the security policy. */ @@ -123300,11 +120632,6 @@ export namespace compute_alpha { } export interface Params$Resource$Securitypolicies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -123325,11 +120652,6 @@ export namespace compute_alpha { } export interface Params$Resource$Securitypolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -123357,11 +120679,6 @@ export namespace compute_alpha { } export interface Params$Resource$Securitypolicies$Listpreconfiguredexpressionsets extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -123389,11 +120706,6 @@ export namespace compute_alpha { } export interface Params$Resource$Securitypolicies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -123414,11 +120726,6 @@ export namespace compute_alpha { } export interface Params$Resource$Securitypolicies$Patchrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to patch. */ @@ -123443,11 +120750,6 @@ export namespace compute_alpha { } export interface Params$Resource$Securitypolicies$Removerule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to remove from the security policy. */ @@ -123463,11 +120765,6 @@ export namespace compute_alpha { } export interface Params$Resource$Securitypolicies$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -123484,11 +120781,6 @@ export namespace compute_alpha { } export interface Params$Resource$Securitypolicies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -124665,11 +121957,6 @@ export namespace compute_alpha { export interface Params$Resource$Serviceattachments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -124689,11 +121976,6 @@ export namespace compute_alpha { } export interface Params$Resource$Serviceattachments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -124709,11 +121991,6 @@ export namespace compute_alpha { } export interface Params$Resource$Serviceattachments$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -124733,11 +122010,6 @@ export namespace compute_alpha { } export interface Params$Resource$Serviceattachments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -124758,11 +122030,6 @@ export namespace compute_alpha { } export interface Params$Resource$Serviceattachments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -124794,11 +122061,6 @@ export namespace compute_alpha { } export interface Params$Resource$Serviceattachments$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -124819,11 +122081,6 @@ export namespace compute_alpha { } export interface Params$Resource$Serviceattachments$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -125969,11 +123226,6 @@ export namespace compute_alpha { } export interface Params$Resource$Snapshots$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -125988,11 +123240,6 @@ export namespace compute_alpha { snapshot?: string; } export interface Params$Resource$Snapshots$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -126004,11 +123251,6 @@ export namespace compute_alpha { } export interface Params$Resource$Snapshots$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -126023,11 +123265,6 @@ export namespace compute_alpha { resource?: string; } export interface Params$Resource$Snapshots$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -126055,11 +123292,6 @@ export namespace compute_alpha { } export interface Params$Resource$Snapshots$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -126076,11 +123308,6 @@ export namespace compute_alpha { } export interface Params$Resource$Snapshots$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -126097,11 +123324,6 @@ export namespace compute_alpha { } export interface Params$Resource$Snapshots$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -127138,11 +124360,6 @@ export namespace compute_alpha { export interface Params$Resource$Sslcertificates$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -127174,11 +124391,6 @@ export namespace compute_alpha { } export interface Params$Resource$Sslcertificates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -127194,11 +124406,6 @@ export namespace compute_alpha { } export interface Params$Resource$Sslcertificates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -127210,11 +124417,6 @@ export namespace compute_alpha { } export interface Params$Resource$Sslcertificates$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -127231,11 +124433,6 @@ export namespace compute_alpha { } export interface Params$Resource$Sslcertificates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -127263,11 +124460,6 @@ export namespace compute_alpha { } export interface Params$Resource$Sslcertificates$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -128482,11 +125674,6 @@ export namespace compute_alpha { export interface Params$Resource$Sslpolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -128501,11 +125688,6 @@ export namespace compute_alpha { sslPolicy?: string; } export interface Params$Resource$Sslpolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -128517,11 +125699,6 @@ export namespace compute_alpha { } export interface Params$Resource$Sslpolicies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -128537,11 +125714,6 @@ export namespace compute_alpha { requestBody?: Schema$SslPolicy; } export interface Params$Resource$Sslpolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -128569,11 +125741,6 @@ export namespace compute_alpha { } export interface Params$Resource$Sslpolicies$Listavailablefeatures extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -128601,11 +125768,6 @@ export namespace compute_alpha { } export interface Params$Resource$Sslpolicies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -128626,11 +125788,6 @@ export namespace compute_alpha { } export interface Params$Resource$Sslpolicies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -130752,11 +127909,6 @@ export namespace compute_alpha { export interface Params$Resource$Subnetworks$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -130788,11 +127940,6 @@ export namespace compute_alpha { } export interface Params$Resource$Subnetworks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -130812,11 +127959,6 @@ export namespace compute_alpha { } export interface Params$Resource$Subnetworks$Expandipcidrrange extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -130840,11 +127982,6 @@ export namespace compute_alpha { requestBody?: Schema$SubnetworksExpandIpCidrRangeRequest; } export interface Params$Resource$Subnetworks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -130860,11 +127997,6 @@ export namespace compute_alpha { } export interface Params$Resource$Subnetworks$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -130884,11 +128016,6 @@ export namespace compute_alpha { } export interface Params$Resource$Subnetworks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -130908,11 +128035,6 @@ export namespace compute_alpha { requestBody?: Schema$Subnetwork; } export interface Params$Resource$Subnetworks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -130944,11 +128066,6 @@ export namespace compute_alpha { } export interface Params$Resource$Subnetworks$Listusable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -130976,11 +128093,6 @@ export namespace compute_alpha { } export interface Params$Resource$Subnetworks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The drain timeout specifies the upper bound in seconds on the amount of time allowed to drain connections from the current ACTIVE subnetwork to the current BACKUP subnetwork. The drain timeout is only applicable when the following conditions are true: - the subnetwork being patched has purpose = INTERNAL_HTTPS_LOAD_BALANCER - the subnetwork being patched has role = BACKUP - the patch request is setting the role to ACTIVE. Note that after this patch operation the roles of the ACTIVE and BACKUP subnetworks will be swapped. */ @@ -131009,11 +128121,6 @@ export namespace compute_alpha { } export interface Params$Resource$Subnetworks$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -131034,11 +128141,6 @@ export namespace compute_alpha { } export interface Params$Resource$Subnetworks$Setprivateipgoogleaccess extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -131063,11 +128165,6 @@ export namespace compute_alpha { } export interface Params$Resource$Subnetworks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -132105,11 +129202,6 @@ export namespace compute_alpha { export interface Params$Resource$Targetgrpcproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -132125,11 +129217,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetgrpcproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -132141,11 +129228,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetgrpcproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -132162,11 +129244,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetgrpcproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -132194,11 +129271,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetgrpcproxies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -132219,11 +129291,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetgrpcproxies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -133429,11 +130496,6 @@ export namespace compute_alpha { export interface Params$Resource$Targethttpproxies$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -133465,11 +130527,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -133485,11 +130542,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -133501,11 +130553,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -133522,11 +130569,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -133554,11 +130596,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpproxies$Seturlmap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -133579,11 +130616,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpproxies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -135509,11 +132541,6 @@ export namespace compute_alpha { export interface Params$Resource$Targethttpsproxies$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -135545,11 +132572,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpsproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -135565,11 +132587,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpsproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -135581,11 +132598,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpsproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -135602,11 +132614,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpsproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -135634,11 +132641,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpsproxies$Setcertificatemap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -135659,11 +132661,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpsproxies$Setquicoverride extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -135684,11 +132681,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpsproxies$Setsslcertificates extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -135709,11 +132701,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpsproxies$Setsslpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -135734,11 +132721,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpsproxies$Seturlmap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -135759,11 +132741,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targethttpsproxies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -136807,11 +133784,6 @@ export namespace compute_alpha { export interface Params$Resource$Targetinstances$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -136843,11 +133815,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetinstances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -136867,11 +133834,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetinstances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -136887,11 +133849,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetinstances$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -136912,11 +133869,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetinstances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -136948,11 +133900,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetinstances$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -139059,11 +136006,6 @@ export namespace compute_alpha { export interface Params$Resource$Targetpools$Addhealthcheck extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -139088,11 +136030,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetpools$Addinstance extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -139117,11 +136054,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetpools$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -139153,11 +136085,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetpools$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -139176,11 +136103,6 @@ export namespace compute_alpha { targetPool?: string; } export interface Params$Resource$Targetpools$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -139196,11 +136118,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetpools$Gethealth extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -139221,11 +136138,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetpools$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -139245,11 +136157,6 @@ export namespace compute_alpha { requestBody?: Schema$TargetPool; } export interface Params$Resource$Targetpools$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -139281,11 +136188,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetpools$Removehealthcheck extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -139310,11 +136212,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetpools$Removeinstance extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -139339,11 +136236,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetpools$Setbackup extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * New failoverRatio value for the target pool. */ @@ -139372,11 +136264,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetpools$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -141115,11 +138002,6 @@ export namespace compute_alpha { export interface Params$Resource$Targetsslproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -141135,11 +138017,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetsslproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -141151,11 +138028,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetsslproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -141172,11 +138044,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetsslproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -141204,11 +138071,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetsslproxies$Setbackendservice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -141229,11 +138091,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetsslproxies$Setcertificatemap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -141254,11 +138111,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetsslproxies$Setproxyheader extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -141279,11 +138131,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetsslproxies$Setsslcertificates extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -141304,11 +138151,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetsslproxies$Setsslpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -141329,11 +138171,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetsslproxies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -142531,11 +139368,6 @@ export namespace compute_alpha { export interface Params$Resource$Targettcpproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -142551,11 +139383,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targettcpproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -142567,11 +139394,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targettcpproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -142588,11 +139410,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targettcpproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -142620,11 +139437,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targettcpproxies$Setbackendservice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -142645,11 +139457,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targettcpproxies$Setproxyheader extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -142670,11 +139477,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targettcpproxies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -143905,11 +140707,6 @@ export namespace compute_alpha { export interface Params$Resource$Targetvpngateways$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -143941,11 +140738,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetvpngateways$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -143965,11 +140757,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetvpngateways$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -143985,11 +140772,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetvpngateways$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -144010,11 +140792,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetvpngateways$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -144046,11 +140823,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetvpngateways$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -144075,11 +140847,6 @@ export namespace compute_alpha { } export interface Params$Resource$Targetvpngateways$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -145819,11 +142586,6 @@ export namespace compute_alpha { export interface Params$Resource$Urlmaps$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -145854,11 +142616,6 @@ export namespace compute_alpha { returnPartialSuccess?: boolean; } export interface Params$Resource$Urlmaps$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -145873,11 +142630,6 @@ export namespace compute_alpha { urlMap?: string; } export interface Params$Resource$Urlmaps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -145888,11 +142640,6 @@ export namespace compute_alpha { urlMap?: string; } export interface Params$Resource$Urlmaps$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -145909,11 +142656,6 @@ export namespace compute_alpha { } export interface Params$Resource$Urlmaps$Invalidatecache extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -145933,11 +142675,6 @@ export namespace compute_alpha { requestBody?: Schema$CacheInvalidationRule; } export interface Params$Resource$Urlmaps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -145964,11 +142701,6 @@ export namespace compute_alpha { returnPartialSuccess?: boolean; } export interface Params$Resource$Urlmaps$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -145989,11 +142721,6 @@ export namespace compute_alpha { } export interface Params$Resource$Urlmaps$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -146009,11 +142736,6 @@ export namespace compute_alpha { requestBody?: Schema$TestPermissionsRequest; } export interface Params$Resource$Urlmaps$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -146033,11 +142755,6 @@ export namespace compute_alpha { requestBody?: Schema$UrlMap; } export interface Params$Resource$Urlmaps$Validate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -147406,11 +144123,6 @@ export namespace compute_alpha { export interface Params$Resource$Vpngateways$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -147442,11 +144154,6 @@ export namespace compute_alpha { } export interface Params$Resource$Vpngateways$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -147465,11 +144172,6 @@ export namespace compute_alpha { vpnGateway?: string; } export interface Params$Resource$Vpngateways$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -147485,11 +144187,6 @@ export namespace compute_alpha { } export interface Params$Resource$Vpngateways$Getstatus extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -147505,11 +144202,6 @@ export namespace compute_alpha { } export interface Params$Resource$Vpngateways$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -147529,11 +144221,6 @@ export namespace compute_alpha { requestBody?: Schema$VpnGateway; } export interface Params$Resource$Vpngateways$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -147565,11 +144252,6 @@ export namespace compute_alpha { } export interface Params$Resource$Vpngateways$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -147594,11 +144276,6 @@ export namespace compute_alpha { } export interface Params$Resource$Vpngateways$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -148846,11 +145523,6 @@ export namespace compute_alpha { export interface Params$Resource$Vpntunnels$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -148882,11 +145554,6 @@ export namespace compute_alpha { } export interface Params$Resource$Vpntunnels$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -148905,11 +145572,6 @@ export namespace compute_alpha { vpnTunnel?: string; } export interface Params$Resource$Vpntunnels$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -148925,11 +145587,6 @@ export namespace compute_alpha { } export interface Params$Resource$Vpntunnels$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -148949,11 +145606,6 @@ export namespace compute_alpha { requestBody?: Schema$VpnTunnel; } export interface Params$Resource$Vpntunnels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -148985,11 +145637,6 @@ export namespace compute_alpha { } export interface Params$Resource$Vpntunnels$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -149014,11 +145661,6 @@ export namespace compute_alpha { } export interface Params$Resource$Vpntunnels$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -150385,11 +147027,6 @@ export namespace compute_alpha { export interface Params$Resource$Zoneinplacesnapshots$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the InPlaceSnapshot resource to delete. */ @@ -150409,11 +147046,6 @@ export namespace compute_alpha { } export interface Params$Resource$Zoneinplacesnapshots$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the InPlaceSnapshot resource to return. */ @@ -150429,11 +147061,6 @@ export namespace compute_alpha { } export interface Params$Resource$Zoneinplacesnapshots$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -150453,11 +147080,6 @@ export namespace compute_alpha { } export interface Params$Resource$Zoneinplacesnapshots$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -150478,11 +147100,6 @@ export namespace compute_alpha { } export interface Params$Resource$Zoneinplacesnapshots$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -150514,11 +147131,6 @@ export namespace compute_alpha { } export interface Params$Resource$Zoneinplacesnapshots$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -150539,11 +147151,6 @@ export namespace compute_alpha { } export interface Params$Resource$Zoneinplacesnapshots$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -150568,11 +147175,6 @@ export namespace compute_alpha { } export interface Params$Resource$Zoneinplacesnapshots$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -151234,11 +147836,6 @@ export namespace compute_alpha { export interface Params$Resource$Zoneoperations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to delete. */ @@ -151254,11 +147851,6 @@ export namespace compute_alpha { } export interface Params$Resource$Zoneoperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -151274,11 +147866,6 @@ export namespace compute_alpha { } export interface Params$Resource$Zoneoperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -151310,11 +147897,6 @@ export namespace compute_alpha { } export interface Params$Resource$Zoneoperations$Wait extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -151648,11 +148230,6 @@ export namespace compute_alpha { } export interface Params$Resource$Zones$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -151663,11 +148240,6 @@ export namespace compute_alpha { zone?: string; } export interface Params$Resource$Zones$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ diff --git a/src/apis/compute/beta.ts b/src/apis/compute/beta.ts index ca38881710..4d37e88b94 100644 --- a/src/apis/compute/beta.ts +++ b/src/apis/compute/beta.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace compute_beta { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -13277,11 +13289,6 @@ export namespace compute_beta { export interface Params$Resource$Acceleratortypes$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -13309,11 +13316,6 @@ export namespace compute_beta { } export interface Params$Resource$Acceleratortypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the accelerator type to return. */ @@ -13329,11 +13331,6 @@ export namespace compute_beta { } export interface Params$Resource$Acceleratortypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -14565,11 +14562,6 @@ export namespace compute_beta { export interface Params$Resource$Addresses$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -14596,11 +14588,6 @@ export namespace compute_beta { project?: string; } export interface Params$Resource$Addresses$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the address resource to delete. */ @@ -14619,11 +14606,6 @@ export namespace compute_beta { requestId?: string; } export interface Params$Resource$Addresses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the address resource to return. */ @@ -14638,11 +14620,6 @@ export namespace compute_beta { region?: string; } export interface Params$Resource$Addresses$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -14662,11 +14639,6 @@ export namespace compute_beta { requestBody?: Schema$Address; } export interface Params$Resource$Addresses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -14694,11 +14666,6 @@ export namespace compute_beta { } export interface Params$Resource$Addresses$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -14723,11 +14690,6 @@ export namespace compute_beta { } export interface Params$Resource$Addresses$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -16145,11 +16107,6 @@ export namespace compute_beta { export interface Params$Resource$Autoscalers$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -16177,11 +16134,6 @@ export namespace compute_beta { } export interface Params$Resource$Autoscalers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to delete. */ @@ -16200,11 +16152,6 @@ export namespace compute_beta { zone?: string; } export interface Params$Resource$Autoscalers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to return. */ @@ -16220,11 +16167,6 @@ export namespace compute_beta { } export interface Params$Resource$Autoscalers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -16244,11 +16186,6 @@ export namespace compute_beta { requestBody?: Schema$Autoscaler; } export interface Params$Resource$Autoscalers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -16276,11 +16213,6 @@ export namespace compute_beta { } export interface Params$Resource$Autoscalers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to patch. */ @@ -16305,11 +16237,6 @@ export namespace compute_beta { } export interface Params$Resource$Autoscalers$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -16330,11 +16257,6 @@ export namespace compute_beta { } export interface Params$Resource$Autoscalers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to update. */ @@ -17741,11 +17663,6 @@ export namespace compute_beta { export interface Params$Resource$Backendbuckets$Addsignedurlkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035. */ @@ -17766,11 +17683,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendbuckets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to delete. */ @@ -17786,11 +17698,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendbuckets$Deletesignedurlkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035. */ @@ -17810,11 +17717,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendbuckets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to return. */ @@ -17826,11 +17728,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendbuckets$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -17847,11 +17744,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendbuckets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -17875,11 +17767,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendbuckets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to patch. */ @@ -17900,11 +17787,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendbuckets$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to update. */ @@ -20060,11 +19942,6 @@ export namespace compute_beta { export interface Params$Resource$Backendservices$Addsignedurlkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035. */ @@ -20085,11 +19962,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendservices$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -20117,11 +19989,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendservices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to delete. */ @@ -20137,11 +20004,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendservices$Deletesignedurlkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035. */ @@ -20161,11 +20023,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendservices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to return. */ @@ -20177,11 +20034,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendservices$Gethealth extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to which the queried instance belongs. */ @@ -20198,11 +20050,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendservices$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -20219,11 +20066,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendservices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -20247,11 +20089,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendservices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to patch. */ @@ -20272,11 +20109,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendservices$Setsecuritypolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to which the security policy should be set. The name should conform to RFC1035. */ @@ -20297,11 +20129,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendservices$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -20318,11 +20145,6 @@ export namespace compute_beta { } export interface Params$Resource$Backendservices$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to update. */ @@ -22618,11 +22440,6 @@ export namespace compute_beta { export interface Params$Resource$Disks$Addresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The disk name for this request. */ @@ -22647,11 +22464,6 @@ export namespace compute_beta { } export interface Params$Resource$Disks$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -22679,11 +22491,6 @@ export namespace compute_beta { } export interface Params$Resource$Disks$Createsnapshot extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the persistent disk to snapshot. */ @@ -22711,11 +22518,6 @@ export namespace compute_beta { requestBody?: Schema$Snapshot; } export interface Params$Resource$Disks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the persistent disk to delete. */ @@ -22734,11 +22536,6 @@ export namespace compute_beta { zone?: string; } export interface Params$Resource$Disks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the persistent disk to return. */ @@ -22754,11 +22551,6 @@ export namespace compute_beta { } export interface Params$Resource$Disks$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -22777,11 +22569,6 @@ export namespace compute_beta { zone?: string; } export interface Params$Resource$Disks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -22805,11 +22592,6 @@ export namespace compute_beta { requestBody?: Schema$Disk; } export interface Params$Resource$Disks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -22837,11 +22619,6 @@ export namespace compute_beta { } export interface Params$Resource$Disks$Removeresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The disk name for this request. */ @@ -22865,11 +22642,6 @@ export namespace compute_beta { requestBody?: Schema$DisksRemoveResourcePoliciesRequest; } export interface Params$Resource$Disks$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the persistent disk. */ @@ -22894,11 +22666,6 @@ export namespace compute_beta { } export interface Params$Resource$Disks$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -22918,11 +22685,6 @@ export namespace compute_beta { requestBody?: Schema$ZoneSetPolicyRequest; } export interface Params$Resource$Disks$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -22947,11 +22709,6 @@ export namespace compute_beta { } export interface Params$Resource$Disks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -23468,11 +23225,6 @@ export namespace compute_beta { export interface Params$Resource$Disktypes$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -23499,11 +23251,6 @@ export namespace compute_beta { project?: string; } export interface Params$Resource$Disktypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the disk type to return. */ @@ -23518,11 +23265,6 @@ export namespace compute_beta { zone?: string; } export interface Params$Resource$Disktypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -24552,11 +24294,6 @@ export namespace compute_beta { export interface Params$Resource$Externalvpngateways$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the externalVpnGateways to delete. */ @@ -24572,11 +24309,6 @@ export namespace compute_beta { } export interface Params$Resource$Externalvpngateways$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the externalVpnGateway to return. */ @@ -24588,11 +24320,6 @@ export namespace compute_beta { } export interface Params$Resource$Externalvpngateways$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -24609,11 +24336,6 @@ export namespace compute_beta { } export interface Params$Resource$Externalvpngateways$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -24637,11 +24359,6 @@ export namespace compute_beta { } export interface Params$Resource$Externalvpngateways$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -24658,11 +24375,6 @@ export namespace compute_beta { } export interface Params$Resource$Externalvpngateways$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -25903,11 +25615,6 @@ export namespace compute_beta { } export interface Params$Resource$Firewalls$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the firewall rule to delete. */ @@ -25922,11 +25629,6 @@ export namespace compute_beta { requestId?: string; } export interface Params$Resource$Firewalls$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the firewall rule to return. */ @@ -25937,11 +25639,6 @@ export namespace compute_beta { project?: string; } export interface Params$Resource$Firewalls$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -25957,11 +25654,6 @@ export namespace compute_beta { requestBody?: Schema$Firewall; } export interface Params$Resource$Firewalls$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -25984,11 +25676,6 @@ export namespace compute_beta { project?: string; } export interface Params$Resource$Firewalls$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the firewall rule to patch. */ @@ -26009,11 +25696,6 @@ export namespace compute_beta { } export interface Params$Resource$Firewalls$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -26029,11 +25711,6 @@ export namespace compute_beta { requestBody?: Schema$TestPermissionsRequest; } export interface Params$Resource$Firewalls$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the firewall rule to update. */ @@ -27668,11 +27345,6 @@ export namespace compute_beta { export interface Params$Resource$Forwardingrules$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -27700,11 +27372,6 @@ export namespace compute_beta { } export interface Params$Resource$Forwardingrules$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to delete. */ @@ -27724,11 +27391,6 @@ export namespace compute_beta { } export interface Params$Resource$Forwardingrules$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to return. */ @@ -27744,11 +27406,6 @@ export namespace compute_beta { } export interface Params$Resource$Forwardingrules$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -27769,11 +27426,6 @@ export namespace compute_beta { } export interface Params$Resource$Forwardingrules$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -27801,11 +27453,6 @@ export namespace compute_beta { } export interface Params$Resource$Forwardingrules$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to patch. */ @@ -27830,11 +27477,6 @@ export namespace compute_beta { } export interface Params$Resource$Forwardingrules$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -27859,11 +27501,6 @@ export namespace compute_beta { } export interface Params$Resource$Forwardingrules$Settarget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource in which target is to be set. */ @@ -27888,11 +27525,6 @@ export namespace compute_beta { } export interface Params$Resource$Forwardingrules$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -28922,11 +28554,6 @@ export namespace compute_beta { export interface Params$Resource$Globaladdresses$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the address resource to delete. */ @@ -28942,11 +28569,6 @@ export namespace compute_beta { } export interface Params$Resource$Globaladdresses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the address resource to return. */ @@ -28958,11 +28580,6 @@ export namespace compute_beta { } export interface Params$Resource$Globaladdresses$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -28979,11 +28596,6 @@ export namespace compute_beta { } export interface Params$Resource$Globaladdresses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -29007,11 +28619,6 @@ export namespace compute_beta { } export interface Params$Resource$Globaladdresses$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -29028,11 +28635,6 @@ export namespace compute_beta { } export interface Params$Resource$Globaladdresses$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -30457,11 +30059,6 @@ export namespace compute_beta { export interface Params$Resource$Globalforwardingrules$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to delete. */ @@ -30477,11 +30074,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalforwardingrules$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to return. */ @@ -30493,11 +30085,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalforwardingrules$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -30514,11 +30101,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalforwardingrules$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -30542,11 +30124,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalforwardingrules$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to patch. */ @@ -30567,11 +30144,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalforwardingrules$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -30588,11 +30160,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalforwardingrules$Settarget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource in which target is to be set. */ @@ -30613,11 +30180,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalforwardingrules$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -31858,11 +31420,6 @@ export namespace compute_beta { export interface Params$Resource$Globalnetworkendpointgroups$Attachnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035. */ @@ -31883,11 +31440,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalnetworkendpointgroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group to delete. It should comply with RFC1035. */ @@ -31903,11 +31455,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalnetworkendpointgroups$Detachnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035. */ @@ -31928,11 +31475,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalnetworkendpointgroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group. It should comply with RFC1035. */ @@ -31944,11 +31486,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalnetworkendpointgroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -31965,11 +31502,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalnetworkendpointgroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -31993,11 +31525,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalnetworkendpointgroups$Listnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -32820,11 +32347,6 @@ export namespace compute_beta { export interface Params$Resource$Globaloperations$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -32852,11 +32374,6 @@ export namespace compute_beta { } export interface Params$Resource$Globaloperations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to delete. */ @@ -32868,11 +32385,6 @@ export namespace compute_beta { } export interface Params$Resource$Globaloperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -32884,11 +32396,6 @@ export namespace compute_beta { } export interface Params$Resource$Globaloperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -32912,11 +32419,6 @@ export namespace compute_beta { } export interface Params$Resource$Globaloperations$Wait extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -33387,11 +32889,6 @@ export namespace compute_beta { export interface Params$Resource$Globalorganizationoperations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to delete. */ @@ -33403,11 +32900,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalorganizationoperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -33419,11 +32911,6 @@ export namespace compute_beta { } export interface Params$Resource$Globalorganizationoperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -34842,11 +34329,6 @@ export namespace compute_beta { export interface Params$Resource$Healthchecks$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -34874,11 +34356,6 @@ export namespace compute_beta { } export interface Params$Resource$Healthchecks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to delete. */ @@ -34893,11 +34370,6 @@ export namespace compute_beta { requestId?: string; } export interface Params$Resource$Healthchecks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to return. */ @@ -34909,11 +34381,6 @@ export namespace compute_beta { } export interface Params$Resource$Healthchecks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -34930,11 +34397,6 @@ export namespace compute_beta { } export interface Params$Resource$Healthchecks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -34958,11 +34420,6 @@ export namespace compute_beta { } export interface Params$Resource$Healthchecks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to patch. */ @@ -34983,11 +34440,6 @@ export namespace compute_beta { } export interface Params$Resource$Healthchecks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -35004,11 +34456,6 @@ export namespace compute_beta { } export interface Params$Resource$Healthchecks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to update. */ @@ -36237,11 +35684,6 @@ export namespace compute_beta { export interface Params$Resource$Httphealthchecks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpHealthCheck resource to delete. */ @@ -36257,11 +35699,6 @@ export namespace compute_beta { } export interface Params$Resource$Httphealthchecks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpHealthCheck resource to return. */ @@ -36273,11 +35710,6 @@ export namespace compute_beta { } export interface Params$Resource$Httphealthchecks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -36294,11 +35726,6 @@ export namespace compute_beta { } export interface Params$Resource$Httphealthchecks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -36322,11 +35749,6 @@ export namespace compute_beta { } export interface Params$Resource$Httphealthchecks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpHealthCheck resource to patch. */ @@ -36347,11 +35769,6 @@ export namespace compute_beta { } export interface Params$Resource$Httphealthchecks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -36368,11 +35785,6 @@ export namespace compute_beta { } export interface Params$Resource$Httphealthchecks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpHealthCheck resource to update. */ @@ -37603,11 +37015,6 @@ export namespace compute_beta { export interface Params$Resource$Httpshealthchecks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpsHealthCheck resource to delete. */ @@ -37623,11 +37030,6 @@ export namespace compute_beta { } export interface Params$Resource$Httpshealthchecks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpsHealthCheck resource to return. */ @@ -37639,11 +37041,6 @@ export namespace compute_beta { } export interface Params$Resource$Httpshealthchecks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -37660,11 +37057,6 @@ export namespace compute_beta { } export interface Params$Resource$Httpshealthchecks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -37688,11 +37080,6 @@ export namespace compute_beta { } export interface Params$Resource$Httpshealthchecks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpsHealthCheck resource to patch. */ @@ -37713,11 +37100,6 @@ export namespace compute_beta { } export interface Params$Resource$Httpshealthchecks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -37734,11 +37116,6 @@ export namespace compute_beta { } export interface Params$Resource$Httpshealthchecks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpsHealthCheck resource to update. */ @@ -39436,11 +38813,6 @@ export namespace compute_beta { } export interface Params$Resource$Images$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the image resource to delete. */ @@ -39455,11 +38827,6 @@ export namespace compute_beta { requestId?: string; } export interface Params$Resource$Images$Deprecate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Image name. */ @@ -39479,11 +38846,6 @@ export namespace compute_beta { requestBody?: Schema$DeprecationStatus; } export interface Params$Resource$Images$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the image resource to return. */ @@ -39495,11 +38857,6 @@ export namespace compute_beta { } export interface Params$Resource$Images$Getfromfamily extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the image family to search for. */ @@ -39511,11 +38868,6 @@ export namespace compute_beta { } export interface Params$Resource$Images$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -39530,11 +38882,6 @@ export namespace compute_beta { resource?: string; } export interface Params$Resource$Images$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Force image creation if true. */ @@ -39554,11 +38901,6 @@ export namespace compute_beta { requestBody?: Schema$Image; } export interface Params$Resource$Images$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -39582,11 +38924,6 @@ export namespace compute_beta { } export interface Params$Resource$Images$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -39602,11 +38939,6 @@ export namespace compute_beta { requestBody?: Schema$GlobalSetPolicyRequest; } export interface Params$Resource$Images$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -39623,11 +38955,6 @@ export namespace compute_beta { } export interface Params$Resource$Images$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -43979,11 +43306,6 @@ export namespace compute_beta { export interface Params$Resource$Instancegroupmanagers$Abandoninstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -44008,11 +43330,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -44040,11 +43357,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Applyupdatestoinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group, should conform to RFC1035. */ @@ -44065,11 +43377,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Createinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -44094,11 +43401,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group to delete. */ @@ -44118,11 +43420,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Deleteinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -44147,11 +43444,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Deleteperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -44172,11 +43464,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -44192,11 +43479,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -44217,11 +43499,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -44249,11 +43526,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Listerrors extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -44285,11 +43557,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Listmanagedinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -44321,11 +43588,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Listperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -44357,11 +43619,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group manager. */ @@ -44386,11 +43643,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Patchperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -44415,11 +43667,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Recreateinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -44444,11 +43691,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -44472,11 +43714,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Resizeadvanced extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -44501,11 +43738,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Setautohealingpolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group manager. */ @@ -44530,11 +43762,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Setinstancetemplate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -44559,11 +43786,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Settargetpools extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -44588,11 +43810,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -44613,11 +43830,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group manager. */ @@ -44642,11 +43854,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroupmanagers$Updateperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -46414,11 +45621,6 @@ export namespace compute_beta { export interface Params$Resource$Instancegroups$Addinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group where you are adding instances. */ @@ -46443,11 +45645,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroups$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -46475,11 +45672,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group to delete. */ @@ -46499,11 +45691,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group. */ @@ -46519,11 +45706,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -46544,11 +45726,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -46576,11 +45753,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroups$Listinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -46617,11 +45789,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroups$Removeinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group where the specified instances will be removed. */ @@ -46646,11 +45813,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroups$Setnamedports extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group where the named ports are updated. */ @@ -46675,11 +45837,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancegroups$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -54781,11 +53938,6 @@ export namespace compute_beta { export interface Params$Resource$Instances$Addaccessconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -54814,11 +53966,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Addresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -54843,11 +53990,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -54875,11 +54017,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Attachdisk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to force attach the disk even if it's currently attached to another instance. */ @@ -54907,11 +54044,6 @@ export namespace compute_beta { requestBody?: Schema$AttachedDisk; } export interface Params$Resource$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to delete. */ @@ -54931,11 +54063,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Deleteaccessconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the access config to delete. */ @@ -54963,11 +54090,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Detachdisk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The device name of the disk to detach. Make a get() request on the instance to view currently attached disks and device names. */ @@ -54990,11 +54112,6 @@ export namespace compute_beta { zone?: string; } export interface Params$Resource$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to return. */ @@ -55010,11 +54127,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Geteffectivefirewalls extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55034,11 +54146,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Getguestattributes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55062,11 +54169,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -55086,11 +54188,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Getscreenshot extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55106,11 +54203,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Getserialportoutput extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55134,11 +54226,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Getshieldedinstanceidentity extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name or id of the instance scoping this request. */ @@ -55154,11 +54241,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Getshieldedvmidentity extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55173,11 +54255,6 @@ export namespace compute_beta { zone?: string; } export interface Params$Resource$Instances$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -55205,11 +54282,6 @@ export namespace compute_beta { requestBody?: Schema$Instance; } export interface Params$Resource$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -55237,11 +54309,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Listreferrers extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -55273,11 +54340,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Removeresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -55301,11 +54363,6 @@ export namespace compute_beta { requestBody?: Schema$InstancesRemoveResourcePoliciesRequest; } export interface Params$Resource$Instances$Reset extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55324,11 +54381,6 @@ export namespace compute_beta { zone?: string; } export interface Params$Resource$Instances$Resume extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to resume. */ @@ -55353,11 +54405,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Setdeletionprotection extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether the resource should be protected against deletion. */ @@ -55381,11 +54428,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Setdiskautodelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to auto-delete the disk when the instance is deleted. */ @@ -55413,11 +54455,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -55438,11 +54475,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55467,11 +54499,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Setmachineresources extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55496,11 +54523,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Setmachinetype extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55525,11 +54547,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Setmetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55554,11 +54571,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Setmincpuplatform extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55583,11 +54595,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Setscheduling extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Instance name for this request. */ @@ -55612,11 +54619,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Setserviceaccount extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to start. */ @@ -55641,11 +54643,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Setshieldedinstanceintegritypolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name or id of the instance scoping this request. */ @@ -55670,11 +54667,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Setshieldedvmintegritypolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55699,11 +54691,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Settags extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55728,11 +54715,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Simulatemaintenanceevent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55747,11 +54729,6 @@ export namespace compute_beta { zone?: string; } export interface Params$Resource$Instances$Start extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to start. */ @@ -55771,11 +54748,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Startwithencryptionkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to start. */ @@ -55799,11 +54771,6 @@ export namespace compute_beta { requestBody?: Schema$InstancesStartWithEncryptionKeyRequest; } export interface Params$Resource$Instances$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to stop. */ @@ -55823,11 +54790,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Suspend extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If true, discard the contents of any attached localSSD partitions. Default value is false (== preserve localSSD data). */ @@ -55851,11 +54813,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -55875,11 +54832,6 @@ export namespace compute_beta { requestBody?: Schema$TestPermissionsRequest; } export interface Params$Resource$Instances$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to update. */ @@ -55912,11 +54864,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Updateaccessconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -55945,11 +54892,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Updatedisplaydevice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -55974,11 +54916,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Updatenetworkinterface extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -56007,11 +54944,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Updateshieldedinstanceconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name or id of the instance scoping this request. */ @@ -56036,11 +54968,6 @@ export namespace compute_beta { } export interface Params$Resource$Instances$Updateshieldedvmconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -57192,11 +56119,6 @@ export namespace compute_beta { export interface Params$Resource$Instancetemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance template to delete. */ @@ -57212,11 +56134,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancetemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance template. */ @@ -57228,11 +56145,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancetemplates$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -57248,11 +56160,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancetemplates$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -57269,11 +56176,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancetemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -57297,11 +56199,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancetemplates$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -57318,11 +56215,6 @@ export namespace compute_beta { } export interface Params$Resource$Instancetemplates$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -58792,11 +57684,6 @@ export namespace compute_beta { export interface Params$Resource$Interconnectattachments$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -58824,11 +57711,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnectattachments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect attachment to delete. */ @@ -58848,11 +57730,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnectattachments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect attachment to return. */ @@ -58868,11 +57745,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnectattachments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -58897,11 +57769,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnectattachments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -58929,11 +57796,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnectattachments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect attachment to patch. */ @@ -58958,11 +57820,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnectattachments$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -58987,11 +57844,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnectattachments$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -59346,11 +58198,6 @@ export namespace compute_beta { export interface Params$Resource$Interconnectlocations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect location to return. */ @@ -59362,11 +58209,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnectlocations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -60756,11 +59598,6 @@ export namespace compute_beta { export interface Params$Resource$Interconnects$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect to delete. */ @@ -60776,11 +59613,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect to return. */ @@ -60792,11 +59624,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnects$Getdiagnostics extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect resource to query. */ @@ -60808,11 +59635,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnects$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -60829,11 +59651,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnects$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -60857,11 +59674,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnects$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect to update. */ @@ -60882,11 +59694,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnects$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -60903,11 +59710,6 @@ export namespace compute_beta { } export interface Params$Resource$Interconnects$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -61077,11 +59879,6 @@ export namespace compute_beta { } export interface Params$Resource$Licensecodes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Number corresponding to the License code resource to return. */ @@ -62062,11 +60859,6 @@ export namespace compute_beta { } export interface Params$Resource$Licenses$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the license resource to delete. */ @@ -62081,11 +60873,6 @@ export namespace compute_beta { requestId?: string; } export interface Params$Resource$Licenses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the License resource to return. */ @@ -62097,11 +60884,6 @@ export namespace compute_beta { } export interface Params$Resource$Licenses$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -62116,11 +60898,6 @@ export namespace compute_beta { resource?: string; } export interface Params$Resource$Licenses$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -62136,11 +60913,6 @@ export namespace compute_beta { requestBody?: Schema$License; } export interface Params$Resource$Licenses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -62164,11 +60936,6 @@ export namespace compute_beta { } export interface Params$Resource$Licenses$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -63318,11 +62085,6 @@ export namespace compute_beta { export interface Params$Resource$Machineimages$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the machine image to delete. */ @@ -63338,11 +62100,6 @@ export namespace compute_beta { } export interface Params$Resource$Machineimages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the machine image. */ @@ -63354,11 +62111,6 @@ export namespace compute_beta { } export interface Params$Resource$Machineimages$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -63374,11 +62126,6 @@ export namespace compute_beta { } export interface Params$Resource$Machineimages$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -63399,11 +62146,6 @@ export namespace compute_beta { } export interface Params$Resource$Machineimages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -63427,11 +62169,6 @@ export namespace compute_beta { } export interface Params$Resource$Machineimages$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -63448,11 +62185,6 @@ export namespace compute_beta { } export interface Params$Resource$Machineimages$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -63970,11 +62702,6 @@ export namespace compute_beta { export interface Params$Resource$Machinetypes$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -64001,11 +62728,6 @@ export namespace compute_beta { project?: string; } export interface Params$Resource$Machinetypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the machine type to return. */ @@ -64021,11 +62743,6 @@ export namespace compute_beta { } export interface Params$Resource$Machinetypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -65641,11 +64358,6 @@ export namespace compute_beta { export interface Params$Resource$Networkendpointgroups$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -65673,11 +64385,6 @@ export namespace compute_beta { } export interface Params$Resource$Networkendpointgroups$Attachnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035. */ @@ -65702,11 +64409,6 @@ export namespace compute_beta { } export interface Params$Resource$Networkendpointgroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group to delete. It should comply with RFC1035. */ @@ -65726,11 +64428,6 @@ export namespace compute_beta { } export interface Params$Resource$Networkendpointgroups$Detachnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035. */ @@ -65755,11 +64452,6 @@ export namespace compute_beta { } export interface Params$Resource$Networkendpointgroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group. It should comply with RFC1035. */ @@ -65775,11 +64467,6 @@ export namespace compute_beta { } export interface Params$Resource$Networkendpointgroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -65800,11 +64487,6 @@ export namespace compute_beta { } export interface Params$Resource$Networkendpointgroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -65832,11 +64514,6 @@ export namespace compute_beta { } export interface Params$Resource$Networkendpointgroups$Listnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -65873,11 +64550,6 @@ export namespace compute_beta { } export interface Params$Resource$Networkendpointgroups$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -67940,11 +66612,6 @@ export namespace compute_beta { export interface Params$Resource$Networks$Addpeering extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network resource to add peering to. */ @@ -67964,11 +66631,6 @@ export namespace compute_beta { requestBody?: Schema$NetworksAddPeeringRequest; } export interface Params$Resource$Networks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network to delete. */ @@ -67983,11 +66645,6 @@ export namespace compute_beta { requestId?: string; } export interface Params$Resource$Networks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network to return. */ @@ -67999,11 +66656,6 @@ export namespace compute_beta { } export interface Params$Resource$Networks$Geteffectivefirewalls extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network for this request. */ @@ -68014,11 +66666,6 @@ export namespace compute_beta { project?: string; } export interface Params$Resource$Networks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -68034,11 +66681,6 @@ export namespace compute_beta { requestBody?: Schema$Network; } export interface Params$Resource$Networks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -68062,11 +66704,6 @@ export namespace compute_beta { } export interface Params$Resource$Networks$Listpeeringroutes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The direction of the exchanged routes. */ @@ -68105,11 +66742,6 @@ export namespace compute_beta { region?: string; } export interface Params$Resource$Networks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network to update. */ @@ -68130,11 +66762,6 @@ export namespace compute_beta { } export interface Params$Resource$Networks$Removepeering extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network resource to remove peering from. */ @@ -68155,11 +66782,6 @@ export namespace compute_beta { } export interface Params$Resource$Networks$Switchtocustommode extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network to be updated. */ @@ -68175,11 +66797,6 @@ export namespace compute_beta { } export interface Params$Resource$Networks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -68196,11 +66813,6 @@ export namespace compute_beta { } export interface Params$Resource$Networks$Updatepeering extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network resource which the updated peering is belonging to. */ @@ -70444,11 +69056,6 @@ export namespace compute_beta { export interface Params$Resource$Nodegroups$Addnodes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource. */ @@ -70473,11 +69080,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodegroups$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -70505,11 +69107,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodegroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource to delete. */ @@ -70529,11 +69126,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodegroups$Deletenodes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource whose nodes will be deleted. */ @@ -70557,11 +69149,6 @@ export namespace compute_beta { requestBody?: Schema$NodeGroupsDeleteNodesRequest; } export interface Params$Resource$Nodegroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the node group to return. */ @@ -70577,11 +69164,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodegroups$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -70601,11 +69183,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodegroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Initial count of nodes in the node group. */ @@ -70629,11 +69206,6 @@ export namespace compute_beta { requestBody?: Schema$NodeGroup; } export interface Params$Resource$Nodegroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -70661,11 +69233,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodegroups$Listnodes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -70696,11 +69263,6 @@ export namespace compute_beta { zone?: string; } export interface Params$Resource$Nodegroups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource to update. */ @@ -70725,11 +69287,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodegroups$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -70750,11 +69307,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodegroups$Setnodetemplate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource to update. */ @@ -70779,11 +69331,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodegroups$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -72130,11 +70677,6 @@ export namespace compute_beta { export interface Params$Resource$Nodetemplates$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -72162,11 +70704,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodetemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeTemplate resource to delete. */ @@ -72186,11 +70723,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodetemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the node template to return. */ @@ -72206,11 +70738,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodetemplates$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -72230,11 +70757,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodetemplates$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -72255,11 +70777,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodetemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -72287,11 +70804,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodetemplates$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -72312,11 +70824,6 @@ export namespace compute_beta { } export interface Params$Resource$Nodetemplates$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -72834,11 +71341,6 @@ export namespace compute_beta { export interface Params$Resource$Nodetypes$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -72865,11 +71367,6 @@ export namespace compute_beta { project?: string; } export interface Params$Resource$Nodetypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the node type to return. */ @@ -72884,11 +71381,6 @@ export namespace compute_beta { zone?: string; } export interface Params$Resource$Nodetypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -75444,11 +73936,6 @@ export namespace compute_beta { export interface Params$Resource$Organizationsecuritypolicies$Addassociation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an assocation already exists. */ @@ -75469,11 +73956,6 @@ export namespace compute_beta { } export interface Params$Resource$Organizationsecuritypolicies$Addrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */ @@ -75490,11 +73972,6 @@ export namespace compute_beta { } export interface Params$Resource$Organizationsecuritypolicies$Copyrules extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */ @@ -75510,11 +73987,6 @@ export namespace compute_beta { } export interface Params$Resource$Organizationsecuritypolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */ @@ -75526,11 +73998,6 @@ export namespace compute_beta { } export interface Params$Resource$Organizationsecuritypolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the security policy to get. */ @@ -75538,11 +74005,6 @@ export namespace compute_beta { } export interface Params$Resource$Organizationsecuritypolicies$Getassociation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the association to get from the security policy. */ @@ -75554,11 +74016,6 @@ export namespace compute_beta { } export interface Params$Resource$Organizationsecuritypolicies$Getrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to get from the security policy. */ @@ -75570,11 +74027,6 @@ export namespace compute_beta { } export interface Params$Resource$Organizationsecuritypolicies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Parent ID for this request. */ @@ -75591,11 +74043,6 @@ export namespace compute_beta { } export interface Params$Resource$Organizationsecuritypolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -75619,11 +74066,6 @@ export namespace compute_beta { } export interface Params$Resource$Organizationsecuritypolicies$Listassociations extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The target resource to list associations. It is an organization, or a folder. */ @@ -75631,11 +74073,6 @@ export namespace compute_beta { } export interface Params$Resource$Organizationsecuritypolicies$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The new parent of the security policy. */ @@ -75651,11 +74088,6 @@ export namespace compute_beta { } export interface Params$Resource$Organizationsecuritypolicies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000). */ @@ -75672,11 +74104,6 @@ export namespace compute_beta { } export interface Params$Resource$Organizationsecuritypolicies$Patchrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to patch. */ @@ -75697,11 +74124,6 @@ export namespace compute_beta { } export interface Params$Resource$Organizationsecuritypolicies$Removeassociation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name for the attachment that will be removed. */ @@ -75717,11 +74139,6 @@ export namespace compute_beta { } export interface Params$Resource$Organizationsecuritypolicies$Removerule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to remove from the security policy. */ @@ -76950,11 +75367,6 @@ export namespace compute_beta { export interface Params$Resource$Packetmirrorings$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -76982,11 +75394,6 @@ export namespace compute_beta { } export interface Params$Resource$Packetmirrorings$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the PacketMirroring resource to delete. */ @@ -77006,11 +75413,6 @@ export namespace compute_beta { } export interface Params$Resource$Packetmirrorings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the PacketMirroring resource to return. */ @@ -77026,11 +75428,6 @@ export namespace compute_beta { } export interface Params$Resource$Packetmirrorings$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -77051,11 +75448,6 @@ export namespace compute_beta { } export interface Params$Resource$Packetmirrorings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -77083,11 +75475,6 @@ export namespace compute_beta { } export interface Params$Resource$Packetmirrorings$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the PacketMirroring resource to patch. */ @@ -77112,11 +75499,6 @@ export namespace compute_beta { } export interface Params$Resource$Packetmirrorings$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79318,11 +77700,6 @@ export namespace compute_beta { export interface Params$Resource$Projects$Disablexpnhost extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79334,11 +77711,6 @@ export namespace compute_beta { } export interface Params$Resource$Projects$Disablexpnresource extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79355,11 +77727,6 @@ export namespace compute_beta { } export interface Params$Resource$Projects$Enablexpnhost extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79371,11 +77738,6 @@ export namespace compute_beta { } export interface Params$Resource$Projects$Enablexpnresource extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79391,11 +77753,6 @@ export namespace compute_beta { requestBody?: Schema$ProjectsEnableXpnResourceRequest; } export interface Params$Resource$Projects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79403,11 +77760,6 @@ export namespace compute_beta { } export interface Params$Resource$Projects$Getxpnhost extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79415,11 +77767,6 @@ export namespace compute_beta { } export interface Params$Resource$Projects$Getxpnresources extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -79443,11 +77790,6 @@ export namespace compute_beta { } export interface Params$Resource$Projects$Listxpnhosts extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -79476,11 +77818,6 @@ export namespace compute_beta { } export interface Params$Resource$Projects$Movedisk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79497,11 +77834,6 @@ export namespace compute_beta { } export interface Params$Resource$Projects$Moveinstance extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79518,11 +77850,6 @@ export namespace compute_beta { } export interface Params$Resource$Projects$Setcommoninstancemetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79539,11 +77866,6 @@ export namespace compute_beta { } export interface Params$Resource$Projects$Setdefaultnetworktier extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79560,11 +77882,6 @@ export namespace compute_beta { } export interface Params$Resource$Projects$Setusageexportbucket extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -80812,11 +79129,6 @@ export namespace compute_beta { export interface Params$Resource$Regionautoscalers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to delete. */ @@ -80836,11 +79148,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionautoscalers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to return. */ @@ -80856,11 +79163,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionautoscalers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -80881,11 +79183,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionautoscalers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -80913,11 +79210,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionautoscalers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to patch. */ @@ -80942,11 +79234,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionautoscalers$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -80967,11 +79254,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionautoscalers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to update. */ @@ -82457,11 +80739,6 @@ export namespace compute_beta { export interface Params$Resource$Regionbackendservices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to delete. */ @@ -82481,11 +80758,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionbackendservices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to return. */ @@ -82501,11 +80773,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionbackendservices$Gethealth extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource for which to get health. */ @@ -82526,11 +80793,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionbackendservices$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -82551,11 +80813,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionbackendservices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -82583,11 +80840,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionbackendservices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to patch. */ @@ -82612,11 +80864,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionbackendservices$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -82637,11 +80884,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionbackendservices$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to update. */ @@ -83538,11 +81780,6 @@ export namespace compute_beta { export interface Params$Resource$Regioncommitments$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -83570,11 +81807,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioncommitments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the commitment to return. */ @@ -83590,11 +81822,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioncommitments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -83615,11 +81842,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioncommitments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -83647,11 +81869,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioncommitments$Updatereservations extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the commitment for which the reservation is being updated. */ @@ -85784,11 +84001,6 @@ export namespace compute_beta { export interface Params$Resource$Regiondisks$Addresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The disk name for this request. */ @@ -85813,11 +84025,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiondisks$Createsnapshot extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the regional persistent disk to snapshot. */ @@ -85842,11 +84049,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiondisks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the regional persistent disk to delete. */ @@ -85865,11 +84067,6 @@ export namespace compute_beta { requestId?: string; } export interface Params$Resource$Regiondisks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the regional persistent disk to return. */ @@ -85885,11 +84082,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiondisks$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -85909,11 +84101,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiondisks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -85937,11 +84124,6 @@ export namespace compute_beta { requestBody?: Schema$Disk; } export interface Params$Resource$Regiondisks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -85969,11 +84151,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiondisks$Removeresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The disk name for this request. */ @@ -85998,11 +84175,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiondisks$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the regional persistent disk. */ @@ -86027,11 +84199,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiondisks$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86052,11 +84219,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiondisks$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86081,11 +84243,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiondisks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86435,11 +84592,6 @@ export namespace compute_beta { export interface Params$Resource$Regiondisktypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the disk type to return. */ @@ -86455,11 +84607,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiondisktypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -87575,11 +85722,6 @@ export namespace compute_beta { export interface Params$Resource$Regionhealthchecks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to delete. */ @@ -87599,11 +85741,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionhealthchecks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to return. */ @@ -87619,11 +85756,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionhealthchecks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -87644,11 +85776,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionhealthchecks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -87676,11 +85803,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionhealthchecks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to patch. */ @@ -87705,11 +85827,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionhealthchecks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to update. */ @@ -88619,11 +86736,6 @@ export namespace compute_beta { export interface Params$Resource$Regionhealthcheckservices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheckService to delete. The name must be 1-63 characters long, and comply with RFC1035. */ @@ -88643,11 +86755,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionhealthcheckservices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035. */ @@ -88663,11 +86770,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionhealthcheckservices$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -88688,11 +86790,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionhealthcheckservices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -88720,11 +86817,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionhealthcheckservices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035. */ @@ -92749,11 +90841,6 @@ export namespace compute_beta { export interface Params$Resource$Regioninstancegroupmanagers$Abandoninstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -92778,11 +90865,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Applyupdatestoinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group, should conform to RFC1035. */ @@ -92803,11 +90885,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Createinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -92832,11 +90909,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group to delete. */ @@ -92856,11 +90928,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Deleteinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -92885,11 +90952,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Deleteperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -92910,11 +90972,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group to return. */ @@ -92930,11 +90987,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -92955,11 +91007,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -92987,11 +91034,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Listerrors extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -93023,11 +91065,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Listmanagedinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -93059,11 +91096,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Listperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -93095,11 +91127,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group manager. */ @@ -93124,11 +91151,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Patchperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -93153,11 +91175,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Recreateinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -93182,11 +91199,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -93210,11 +91222,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Setautohealingpolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -93239,11 +91246,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Setinstancetemplate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -93268,11 +91270,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Settargetpools extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -93297,11 +91294,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -93322,11 +91314,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group manager. */ @@ -93351,11 +91338,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroupmanagers$Updateperinstanceconfigs extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -94239,11 +92221,6 @@ export namespace compute_beta { export interface Params$Resource$Regioninstancegroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance group resource to return. */ @@ -94259,11 +92236,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -94291,11 +92263,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroups$Listinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -94332,11 +92299,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroups$Setnamedports extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the regional instance group where the named ports are updated. */ @@ -94361,11 +92323,6 @@ export namespace compute_beta { } export interface Params$Resource$Regioninstancegroups$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -95072,11 +93029,6 @@ export namespace compute_beta { export interface Params$Resource$Regionnotificationendpoints$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NotificationEndpoint resource to delete. */ @@ -95096,11 +93048,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionnotificationendpoints$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NotificationEndpoint resource to return. */ @@ -95116,11 +93063,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionnotificationendpoints$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -95141,11 +93083,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionnotificationendpoints$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -95809,11 +93746,6 @@ export namespace compute_beta { export interface Params$Resource$Regionoperations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to delete. */ @@ -95829,11 +93761,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionoperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -95849,11 +93776,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionoperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -95881,11 +93803,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionoperations$Wait extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -96216,11 +94133,6 @@ export namespace compute_beta { } export interface Params$Resource$Regions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -96231,11 +94143,6 @@ export namespace compute_beta { region?: string; } export interface Params$Resource$Regions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -96950,11 +94857,6 @@ export namespace compute_beta { export interface Params$Resource$Regionsslcertificates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -96974,11 +94876,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionsslcertificates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -96994,11 +94891,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionsslcertificates$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -97019,11 +94911,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionsslcertificates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -97911,11 +95798,6 @@ export namespace compute_beta { export interface Params$Resource$Regiontargethttpproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -97935,11 +95817,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiontargethttpproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -97955,11 +95832,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiontargethttpproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -97980,11 +95852,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiontargethttpproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -98012,11 +95879,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiontargethttpproxies$Seturlmap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -99092,11 +96954,6 @@ export namespace compute_beta { export interface Params$Resource$Regiontargethttpsproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -99116,11 +96973,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiontargethttpsproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -99136,11 +96988,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiontargethttpsproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -99161,11 +97008,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiontargethttpsproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -99193,11 +97035,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiontargethttpsproxies$Setsslcertificates extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -99222,11 +97059,6 @@ export namespace compute_beta { } export interface Params$Resource$Regiontargethttpsproxies$Seturlmap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100644,11 +98476,6 @@ export namespace compute_beta { export interface Params$Resource$Regionurlmaps$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100668,11 +98495,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionurlmaps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100688,11 +98510,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionurlmaps$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100713,11 +98530,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionurlmaps$Invalidatecache extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100742,11 +98554,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionurlmaps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -100774,11 +98581,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionurlmaps$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100803,11 +98605,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionurlmaps$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100832,11 +98629,6 @@ export namespace compute_beta { } export interface Params$Resource$Regionurlmaps$Validate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -102355,11 +100147,6 @@ export namespace compute_beta { export interface Params$Resource$Reservations$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -102387,11 +100174,6 @@ export namespace compute_beta { } export interface Params$Resource$Reservations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -102410,11 +100192,6 @@ export namespace compute_beta { zone?: string; } export interface Params$Resource$Reservations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -102430,11 +100207,6 @@ export namespace compute_beta { } export interface Params$Resource$Reservations$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -102454,11 +100226,6 @@ export namespace compute_beta { } export interface Params$Resource$Reservations$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -102479,11 +100246,6 @@ export namespace compute_beta { } export interface Params$Resource$Reservations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -102511,11 +100273,6 @@ export namespace compute_beta { } export interface Params$Resource$Reservations$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -102540,11 +100297,6 @@ export namespace compute_beta { } export interface Params$Resource$Reservations$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -102565,11 +100317,6 @@ export namespace compute_beta { } export interface Params$Resource$Reservations$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -103915,11 +101662,6 @@ export namespace compute_beta { export interface Params$Resource$Resourcepolicies$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -103947,11 +101689,6 @@ export namespace compute_beta { } export interface Params$Resource$Resourcepolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -103971,11 +101708,6 @@ export namespace compute_beta { } export interface Params$Resource$Resourcepolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -103991,11 +101723,6 @@ export namespace compute_beta { } export interface Params$Resource$Resourcepolicies$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -104015,11 +101742,6 @@ export namespace compute_beta { } export interface Params$Resource$Resourcepolicies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -104040,11 +101762,6 @@ export namespace compute_beta { } export interface Params$Resource$Resourcepolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -104072,11 +101789,6 @@ export namespace compute_beta { } export interface Params$Resource$Resourcepolicies$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -104097,11 +101809,6 @@ export namespace compute_beta { } export interface Params$Resource$Resourcepolicies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -106007,11 +103714,6 @@ export namespace compute_beta { export interface Params$Resource$Routers$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -106038,11 +103740,6 @@ export namespace compute_beta { project?: string; } export interface Params$Resource$Routers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -106061,11 +103758,6 @@ export namespace compute_beta { router?: string; } export interface Params$Resource$Routers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -106081,11 +103773,6 @@ export namespace compute_beta { } export interface Params$Resource$Routers$Getnatmappinginfo extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -106121,11 +103808,6 @@ export namespace compute_beta { } export interface Params$Resource$Routers$Getrouterstatus extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -106140,11 +103822,6 @@ export namespace compute_beta { router?: string; } export interface Params$Resource$Routers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -106164,11 +103841,6 @@ export namespace compute_beta { requestBody?: Schema$Router; } export interface Params$Resource$Routers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -106195,11 +103867,6 @@ export namespace compute_beta { region?: string; } export interface Params$Resource$Routers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -106223,11 +103890,6 @@ export namespace compute_beta { requestBody?: Schema$Router; } export interface Params$Resource$Routers$Preview extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -106248,11 +103910,6 @@ export namespace compute_beta { } export interface Params$Resource$Routers$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -106272,11 +103929,6 @@ export namespace compute_beta { requestBody?: Schema$TestPermissionsRequest; } export interface Params$Resource$Routers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -107133,11 +104785,6 @@ export namespace compute_beta { } export interface Params$Resource$Routes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -107152,11 +104799,6 @@ export namespace compute_beta { route?: string; } export interface Params$Resource$Routes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -107167,11 +104809,6 @@ export namespace compute_beta { route?: string; } export interface Params$Resource$Routes$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -107187,11 +104824,6 @@ export namespace compute_beta { requestBody?: Schema$Route; } export interface Params$Resource$Routes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -107215,11 +104847,6 @@ export namespace compute_beta { } export interface Params$Resource$Routes$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -109305,11 +106932,6 @@ export namespace compute_beta { export interface Params$Resource$Securitypolicies$Addrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -109330,11 +106952,6 @@ export namespace compute_beta { } export interface Params$Resource$Securitypolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -109350,11 +106967,6 @@ export namespace compute_beta { } export interface Params$Resource$Securitypolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -109366,11 +106978,6 @@ export namespace compute_beta { } export interface Params$Resource$Securitypolicies$Getrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to get from the security policy. */ @@ -109386,11 +106993,6 @@ export namespace compute_beta { } export interface Params$Resource$Securitypolicies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -109411,11 +107013,6 @@ export namespace compute_beta { } export interface Params$Resource$Securitypolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -109439,11 +107036,6 @@ export namespace compute_beta { } export interface Params$Resource$Securitypolicies$Listpreconfiguredexpressionsets extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -109467,11 +107059,6 @@ export namespace compute_beta { } export interface Params$Resource$Securitypolicies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -109492,11 +107079,6 @@ export namespace compute_beta { } export interface Params$Resource$Securitypolicies$Patchrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to patch. */ @@ -109521,11 +107103,6 @@ export namespace compute_beta { } export interface Params$Resource$Securitypolicies$Removerule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to remove from the security policy. */ @@ -109541,11 +107118,6 @@ export namespace compute_beta { } export interface Params$Resource$Securitypolicies$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -109562,11 +107134,6 @@ export namespace compute_beta { } export interface Params$Resource$Securitypolicies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -110701,11 +108268,6 @@ export namespace compute_beta { } export interface Params$Resource$Snapshots$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -110720,11 +108282,6 @@ export namespace compute_beta { snapshot?: string; } export interface Params$Resource$Snapshots$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -110736,11 +108293,6 @@ export namespace compute_beta { } export interface Params$Resource$Snapshots$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -110755,11 +108307,6 @@ export namespace compute_beta { resource?: string; } export interface Params$Resource$Snapshots$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -110783,11 +108330,6 @@ export namespace compute_beta { } export interface Params$Resource$Snapshots$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -110804,11 +108346,6 @@ export namespace compute_beta { } export interface Params$Resource$Snapshots$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -110825,11 +108362,6 @@ export namespace compute_beta { } export interface Params$Resource$Snapshots$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -111855,11 +109387,6 @@ export namespace compute_beta { export interface Params$Resource$Sslcertificates$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -111887,11 +109414,6 @@ export namespace compute_beta { } export interface Params$Resource$Sslcertificates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -111907,11 +109429,6 @@ export namespace compute_beta { } export interface Params$Resource$Sslcertificates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -111923,11 +109440,6 @@ export namespace compute_beta { } export interface Params$Resource$Sslcertificates$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -111944,11 +109456,6 @@ export namespace compute_beta { } export interface Params$Resource$Sslcertificates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -111972,11 +109479,6 @@ export namespace compute_beta { } export interface Params$Resource$Sslcertificates$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -113176,11 +110678,6 @@ export namespace compute_beta { export interface Params$Resource$Sslpolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -113195,11 +110692,6 @@ export namespace compute_beta { sslPolicy?: string; } export interface Params$Resource$Sslpolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -113211,11 +110703,6 @@ export namespace compute_beta { } export interface Params$Resource$Sslpolicies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -113231,11 +110718,6 @@ export namespace compute_beta { requestBody?: Schema$SslPolicy; } export interface Params$Resource$Sslpolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -113259,11 +110741,6 @@ export namespace compute_beta { } export interface Params$Resource$Sslpolicies$Listavailablefeatures extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -113287,11 +110764,6 @@ export namespace compute_beta { } export interface Params$Resource$Sslpolicies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -113312,11 +110784,6 @@ export namespace compute_beta { } export interface Params$Resource$Sslpolicies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -115408,11 +112875,6 @@ export namespace compute_beta { export interface Params$Resource$Subnetworks$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -115440,11 +112902,6 @@ export namespace compute_beta { } export interface Params$Resource$Subnetworks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -115464,11 +112921,6 @@ export namespace compute_beta { } export interface Params$Resource$Subnetworks$Expandipcidrrange extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -115492,11 +112944,6 @@ export namespace compute_beta { requestBody?: Schema$SubnetworksExpandIpCidrRangeRequest; } export interface Params$Resource$Subnetworks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -115512,11 +112959,6 @@ export namespace compute_beta { } export interface Params$Resource$Subnetworks$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -115536,11 +112978,6 @@ export namespace compute_beta { } export interface Params$Resource$Subnetworks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -115560,11 +112997,6 @@ export namespace compute_beta { requestBody?: Schema$Subnetwork; } export interface Params$Resource$Subnetworks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -115592,11 +113024,6 @@ export namespace compute_beta { } export interface Params$Resource$Subnetworks$Listusable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -115620,11 +113047,6 @@ export namespace compute_beta { } export interface Params$Resource$Subnetworks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The drain timeout specifies the upper bound in seconds on the amount of time allowed to drain connections from the current ACTIVE subnetwork to the current BACKUP subnetwork. The drain timeout is only applicable when the following conditions are true: - the subnetwork being patched has purpose = INTERNAL_HTTPS_LOAD_BALANCER - the subnetwork being patched has role = BACKUP - the patch request is setting the role to ACTIVE. Note that after this patch operation the roles of the ACTIVE and BACKUP subnetworks will be swapped. */ @@ -115653,11 +113075,6 @@ export namespace compute_beta { } export interface Params$Resource$Subnetworks$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -115678,11 +113095,6 @@ export namespace compute_beta { } export interface Params$Resource$Subnetworks$Setprivateipgoogleaccess extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -115707,11 +113119,6 @@ export namespace compute_beta { } export interface Params$Resource$Subnetworks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -116907,11 +114314,6 @@ export namespace compute_beta { export interface Params$Resource$Targethttpproxies$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -116939,11 +114341,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -116959,11 +114356,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -116975,11 +114367,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -116996,11 +114383,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -117024,11 +114406,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpproxies$Seturlmap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -117049,11 +114426,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpproxies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -118785,11 +116157,6 @@ export namespace compute_beta { export interface Params$Resource$Targethttpsproxies$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -118817,11 +116184,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpsproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -118837,11 +116199,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpsproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -118853,11 +116210,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpsproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -118874,11 +116226,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpsproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -118902,11 +116249,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpsproxies$Setquicoverride extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -118927,11 +116269,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpsproxies$Setsslcertificates extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -118952,11 +116289,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpsproxies$Setsslpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -118977,11 +116309,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpsproxies$Seturlmap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -119002,11 +116329,6 @@ export namespace compute_beta { } export interface Params$Resource$Targethttpsproxies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -120037,11 +117359,6 @@ export namespace compute_beta { export interface Params$Resource$Targetinstances$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -120069,11 +117386,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetinstances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -120093,11 +117405,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetinstances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -120113,11 +117420,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetinstances$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -120138,11 +117440,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetinstances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -120170,11 +117467,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetinstances$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -122265,11 +119557,6 @@ export namespace compute_beta { export interface Params$Resource$Targetpools$Addhealthcheck extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -122294,11 +119581,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetpools$Addinstance extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -122323,11 +119605,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetpools$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -122355,11 +119632,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetpools$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -122378,11 +119650,6 @@ export namespace compute_beta { targetPool?: string; } export interface Params$Resource$Targetpools$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -122398,11 +119665,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetpools$Gethealth extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -122423,11 +119685,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetpools$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -122447,11 +119704,6 @@ export namespace compute_beta { requestBody?: Schema$TargetPool; } export interface Params$Resource$Targetpools$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -122479,11 +119731,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetpools$Removehealthcheck extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -122508,11 +119755,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetpools$Removeinstance extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -122537,11 +119779,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetpools$Setbackup extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * New failoverRatio value for the target pool. */ @@ -122570,11 +119807,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetpools$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -124125,11 +121357,6 @@ export namespace compute_beta { export interface Params$Resource$Targetsslproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -124145,11 +121372,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetsslproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -124161,11 +121383,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetsslproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -124182,11 +121399,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetsslproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -124210,11 +121422,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetsslproxies$Setbackendservice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -124235,11 +121442,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetsslproxies$Setproxyheader extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -124260,11 +121462,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetsslproxies$Setsslcertificates extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -124285,11 +121482,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetsslproxies$Setsslpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -124310,11 +121502,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetsslproxies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -125350,11 +122537,6 @@ export namespace compute_beta { export interface Params$Resource$Targettcpproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -125370,11 +122552,6 @@ export namespace compute_beta { } export interface Params$Resource$Targettcpproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -125386,11 +122563,6 @@ export namespace compute_beta { } export interface Params$Resource$Targettcpproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -125407,11 +122579,6 @@ export namespace compute_beta { } export interface Params$Resource$Targettcpproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -125435,11 +122602,6 @@ export namespace compute_beta { } export interface Params$Resource$Targettcpproxies$Setbackendservice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -125460,11 +122622,6 @@ export namespace compute_beta { } export interface Params$Resource$Targettcpproxies$Setproxyheader extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -126689,11 +123846,6 @@ export namespace compute_beta { export interface Params$Resource$Targetvpngateways$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -126721,11 +123873,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetvpngateways$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -126745,11 +123892,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetvpngateways$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -126765,11 +123907,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetvpngateways$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -126790,11 +123927,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetvpngateways$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -126822,11 +123954,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetvpngateways$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -126851,11 +123978,6 @@ export namespace compute_beta { } export interface Params$Resource$Targetvpngateways$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -128583,11 +125705,6 @@ export namespace compute_beta { export interface Params$Resource$Urlmaps$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -128614,11 +125731,6 @@ export namespace compute_beta { project?: string; } export interface Params$Resource$Urlmaps$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -128633,11 +125745,6 @@ export namespace compute_beta { urlMap?: string; } export interface Params$Resource$Urlmaps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -128648,11 +125755,6 @@ export namespace compute_beta { urlMap?: string; } export interface Params$Resource$Urlmaps$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -128669,11 +125771,6 @@ export namespace compute_beta { } export interface Params$Resource$Urlmaps$Invalidatecache extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -128693,11 +125790,6 @@ export namespace compute_beta { requestBody?: Schema$CacheInvalidationRule; } export interface Params$Resource$Urlmaps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -128720,11 +125812,6 @@ export namespace compute_beta { project?: string; } export interface Params$Resource$Urlmaps$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -128745,11 +125832,6 @@ export namespace compute_beta { } export interface Params$Resource$Urlmaps$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -128765,11 +125847,6 @@ export namespace compute_beta { requestBody?: Schema$TestPermissionsRequest; } export interface Params$Resource$Urlmaps$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -128789,11 +125866,6 @@ export namespace compute_beta { requestBody?: Schema$UrlMap; } export interface Params$Resource$Urlmaps$Validate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -129994,11 +127066,6 @@ export namespace compute_beta { export interface Params$Resource$Vpngateways$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -130026,11 +127093,6 @@ export namespace compute_beta { } export interface Params$Resource$Vpngateways$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -130049,11 +127111,6 @@ export namespace compute_beta { vpnGateway?: string; } export interface Params$Resource$Vpngateways$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -130069,11 +127126,6 @@ export namespace compute_beta { } export interface Params$Resource$Vpngateways$Getstatus extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -130089,11 +127141,6 @@ export namespace compute_beta { } export interface Params$Resource$Vpngateways$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -130113,11 +127160,6 @@ export namespace compute_beta { requestBody?: Schema$VpnGateway; } export interface Params$Resource$Vpngateways$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -130145,11 +127187,6 @@ export namespace compute_beta { } export interface Params$Resource$Vpngateways$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -131390,11 +128427,6 @@ export namespace compute_beta { export interface Params$Resource$Vpntunnels$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -131422,11 +128454,6 @@ export namespace compute_beta { } export interface Params$Resource$Vpntunnels$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -131445,11 +128472,6 @@ export namespace compute_beta { vpnTunnel?: string; } export interface Params$Resource$Vpntunnels$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -131465,11 +128487,6 @@ export namespace compute_beta { } export interface Params$Resource$Vpntunnels$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -131489,11 +128506,6 @@ export namespace compute_beta { requestBody?: Schema$VpnTunnel; } export interface Params$Resource$Vpntunnels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -131521,11 +128533,6 @@ export namespace compute_beta { } export interface Params$Resource$Vpntunnels$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -131550,11 +128557,6 @@ export namespace compute_beta { } export interface Params$Resource$Vpntunnels$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -132211,11 +129213,6 @@ export namespace compute_beta { export interface Params$Resource$Zoneoperations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to delete. */ @@ -132231,11 +129228,6 @@ export namespace compute_beta { } export interface Params$Resource$Zoneoperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -132251,11 +129243,6 @@ export namespace compute_beta { } export interface Params$Resource$Zoneoperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -132283,11 +129270,6 @@ export namespace compute_beta { } export interface Params$Resource$Zoneoperations$Wait extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -132618,11 +129600,6 @@ export namespace compute_beta { } export interface Params$Resource$Zones$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -132633,11 +129610,6 @@ export namespace compute_beta { zone?: string; } export interface Params$Resource$Zones$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ diff --git a/src/apis/compute/package.json b/src/apis/compute/package.json index 0eff8f236b..43858ca33e 100644 --- a/src/apis/compute/package.json +++ b/src/apis/compute/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/compute/v1.ts b/src/apis/compute/v1.ts index f48b343a94..1fd45e0c31 100644 --- a/src/apis/compute/v1.ts +++ b/src/apis/compute/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace compute_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -11953,11 +11965,6 @@ export namespace compute_v1 { export interface Params$Resource$Acceleratortypes$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -11985,11 +11992,6 @@ export namespace compute_v1 { } export interface Params$Resource$Acceleratortypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the accelerator type to return. */ @@ -12005,11 +12007,6 @@ export namespace compute_v1 { } export interface Params$Resource$Acceleratortypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -12899,11 +12896,6 @@ export namespace compute_v1 { export interface Params$Resource$Addresses$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -12930,11 +12922,6 @@ export namespace compute_v1 { project?: string; } export interface Params$Resource$Addresses$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the address resource to delete. */ @@ -12953,11 +12940,6 @@ export namespace compute_v1 { requestId?: string; } export interface Params$Resource$Addresses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the address resource to return. */ @@ -12972,11 +12954,6 @@ export namespace compute_v1 { region?: string; } export interface Params$Resource$Addresses$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -12996,11 +12973,6 @@ export namespace compute_v1 { requestBody?: Schema$Address; } export interface Params$Resource$Addresses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -14266,11 +14238,6 @@ export namespace compute_v1 { export interface Params$Resource$Autoscalers$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -14298,11 +14265,6 @@ export namespace compute_v1 { } export interface Params$Resource$Autoscalers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to delete. */ @@ -14321,11 +14283,6 @@ export namespace compute_v1 { zone?: string; } export interface Params$Resource$Autoscalers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to return. */ @@ -14341,11 +14298,6 @@ export namespace compute_v1 { } export interface Params$Resource$Autoscalers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -14365,11 +14317,6 @@ export namespace compute_v1 { requestBody?: Schema$Autoscaler; } export interface Params$Resource$Autoscalers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -14397,11 +14344,6 @@ export namespace compute_v1 { } export interface Params$Resource$Autoscalers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to patch. */ @@ -14426,11 +14368,6 @@ export namespace compute_v1 { } export interface Params$Resource$Autoscalers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to update. */ @@ -15837,11 +15774,6 @@ export namespace compute_v1 { export interface Params$Resource$Backendbuckets$Addsignedurlkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035. */ @@ -15862,11 +15794,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendbuckets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to delete. */ @@ -15882,11 +15809,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendbuckets$Deletesignedurlkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035. */ @@ -15906,11 +15828,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendbuckets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to return. */ @@ -15922,11 +15839,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendbuckets$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -15943,11 +15855,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendbuckets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -15971,11 +15878,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendbuckets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to patch. */ @@ -15996,11 +15898,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendbuckets$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendBucket resource to update. */ @@ -17994,11 +17891,6 @@ export namespace compute_v1 { export interface Params$Resource$Backendservices$Addsignedurlkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035. */ @@ -18019,11 +17911,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendservices$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -18051,11 +17938,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendservices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to delete. */ @@ -18071,11 +17953,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendservices$Deletesignedurlkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035. */ @@ -18095,11 +17972,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendservices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to return. */ @@ -18111,11 +17983,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendservices$Gethealth extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to which the queried instance belongs. */ @@ -18132,11 +17999,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendservices$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -18153,11 +18015,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendservices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -18181,11 +18038,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendservices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to patch. */ @@ -18206,11 +18058,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendservices$Setsecuritypolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to which the security policy should be set. The name should conform to RFC1035. */ @@ -18231,11 +18078,6 @@ export namespace compute_v1 { } export interface Params$Resource$Backendservices$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to update. */ @@ -20524,11 +20366,6 @@ export namespace compute_v1 { export interface Params$Resource$Disks$Addresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The disk name for this request. */ @@ -20553,11 +20390,6 @@ export namespace compute_v1 { } export interface Params$Resource$Disks$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -20585,11 +20417,6 @@ export namespace compute_v1 { } export interface Params$Resource$Disks$Createsnapshot extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the persistent disk to snapshot. */ @@ -20617,11 +20444,6 @@ export namespace compute_v1 { requestBody?: Schema$Snapshot; } export interface Params$Resource$Disks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the persistent disk to delete. */ @@ -20640,11 +20462,6 @@ export namespace compute_v1 { zone?: string; } export interface Params$Resource$Disks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the persistent disk to return. */ @@ -20660,11 +20477,6 @@ export namespace compute_v1 { } export interface Params$Resource$Disks$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -20679,11 +20491,6 @@ export namespace compute_v1 { zone?: string; } export interface Params$Resource$Disks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -20707,11 +20514,6 @@ export namespace compute_v1 { requestBody?: Schema$Disk; } export interface Params$Resource$Disks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -20739,11 +20541,6 @@ export namespace compute_v1 { } export interface Params$Resource$Disks$Removeresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The disk name for this request. */ @@ -20767,11 +20564,6 @@ export namespace compute_v1 { requestBody?: Schema$DisksRemoveResourcePoliciesRequest; } export interface Params$Resource$Disks$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the persistent disk. */ @@ -20796,11 +20588,6 @@ export namespace compute_v1 { } export interface Params$Resource$Disks$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -20820,11 +20607,6 @@ export namespace compute_v1 { requestBody?: Schema$ZoneSetPolicyRequest; } export interface Params$Resource$Disks$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -20849,11 +20631,6 @@ export namespace compute_v1 { } export interface Params$Resource$Disks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -21369,11 +21146,6 @@ export namespace compute_v1 { export interface Params$Resource$Disktypes$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -21400,11 +21172,6 @@ export namespace compute_v1 { project?: string; } export interface Params$Resource$Disktypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the disk type to return. */ @@ -21419,11 +21186,6 @@ export namespace compute_v1 { zone?: string; } export interface Params$Resource$Disktypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -22453,11 +22215,6 @@ export namespace compute_v1 { export interface Params$Resource$Externalvpngateways$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the externalVpnGateways to delete. */ @@ -22473,11 +22230,6 @@ export namespace compute_v1 { } export interface Params$Resource$Externalvpngateways$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the externalVpnGateway to return. */ @@ -22489,11 +22241,6 @@ export namespace compute_v1 { } export interface Params$Resource$Externalvpngateways$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -22510,11 +22257,6 @@ export namespace compute_v1 { } export interface Params$Resource$Externalvpngateways$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -22538,11 +22280,6 @@ export namespace compute_v1 { } export interface Params$Resource$Externalvpngateways$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -22559,11 +22296,6 @@ export namespace compute_v1 { } export interface Params$Resource$Externalvpngateways$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -23645,11 +23377,6 @@ export namespace compute_v1 { } export interface Params$Resource$Firewalls$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the firewall rule to delete. */ @@ -23664,11 +23391,6 @@ export namespace compute_v1 { requestId?: string; } export interface Params$Resource$Firewalls$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the firewall rule to return. */ @@ -23679,11 +23401,6 @@ export namespace compute_v1 { project?: string; } export interface Params$Resource$Firewalls$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -23699,11 +23416,6 @@ export namespace compute_v1 { requestBody?: Schema$Firewall; } export interface Params$Resource$Firewalls$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -23726,11 +23438,6 @@ export namespace compute_v1 { project?: string; } export interface Params$Resource$Firewalls$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the firewall rule to patch. */ @@ -23750,11 +23457,6 @@ export namespace compute_v1 { requestBody?: Schema$Firewall; } export interface Params$Resource$Firewalls$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the firewall rule to update. */ @@ -25045,11 +24747,6 @@ export namespace compute_v1 { export interface Params$Resource$Forwardingrules$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -25077,11 +24774,6 @@ export namespace compute_v1 { } export interface Params$Resource$Forwardingrules$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to delete. */ @@ -25101,11 +24793,6 @@ export namespace compute_v1 { } export interface Params$Resource$Forwardingrules$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to return. */ @@ -25121,11 +24808,6 @@ export namespace compute_v1 { } export interface Params$Resource$Forwardingrules$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -25146,11 +24828,6 @@ export namespace compute_v1 { } export interface Params$Resource$Forwardingrules$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -25178,11 +24855,6 @@ export namespace compute_v1 { } export interface Params$Resource$Forwardingrules$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to patch. */ @@ -25207,11 +24879,6 @@ export namespace compute_v1 { } export interface Params$Resource$Forwardingrules$Settarget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource in which target is to be set. */ @@ -25916,11 +25583,6 @@ export namespace compute_v1 { export interface Params$Resource$Globaladdresses$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the address resource to delete. */ @@ -25936,11 +25598,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globaladdresses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the address resource to return. */ @@ -25952,11 +25609,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globaladdresses$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -25973,11 +25625,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globaladdresses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -27076,11 +26723,6 @@ export namespace compute_v1 { export interface Params$Resource$Globalforwardingrules$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to delete. */ @@ -27096,11 +26738,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globalforwardingrules$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to return. */ @@ -27112,11 +26749,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globalforwardingrules$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -27133,11 +26765,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globalforwardingrules$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -27161,11 +26788,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globalforwardingrules$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource to patch. */ @@ -27186,11 +26808,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globalforwardingrules$Settarget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the ForwardingRule resource in which target is to be set. */ @@ -28431,11 +28048,6 @@ export namespace compute_v1 { export interface Params$Resource$Globalnetworkendpointgroups$Attachnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035. */ @@ -28456,11 +28068,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globalnetworkendpointgroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group to delete. It should comply with RFC1035. */ @@ -28476,11 +28083,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globalnetworkendpointgroups$Detachnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035. */ @@ -28501,11 +28103,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globalnetworkendpointgroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group. It should comply with RFC1035. */ @@ -28517,11 +28114,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globalnetworkendpointgroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -28538,11 +28130,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globalnetworkendpointgroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -28566,11 +28153,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globalnetworkendpointgroups$Listnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -29393,11 +28975,6 @@ export namespace compute_v1 { export interface Params$Resource$Globaloperations$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -29425,11 +29002,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globaloperations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to delete. */ @@ -29441,11 +29013,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globaloperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -29457,11 +29024,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globaloperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -29485,11 +29047,6 @@ export namespace compute_v1 { } export interface Params$Resource$Globaloperations$Wait extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -30736,11 +30293,6 @@ export namespace compute_v1 { export interface Params$Resource$Healthchecks$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -30768,11 +30320,6 @@ export namespace compute_v1 { } export interface Params$Resource$Healthchecks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to delete. */ @@ -30787,11 +30334,6 @@ export namespace compute_v1 { requestId?: string; } export interface Params$Resource$Healthchecks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to return. */ @@ -30803,11 +30345,6 @@ export namespace compute_v1 { } export interface Params$Resource$Healthchecks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -30824,11 +30361,6 @@ export namespace compute_v1 { } export interface Params$Resource$Healthchecks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -30852,11 +30384,6 @@ export namespace compute_v1 { } export interface Params$Resource$Healthchecks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to patch. */ @@ -30877,11 +30404,6 @@ export namespace compute_v1 { } export interface Params$Resource$Healthchecks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to update. */ @@ -31953,11 +31475,6 @@ export namespace compute_v1 { export interface Params$Resource$Httphealthchecks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpHealthCheck resource to delete. */ @@ -31973,11 +31490,6 @@ export namespace compute_v1 { } export interface Params$Resource$Httphealthchecks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpHealthCheck resource to return. */ @@ -31989,11 +31501,6 @@ export namespace compute_v1 { } export interface Params$Resource$Httphealthchecks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -32010,11 +31517,6 @@ export namespace compute_v1 { } export interface Params$Resource$Httphealthchecks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -32038,11 +31540,6 @@ export namespace compute_v1 { } export interface Params$Resource$Httphealthchecks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpHealthCheck resource to patch. */ @@ -32063,11 +31560,6 @@ export namespace compute_v1 { } export interface Params$Resource$Httphealthchecks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpHealthCheck resource to update. */ @@ -33143,11 +32635,6 @@ export namespace compute_v1 { export interface Params$Resource$Httpshealthchecks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpsHealthCheck resource to delete. */ @@ -33163,11 +32650,6 @@ export namespace compute_v1 { } export interface Params$Resource$Httpshealthchecks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpsHealthCheck resource to return. */ @@ -33179,11 +32661,6 @@ export namespace compute_v1 { } export interface Params$Resource$Httpshealthchecks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -33200,11 +32677,6 @@ export namespace compute_v1 { } export interface Params$Resource$Httpshealthchecks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -33228,11 +32700,6 @@ export namespace compute_v1 { } export interface Params$Resource$Httpshealthchecks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpsHealthCheck resource to patch. */ @@ -33253,11 +32720,6 @@ export namespace compute_v1 { } export interface Params$Resource$Httpshealthchecks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HttpsHealthCheck resource to update. */ @@ -34952,11 +34414,6 @@ export namespace compute_v1 { } export interface Params$Resource$Images$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the image resource to delete. */ @@ -34971,11 +34428,6 @@ export namespace compute_v1 { requestId?: string; } export interface Params$Resource$Images$Deprecate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Image name. */ @@ -34995,11 +34447,6 @@ export namespace compute_v1 { requestBody?: Schema$DeprecationStatus; } export interface Params$Resource$Images$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the image resource to return. */ @@ -35011,11 +34458,6 @@ export namespace compute_v1 { } export interface Params$Resource$Images$Getfromfamily extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the image family to search for. */ @@ -35027,11 +34469,6 @@ export namespace compute_v1 { } export interface Params$Resource$Images$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -35042,11 +34479,6 @@ export namespace compute_v1 { resource?: string; } export interface Params$Resource$Images$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Force image creation if true. */ @@ -35066,11 +34498,6 @@ export namespace compute_v1 { requestBody?: Schema$Image; } export interface Params$Resource$Images$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -35094,11 +34521,6 @@ export namespace compute_v1 { } export interface Params$Resource$Images$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -35114,11 +34536,6 @@ export namespace compute_v1 { requestBody?: Schema$GlobalSetPolicyRequest; } export interface Params$Resource$Images$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -35135,11 +34552,6 @@ export namespace compute_v1 { } export interface Params$Resource$Images$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -38033,11 +37445,6 @@ export namespace compute_v1 { export interface Params$Resource$Instancegroupmanagers$Abandoninstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -38062,11 +37469,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -38094,11 +37496,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$Applyupdatestoinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group, should conform to RFC1035. */ @@ -38119,11 +37516,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$Createinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -38148,11 +37540,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group to delete. */ @@ -38172,11 +37559,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$Deleteinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -38201,11 +37583,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -38221,11 +37598,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -38246,11 +37618,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -38278,11 +37645,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$Listerrors extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -38314,11 +37676,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$Listmanagedinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -38350,11 +37707,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group manager. */ @@ -38379,11 +37731,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$Recreateinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -38408,11 +37755,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -38436,11 +37778,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$Setinstancetemplate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -38465,11 +37802,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroupmanagers$Settargetpools extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -40079,11 +39411,6 @@ export namespace compute_v1 { export interface Params$Resource$Instancegroups$Addinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group where you are adding instances. */ @@ -40108,11 +39435,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroups$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -40140,11 +39462,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group to delete. */ @@ -40164,11 +39481,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group. */ @@ -40184,11 +39496,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -40209,11 +39516,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -40241,11 +39543,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroups$Listinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -40282,11 +39579,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroups$Removeinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group where the specified instances will be removed. */ @@ -40311,11 +39603,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancegroups$Setnamedports extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group where the named ports are updated. */ @@ -47223,11 +46510,6 @@ export namespace compute_v1 { export interface Params$Resource$Instances$Addaccessconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -47256,11 +46538,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Addresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -47285,11 +46562,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -47317,11 +46589,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Attachdisk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to force attach the disk even if it's currently attached to another instance. */ @@ -47349,11 +46616,6 @@ export namespace compute_v1 { requestBody?: Schema$AttachedDisk; } export interface Params$Resource$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to delete. */ @@ -47373,11 +46635,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Deleteaccessconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the access config to delete. */ @@ -47405,11 +46662,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Detachdisk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The device name of the disk to detach. Make a get() request on the instance to view currently attached disks and device names. */ @@ -47432,11 +46684,6 @@ export namespace compute_v1 { zone?: string; } export interface Params$Resource$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to return. */ @@ -47452,11 +46699,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Getguestattributes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -47480,11 +46722,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -47500,11 +46737,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Getserialportoutput extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -47528,11 +46760,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Getshieldedinstanceidentity extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name or id of the instance scoping this request. */ @@ -47547,11 +46774,6 @@ export namespace compute_v1 { zone?: string; } export interface Params$Resource$Instances$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -47575,11 +46797,6 @@ export namespace compute_v1 { requestBody?: Schema$Instance; } export interface Params$Resource$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -47607,11 +46824,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Listreferrers extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -47643,11 +46855,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Removeresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -47671,11 +46878,6 @@ export namespace compute_v1 { requestBody?: Schema$InstancesRemoveResourcePoliciesRequest; } export interface Params$Resource$Instances$Reset extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -47695,11 +46897,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Setdeletionprotection extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether the resource should be protected against deletion. */ @@ -47723,11 +46920,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Setdiskautodelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to auto-delete the disk when the instance is deleted. */ @@ -47755,11 +46947,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -47780,11 +46967,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -47809,11 +46991,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Setmachineresources extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -47838,11 +47015,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Setmachinetype extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -47867,11 +47039,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Setmetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -47896,11 +47063,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Setmincpuplatform extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -47925,11 +47087,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Setscheduling extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Instance name for this request. */ @@ -47954,11 +47111,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Setserviceaccount extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to start. */ @@ -47983,11 +47135,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Setshieldedinstanceintegritypolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name or id of the instance scoping this request. */ @@ -48012,11 +47159,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Settags extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -48041,11 +47183,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Simulatemaintenanceevent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -48060,11 +47197,6 @@ export namespace compute_v1 { zone?: string; } export interface Params$Resource$Instances$Start extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to start. */ @@ -48084,11 +47216,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Startwithencryptionkey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to start. */ @@ -48112,11 +47239,6 @@ export namespace compute_v1 { requestBody?: Schema$InstancesStartWithEncryptionKeyRequest; } export interface Params$Resource$Instances$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to stop. */ @@ -48136,11 +47258,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -48160,11 +47277,6 @@ export namespace compute_v1 { requestBody?: Schema$TestPermissionsRequest; } export interface Params$Resource$Instances$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance resource to update. */ @@ -48197,11 +47309,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Updateaccessconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -48230,11 +47337,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Updatedisplaydevice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance scoping this request. */ @@ -48259,11 +47361,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Updatenetworkinterface extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance name for this request. */ @@ -48292,11 +47389,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instances$Updateshieldedinstanceconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name or id of the instance scoping this request. */ @@ -49445,11 +48537,6 @@ export namespace compute_v1 { export interface Params$Resource$Instancetemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance template to delete. */ @@ -49465,11 +48552,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancetemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance template. */ @@ -49481,11 +48563,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancetemplates$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -49497,11 +48574,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancetemplates$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -49518,11 +48590,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancetemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -49546,11 +48613,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancetemplates$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -49567,11 +48629,6 @@ export namespace compute_v1 { } export interface Params$Resource$Instancetemplates$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -50697,11 +49754,6 @@ export namespace compute_v1 { export interface Params$Resource$Interconnectattachments$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -50729,11 +49781,6 @@ export namespace compute_v1 { } export interface Params$Resource$Interconnectattachments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect attachment to delete. */ @@ -50753,11 +49800,6 @@ export namespace compute_v1 { } export interface Params$Resource$Interconnectattachments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect attachment to return. */ @@ -50773,11 +49815,6 @@ export namespace compute_v1 { } export interface Params$Resource$Interconnectattachments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -50802,11 +49839,6 @@ export namespace compute_v1 { } export interface Params$Resource$Interconnectattachments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -50834,11 +49866,6 @@ export namespace compute_v1 { } export interface Params$Resource$Interconnectattachments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect attachment to patch. */ @@ -51197,11 +50224,6 @@ export namespace compute_v1 { export interface Params$Resource$Interconnectlocations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect location to return. */ @@ -51213,11 +50235,6 @@ export namespace compute_v1 { } export interface Params$Resource$Interconnectlocations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -52276,11 +51293,6 @@ export namespace compute_v1 { export interface Params$Resource$Interconnects$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect to delete. */ @@ -52296,11 +51308,6 @@ export namespace compute_v1 { } export interface Params$Resource$Interconnects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect to return. */ @@ -52312,11 +51319,6 @@ export namespace compute_v1 { } export interface Params$Resource$Interconnects$Getdiagnostics extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect resource to query. */ @@ -52328,11 +51330,6 @@ export namespace compute_v1 { } export interface Params$Resource$Interconnects$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -52349,11 +51346,6 @@ export namespace compute_v1 { } export interface Params$Resource$Interconnects$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -52377,11 +51369,6 @@ export namespace compute_v1 { } export interface Params$Resource$Interconnects$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the interconnect to update. */ @@ -52710,11 +51697,6 @@ export namespace compute_v1 { } export interface Params$Resource$Licensecodes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Number corresponding to the License code resource to return. */ @@ -52726,11 +51708,6 @@ export namespace compute_v1 { } export interface Params$Resource$Licensecodes$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -53868,11 +52845,6 @@ export namespace compute_v1 { } export interface Params$Resource$Licenses$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the license resource to delete. */ @@ -53887,11 +52859,6 @@ export namespace compute_v1 { requestId?: string; } export interface Params$Resource$Licenses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the License resource to return. */ @@ -53903,11 +52870,6 @@ export namespace compute_v1 { } export interface Params$Resource$Licenses$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -53918,11 +52880,6 @@ export namespace compute_v1 { resource?: string; } export interface Params$Resource$Licenses$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -53938,11 +52895,6 @@ export namespace compute_v1 { requestBody?: Schema$License; } export interface Params$Resource$Licenses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -53966,11 +52918,6 @@ export namespace compute_v1 { } export interface Params$Resource$Licenses$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -53987,11 +52934,6 @@ export namespace compute_v1 { } export interface Params$Resource$Licenses$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -54510,11 +53452,6 @@ export namespace compute_v1 { export interface Params$Resource$Machinetypes$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -54541,11 +53478,6 @@ export namespace compute_v1 { project?: string; } export interface Params$Resource$Machinetypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the machine type to return. */ @@ -54561,11 +53493,6 @@ export namespace compute_v1 { } export interface Params$Resource$Machinetypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -56176,11 +55103,6 @@ export namespace compute_v1 { export interface Params$Resource$Networkendpointgroups$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -56208,11 +55130,6 @@ export namespace compute_v1 { } export interface Params$Resource$Networkendpointgroups$Attachnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035. */ @@ -56237,11 +55154,6 @@ export namespace compute_v1 { } export interface Params$Resource$Networkendpointgroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group to delete. It should comply with RFC1035. */ @@ -56261,11 +55173,6 @@ export namespace compute_v1 { } export interface Params$Resource$Networkendpointgroups$Detachnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035. */ @@ -56290,11 +55197,6 @@ export namespace compute_v1 { } export interface Params$Resource$Networkendpointgroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the network endpoint group. It should comply with RFC1035. */ @@ -56310,11 +55212,6 @@ export namespace compute_v1 { } export interface Params$Resource$Networkendpointgroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -56335,11 +55232,6 @@ export namespace compute_v1 { } export interface Params$Resource$Networkendpointgroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -56367,11 +55259,6 @@ export namespace compute_v1 { } export interface Params$Resource$Networkendpointgroups$Listnetworkendpoints extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -56408,11 +55295,6 @@ export namespace compute_v1 { } export interface Params$Resource$Networkendpointgroups$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -58165,11 +57047,6 @@ export namespace compute_v1 { export interface Params$Resource$Networks$Addpeering extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network resource to add peering to. */ @@ -58189,11 +57066,6 @@ export namespace compute_v1 { requestBody?: Schema$NetworksAddPeeringRequest; } export interface Params$Resource$Networks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network to delete. */ @@ -58208,11 +57080,6 @@ export namespace compute_v1 { requestId?: string; } export interface Params$Resource$Networks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network to return. */ @@ -58223,11 +57090,6 @@ export namespace compute_v1 { project?: string; } export interface Params$Resource$Networks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -58243,11 +57105,6 @@ export namespace compute_v1 { requestBody?: Schema$Network; } export interface Params$Resource$Networks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -58271,11 +57128,6 @@ export namespace compute_v1 { } export interface Params$Resource$Networks$Listpeeringroutes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The direction of the exchanged routes. */ @@ -58314,11 +57166,6 @@ export namespace compute_v1 { region?: string; } export interface Params$Resource$Networks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network to update. */ @@ -58339,11 +57186,6 @@ export namespace compute_v1 { } export interface Params$Resource$Networks$Removepeering extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network resource to remove peering from. */ @@ -58364,11 +57206,6 @@ export namespace compute_v1 { } export interface Params$Resource$Networks$Switchtocustommode extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network to be updated. */ @@ -58384,11 +57221,6 @@ export namespace compute_v1 { } export interface Params$Resource$Networks$Updatepeering extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the network resource which the updated peering is belonging to. */ @@ -60627,11 +59459,6 @@ export namespace compute_v1 { export interface Params$Resource$Nodegroups$Addnodes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource. */ @@ -60656,11 +59483,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodegroups$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -60688,11 +59510,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodegroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource to delete. */ @@ -60712,11 +59529,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodegroups$Deletenodes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource whose nodes will be deleted. */ @@ -60740,11 +59552,6 @@ export namespace compute_v1 { requestBody?: Schema$NodeGroupsDeleteNodesRequest; } export interface Params$Resource$Nodegroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the node group to return. */ @@ -60760,11 +59567,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodegroups$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -60780,11 +59582,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodegroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Initial count of nodes in the node group. */ @@ -60808,11 +59605,6 @@ export namespace compute_v1 { requestBody?: Schema$NodeGroup; } export interface Params$Resource$Nodegroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -60840,11 +59632,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodegroups$Listnodes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -60875,11 +59662,6 @@ export namespace compute_v1 { zone?: string; } export interface Params$Resource$Nodegroups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource to update. */ @@ -60904,11 +59686,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodegroups$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -60929,11 +59706,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodegroups$Setnodetemplate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeGroup resource to update. */ @@ -60958,11 +59730,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodegroups$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -62304,11 +61071,6 @@ export namespace compute_v1 { export interface Params$Resource$Nodetemplates$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -62336,11 +61098,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodetemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the NodeTemplate resource to delete. */ @@ -62360,11 +61117,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodetemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the node template to return. */ @@ -62380,11 +61132,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodetemplates$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -62400,11 +61147,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodetemplates$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -62425,11 +61167,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodetemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -62457,11 +61194,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodetemplates$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -62482,11 +61214,6 @@ export namespace compute_v1 { } export interface Params$Resource$Nodetemplates$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -63003,11 +61730,6 @@ export namespace compute_v1 { export interface Params$Resource$Nodetypes$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -63034,11 +61756,6 @@ export namespace compute_v1 { project?: string; } export interface Params$Resource$Nodetypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the node type to return. */ @@ -63053,11 +61770,6 @@ export namespace compute_v1 { zone?: string; } export interface Params$Resource$Nodetypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -64298,11 +63010,6 @@ export namespace compute_v1 { export interface Params$Resource$Packetmirrorings$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -64330,11 +63037,6 @@ export namespace compute_v1 { } export interface Params$Resource$Packetmirrorings$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the PacketMirroring resource to delete. */ @@ -64354,11 +63056,6 @@ export namespace compute_v1 { } export interface Params$Resource$Packetmirrorings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the PacketMirroring resource to return. */ @@ -64374,11 +63071,6 @@ export namespace compute_v1 { } export interface Params$Resource$Packetmirrorings$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -64399,11 +63091,6 @@ export namespace compute_v1 { } export interface Params$Resource$Packetmirrorings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -64431,11 +63118,6 @@ export namespace compute_v1 { } export interface Params$Resource$Packetmirrorings$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the PacketMirroring resource to patch. */ @@ -64460,11 +63142,6 @@ export namespace compute_v1 { } export interface Params$Resource$Packetmirrorings$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66667,11 +65344,6 @@ export namespace compute_v1 { export interface Params$Resource$Projects$Disablexpnhost extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66683,11 +65355,6 @@ export namespace compute_v1 { } export interface Params$Resource$Projects$Disablexpnresource extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66704,11 +65371,6 @@ export namespace compute_v1 { } export interface Params$Resource$Projects$Enablexpnhost extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66720,11 +65382,6 @@ export namespace compute_v1 { } export interface Params$Resource$Projects$Enablexpnresource extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66740,11 +65397,6 @@ export namespace compute_v1 { requestBody?: Schema$ProjectsEnableXpnResourceRequest; } export interface Params$Resource$Projects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66752,11 +65404,6 @@ export namespace compute_v1 { } export interface Params$Resource$Projects$Getxpnhost extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66764,11 +65411,6 @@ export namespace compute_v1 { } export interface Params$Resource$Projects$Getxpnresources extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -66792,11 +65434,6 @@ export namespace compute_v1 { } export interface Params$Resource$Projects$Listxpnhosts extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -66825,11 +65462,6 @@ export namespace compute_v1 { } export interface Params$Resource$Projects$Movedisk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66846,11 +65478,6 @@ export namespace compute_v1 { } export interface Params$Resource$Projects$Moveinstance extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66867,11 +65494,6 @@ export namespace compute_v1 { } export interface Params$Resource$Projects$Setcommoninstancemetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66888,11 +65510,6 @@ export namespace compute_v1 { } export interface Params$Resource$Projects$Setdefaultnetworktier extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -66909,11 +65526,6 @@ export namespace compute_v1 { } export interface Params$Resource$Projects$Setusageexportbucket extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -68003,11 +66615,6 @@ export namespace compute_v1 { export interface Params$Resource$Regionautoscalers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to delete. */ @@ -68027,11 +66634,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionautoscalers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to return. */ @@ -68047,11 +66649,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionautoscalers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -68072,11 +66669,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionautoscalers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -68104,11 +66696,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionautoscalers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to patch. */ @@ -68133,11 +66720,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionautoscalers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the autoscaler to update. */ @@ -69460,11 +68042,6 @@ export namespace compute_v1 { export interface Params$Resource$Regionbackendservices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to delete. */ @@ -69484,11 +68061,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionbackendservices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to return. */ @@ -69504,11 +68076,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionbackendservices$Gethealth extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource for which to get health. */ @@ -69529,11 +68096,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionbackendservices$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -69554,11 +68116,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionbackendservices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -69586,11 +68143,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionbackendservices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to patch. */ @@ -69615,11 +68167,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionbackendservices$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the BackendService resource to update. */ @@ -70334,11 +68881,6 @@ export namespace compute_v1 { export interface Params$Resource$Regioncommitments$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -70366,11 +68908,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioncommitments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the commitment to return. */ @@ -70386,11 +68923,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioncommitments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -70411,11 +68943,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioncommitments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -72542,11 +71069,6 @@ export namespace compute_v1 { export interface Params$Resource$Regiondisks$Addresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The disk name for this request. */ @@ -72571,11 +71093,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiondisks$Createsnapshot extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the regional persistent disk to snapshot. */ @@ -72600,11 +71117,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiondisks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the regional persistent disk to delete. */ @@ -72623,11 +71135,6 @@ export namespace compute_v1 { requestId?: string; } export interface Params$Resource$Regiondisks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the regional persistent disk to return. */ @@ -72643,11 +71150,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiondisks$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -72663,11 +71165,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiondisks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -72691,11 +71188,6 @@ export namespace compute_v1 { requestBody?: Schema$Disk; } export interface Params$Resource$Regiondisks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -72723,11 +71215,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiondisks$Removeresourcepolicies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The disk name for this request. */ @@ -72752,11 +71239,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiondisks$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the regional persistent disk. */ @@ -72781,11 +71263,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiondisks$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -72806,11 +71283,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiondisks$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -72835,11 +71307,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiondisks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -73189,11 +71656,6 @@ export namespace compute_v1 { export interface Params$Resource$Regiondisktypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the disk type to return. */ @@ -73209,11 +71671,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiondisktypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -74325,11 +72782,6 @@ export namespace compute_v1 { export interface Params$Resource$Regionhealthchecks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to delete. */ @@ -74349,11 +72801,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionhealthchecks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to return. */ @@ -74369,11 +72816,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionhealthchecks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -74394,11 +72836,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionhealthchecks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -74426,11 +72863,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionhealthchecks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to patch. */ @@ -74455,11 +72887,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionhealthchecks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HealthCheck resource to update. */ @@ -77200,11 +75627,6 @@ export namespace compute_v1 { export interface Params$Resource$Regioninstancegroupmanagers$Abandoninstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -77229,11 +75651,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroupmanagers$Applyupdatestoinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group, should conform to RFC1035. */ @@ -77254,11 +75671,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroupmanagers$Createinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. It should conform to RFC1035. */ @@ -77283,11 +75695,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroupmanagers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group to delete. */ @@ -77307,11 +75714,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroupmanagers$Deleteinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -77336,11 +75738,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroupmanagers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group to return. */ @@ -77356,11 +75753,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroupmanagers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -77381,11 +75773,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroupmanagers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -77413,11 +75800,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroupmanagers$Listerrors extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -77449,11 +75831,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroupmanagers$Listmanagedinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -77485,11 +75862,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroupmanagers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance group manager. */ @@ -77514,11 +75886,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroupmanagers$Recreateinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -77543,11 +75910,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroupmanagers$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -77571,11 +75933,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroupmanagers$Setinstancetemplate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the managed instance group. */ @@ -77600,11 +75957,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroupmanagers$Settargetpools extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the managed instance group. */ @@ -78330,11 +76682,6 @@ export namespace compute_v1 { export interface Params$Resource$Regioninstancegroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance group resource to return. */ @@ -78350,11 +76697,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -78382,11 +76724,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroups$Listinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -78423,11 +76760,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regioninstancegroups$Setnamedports extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the regional instance group where the named ports are updated. */ @@ -79088,11 +77420,6 @@ export namespace compute_v1 { export interface Params$Resource$Regionoperations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to delete. */ @@ -79108,11 +77435,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionoperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -79128,11 +77450,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionoperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -79160,11 +77477,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionoperations$Wait extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -79495,11 +77807,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -79510,11 +77817,6 @@ export namespace compute_v1 { region?: string; } export interface Params$Resource$Regions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -80229,11 +78531,6 @@ export namespace compute_v1 { export interface Params$Resource$Regionsslcertificates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -80253,11 +78550,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionsslcertificates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -80273,11 +78565,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionsslcertificates$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -80298,11 +78585,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionsslcertificates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -81188,11 +79470,6 @@ export namespace compute_v1 { export interface Params$Resource$Regiontargethttpproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -81212,11 +79489,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiontargethttpproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -81232,11 +79504,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiontargethttpproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -81257,11 +79524,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiontargethttpproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -81289,11 +79551,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiontargethttpproxies$Seturlmap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -82363,11 +80620,6 @@ export namespace compute_v1 { export interface Params$Resource$Regiontargethttpsproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -82387,11 +80639,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiontargethttpsproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -82407,11 +80654,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiontargethttpsproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -82432,11 +80674,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiontargethttpsproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -82464,11 +80701,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiontargethttpsproxies$Setsslcertificates extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -82493,11 +80725,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regiontargethttpsproxies$Seturlmap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -83739,11 +81966,6 @@ export namespace compute_v1 { export interface Params$Resource$Regionurlmaps$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -83763,11 +81985,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionurlmaps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -83783,11 +82000,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionurlmaps$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -83808,11 +82020,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionurlmaps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -83840,11 +82047,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionurlmaps$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -83869,11 +82071,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionurlmaps$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -83898,11 +82095,6 @@ export namespace compute_v1 { } export interface Params$Resource$Regionurlmaps$Validate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -85417,11 +83609,6 @@ export namespace compute_v1 { export interface Params$Resource$Reservations$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -85449,11 +83636,6 @@ export namespace compute_v1 { } export interface Params$Resource$Reservations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -85472,11 +83654,6 @@ export namespace compute_v1 { zone?: string; } export interface Params$Resource$Reservations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -85492,11 +83669,6 @@ export namespace compute_v1 { } export interface Params$Resource$Reservations$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -85512,11 +83684,6 @@ export namespace compute_v1 { } export interface Params$Resource$Reservations$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -85537,11 +83704,6 @@ export namespace compute_v1 { } export interface Params$Resource$Reservations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -85569,11 +83731,6 @@ export namespace compute_v1 { } export interface Params$Resource$Reservations$Resize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -85598,11 +83755,6 @@ export namespace compute_v1 { } export interface Params$Resource$Reservations$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -85623,11 +83775,6 @@ export namespace compute_v1 { } export interface Params$Resource$Reservations$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -86970,11 +85117,6 @@ export namespace compute_v1 { export interface Params$Resource$Resourcepolicies$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -87002,11 +85144,6 @@ export namespace compute_v1 { } export interface Params$Resource$Resourcepolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -87026,11 +85163,6 @@ export namespace compute_v1 { } export interface Params$Resource$Resourcepolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -87046,11 +85178,6 @@ export namespace compute_v1 { } export interface Params$Resource$Resourcepolicies$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -87066,11 +85193,6 @@ export namespace compute_v1 { } export interface Params$Resource$Resourcepolicies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -87091,11 +85213,6 @@ export namespace compute_v1 { } export interface Params$Resource$Resourcepolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -87123,11 +85240,6 @@ export namespace compute_v1 { } export interface Params$Resource$Resourcepolicies$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -87148,11 +85260,6 @@ export namespace compute_v1 { } export interface Params$Resource$Resourcepolicies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -88897,11 +87004,6 @@ export namespace compute_v1 { export interface Params$Resource$Routers$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -88928,11 +87030,6 @@ export namespace compute_v1 { project?: string; } export interface Params$Resource$Routers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -88951,11 +87048,6 @@ export namespace compute_v1 { router?: string; } export interface Params$Resource$Routers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -88971,11 +87063,6 @@ export namespace compute_v1 { } export interface Params$Resource$Routers$Getnatmappinginfo extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -89007,11 +87094,6 @@ export namespace compute_v1 { } export interface Params$Resource$Routers$Getrouterstatus extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -89026,11 +87108,6 @@ export namespace compute_v1 { router?: string; } export interface Params$Resource$Routers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -89050,11 +87127,6 @@ export namespace compute_v1 { requestBody?: Schema$Router; } export interface Params$Resource$Routers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -89081,11 +87153,6 @@ export namespace compute_v1 { region?: string; } export interface Params$Resource$Routers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -89109,11 +87176,6 @@ export namespace compute_v1 { requestBody?: Schema$Router; } export interface Params$Resource$Routers$Preview extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -89133,11 +87195,6 @@ export namespace compute_v1 { requestBody?: Schema$Router; } export interface Params$Resource$Routers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -89837,11 +87894,6 @@ export namespace compute_v1 { } export interface Params$Resource$Routes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -89856,11 +87908,6 @@ export namespace compute_v1 { route?: string; } export interface Params$Resource$Routes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -89871,11 +87918,6 @@ export namespace compute_v1 { route?: string; } export interface Params$Resource$Routes$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -89891,11 +87933,6 @@ export namespace compute_v1 { requestBody?: Schema$Route; } export interface Params$Resource$Routes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -91613,11 +89650,6 @@ export namespace compute_v1 { export interface Params$Resource$Securitypolicies$Addrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -91634,11 +89666,6 @@ export namespace compute_v1 { } export interface Params$Resource$Securitypolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -91654,11 +89681,6 @@ export namespace compute_v1 { } export interface Params$Resource$Securitypolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -91670,11 +89692,6 @@ export namespace compute_v1 { } export interface Params$Resource$Securitypolicies$Getrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to get from the security policy. */ @@ -91690,11 +89707,6 @@ export namespace compute_v1 { } export interface Params$Resource$Securitypolicies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -91711,11 +89723,6 @@ export namespace compute_v1 { } export interface Params$Resource$Securitypolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -91739,11 +89746,6 @@ export namespace compute_v1 { } export interface Params$Resource$Securitypolicies$Listpreconfiguredexpressionsets extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -91767,11 +89769,6 @@ export namespace compute_v1 { } export interface Params$Resource$Securitypolicies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -91792,11 +89789,6 @@ export namespace compute_v1 { } export interface Params$Resource$Securitypolicies$Patchrule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to patch. */ @@ -91817,11 +89809,6 @@ export namespace compute_v1 { } export interface Params$Resource$Securitypolicies$Removerule extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The priority of the rule to remove from the security policy. */ @@ -92952,11 +90939,6 @@ export namespace compute_v1 { } export interface Params$Resource$Snapshots$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -92971,11 +90953,6 @@ export namespace compute_v1 { snapshot?: string; } export interface Params$Resource$Snapshots$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -92987,11 +90964,6 @@ export namespace compute_v1 { } export interface Params$Resource$Snapshots$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -93002,11 +90974,6 @@ export namespace compute_v1 { resource?: string; } export interface Params$Resource$Snapshots$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -93030,11 +90997,6 @@ export namespace compute_v1 { } export interface Params$Resource$Snapshots$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -93051,11 +91013,6 @@ export namespace compute_v1 { } export interface Params$Resource$Snapshots$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -93072,11 +91029,6 @@ export namespace compute_v1 { } export interface Params$Resource$Snapshots$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -93945,11 +91897,6 @@ export namespace compute_v1 { export interface Params$Resource$Sslcertificates$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -93977,11 +91924,6 @@ export namespace compute_v1 { } export interface Params$Resource$Sslcertificates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -93997,11 +91939,6 @@ export namespace compute_v1 { } export interface Params$Resource$Sslcertificates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -94013,11 +91950,6 @@ export namespace compute_v1 { } export interface Params$Resource$Sslcertificates$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -94034,11 +91966,6 @@ export namespace compute_v1 { } export interface Params$Resource$Sslcertificates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -95090,11 +93017,6 @@ export namespace compute_v1 { export interface Params$Resource$Sslpolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -95109,11 +93031,6 @@ export namespace compute_v1 { sslPolicy?: string; } export interface Params$Resource$Sslpolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -95125,11 +93042,6 @@ export namespace compute_v1 { } export interface Params$Resource$Sslpolicies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -95145,11 +93057,6 @@ export namespace compute_v1 { requestBody?: Schema$SslPolicy; } export interface Params$Resource$Sslpolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -95173,11 +93080,6 @@ export namespace compute_v1 { } export interface Params$Resource$Sslpolicies$Listavailablefeatures extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -95201,11 +93103,6 @@ export namespace compute_v1 { } export interface Params$Resource$Sslpolicies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -97291,11 +95188,6 @@ export namespace compute_v1 { export interface Params$Resource$Subnetworks$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -97323,11 +95215,6 @@ export namespace compute_v1 { } export interface Params$Resource$Subnetworks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -97347,11 +95234,6 @@ export namespace compute_v1 { } export interface Params$Resource$Subnetworks$Expandipcidrrange extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -97375,11 +95257,6 @@ export namespace compute_v1 { requestBody?: Schema$SubnetworksExpandIpCidrRangeRequest; } export interface Params$Resource$Subnetworks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -97395,11 +95272,6 @@ export namespace compute_v1 { } export interface Params$Resource$Subnetworks$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -97415,11 +95287,6 @@ export namespace compute_v1 { } export interface Params$Resource$Subnetworks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -97439,11 +95306,6 @@ export namespace compute_v1 { requestBody?: Schema$Subnetwork; } export interface Params$Resource$Subnetworks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -97471,11 +95333,6 @@ export namespace compute_v1 { } export interface Params$Resource$Subnetworks$Listusable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -97499,11 +95356,6 @@ export namespace compute_v1 { } export interface Params$Resource$Subnetworks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The drain timeout specifies the upper bound in seconds on the amount of time allowed to drain connections from the current ACTIVE subnetwork to the current BACKUP subnetwork. The drain timeout is only applicable when the following conditions are true: - the subnetwork being patched has purpose = INTERNAL_HTTPS_LOAD_BALANCER - the subnetwork being patched has role = BACKUP - the patch request is setting the role to ACTIVE. Note that after this patch operation the roles of the ACTIVE and BACKUP subnetworks will be swapped. */ @@ -97532,11 +95384,6 @@ export namespace compute_v1 { } export interface Params$Resource$Subnetworks$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -97557,11 +95404,6 @@ export namespace compute_v1 { } export interface Params$Resource$Subnetworks$Setprivateipgoogleaccess extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -97586,11 +95428,6 @@ export namespace compute_v1 { } export interface Params$Resource$Subnetworks$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -98628,11 +96465,6 @@ export namespace compute_v1 { export interface Params$Resource$Targethttpproxies$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -98660,11 +96492,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targethttpproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -98680,11 +96507,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targethttpproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -98696,11 +96518,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targethttpproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -98717,11 +96534,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targethttpproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -98745,11 +96557,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targethttpproxies$Seturlmap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100324,11 +98131,6 @@ export namespace compute_v1 { export interface Params$Resource$Targethttpsproxies$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -100356,11 +98158,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targethttpsproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100376,11 +98173,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targethttpsproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100392,11 +98184,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targethttpsproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100413,11 +98200,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targethttpsproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -100441,11 +98223,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targethttpsproxies$Setquicoverride extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100466,11 +98243,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targethttpsproxies$Setsslcertificates extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100491,11 +98263,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targethttpsproxies$Setsslpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -100516,11 +98283,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targethttpsproxies$Seturlmap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -101397,11 +99159,6 @@ export namespace compute_v1 { export interface Params$Resource$Targetinstances$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -101429,11 +99186,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetinstances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -101453,11 +99205,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetinstances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -101473,11 +99220,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetinstances$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -101498,11 +99240,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetinstances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -103441,11 +101178,6 @@ export namespace compute_v1 { export interface Params$Resource$Targetpools$Addhealthcheck extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -103470,11 +101202,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetpools$Addinstance extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -103499,11 +101226,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetpools$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -103531,11 +101253,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetpools$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -103554,11 +101271,6 @@ export namespace compute_v1 { targetPool?: string; } export interface Params$Resource$Targetpools$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -103574,11 +101286,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetpools$Gethealth extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -103599,11 +101306,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetpools$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -103623,11 +101325,6 @@ export namespace compute_v1 { requestBody?: Schema$TargetPool; } export interface Params$Resource$Targetpools$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -103655,11 +101352,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetpools$Removehealthcheck extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -103684,11 +101376,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetpools$Removeinstance extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -103713,11 +101400,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetpools$Setbackup extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * New failoverRatio value for the target pool. */ @@ -105119,11 +102801,6 @@ export namespace compute_v1 { export interface Params$Resource$Targetsslproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -105139,11 +102816,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetsslproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -105155,11 +102827,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetsslproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -105176,11 +102843,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetsslproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -105204,11 +102866,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetsslproxies$Setbackendservice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -105229,11 +102886,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetsslproxies$Setproxyheader extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -105254,11 +102906,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetsslproxies$Setsslcertificates extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -105279,11 +102926,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetsslproxies$Setsslpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -106321,11 +103963,6 @@ export namespace compute_v1 { export interface Params$Resource$Targettcpproxies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -106341,11 +103978,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targettcpproxies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -106357,11 +103989,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targettcpproxies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -106378,11 +104005,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targettcpproxies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -106406,11 +104028,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targettcpproxies$Setbackendservice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -106431,11 +104048,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targettcpproxies$Setproxyheader extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -107318,11 +104930,6 @@ export namespace compute_v1 { export interface Params$Resource$Targetvpngateways$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -107350,11 +104957,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetvpngateways$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -107374,11 +104976,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetvpngateways$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -107394,11 +104991,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetvpngateways$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -107419,11 +105011,6 @@ export namespace compute_v1 { } export interface Params$Resource$Targetvpngateways$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -108999,11 +106586,6 @@ export namespace compute_v1 { export interface Params$Resource$Urlmaps$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -109030,11 +106612,6 @@ export namespace compute_v1 { project?: string; } export interface Params$Resource$Urlmaps$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -109049,11 +106626,6 @@ export namespace compute_v1 { urlMap?: string; } export interface Params$Resource$Urlmaps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -109064,11 +106636,6 @@ export namespace compute_v1 { urlMap?: string; } export interface Params$Resource$Urlmaps$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -109085,11 +106652,6 @@ export namespace compute_v1 { } export interface Params$Resource$Urlmaps$Invalidatecache extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -109109,11 +106671,6 @@ export namespace compute_v1 { requestBody?: Schema$CacheInvalidationRule; } export interface Params$Resource$Urlmaps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -109136,11 +106693,6 @@ export namespace compute_v1 { project?: string; } export interface Params$Resource$Urlmaps$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -109160,11 +106712,6 @@ export namespace compute_v1 { requestBody?: Schema$UrlMap; } export interface Params$Resource$Urlmaps$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -109184,11 +106731,6 @@ export namespace compute_v1 { requestBody?: Schema$UrlMap; } export interface Params$Resource$Urlmaps$Validate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -110546,11 +108088,6 @@ export namespace compute_v1 { export interface Params$Resource$Vpngateways$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -110578,11 +108115,6 @@ export namespace compute_v1 { } export interface Params$Resource$Vpngateways$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -110601,11 +108133,6 @@ export namespace compute_v1 { vpnGateway?: string; } export interface Params$Resource$Vpngateways$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -110621,11 +108148,6 @@ export namespace compute_v1 { } export interface Params$Resource$Vpngateways$Getstatus extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -110641,11 +108163,6 @@ export namespace compute_v1 { } export interface Params$Resource$Vpngateways$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -110665,11 +108182,6 @@ export namespace compute_v1 { requestBody?: Schema$VpnGateway; } export interface Params$Resource$Vpngateways$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -110697,11 +108209,6 @@ export namespace compute_v1 { } export interface Params$Resource$Vpngateways$Setlabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -110726,11 +108233,6 @@ export namespace compute_v1 { } export interface Params$Resource$Vpngateways$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -111625,11 +109127,6 @@ export namespace compute_v1 { export interface Params$Resource$Vpntunnels$Aggregatedlist extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -111657,11 +109154,6 @@ export namespace compute_v1 { } export interface Params$Resource$Vpntunnels$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -111680,11 +109172,6 @@ export namespace compute_v1 { vpnTunnel?: string; } export interface Params$Resource$Vpntunnels$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -111700,11 +109187,6 @@ export namespace compute_v1 { } export interface Params$Resource$Vpntunnels$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -111724,11 +109206,6 @@ export namespace compute_v1 { requestBody?: Schema$VpnTunnel; } export interface Params$Resource$Vpntunnels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -112391,11 +109868,6 @@ export namespace compute_v1 { export interface Params$Resource$Zoneoperations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to delete. */ @@ -112411,11 +109883,6 @@ export namespace compute_v1 { } export interface Params$Resource$Zoneoperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -112431,11 +109898,6 @@ export namespace compute_v1 { } export interface Params$Resource$Zoneoperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -112463,11 +109925,6 @@ export namespace compute_v1 { } export interface Params$Resource$Zoneoperations$Wait extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Operations resource to return. */ @@ -112798,11 +110255,6 @@ export namespace compute_v1 { } export interface Params$Resource$Zones$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -112813,11 +110265,6 @@ export namespace compute_v1 { zone?: string; } export interface Params$Resource$Zones$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ diff --git a/src/apis/container/package.json b/src/apis/container/package.json index d997e56919..2939d89f9f 100644 --- a/src/apis/container/package.json +++ b/src/apis/container/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/container/v1.ts b/src/apis/container/v1.ts index fcf76b5f6e..3a1843f3b3 100644 --- a/src/apis/container/v1.ts +++ b/src/apis/container/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace container_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2266,11 +2278,6 @@ export namespace container_v1 { export interface Params$Resource$Projects$Aggregated$Usablesubnetworks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Filtering currently only supports equality on the networkProjectId and must be in the form: "networkProjectId=[PROJECTID]", where `networkProjectId` is the project which owns the listed subnetworks. This defaults to the parent project ID. */ @@ -2451,11 +2458,6 @@ export namespace container_v1 { export interface Params$Resource$Projects$Locations$Getserverconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project and location) of the server config to get, specified in the format `projects/x/locations/x`. */ @@ -5336,11 +5338,6 @@ export namespace container_v1 { export interface Params$Resource$Projects$Locations$Clusters$Completeiprotation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster id) of the cluster to complete IP rotation. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5353,11 +5350,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent (project and location) where the cluster will be created. Specified in the format `projects/x/locations/x`. */ @@ -5370,11 +5362,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to delete. This field has been deprecated and replaced by the name field. */ @@ -5394,11 +5381,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the name field. */ @@ -5418,11 +5400,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Getjwks extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The cluster (project, location, cluster id) to get keys for. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5430,11 +5407,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent (project and location) where the clusters will be listed. Specified in the format `projects/x/locations/x`. Location "-" matches all zones and all regions. */ @@ -5450,11 +5422,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Setaddons extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster) of the cluster to set addons. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5467,11 +5434,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Setlegacyabac extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster id) of the cluster to set legacy abac. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5484,11 +5446,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Setlocations extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster) of the cluster to set locations. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5501,11 +5458,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Setlogging extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster) of the cluster to set logging. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5518,11 +5470,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Setmaintenancepolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster id) of the cluster to set maintenance policy. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5535,11 +5482,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Setmasterauth extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster) of the cluster to set auth. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5552,11 +5494,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Setmonitoring extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster) of the cluster to set monitoring. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5569,11 +5506,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Setnetworkpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster id) of the cluster to set networking policy. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5586,11 +5518,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Setresourcelabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster id) of the cluster to set labels. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5603,11 +5530,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Startiprotation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster id) of the cluster to start IP rotation. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5620,11 +5542,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster) of the cluster to update. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5637,11 +5554,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Updatemaster extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster) of the cluster to update. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -7109,11 +7021,6 @@ export namespace container_v1 { export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent (project, location, cluster id) where the node pool will be created. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -7126,11 +7033,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -7154,11 +7056,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -7182,11 +7079,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field. */ @@ -7206,11 +7098,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Rollback extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster, node pool id) of the node poll to rollback upgrade. Specified in the format `projects/x/locations/x/clusters/x/nodePools/x`. */ @@ -7223,11 +7110,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Setautoscaling extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster, node pool) of the node pool to set autoscaler settings. Specified in the format `projects/x/locations/x/clusters/x/nodePools/x`. */ @@ -7240,11 +7122,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Setmanagement extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster, node pool id) of the node pool to set management properties. Specified in the format `projects/x/locations/x/clusters/x/nodePools/x`. */ @@ -7257,11 +7134,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Setsize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster, node pool id) of the node pool to set size. Specified in the format `projects/x/locations/x/clusters/x/nodePools/x`. */ @@ -7274,11 +7146,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster, node pool) of the node pool to update. Specified in the format `projects/x/locations/x/clusters/x/nodePools/x`. */ @@ -7447,11 +7314,6 @@ export namespace container_v1 { export interface Params$Resource$Projects$Locations$Clusters$WellKnown$Getopenidconfiguration extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The cluster (project, location, cluster id) to get the discovery document for. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -7913,11 +7775,6 @@ export namespace container_v1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, operation id) of the operation to cancel. Specified in the format `projects/x/locations/x/operations/x`. */ @@ -7930,11 +7787,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, operation id) of the operation to get. Specified in the format `projects/x/locations/x/operations/x`. */ @@ -7954,11 +7806,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent (project and location) where the operations will be listed. Specified in the format `projects/x/locations/x`. Location "-" matches all zones and all regions. */ @@ -8132,11 +7979,6 @@ export namespace container_v1 { export interface Params$Resource$Projects$Zones$Getserverconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project and location) of the server config to get, specified in the format `projects/x/locations/x`. */ @@ -11029,11 +10871,6 @@ export namespace container_v1 { export interface Params$Resource$Projects$Zones$Clusters$Addons extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -11054,11 +10891,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Completeiprotation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -11079,11 +10911,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The Google Developers Console [project ID or project number](https://support.google.com/cloud/answer/6158840). This field has been deprecated and replaced by the parent field. */ @@ -11100,11 +10927,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to delete. This field has been deprecated and replaced by the name field. */ @@ -11124,11 +10946,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the name field. */ @@ -11148,11 +10965,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Legacyabac extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field. */ @@ -11173,11 +10985,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent (project and location) where the clusters will be listed. Specified in the format `projects/x/locations/x`. Location "-" matches all zones and all regions. */ @@ -11193,11 +11000,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Locations extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -11218,11 +11020,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Logging extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -11243,11 +11040,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Master extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -11268,11 +11060,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Monitoring extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -11293,11 +11080,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Resourcelabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -11318,11 +11100,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Setmaintenancepolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the cluster to update. */ @@ -11343,11 +11120,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Setmasterauth extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -11368,11 +11140,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Setnetworkpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -11393,11 +11160,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Startiprotation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -11418,11 +11180,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -12976,11 +12733,6 @@ export namespace container_v1 { export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Autoscaling extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -13005,11 +12757,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field. */ @@ -13030,11 +12777,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -13058,11 +12800,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -13086,11 +12823,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field. */ @@ -13110,11 +12842,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Rollback extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to rollback. This field has been deprecated and replaced by the name field. */ @@ -13139,11 +12866,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Setmanagement extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field. */ @@ -13168,11 +12890,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Setsize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field. */ @@ -13197,11 +12914,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -13696,11 +13408,6 @@ export namespace container_v1 { export interface Params$Resource$Projects$Zones$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. The server-assigned `name` of the operation. This field has been deprecated and replaced by the name field. */ @@ -13721,11 +13428,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, operation id) of the operation to get. Specified in the format `projects/x/locations/x/operations/x`. */ @@ -13745,11 +13447,6 @@ export namespace container_v1 { } export interface Params$Resource$Projects$Zones$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent (project and location) where the operations will be listed. Specified in the format `projects/x/locations/x`. Location "-" matches all zones and all regions. */ diff --git a/src/apis/container/v1beta1.ts b/src/apis/container/v1beta1.ts index 113c0382a3..6aceaf1676 100644 --- a/src/apis/container/v1beta1.ts +++ b/src/apis/container/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace container_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2546,11 +2558,6 @@ export namespace container_v1beta1 { export interface Params$Resource$Projects$Aggregated$Usablesubnetworks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Filtering currently only supports equality on the networkProjectId and must be in the form: "networkProjectId=[PROJECTID]", where `networkProjectId` is the project which owns the listed subnetworks. This defaults to the parent project ID. */ @@ -2870,11 +2877,6 @@ export namespace container_v1beta1 { export interface Params$Resource$Projects$Locations$Getserverconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project and location) of the server config to get, specified in the format `projects/x/locations/x`. */ @@ -2890,11 +2892,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Contains the name of the resource requested. Specified in the format `projects/x`. */ @@ -5776,11 +5773,6 @@ export namespace container_v1beta1 { export interface Params$Resource$Projects$Locations$Clusters$Completeiprotation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster id) of the cluster to complete IP rotation. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5793,11 +5785,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent (project and location) where the cluster will be created. Specified in the format `projects/x/locations/x`. */ @@ -5810,11 +5797,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to delete. This field has been deprecated and replaced by the name field. */ @@ -5834,11 +5816,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the name field. */ @@ -5858,11 +5835,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Getjwks extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The cluster (project, location, cluster id) to get keys for. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5870,11 +5842,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent (project and location) where the clusters will be listed. Specified in the format `projects/x/locations/x`. Location "-" matches all zones and all regions. */ @@ -5890,11 +5857,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Setaddons extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster) of the cluster to set addons. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5907,11 +5869,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Setlegacyabac extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster id) of the cluster to set legacy abac. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5924,11 +5881,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Setlocations extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster) of the cluster to set locations. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5941,11 +5893,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Setlogging extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster) of the cluster to set logging. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5958,11 +5905,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Setmaintenancepolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster id) of the cluster to set maintenance policy. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5975,11 +5917,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Setmasterauth extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster) of the cluster to set auth. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -5992,11 +5929,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Setmonitoring extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster) of the cluster to set monitoring. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -6009,11 +5941,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Setnetworkpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster id) of the cluster to set networking policy. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -6026,11 +5953,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Setresourcelabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster id) of the cluster to set labels. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -6043,11 +5965,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Startiprotation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster id) of the cluster to start IP rotation. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -6060,11 +5977,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster) of the cluster to update. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -6077,11 +5989,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Updatemaster extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster) of the cluster to update. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -7549,11 +7456,6 @@ export namespace container_v1beta1 { export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent (project, location, cluster id) where the node pool will be created. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -7566,11 +7468,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -7594,11 +7491,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -7622,11 +7514,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field. */ @@ -7646,11 +7533,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Rollback extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster, node pool id) of the node poll to rollback upgrade. Specified in the format `projects/x/locations/x/clusters/x/nodePools/x`. */ @@ -7663,11 +7545,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Setautoscaling extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster, node pool) of the node pool to set autoscaler settings. Specified in the format `projects/x/locations/x/clusters/x/nodePools/x`. */ @@ -7680,11 +7557,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Setmanagement extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster, node pool id) of the node pool to set management properties. Specified in the format `projects/x/locations/x/clusters/x/nodePools/x`. */ @@ -7697,11 +7569,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Setsize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster, node pool id) of the node pool to set size. Specified in the format `projects/x/locations/x/clusters/x/nodePools/x`. */ @@ -7714,11 +7581,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Clusters$Nodepools$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, cluster, node pool) of the node pool to update. Specified in the format `projects/x/locations/x/clusters/x/nodePools/x`. */ @@ -7887,11 +7749,6 @@ export namespace container_v1beta1 { export interface Params$Resource$Projects$Locations$Clusters$WellKnown$Getopenidconfiguration extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The cluster (project, location, cluster id) to get the discovery document for. Specified in the format `projects/x/locations/x/clusters/x`. */ @@ -8356,11 +8213,6 @@ export namespace container_v1beta1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, operation id) of the operation to cancel. Specified in the format `projects/x/locations/x/operations/x`. */ @@ -8373,11 +8225,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, operation id) of the operation to get. Specified in the format `projects/x/locations/x/operations/x`. */ @@ -8397,11 +8244,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent (project and location) where the operations will be listed. Specified in the format `projects/x/locations/x`. Location "-" matches all zones and all regions. */ @@ -8577,11 +8419,6 @@ export namespace container_v1beta1 { export interface Params$Resource$Projects$Zones$Getserverconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project and location) of the server config to get, specified in the format `projects/x/locations/x`. */ @@ -11480,11 +11317,6 @@ export namespace container_v1beta1 { export interface Params$Resource$Projects$Zones$Clusters$Addons extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -11505,11 +11337,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Completeiprotation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -11530,11 +11357,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The Google Developers Console [project ID or project number](https://support.google.com/cloud/answer/6158840). This field has been deprecated and replaced by the parent field. */ @@ -11551,11 +11373,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to delete. This field has been deprecated and replaced by the name field. */ @@ -11575,11 +11392,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the name field. */ @@ -11599,11 +11411,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Legacyabac extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field. */ @@ -11624,11 +11431,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent (project and location) where the clusters will be listed. Specified in the format `projects/x/locations/x`. Location "-" matches all zones and all regions. */ @@ -11644,11 +11446,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Locations extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -11669,11 +11466,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Logging extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -11694,11 +11486,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Master extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -11719,11 +11506,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Monitoring extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -11744,11 +11526,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Resourcelabels extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -11769,11 +11546,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Setmaintenancepolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the cluster to update. */ @@ -11794,11 +11566,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Setmasterauth extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -11819,11 +11586,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Setnetworkpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -11844,11 +11606,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Startiprotation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -11869,11 +11626,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -13427,11 +13179,6 @@ export namespace container_v1beta1 { export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Autoscaling extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -13456,11 +13203,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field. */ @@ -13481,11 +13223,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -13509,11 +13246,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. */ @@ -13537,11 +13269,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field. */ @@ -13561,11 +13288,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Rollback extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to rollback. This field has been deprecated and replaced by the name field. */ @@ -13590,11 +13312,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Setmanagement extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field. */ @@ -13619,11 +13336,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Setsize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field. */ @@ -13648,11 +13360,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Clusters$Nodepools$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. */ @@ -14147,11 +13854,6 @@ export namespace container_v1beta1 { export interface Params$Resource$Projects$Zones$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Deprecated. The server-assigned `name` of the operation. This field has been deprecated and replaced by the name field. */ @@ -14172,11 +13874,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name (project, location, operation id) of the operation to get. Specified in the format `projects/x/locations/x/operations/x`. */ @@ -14196,11 +13893,6 @@ export namespace container_v1beta1 { } export interface Params$Resource$Projects$Zones$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent (project and location) where the operations will be listed. Specified in the format `projects/x/locations/x`. Location "-" matches all zones and all regions. */ diff --git a/src/apis/containeranalysis/package.json b/src/apis/containeranalysis/package.json index 385566b065..a80d88613a 100644 --- a/src/apis/containeranalysis/package.json +++ b/src/apis/containeranalysis/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/containeranalysis/v1alpha1.ts b/src/apis/containeranalysis/v1alpha1.ts index fd17ab73b3..9c4f216b0f 100644 --- a/src/apis/containeranalysis/v1alpha1.ts +++ b/src/apis/containeranalysis/v1alpha1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace containeranalysis_v1alpha1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2606,11 +2618,6 @@ export namespace containeranalysis_v1alpha1 { export interface Params$Resource$Projects$Notes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the project. Should be of the form "providers/{provider_id}". @Deprecated */ @@ -2631,11 +2638,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Notes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the note in the form of "providers/{provider_id}/notes/{NOTE_ID}" */ @@ -2643,11 +2645,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Notes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the note in the form of "providers/{provider_id}/notes/{NOTE_ID}" */ @@ -2655,11 +2652,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Notes$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2672,11 +2664,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Notes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. */ @@ -2700,11 +2687,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Notes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the note. Should be of the form "projects/{provider_id}/notes/{note_id}". */ @@ -2721,11 +2703,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Notes$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2738,11 +2715,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Notes$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2913,11 +2885,6 @@ export namespace containeranalysis_v1alpha1 { export interface Params$Resource$Projects$Notes$Occurrences$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. */ @@ -4450,11 +4417,6 @@ export namespace containeranalysis_v1alpha1 { export interface Params$Resource$Projects$Occurrences$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the project. Should be of the form "projects/{project_id}". @Deprecated */ @@ -4471,11 +4433,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Occurrences$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the occurrence in the form of "projects/{project_id}/occurrences/{OCCURRENCE_ID}" */ @@ -4483,11 +4440,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Occurrences$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the occurrence of the form "projects/{project_id}/occurrences/{OCCURRENCE_ID}" */ @@ -4495,11 +4447,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Occurrences$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4512,11 +4459,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Occurrences$Getnotes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the occurrence in the form "projects/{project_id}/occurrences/{OCCURRENCE_ID}" */ @@ -4524,11 +4466,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Occurrences$Getvulnerabilitysummary extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. */ @@ -4540,11 +4477,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Occurrences$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. */ @@ -4572,11 +4504,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Occurrences$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the occurrence. Should be of the form "projects/{project_id}/occurrences/{OCCURRENCE_ID}". */ @@ -4593,11 +4520,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Occurrences$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -4610,11 +4532,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Occurrences$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4925,11 +4842,6 @@ export namespace containeranalysis_v1alpha1 { export interface Params$Resource$Projects$Operations$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project Id that this operation should be created under. */ @@ -4942,11 +4854,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Operations$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the Operation. Should be of the form "projects/{provider_id}/operations/{operation_id}". */ @@ -5398,11 +5305,6 @@ export namespace containeranalysis_v1alpha1 { export interface Params$Resource$Projects$Scanconfigs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the ScanConfig in the form projects/{project_id}/scanConfigs/{scan_config_id} */ @@ -5410,11 +5312,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Scanconfigs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. */ @@ -5434,11 +5331,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Projects$Scanconfigs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The scan config to update of the form projects/{project_id}/scanConfigs/{scan_config_id}. */ @@ -6686,11 +6578,6 @@ export namespace containeranalysis_v1alpha1 { export interface Params$Resource$Providers$Notes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the project. Should be of the form "providers/{provider_id}". @Deprecated */ @@ -6711,11 +6598,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Providers$Notes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the note in the form of "providers/{provider_id}/notes/{NOTE_ID}" */ @@ -6723,11 +6605,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Providers$Notes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the note in the form of "providers/{provider_id}/notes/{NOTE_ID}" */ @@ -6735,11 +6612,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Providers$Notes$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -6752,11 +6624,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Providers$Notes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. */ @@ -6780,11 +6647,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Providers$Notes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the note. Should be of the form "projects/{provider_id}/notes/{note_id}". */ @@ -6801,11 +6663,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Providers$Notes$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -6818,11 +6675,6 @@ export namespace containeranalysis_v1alpha1 { } export interface Params$Resource$Providers$Notes$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -6993,11 +6845,6 @@ export namespace containeranalysis_v1alpha1 { export interface Params$Resource$Providers$Notes$Occurrences$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. */ diff --git a/src/apis/containeranalysis/v1beta1.ts b/src/apis/containeranalysis/v1beta1.ts index 85732bfc5d..10a95dbe7f 100644 --- a/src/apis/containeranalysis/v1beta1.ts +++ b/src/apis/containeranalysis/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace containeranalysis_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2905,11 +2917,6 @@ export namespace containeranalysis_v1beta1 { export interface Params$Resource$Projects$Notes$Batchcreate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the notes are to be created. */ @@ -2922,11 +2929,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Notes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID to use for this note. */ @@ -2943,11 +2945,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Notes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. */ @@ -2955,11 +2952,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Notes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. */ @@ -2967,11 +2959,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Notes$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2984,11 +2971,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Notes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. */ @@ -3008,11 +2990,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Notes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the note in the form of `projects/[PROVIDER_ID]/notes/[NOTE_ID]`. */ @@ -3029,11 +3006,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Notes$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -3046,11 +3018,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Notes$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3221,11 +3188,6 @@ export namespace containeranalysis_v1beta1 { export interface Params$Resource$Projects$Notes$Occurrences$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. */ @@ -4896,11 +4858,6 @@ export namespace containeranalysis_v1beta1 { export interface Params$Resource$Projects$Occurrences$Batchcreate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrences are to be created. */ @@ -4913,11 +4870,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Occurrences$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the project in the form of `projects/[PROJECT_ID]`, under which the occurrence is to be created. */ @@ -4930,11 +4882,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Occurrences$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. */ @@ -4942,11 +4889,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Occurrences$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. */ @@ -4954,11 +4896,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Occurrences$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4971,11 +4908,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Occurrences$Getnotes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. */ @@ -4983,11 +4915,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Occurrences$Getvulnerabilitysummary extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. */ @@ -4999,11 +4926,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Occurrences$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. */ @@ -5023,11 +4945,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Occurrences$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the occurrence in the form of `projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]`. */ @@ -5044,11 +4961,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Occurrences$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -5061,11 +4973,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Occurrences$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -5515,11 +5422,6 @@ export namespace containeranalysis_v1beta1 { export interface Params$Resource$Projects$Scanconfigs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the scan configuration in the form of `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`. */ @@ -5527,11 +5429,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Scanconfigs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The filter expression. */ @@ -5551,11 +5448,6 @@ export namespace containeranalysis_v1beta1 { } export interface Params$Resource$Projects$Scanconfigs$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the scan configuration in the form of `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`. */ diff --git a/src/apis/content/package.json b/src/apis/content/package.json index 73ddf08e44..f5f961a586 100644 --- a/src/apis/content/package.json +++ b/src/apis/content/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/content/v2.1.ts b/src/apis/content/v2.1.ts index 776b9c7f48..ad93044dce 100644 --- a/src/apis/content/v2.1.ts +++ b/src/apis/content/v2.1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace content_v2_1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -6839,19 +6851,9 @@ export namespace content_v2_1 { } export interface Params$Resource$Accounts$Authinfo - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Accounts$Claimwebsite extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account whose website is claimed. */ @@ -6867,22 +6869,12 @@ export namespace content_v2_1 { } export interface Params$Resource$Accounts$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$AccountsCustomBatchRequest; } export interface Params$Resource$Accounts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account. */ @@ -6897,11 +6889,6 @@ export namespace content_v2_1 { merchantId?: string; } export interface Params$Resource$Accounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account. */ @@ -6912,11 +6899,6 @@ export namespace content_v2_1 { merchantId?: string; } export interface Params$Resource$Accounts$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the managing account. This must be a multi-client account. */ @@ -6928,11 +6910,6 @@ export namespace content_v2_1 { requestBody?: Schema$Account; } export interface Params$Resource$Accounts$Link extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that should be linked. */ @@ -6948,11 +6925,6 @@ export namespace content_v2_1 { requestBody?: Schema$AccountsLinkRequest; } export interface Params$Resource$Accounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of accounts to return in the response, used for paging. */ @@ -6968,11 +6940,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Accounts$Listlinks extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to list links. */ @@ -6991,11 +6958,6 @@ export namespace content_v2_1 { pageToken?: string; } export interface Params$Resource$Accounts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account. */ @@ -7454,11 +7416,6 @@ export namespace content_v2_1 { export interface Params$Resource$Accountstatuses$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -7466,11 +7423,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Accountstatuses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account. */ @@ -7486,11 +7438,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Accountstatuses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. */ @@ -8087,22 +8034,12 @@ export namespace content_v2_1 { export interface Params$Resource$Accounttax$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$AccounttaxCustomBatchRequest; } export interface Params$Resource$Accounttax$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to get/update account tax settings. */ @@ -8113,11 +8050,6 @@ export namespace content_v2_1 { merchantId?: string; } export interface Params$Resource$Accounttax$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of tax settings to return in the response, used for paging. */ @@ -8133,11 +8065,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Accounttax$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to get/update account tax settings. */ @@ -9169,22 +9096,12 @@ export namespace content_v2_1 { export interface Params$Resource$Datafeeds$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$DatafeedsCustomBatchRequest; } export interface Params$Resource$Datafeeds$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the datafeed. */ @@ -9196,11 +9113,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Datafeeds$Fetchnow extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the datafeed to be fetched. */ @@ -9211,11 +9123,6 @@ export namespace content_v2_1 { merchantId?: string; } export interface Params$Resource$Datafeeds$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the datafeed. */ @@ -9226,11 +9133,6 @@ export namespace content_v2_1 { merchantId?: string; } export interface Params$Resource$Datafeeds$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the datafeed. This account cannot be a multi-client account. */ @@ -9242,11 +9144,6 @@ export namespace content_v2_1 { requestBody?: Schema$Datafeed; } export interface Params$Resource$Datafeeds$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of products to return in the response, used for paging. */ @@ -9261,11 +9158,6 @@ export namespace content_v2_1 { pageToken?: string; } export interface Params$Resource$Datafeeds$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the datafeed. */ @@ -9732,11 +9624,6 @@ export namespace content_v2_1 { export interface Params$Resource$Datafeedstatuses$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -9744,11 +9631,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Datafeedstatuses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The country for which to get the datafeed status. If this parameter is provided then language must also be provided. Note that this parameter is required for feeds targeting multiple countries and languages, since a feed may have a different status for each target. */ @@ -9768,11 +9650,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Datafeedstatuses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of products to return in the response, used for paging. */ @@ -11304,22 +11181,12 @@ export namespace content_v2_1 { export interface Params$Resource$Liasettings$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$LiasettingsCustomBatchRequest; } export interface Params$Resource$Liasettings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to get or update LIA settings. */ @@ -11331,11 +11198,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Liasettings$Getaccessiblegmbaccounts extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to retrieve accessible Google My Business accounts. */ @@ -11346,11 +11208,6 @@ export namespace content_v2_1 { merchantId?: string; } export interface Params$Resource$Liasettings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of LIA settings to return in the response, used for paging. */ @@ -11365,19 +11222,9 @@ export namespace content_v2_1 { pageToken?: string; } export interface Params$Resource$Liasettings$Listposdataproviders - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Liasettings$Requestgmbaccess extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which GMB access is requested. */ @@ -11393,11 +11240,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Liasettings$Requestinventoryverification extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -11413,11 +11255,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Liasettings$Setinventoryverificationcontact extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -11445,11 +11282,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Liasettings$Setposdataprovider extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to retrieve accessible Google My Business accounts. */ @@ -11473,11 +11305,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Liasettings$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to get or update LIA settings. */ @@ -11809,11 +11636,6 @@ export namespace content_v2_1 { export interface Params$Resource$Localinventory$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -11821,11 +11643,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Localinventory$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that contains the product. This account cannot be a multi-client account. */ @@ -12176,11 +11993,6 @@ export namespace content_v2_1 { export interface Params$Resource$Orderinvoices$Createchargeinvoice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -12197,11 +12009,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orderinvoices$Createrefundinvoice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -12552,11 +12359,6 @@ export namespace content_v2_1 { export interface Params$Resource$Orderreports$Listdisbursements extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The last date which disbursements occurred. In ISO 8601 format. Default: current date. */ @@ -12580,11 +12382,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orderreports$Listtransactions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Google-provided ID of the disbursement (found in Wallet). */ @@ -13242,11 +13039,6 @@ export namespace content_v2_1 { export interface Params$Resource$Orderreturns$Acknowledge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -13262,11 +13054,6 @@ export namespace content_v2_1 { requestBody?: Schema$OrderreturnsAcknowledgeRequest; } export interface Params$Resource$Orderreturns$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -13278,11 +13065,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orderreturns$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Obtains order returns that match the acknowledgement status. When set to true, obtains order returns that have been acknowledged. When false, obtains order returns that have not been acknowledged. When not provided, obtains order returns regardless of their acknowledgement status. We recommend using this filter set to `false`, in conjunction with the `acknowledge` call, such that only un-acknowledged order returns are returned. */ @@ -13334,11 +13116,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orderreturns$Process extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16301,11 +16078,6 @@ export namespace content_v2_1 { export interface Params$Resource$Orders$Acknowledge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16322,11 +16094,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Advancetestorder extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16337,11 +16104,6 @@ export namespace content_v2_1 { orderId?: string; } export interface Params$Resource$Orders$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16358,11 +16120,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Cancellineitem extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16379,11 +16136,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Canceltestorderbycustomer extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16400,11 +16152,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Createtestorder extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that should manage the order. This cannot be a multi-client account. */ @@ -16417,11 +16164,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Createtestreturn extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16437,11 +16179,6 @@ export namespace content_v2_1 { requestBody?: Schema$OrdersCreateTestReturnRequest; } export interface Params$Resource$Orders$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16453,11 +16190,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Getbymerchantorderid extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16469,11 +16201,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Gettestordertemplate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The country of the template to retrieve. Defaults to `US`. */ @@ -16489,11 +16216,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Instorerefundlineitem extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16509,11 +16231,6 @@ export namespace content_v2_1 { requestBody?: Schema$OrdersInStoreRefundLineItemRequest; } export interface Params$Resource$Orders$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Obtains orders that match the acknowledgement status. When set to true, obtains orders that have been acknowledged. When false, obtains orders that have not been acknowledged. We recommend using this filter set to `false`, in conjunction with the `acknowledge` call, such that only un-acknowledged orders are returned. */ @@ -16549,11 +16266,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Rejectreturnlineitem extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16570,11 +16282,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Returnrefundlineitem extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16591,11 +16298,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Setlineitemmetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16612,11 +16314,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Shiplineitems extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16633,11 +16330,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Updatelineitemshippingdetails extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16654,11 +16346,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Updatemerchantorderid extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16675,11 +16362,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Orders$Updateshipment extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -17715,22 +17397,12 @@ export namespace content_v2_1 { } export interface Params$Resource$Pos$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$PosCustomBatchRequest; } export interface Params$Resource$Pos$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the POS or inventory data provider. */ @@ -17745,11 +17417,6 @@ export namespace content_v2_1 { targetMerchantId?: string; } export interface Params$Resource$Pos$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the POS or inventory data provider. */ @@ -17764,11 +17431,6 @@ export namespace content_v2_1 { targetMerchantId?: string; } export interface Params$Resource$Pos$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the POS or inventory data provider. */ @@ -17784,11 +17446,6 @@ export namespace content_v2_1 { requestBody?: Schema$PosStore; } export interface Params$Resource$Pos$Inventory extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the POS or inventory data provider. */ @@ -17804,11 +17461,6 @@ export namespace content_v2_1 { requestBody?: Schema$PosInventoryRequest; } export interface Params$Resource$Pos$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the POS or inventory data provider. */ @@ -17819,11 +17471,6 @@ export namespace content_v2_1 { targetMerchantId?: string; } export interface Params$Resource$Pos$Sale extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the POS or inventory data provider. */ @@ -18759,22 +18406,12 @@ export namespace content_v2_1 { export interface Params$Resource$Products$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$ProductsCustomBatchRequest; } export interface Params$Resource$Products$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Content API Supplemental Feed ID. */ @@ -18789,11 +18426,6 @@ export namespace content_v2_1 { productId?: string; } export interface Params$Resource$Products$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that contains the product. This account cannot be a multi-client account. */ @@ -18804,11 +18436,6 @@ export namespace content_v2_1 { productId?: string; } export interface Params$Resource$Products$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Content API Supplemental Feed ID. */ @@ -18824,11 +18451,6 @@ export namespace content_v2_1 { requestBody?: Schema$Product; } export interface Params$Resource$Products$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of products to return in the response, used for paging. */ @@ -19290,11 +18912,6 @@ export namespace content_v2_1 { export interface Params$Resource$Productstatuses$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -19302,11 +18919,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Productstatuses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. */ @@ -19322,11 +18934,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Productstatuses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. */ @@ -19643,11 +19250,6 @@ export namespace content_v2_1 { export interface Params$Resource$Pubsubnotificationsettings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to get pubsub notification settings. */ @@ -19655,11 +19257,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Pubsubnotificationsettings$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account. */ @@ -19990,11 +19587,6 @@ export namespace content_v2_1 { export interface Params$Resource$Regionalinventory$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -20002,11 +19594,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Regionalinventory$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that contains the product. This account cannot be a multi-client account. */ @@ -20742,11 +20329,6 @@ export namespace content_v2_1 { export interface Params$Resource$Returnaddress$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -20754,11 +20336,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Returnaddress$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Merchant Center account from which to delete the given return address. */ @@ -20770,11 +20347,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Returnaddress$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Merchant Center account to get a return address for. */ @@ -20786,11 +20358,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Returnaddress$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Merchant Center account to insert a return address for. */ @@ -20803,11 +20370,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Returnaddress$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * List only return addresses applicable to the given country of sale. When omitted, all return addresses are listed. */ @@ -21539,11 +21101,6 @@ export namespace content_v2_1 { export interface Params$Resource$Returnpolicy$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -21551,11 +21108,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Returnpolicy$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Merchant Center account from which to delete the given return policy. */ @@ -21566,11 +21118,6 @@ export namespace content_v2_1 { returnPolicyId?: string; } export interface Params$Resource$Returnpolicy$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Merchant Center account to get a return policy for. */ @@ -21582,11 +21129,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Returnpolicy$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Merchant Center account to insert a return policy for. */ @@ -21599,11 +21141,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Returnpolicy$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Merchant Center account to list return policies for. */ @@ -21913,11 +21450,6 @@ export namespace content_v2_1 { export interface Params$Resource$Settlementreports$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Merchant Center account of the settlement report. */ @@ -21929,11 +21461,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Settlementreports$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of settlements to return in the response, used for paging. The default value is 200 returns per page, and the maximum allowed value is 5000 returns per page. */ @@ -22119,11 +21646,6 @@ export namespace content_v2_1 { export interface Params$Resource$Settlementtransactions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of transactions to return in the response, used for paging. The default value is 200 transactions per page, and the maximum allowed value is 5000 transactions per page. */ @@ -23192,11 +22714,6 @@ export namespace content_v2_1 { export interface Params$Resource$Shippingsettings$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -23204,11 +22721,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Shippingsettings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to get/update shipping settings. */ @@ -23220,11 +22732,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Shippingsettings$Getsupportedcarriers extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to retrieve the supported carriers. */ @@ -23232,11 +22739,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Shippingsettings$Getsupportedholidays extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to retrieve the supported holidays. */ @@ -23244,11 +22746,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Shippingsettings$Getsupportedpickupservices extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to retrieve the supported pickup services. */ @@ -23256,11 +22753,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Shippingsettings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of shipping settings to return in the response, used for paging. */ @@ -23276,11 +22768,6 @@ export namespace content_v2_1 { } export interface Params$Resource$Shippingsettings$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to get/update shipping settings. */ diff --git a/src/apis/content/v2.ts b/src/apis/content/v2.ts index a67a85277b..58d0485242 100644 --- a/src/apis/content/v2.ts +++ b/src/apis/content/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace content_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -6735,19 +6747,9 @@ export namespace content_v2 { } export interface Params$Resource$Accounts$Authinfo - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Accounts$Claimwebsite extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account whose website is claimed. */ @@ -6763,11 +6765,6 @@ export namespace content_v2 { } export interface Params$Resource$Accounts$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -6779,11 +6776,6 @@ export namespace content_v2 { requestBody?: Schema$AccountsCustomBatchRequest; } export interface Params$Resource$Accounts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account. */ @@ -6802,11 +6794,6 @@ export namespace content_v2 { merchantId?: string; } export interface Params$Resource$Accounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account. */ @@ -6817,11 +6804,6 @@ export namespace content_v2 { merchantId?: string; } export interface Params$Resource$Accounts$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -6837,11 +6819,6 @@ export namespace content_v2 { requestBody?: Schema$Account; } export interface Params$Resource$Accounts$Link extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that should be linked. */ @@ -6857,11 +6834,6 @@ export namespace content_v2 { requestBody?: Schema$AccountsLinkRequest; } export interface Params$Resource$Accounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of accounts to return in the response, used for paging. */ @@ -6876,11 +6848,6 @@ export namespace content_v2 { pageToken?: string; } export interface Params$Resource$Accounts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account. */ @@ -7345,11 +7312,6 @@ export namespace content_v2 { export interface Params$Resource$Accountstatuses$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -7357,11 +7319,6 @@ export namespace content_v2 { } export interface Params$Resource$Accountstatuses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account. */ @@ -7377,11 +7334,6 @@ export namespace content_v2 { } export interface Params$Resource$Accountstatuses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. */ @@ -7985,11 +7937,6 @@ export namespace content_v2 { export interface Params$Resource$Accounttax$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -8001,11 +7948,6 @@ export namespace content_v2 { requestBody?: Schema$AccounttaxCustomBatchRequest; } export interface Params$Resource$Accounttax$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to get/update account tax settings. */ @@ -8016,11 +7958,6 @@ export namespace content_v2 { merchantId?: string; } export interface Params$Resource$Accounttax$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of tax settings to return in the response, used for paging. */ @@ -8036,11 +7973,6 @@ export namespace content_v2 { } export interface Params$Resource$Accounttax$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to get/update account tax settings. */ @@ -9107,11 +9039,6 @@ export namespace content_v2 { export interface Params$Resource$Datafeeds$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -9123,11 +9050,6 @@ export namespace content_v2 { requestBody?: Schema$DatafeedsCustomBatchRequest; } export interface Params$Resource$Datafeeds$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the datafeed. */ @@ -9143,11 +9065,6 @@ export namespace content_v2 { } export interface Params$Resource$Datafeeds$Fetchnow extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the datafeed to be fetched. */ @@ -9162,11 +9079,6 @@ export namespace content_v2 { merchantId?: string; } export interface Params$Resource$Datafeeds$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the datafeed. */ @@ -9177,11 +9089,6 @@ export namespace content_v2 { merchantId?: string; } export interface Params$Resource$Datafeeds$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -9197,11 +9104,6 @@ export namespace content_v2 { requestBody?: Schema$Datafeed; } export interface Params$Resource$Datafeeds$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of products to return in the response, used for paging. */ @@ -9216,11 +9118,6 @@ export namespace content_v2 { pageToken?: string; } export interface Params$Resource$Datafeeds$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the datafeed. */ @@ -9690,11 +9587,6 @@ export namespace content_v2 { export interface Params$Resource$Datafeedstatuses$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -9702,11 +9594,6 @@ export namespace content_v2 { } export interface Params$Resource$Datafeedstatuses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The country for which to get the datafeed status. If this parameter is provided then language must also be provided. Note that this parameter is required for feeds targeting multiple countries and languages, since a feed may have a different status for each target. */ @@ -9726,11 +9613,6 @@ export namespace content_v2 { } export interface Params$Resource$Datafeedstatuses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of products to return in the response, used for paging. */ @@ -10071,11 +9953,6 @@ export namespace content_v2 { export interface Params$Resource$Inventory$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -10087,11 +9964,6 @@ export namespace content_v2 { requestBody?: Schema$InventoryCustomBatchRequest; } export interface Params$Resource$Inventory$Set extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -11640,11 +11512,6 @@ export namespace content_v2 { export interface Params$Resource$Liasettings$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -11656,11 +11523,6 @@ export namespace content_v2 { requestBody?: Schema$LiasettingsCustomBatchRequest; } export interface Params$Resource$Liasettings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to get or update LIA settings. */ @@ -11672,11 +11534,6 @@ export namespace content_v2 { } export interface Params$Resource$Liasettings$Getaccessiblegmbaccounts extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to retrieve accessible Google My Business accounts. */ @@ -11687,11 +11544,6 @@ export namespace content_v2 { merchantId?: string; } export interface Params$Resource$Liasettings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of LIA settings to return in the response, used for paging. */ @@ -11706,19 +11558,9 @@ export namespace content_v2 { pageToken?: string; } export interface Params$Resource$Liasettings$Listposdataproviders - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Liasettings$Requestgmbaccess extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which GMB access is requested. */ @@ -11734,11 +11576,6 @@ export namespace content_v2 { } export interface Params$Resource$Liasettings$Requestinventoryverification extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -11754,11 +11591,6 @@ export namespace content_v2 { } export interface Params$Resource$Liasettings$Setinventoryverificationcontact extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -11786,11 +11618,6 @@ export namespace content_v2 { } export interface Params$Resource$Liasettings$Setposdataprovider extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to retrieve accessible Google My Business accounts. */ @@ -11814,11 +11641,6 @@ export namespace content_v2 { } export interface Params$Resource$Liasettings$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to get or update LIA settings. */ @@ -12173,11 +11995,6 @@ export namespace content_v2 { export interface Params$Resource$Orderinvoices$Createchargeinvoice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -12194,11 +12011,6 @@ export namespace content_v2 { } export interface Params$Resource$Orderinvoices$Createrefundinvoice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -12549,11 +12361,6 @@ export namespace content_v2 { export interface Params$Resource$Orderreports$Listdisbursements extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The last date which disbursements occurred. In ISO 8601 format. Default: current date. */ @@ -12577,11 +12384,6 @@ export namespace content_v2 { } export interface Params$Resource$Orderreports$Listtransactions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Google-provided ID of the disbursement (found in Wallet). */ @@ -12909,11 +12711,6 @@ export namespace content_v2 { } export interface Params$Resource$Orderreturns$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -12925,11 +12722,6 @@ export namespace content_v2 { } export interface Params$Resource$Orderreturns$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Obtains order returns created before this date (inclusively), in ISO 8601 format. */ @@ -16362,11 +16154,6 @@ export namespace content_v2 { export interface Params$Resource$Orders$Acknowledge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16383,11 +16170,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Advancetestorder extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16398,11 +16180,6 @@ export namespace content_v2 { orderId?: string; } export interface Params$Resource$Orders$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16419,11 +16196,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Cancellineitem extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16440,11 +16212,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Canceltestorderbycustomer extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16461,11 +16228,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Createtestorder extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that should manage the order. This cannot be a multi-client account. */ @@ -16478,11 +16240,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Createtestreturn extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16499,22 +16256,12 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$OrdersCustomBatchRequest; } export interface Params$Resource$Orders$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16526,11 +16273,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Getbymerchantorderid extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16542,11 +16284,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Gettestordertemplate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The country of the template to retrieve. Defaults to `US`. */ @@ -16562,11 +16299,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Instorerefundlineitem extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16582,11 +16314,6 @@ export namespace content_v2 { requestBody?: Schema$OrdersInStoreRefundLineItemRequest; } export interface Params$Resource$Orders$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Obtains orders that match the acknowledgement status. When set to true, obtains orders that have been acknowledged. When false, obtains orders that have not been acknowledged. We recommend using this filter set to `false`, in conjunction with the `acknowledge` call, such that only un-acknowledged orders are returned. */ @@ -16621,11 +16348,6 @@ export namespace content_v2 { statuses?: string[]; } export interface Params$Resource$Orders$Refund extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16642,11 +16364,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Rejectreturnlineitem extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16663,11 +16380,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Returnlineitem extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16684,11 +16396,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Returnrefundlineitem extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16705,11 +16412,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Setlineitemmetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16726,11 +16428,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Shiplineitems extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16747,11 +16444,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Updatelineitemshippingdetails extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16768,11 +16460,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Updatemerchantorderid extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -16789,11 +16476,6 @@ export namespace content_v2 { } export interface Params$Resource$Orders$Updateshipment extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that manages the order. This cannot be a multi-client account. */ @@ -17843,11 +17525,6 @@ export namespace content_v2 { } export interface Params$Resource$Pos$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -17859,11 +17536,6 @@ export namespace content_v2 { requestBody?: Schema$PosCustomBatchRequest; } export interface Params$Resource$Pos$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -17882,11 +17554,6 @@ export namespace content_v2 { targetMerchantId?: string; } export interface Params$Resource$Pos$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the POS or inventory data provider. */ @@ -17901,11 +17568,6 @@ export namespace content_v2 { targetMerchantId?: string; } export interface Params$Resource$Pos$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -17925,11 +17587,6 @@ export namespace content_v2 { requestBody?: Schema$PosStore; } export interface Params$Resource$Pos$Inventory extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -17949,11 +17606,6 @@ export namespace content_v2 { requestBody?: Schema$PosInventoryRequest; } export interface Params$Resource$Pos$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the POS or inventory data provider. */ @@ -17964,11 +17616,6 @@ export namespace content_v2 { targetMerchantId?: string; } export interface Params$Resource$Pos$Sale extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -18924,11 +18571,6 @@ export namespace content_v2 { export interface Params$Resource$Products$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -18940,11 +18582,6 @@ export namespace content_v2 { requestBody?: Schema$ProductsCustomBatchRequest; } export interface Params$Resource$Products$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -18959,11 +18596,6 @@ export namespace content_v2 { productId?: string; } export interface Params$Resource$Products$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account that contains the product. This account cannot be a multi-client account. */ @@ -18974,11 +18606,6 @@ export namespace content_v2 { productId?: string; } export interface Params$Resource$Products$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -18994,11 +18621,6 @@ export namespace content_v2 { requestBody?: Schema$Product; } export interface Params$Resource$Products$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to include the invalid inserted items in the result of the list request. By default the invalid items are not shown (the default value is false). */ @@ -19480,11 +19102,6 @@ export namespace content_v2 { export interface Params$Resource$Productstatuses$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to include full product data in the results of this request. The default value is false. */ @@ -19497,11 +19114,6 @@ export namespace content_v2 { } export interface Params$Resource$Productstatuses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. */ @@ -19521,11 +19133,6 @@ export namespace content_v2 { } export interface Params$Resource$Productstatuses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. */ @@ -20603,11 +20210,6 @@ export namespace content_v2 { export interface Params$Resource$Shippingsettings$Custombatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any). */ @@ -20620,11 +20222,6 @@ export namespace content_v2 { } export interface Params$Resource$Shippingsettings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to get/update shipping settings. */ @@ -20636,11 +20233,6 @@ export namespace content_v2 { } export interface Params$Resource$Shippingsettings$Getsupportedcarriers extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to retrieve the supported carriers. */ @@ -20648,11 +20240,6 @@ export namespace content_v2 { } export interface Params$Resource$Shippingsettings$Getsupportedholidays extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to retrieve the supported holidays. */ @@ -20660,11 +20247,6 @@ export namespace content_v2 { } export interface Params$Resource$Shippingsettings$Getsupportedpickupservices extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to retrieve the supported pickup services. */ @@ -20672,11 +20254,6 @@ export namespace content_v2 { } export interface Params$Resource$Shippingsettings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of shipping settings to return in the response, used for paging. */ @@ -20692,11 +20269,6 @@ export namespace content_v2 { } export interface Params$Resource$Shippingsettings$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account for which to get/update shipping settings. */ diff --git a/src/apis/customsearch/package.json b/src/apis/customsearch/package.json index 78142bbb68..b3a46bf09d 100644 --- a/src/apis/customsearch/package.json +++ b/src/apis/customsearch/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/customsearch/v1.ts b/src/apis/customsearch/v1.ts index 0bc07ce028..8bfe6b2c81 100644 --- a/src/apis/customsearch/v1.ts +++ b/src/apis/customsearch/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace customsearch_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -858,11 +870,6 @@ export namespace customsearch_v1 { } export interface Params$Resource$Cse$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Enables or disables [Simplified and Traditional Chinese Search](https://developers.google.com/custom-search/docs/xml_results#chineseSearch). The default value for this parameter is 0 (zero), meaning that the feature is enabled. Supported values are: * `1`: Disabled * `0`: Enabled (default) */ @@ -1466,11 +1473,6 @@ export namespace customsearch_v1 { export interface Params$Resource$Cse$Siterestrict$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Enables or disables [Simplified and Traditional Chinese Search](https://developers.google.com/custom-search/docs/xml_results#chineseSearch). The default value for this parameter is 0 (zero), meaning that the feature is enabled. Supported values are: * `1`: Disabled * `0`: Enabled (default) */ diff --git a/src/apis/datacatalog/package.json b/src/apis/datacatalog/package.json index 6a3cfa1934..1671fc991f 100644 --- a/src/apis/datacatalog/package.json +++ b/src/apis/datacatalog/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/datacatalog/v1beta1.ts b/src/apis/datacatalog/v1beta1.ts index fb1157c3d2..aa290b8779 100644 --- a/src/apis/datacatalog/v1beta1.ts +++ b/src/apis/datacatalog/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace datacatalog_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1019,11 +1031,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Catalog$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1211,11 +1218,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Entries$Lookup extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The full name of the Google Cloud Platform resource the Data Catalog entry represents. See: https://cloud.google.com/apis/design/resource_names#full_resource_name. Full names are case-sensitive. Examples: * //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId * //pubsub.googleapis.com/projects/projectId/topics/topicId */ @@ -2497,11 +2499,6 @@ export namespace datacatalog_v1beta1 { export interface Params$Resource$Projects$Locations$Entrygroups$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The id of the entry group to create. The id must begin with a letter or underscore, contain only English letters, numbers and underscores, and be at most 64 characters. */ @@ -2518,11 +2515,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. If true, deletes all entries in the entry group. */ @@ -2534,11 +2526,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entry group. For example, `projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}`. */ @@ -2550,11 +2537,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2567,11 +2549,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return. Default is 10. Max limit is 1000. Throws an invalid argument for `page_size > 1000`. */ @@ -2587,11 +2564,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the entry group in URL format. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this EntryGroup and its child resources may not actually be stored in the location in this name. */ @@ -2608,11 +2580,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2625,11 +2592,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3784,11 +3746,6 @@ export namespace datacatalog_v1beta1 { export interface Params$Resource$Projects$Locations$Entrygroups$Entries$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The id of the entry to create. */ @@ -3805,11 +3762,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Entries$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entry. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id} */ @@ -3817,11 +3769,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Entries$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entry. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id} */ @@ -3829,11 +3776,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Entries$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3846,11 +3788,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Entries$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. Default is 10. Max limit is 1000. Throws an invalid argument for `page_size > 1000`. */ @@ -3870,11 +3807,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Entries$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Data Catalog resource name of the entry in URL format. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id} Note that this Entry and its child resources may not actually be stored in the location in this name. */ @@ -3891,11 +3823,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Entries$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4551,11 +4478,6 @@ export namespace datacatalog_v1beta1 { export interface Params$Resource$Projects$Locations$Entrygroups$Entries$Tags$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the resource to attach this tag to. Tags can be attached to Entries. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id} Note that this Tag and its child resources may not actually be stored in the location in this name. */ @@ -4568,11 +4490,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Entries$Tags$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the tag to delete. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id} */ @@ -4580,11 +4497,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Entries$Tags$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of tags to return. Default is 10. Max limit is 1000. */ @@ -4600,11 +4512,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Entries$Tags$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the tag in URL format. Example: * projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id} where `tag_id` is a system-generated identifier. Note that this Tag may not actually be stored in the location in this name. */ @@ -5256,11 +5163,6 @@ export namespace datacatalog_v1beta1 { export interface Params$Resource$Projects$Locations$Entrygroups$Tags$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the resource to attach this tag to. Tags can be attached to Entries. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id} Note that this Tag and its child resources may not actually be stored in the location in this name. */ @@ -5273,11 +5175,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Tags$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the tag to delete. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id} */ @@ -5285,11 +5182,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Tags$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of tags to return. Default is 10. Max limit is 1000. */ @@ -5305,11 +5197,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Entrygroups$Tags$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the tag in URL format. Example: * projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id} where `tag_id` is a system-generated identifier. Note that this Tag may not actually be stored in the location in this name. */ @@ -6397,11 +6284,6 @@ export namespace datacatalog_v1beta1 { export interface Params$Resource$Projects$Locations$Tagtemplates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the project and the template location [region](https://cloud.google.com/data-catalog/docs/concepts/regions. Example: * projects/{project_id}/locations/us-central1 */ @@ -6418,11 +6300,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Tagtemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Currently, this field must always be set to `true`. This confirms the deletion of any possible tags using this template. `force = false` will be supported in the future. */ @@ -6434,11 +6311,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Tagtemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the tag template. Example: * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id} */ @@ -6446,11 +6318,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Tagtemplates$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -6463,11 +6330,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Tagtemplates$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the tag template in URL format. Example: * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id} Note that this TagTemplate and its child resources may not actually be stored in the location in this name. */ @@ -6484,11 +6346,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Tagtemplates$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -6501,11 +6358,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Tagtemplates$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -7201,11 +7053,6 @@ export namespace datacatalog_v1beta1 { export interface Params$Resource$Projects$Locations$Tagtemplates$Fields$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the project and the template location [region](https://cloud.google.com/data-catalog/docs/concepts/regions). Example: * projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id} */ @@ -7222,11 +7069,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Tagtemplates$Fields$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Currently, this field must always be set to `true`. This confirms the deletion of this field from any tags using this field. `force = false` will be supported in the future. */ @@ -7238,11 +7080,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Tagtemplates$Fields$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the tag template field. Example: * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id} */ @@ -7259,11 +7096,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Tagtemplates$Fields$Rename extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the tag template. Example: * projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id} */ @@ -8822,11 +8654,6 @@ export namespace datacatalog_v1beta1 { export interface Params$Resource$Projects$Locations$Taxonomies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the project that the taxonomy will belong to. */ @@ -8839,11 +8666,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the taxonomy to be deleted. All policy tags in this taxonomy will also be deleted. */ @@ -8851,11 +8673,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the project that taxonomies to be exported will share. */ @@ -8871,11 +8688,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the requested taxonomy. */ @@ -8883,11 +8695,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -8900,11 +8707,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of project that the imported taxonomies will belong to. */ @@ -8917,11 +8719,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. Must be a value between 1 and 1000. If not set, defaults to 50. */ @@ -8937,11 +8734,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of this taxonomy, whose format is: "projects/{project_number}/locations/{location_id}/taxonomies/{id}". */ @@ -8958,11 +8750,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -8975,11 +8762,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -10224,11 +10006,6 @@ export namespace datacatalog_v1beta1 { export interface Params$Resource$Projects$Locations$Taxonomies$Policytags$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the taxonomy that the policy tag will belong to. */ @@ -10241,11 +10018,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Policytags$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the policy tag to be deleted. All of its descendant policy tags will also be deleted. */ @@ -10253,11 +10025,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Policytags$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the requested policy tag. */ @@ -10265,11 +10032,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Policytags$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -10282,11 +10044,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Policytags$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. Must be a value between 1 and 1000. If not set, defaults to 50. */ @@ -10302,11 +10059,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Policytags$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of this policy tag, whose format is: "projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{id}". */ @@ -10323,11 +10075,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Policytags$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -10340,11 +10087,6 @@ export namespace datacatalog_v1beta1 { } export interface Params$Resource$Projects$Locations$Taxonomies$Policytags$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ diff --git a/src/apis/dataflow/package.json b/src/apis/dataflow/package.json index dd2de16c7e..2fa1817e19 100644 --- a/src/apis/dataflow/package.json +++ b/src/apis/dataflow/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/dataflow/v1b3.ts b/src/apis/dataflow/v1b3.ts index 2443ab26f9..1f847e7f25 100644 --- a/src/apis/dataflow/v1b3.ts +++ b/src/apis/dataflow/v1b3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace dataflow_v1b3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -3753,11 +3765,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Deletesnapshots extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The location that contains this snapshot. */ @@ -3773,11 +3780,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Workermessages extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project to send the WorkerMessages to. */ @@ -4544,11 +4546,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Catalogtemplates$Commit extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The location of the template, name includes project_id and display_name. Commit using project_id(pid1) and display_name(tid1). Format: projects/{pid1}/catalogTemplates/{tid1} */ @@ -4561,11 +4558,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Catalogtemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * name includes project_id and display_name. Delete by project_id(pid1) and display_name(tid1). Format: projects/{pid1}/catalogTemplates/{tid1} */ @@ -4573,11 +4565,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Catalogtemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name includes project_id and display_name. version_id is optional. Get the latest TemplateVersion if version_id not set. Get by project_id(pid1) and display_name(tid1): Format: projects/{pid1}/catalogTemplates/{tid1} Get by project_id(pid1), display_name(tid1), and version_id(vid1): Format: projects/{pid1}/catalogTemplates/{tid1@vid} */ @@ -4585,11 +4572,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Catalogtemplates$Label extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name includes project_id, display_name, and version_id. Updates by project_id(pid1), display_name(tid1), and version_id(vid1): Format: projects/{pid1}/catalogTemplates/{tid1@vid} */ @@ -4602,11 +4584,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Catalogtemplates$Tag extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name includes project_id, display_name, and version_id. Updates by project_id(pid1), display_name(tid1), and version_id(vid1): Format: projects/{pid1}/catalogTemplates/{tid1@vid} */ @@ -4782,11 +4759,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Catalogtemplates$Templateversions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent project and template that the TemplateVersion will be created under. Create using project_id(pid1) and display_name(tid1). Format: projects/{pid1}/catalogTemplates/{tid1} */ @@ -6005,11 +5977,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Jobs$Aggregated extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The kind of filter to use. */ @@ -6037,11 +6004,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Jobs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job. */ @@ -6066,11 +6028,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Jobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The job ID. */ @@ -6090,11 +6047,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Jobs$Getmetrics extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The job to get messages for. */ @@ -6114,11 +6066,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Jobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The kind of filter to use. */ @@ -6146,11 +6093,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Jobs$Snapshot extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The job to be snapshotted. */ @@ -6167,11 +6109,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Jobs$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The job ID. */ @@ -6513,11 +6450,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Jobs$Debug$Getconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The job id. */ @@ -6534,11 +6466,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Jobs$Debug$Sendcapture extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The job id. */ @@ -6734,11 +6661,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Jobs$Messages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Return only messages with timestamps < end_time. The default is now (i.e. return up to the latest messages available). */ @@ -7104,11 +7026,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Jobs$Workitems$Lease extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifies the workflow job this worker belongs to. */ @@ -7125,11 +7042,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Jobs$Workitems$Reportstatus extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The job which the WorkItem is part of. */ @@ -7324,11 +7236,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Locations$Workermessages extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job. */ @@ -7511,11 +7418,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Locations$Flextemplates$Launch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request. E.g., us-central1, us-west1. */ @@ -8592,11 +8494,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Locations$Jobs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job. */ @@ -8621,11 +8518,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Locations$Jobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The job ID. */ @@ -8645,11 +8537,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Locations$Jobs$Getmetrics extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The job to get messages for. */ @@ -8669,11 +8556,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Locations$Jobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The kind of filter to use. */ @@ -8701,11 +8583,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Locations$Jobs$Snapshot extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The job to be snapshotted. */ @@ -8726,11 +8603,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Locations$Jobs$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The job ID. */ @@ -9082,11 +8954,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Locations$Jobs$Debug$Getconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The job id. */ @@ -9107,11 +8974,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Locations$Jobs$Debug$Sendcapture extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The job id. */ @@ -9312,11 +9174,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Locations$Jobs$Messages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Return only messages with timestamps < end_time. The default is now (i.e. return up to the latest messages available). */ @@ -9507,11 +9364,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Locations$Jobs$Snapshots$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If specified, list snapshots created from this job. */ @@ -9867,11 +9719,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Locations$Jobs$Workitems$Lease extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Identifies the workflow job this worker belongs to. */ @@ -9892,11 +9739,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Locations$Jobs$Workitems$Reportstatus extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The job which the WorkItem is part of. */ @@ -10367,11 +10209,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Locations$Snapshots$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The location that contains this snapshot. */ @@ -10387,11 +10224,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Locations$Snapshots$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The location that contains this snapshot. */ @@ -10407,11 +10239,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Locations$Snapshots$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If specified, list snapshots created from this job. */ @@ -10578,11 +10405,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Locations$Sql$Validate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request. */ @@ -11114,11 +10936,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Locations$Templates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request. */ @@ -11135,11 +10952,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Locations$Templates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'. */ @@ -11159,11 +10971,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Locations$Templates$Launch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Path to dynamic template spec file on GCS. The file must be a Json serialized DynamicTemplateFieSpec object. */ @@ -11500,11 +11307,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Snapshots$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The location that contains this snapshot. */ @@ -11520,11 +11322,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Snapshots$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If specified, list snapshots created from this job. */ @@ -12050,11 +11847,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Templates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the Cloud Platform project that the job belongs to. */ @@ -12067,11 +11859,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Templates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'. */ @@ -12091,11 +11878,6 @@ export namespace dataflow_v1b3 { } export interface Params$Resource$Projects$Templates$Launch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Path to dynamic template spec file on GCS. The file must be a Json serialized DynamicTemplateFieSpec object. */ @@ -12293,11 +12075,6 @@ export namespace dataflow_v1b3 { export interface Params$Resource$Projects$Templateversions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of TemplateVersions to return per page. */ diff --git a/src/apis/datafusion/package.json b/src/apis/datafusion/package.json index f0c44d992b..fca02ab78a 100644 --- a/src/apis/datafusion/package.json +++ b/src/apis/datafusion/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/datafusion/v1beta1.ts b/src/apis/datafusion/v1beta1.ts index ad57529607..6ae66aceaf 100644 --- a/src/apis/datafusion/v1beta1.ts +++ b/src/apis/datafusion/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace datafusion_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -821,11 +833,6 @@ export namespace datafusion_v1beta1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -833,11 +840,6 @@ export namespace datafusion_v1beta1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2372,11 +2374,6 @@ export namespace datafusion_v1beta1 { export interface Params$Resource$Projects$Locations$Instances$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the instance to create. */ @@ -2393,11 +2390,6 @@ export namespace datafusion_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance resource name in the format projects/{project}/locations/{location}/instances/{instance} */ @@ -2405,11 +2397,6 @@ export namespace datafusion_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance resource name in the format projects/{project}/locations/{location}/instances/{instance}. */ @@ -2417,11 +2404,6 @@ export namespace datafusion_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. */ @@ -2433,11 +2415,6 @@ export namespace datafusion_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * List filter. */ @@ -2461,11 +2438,6 @@ export namespace datafusion_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The name of this instance is in the form of projects/{project}/locations/{location}/instances/{instance}. */ @@ -2482,11 +2454,6 @@ export namespace datafusion_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Restart extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Data Fusion instance which need to be restarted in the form of projects/{project}/locations/{location}/instances/{instance} */ @@ -2499,11 +2466,6 @@ export namespace datafusion_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2516,11 +2478,6 @@ export namespace datafusion_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2533,11 +2490,6 @@ export namespace datafusion_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Upgrade extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the Data Fusion instance which need to be upgraded in the form of projects/{project}/locations/{location}/instances/{instance} Instance will be upgraded with the latest stable version of the Data Fusion. */ @@ -3098,11 +3050,6 @@ export namespace datafusion_v1beta1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3115,11 +3062,6 @@ export namespace datafusion_v1beta1 { } export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -3127,11 +3069,6 @@ export namespace datafusion_v1beta1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3139,11 +3076,6 @@ export namespace datafusion_v1beta1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/dataproc/package.json b/src/apis/dataproc/package.json index 28f643af97..c0a3827082 100644 --- a/src/apis/dataproc/package.json +++ b/src/apis/dataproc/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/dataproc/v1.ts b/src/apis/dataproc/v1.ts index c351b2fe0d..8a3e6e294d 100644 --- a/src/apis/dataproc/v1.ts +++ b/src/apis/dataproc/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace dataproc_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2860,11 +2872,6 @@ export namespace dataproc_v1 { export interface Params$Resource$Projects$Locations$Autoscalingpolicies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The "resource name" of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.create, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.autoscalingPolicies.create, the resource name of the location has the following format: projects/{project_id}/locations/{location} */ @@ -2877,11 +2884,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Autoscalingpolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} */ @@ -2889,11 +2891,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Autoscalingpolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} */ @@ -2901,11 +2898,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Autoscalingpolicies$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2918,11 +2910,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Autoscalingpolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return in each response. Must be less than or equal to 1000. Defaults to 100. */ @@ -2938,11 +2925,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Autoscalingpolicies$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2955,11 +2937,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Autoscalingpolicies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2972,11 +2949,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Autoscalingpolicies$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} */ @@ -4477,11 +4449,6 @@ export namespace dataproc_v1 { export interface Params$Resource$Projects$Locations$Workflowtemplates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,create, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.create, the resource name of the location has the following format: projects/{project_id}/locations/{location} */ @@ -4494,11 +4461,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.delete, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ @@ -4510,11 +4472,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ @@ -4526,11 +4483,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4543,11 +4495,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Instantiate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ @@ -4560,11 +4507,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Instantiateinline extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,instantiateinline, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.instantiateinline, the resource name of the location has the following format: projects/{project_id}/locations/{location} */ @@ -4581,11 +4523,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return in each response. */ @@ -4601,11 +4538,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -4618,11 +4550,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4635,11 +4562,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ @@ -5837,11 +5759,6 @@ export namespace dataproc_v1 { export interface Params$Resource$Projects$Regions$Autoscalingpolicies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The "resource name" of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.create, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.autoscalingPolicies.create, the resource name of the location has the following format: projects/{project_id}/locations/{location} */ @@ -5854,11 +5771,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Autoscalingpolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} */ @@ -5866,11 +5778,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Autoscalingpolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} */ @@ -5878,11 +5785,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Autoscalingpolicies$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -5895,11 +5797,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Autoscalingpolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return in each response. Must be less than or equal to 1000. Defaults to 100. */ @@ -5915,11 +5812,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Autoscalingpolicies$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -5932,11 +5824,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Autoscalingpolicies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -5949,11 +5836,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Autoscalingpolicies$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} */ @@ -7330,11 +7212,6 @@ export namespace dataproc_v1 { export interface Params$Resource$Projects$Regions$Clusters$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the Google Cloud Platform project that the cluster belongs to. */ @@ -7355,11 +7232,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Clusters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The cluster name. */ @@ -7383,11 +7255,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Clusters$Diagnose extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The cluster name. */ @@ -7408,11 +7275,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Clusters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The cluster name. */ @@ -7428,11 +7290,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Clusters$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -7445,11 +7302,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Clusters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. A filter constraining the clusters to list. Filters are case-sensitive and have the following syntax:field = value AND field = value ...where field is one of status.state, clusterName, or labels.[KEY], and [KEY] is a label key. value can be * to match all values. status.state can be one of the following: ACTIVE, INACTIVE, CREATING, RUNNING, ERROR, DELETING, or UPDATING. ACTIVE contains the CREATING, UPDATING, and RUNNING states. INACTIVE contains the DELETING and ERROR states. clusterName is the name of the cluster provided at creation time. Only the logical AND operator is supported; space-separated items are treated as having an implicit AND operator.Example filter:status.state = ACTIVE AND clusterName = mycluster AND labels.env = staging AND labels.starred = * */ @@ -7473,11 +7325,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Clusters$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The cluster name. */ @@ -7510,11 +7357,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Clusters$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -7527,11 +7369,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Clusters$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -9075,11 +8912,6 @@ export namespace dataproc_v1 { export interface Params$Resource$Projects$Regions$Jobs$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job ID. */ @@ -9100,11 +8932,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Jobs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job ID. */ @@ -9120,11 +8947,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Jobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job ID. */ @@ -9140,11 +8962,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Jobs$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -9157,11 +8974,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Jobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. If set, the returned jobs list includes only jobs that were submitted to the named cluster. */ @@ -9193,11 +9005,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Jobs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job ID. */ @@ -9222,11 +9029,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Jobs$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -9239,11 +9041,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Jobs$Submit extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the Google Cloud Platform project that the job belongs to. */ @@ -9260,11 +9057,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Jobs$Submitasoperation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the Google Cloud Platform project that the job belongs to. */ @@ -9281,11 +9073,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Jobs$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -10264,11 +10051,6 @@ export namespace dataproc_v1 { export interface Params$Resource$Projects$Regions$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -10276,11 +10058,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -10288,11 +10065,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -10300,11 +10072,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Operations$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -10317,11 +10084,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -10341,11 +10103,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Operations$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -10358,11 +10115,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Operations$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -11863,11 +11615,6 @@ export namespace dataproc_v1 { export interface Params$Resource$Projects$Regions$Workflowtemplates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,create, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.create, the resource name of the location has the following format: projects/{project_id}/locations/{location} */ @@ -11880,11 +11627,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.delete, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ @@ -11896,11 +11638,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ @@ -11912,11 +11649,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -11929,11 +11661,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Instantiate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ @@ -11946,11 +11673,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Instantiateinline extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,instantiateinline, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.instantiateinline, the resource name of the location has the following format: projects/{project_id}/locations/{location} */ @@ -11967,11 +11689,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return in each response. */ @@ -11987,11 +11704,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -12004,11 +11716,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -12021,11 +11728,6 @@ export namespace dataproc_v1 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ diff --git a/src/apis/dataproc/v1beta2.ts b/src/apis/dataproc/v1beta2.ts index 9bdad9c368..c332b93fc2 100644 --- a/src/apis/dataproc/v1beta2.ts +++ b/src/apis/dataproc/v1beta2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace dataproc_v1beta2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2934,11 +2946,6 @@ export namespace dataproc_v1beta2 { export interface Params$Resource$Projects$Locations$Autoscalingpolicies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The "resource name" of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.create, the resource name has the following format: projects/{project_id}/regions/{region} For projects.locations.autoscalingPolicies.create, the resource name has the following format: projects/{project_id}/locations/{location} */ @@ -2951,11 +2958,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Autoscalingpolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} */ @@ -2963,11 +2965,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Autoscalingpolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} */ @@ -2975,11 +2972,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Autoscalingpolicies$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -2991,11 +2983,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Autoscalingpolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return in each response. Must be less than or equal to 1000. Defaults to 100. */ @@ -3011,11 +2998,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Autoscalingpolicies$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -3028,11 +3010,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Autoscalingpolicies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3045,11 +3022,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Autoscalingpolicies$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} */ @@ -4548,11 +4520,6 @@ export namespace dataproc_v1beta2 { export interface Params$Resource$Projects$Locations$Workflowtemplates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,create, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.create, the resource name of the location has the following format: projects/{project_id}/locations/{location} */ @@ -4565,11 +4532,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.delete, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ @@ -4581,11 +4543,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ @@ -4597,11 +4554,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -4613,11 +4565,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Instantiate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ @@ -4630,11 +4577,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Instantiateinline extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. Please use request_id field instead. */ @@ -4655,11 +4597,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return in each response. */ @@ -4675,11 +4612,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -4692,11 +4624,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4709,11 +4636,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Locations$Workflowtemplates$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ @@ -5905,11 +5827,6 @@ export namespace dataproc_v1beta2 { export interface Params$Resource$Projects$Regions$Autoscalingpolicies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The "resource name" of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.create, the resource name has the following format: projects/{project_id}/regions/{region} For projects.locations.autoscalingPolicies.create, the resource name has the following format: projects/{project_id}/locations/{location} */ @@ -5922,11 +5839,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Autoscalingpolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.delete, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} */ @@ -5934,11 +5846,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Autoscalingpolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies.get, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} */ @@ -5946,11 +5853,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Autoscalingpolicies$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -5962,11 +5864,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Autoscalingpolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return in each response. Must be less than or equal to 1000. Defaults to 100. */ @@ -5982,11 +5879,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Autoscalingpolicies$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -5999,11 +5891,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Autoscalingpolicies$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -6016,11 +5903,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Autoscalingpolicies$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The "resource name" of the autoscaling policy, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For projects.locations.autoscalingPolicies, the resource name of the policy has the following format: projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} */ @@ -7727,11 +7609,6 @@ export namespace dataproc_v1beta2 { export interface Params$Resource$Projects$Regions$Clusters$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the Google Cloud Platform project that the cluster belongs to. */ @@ -7752,11 +7629,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Clusters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The cluster name. */ @@ -7780,11 +7652,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Clusters$Diagnose extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The cluster name. */ @@ -7805,11 +7672,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Clusters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The cluster name. */ @@ -7825,11 +7687,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Clusters$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -7841,11 +7698,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Clusters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. A filter constraining the clusters to list. Filters are case-sensitive and have the following syntax:field = value AND field = value ...where field is one of status.state, clusterName, or labels.[KEY], and [KEY] is a label key. value can be * to match all values. status.state can be one of the following: ACTIVE, INACTIVE, CREATING, RUNNING, ERROR, DELETING, or UPDATING. ACTIVE contains the CREATING, UPDATING, and RUNNING states. INACTIVE contains the DELETING and ERROR states. clusterName is the name of the cluster provided at creation time. Only the logical AND operator is supported; space-separated items are treated as having an implicit AND operator.Example filter:status.state = ACTIVE AND clusterName = mycluster AND labels.env = staging AND labels.starred = * */ @@ -7869,11 +7721,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Clusters$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The cluster name. */ @@ -7906,11 +7753,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Clusters$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -7923,11 +7765,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Clusters$Start extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The cluster name. */ @@ -7948,11 +7785,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Clusters$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The cluster name. */ @@ -7973,11 +7805,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Clusters$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -9524,11 +9351,6 @@ export namespace dataproc_v1beta2 { export interface Params$Resource$Projects$Regions$Jobs$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job ID. */ @@ -9549,11 +9371,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Jobs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job ID. */ @@ -9569,11 +9386,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Jobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job ID. */ @@ -9589,11 +9401,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Jobs$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -9605,11 +9412,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Jobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. If set, the returned jobs list includes only jobs that were submitted to the named cluster. */ @@ -9641,11 +9443,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Jobs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job ID. */ @@ -9670,11 +9467,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Jobs$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -9687,11 +9479,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Jobs$Submit extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the Google Cloud Platform project that the job belongs to. */ @@ -9708,11 +9495,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Jobs$Submitasoperation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the Google Cloud Platform project that the job belongs to. */ @@ -9729,11 +9511,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Jobs$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -10709,11 +10486,6 @@ export namespace dataproc_v1beta2 { export interface Params$Resource$Projects$Regions$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -10721,11 +10493,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -10733,11 +10500,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -10745,11 +10507,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Operations$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -10761,11 +10518,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -10785,11 +10537,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Operations$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -10802,11 +10549,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Operations$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -12305,11 +12047,6 @@ export namespace dataproc_v1beta2 { export interface Params$Resource$Projects$Regions$Workflowtemplates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates,create, the resource name of the region has the following format: projects/{project_id}/regions/{region} For projects.locations.workflowTemplates.create, the resource name of the location has the following format: projects/{project_id}/locations/{location} */ @@ -12322,11 +12059,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.delete, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ @@ -12338,11 +12070,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.get, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ @@ -12354,11 +12081,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned.Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected.Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset.To learn which resources support conditions in their IAM policies, see the IAM documentation (https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -12370,11 +12092,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Instantiate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates.instantiate, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ @@ -12387,11 +12104,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Instantiateinline extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. Please use request_id field instead. */ @@ -12412,11 +12124,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return in each response. */ @@ -12432,11 +12139,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -12449,11 +12151,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -12466,11 +12163,6 @@ export namespace dataproc_v1beta2 { } export interface Params$Resource$Projects$Regions$Workflowtemplates$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name of the workflow template, as described in https://cloud.google.com/apis/design/resource_names. For projects.regions.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For projects.locations.workflowTemplates, the resource name of the template has the following format: projects/{project_id}/locations/{location}/workflowTemplates/{template_id} */ diff --git a/src/apis/datastore/package.json b/src/apis/datastore/package.json index bed65d65fb..d35518ae6d 100644 --- a/src/apis/datastore/package.json +++ b/src/apis/datastore/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/datastore/v1.ts b/src/apis/datastore/v1.ts index b9375d6819..8ccf3b24e0 100644 --- a/src/apis/datastore/v1.ts +++ b/src/apis/datastore/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace datastore_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2428,11 +2440,6 @@ export namespace datastore_v1 { export interface Params$Resource$Projects$Allocateids extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the project against which to make the request. */ @@ -2445,11 +2452,6 @@ export namespace datastore_v1 { } export interface Params$Resource$Projects$Begintransaction extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the project against which to make the request. */ @@ -2461,11 +2463,6 @@ export namespace datastore_v1 { requestBody?: Schema$BeginTransactionRequest; } export interface Params$Resource$Projects$Commit extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the project against which to make the request. */ @@ -2477,11 +2474,6 @@ export namespace datastore_v1 { requestBody?: Schema$CommitRequest; } export interface Params$Resource$Projects$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Project ID against which to make the request. */ @@ -2493,11 +2485,6 @@ export namespace datastore_v1 { requestBody?: Schema$GoogleDatastoreAdminV1ExportEntitiesRequest; } export interface Params$Resource$Projects$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Project ID against which to make the request. */ @@ -2509,11 +2496,6 @@ export namespace datastore_v1 { requestBody?: Schema$GoogleDatastoreAdminV1ImportEntitiesRequest; } export interface Params$Resource$Projects$Lookup extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the project against which to make the request. */ @@ -2526,11 +2508,6 @@ export namespace datastore_v1 { } export interface Params$Resource$Projects$Reserveids extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the project against which to make the request. */ @@ -2543,11 +2520,6 @@ export namespace datastore_v1 { } export interface Params$Resource$Projects$Rollback extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the project against which to make the request. */ @@ -2560,11 +2532,6 @@ export namespace datastore_v1 { } export interface Params$Resource$Projects$Runquery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the project against which to make the request. */ @@ -3200,11 +3167,6 @@ export namespace datastore_v1 { export interface Params$Resource$Projects$Indexes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID against which to make the request. */ @@ -3217,11 +3179,6 @@ export namespace datastore_v1 { } export interface Params$Resource$Projects$Indexes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource ID of the index to delete. */ @@ -3233,11 +3190,6 @@ export namespace datastore_v1 { } export interface Params$Resource$Projects$Indexes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource ID of the index to get. */ @@ -3249,11 +3201,6 @@ export namespace datastore_v1 { } export interface Params$Resource$Projects$Indexes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3840,11 +3787,6 @@ export namespace datastore_v1 { export interface Params$Resource$Projects$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3852,11 +3794,6 @@ export namespace datastore_v1 { } export interface Params$Resource$Projects$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -3864,11 +3801,6 @@ export namespace datastore_v1 { } export interface Params$Resource$Projects$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3876,11 +3808,6 @@ export namespace datastore_v1 { } export interface Params$Resource$Projects$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/datastore/v1beta1.ts b/src/apis/datastore/v1beta1.ts index 526171affa..6ebacf486a 100644 --- a/src/apis/datastore/v1beta1.ts +++ b/src/apis/datastore/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace datastore_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -747,11 +759,6 @@ export namespace datastore_v1beta1 { } export interface Params$Resource$Projects$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID against which to make the request. */ @@ -763,11 +770,6 @@ export namespace datastore_v1beta1 { requestBody?: Schema$GoogleDatastoreAdminV1beta1ExportEntitiesRequest; } export interface Params$Resource$Projects$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID against which to make the request. */ diff --git a/src/apis/datastore/v1beta3.ts b/src/apis/datastore/v1beta3.ts index 53d9fe87b7..390401622d 100644 --- a/src/apis/datastore/v1beta3.ts +++ b/src/apis/datastore/v1beta3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace datastore_v1beta3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1965,11 +1977,6 @@ export namespace datastore_v1beta3 { export interface Params$Resource$Projects$Allocateids extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the project against which to make the request. */ @@ -1982,11 +1989,6 @@ export namespace datastore_v1beta3 { } export interface Params$Resource$Projects$Begintransaction extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the project against which to make the request. */ @@ -1998,11 +2000,6 @@ export namespace datastore_v1beta3 { requestBody?: Schema$BeginTransactionRequest; } export interface Params$Resource$Projects$Commit extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the project against which to make the request. */ @@ -2014,11 +2011,6 @@ export namespace datastore_v1beta3 { requestBody?: Schema$CommitRequest; } export interface Params$Resource$Projects$Lookup extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the project against which to make the request. */ @@ -2031,11 +2023,6 @@ export namespace datastore_v1beta3 { } export interface Params$Resource$Projects$Reserveids extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the project against which to make the request. */ @@ -2048,11 +2035,6 @@ export namespace datastore_v1beta3 { } export interface Params$Resource$Projects$Rollback extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the project against which to make the request. */ @@ -2065,11 +2047,6 @@ export namespace datastore_v1beta3 { } export interface Params$Resource$Projects$Runquery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the project against which to make the request. */ diff --git a/src/apis/deploymentmanager/alpha.ts b/src/apis/deploymentmanager/alpha.ts index b96839efb7..4bb25c1617 100644 --- a/src/apis/deploymentmanager/alpha.ts +++ b/src/apis/deploymentmanager/alpha.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace deploymentmanager_alpha { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -2267,11 +2279,6 @@ export namespace deploymentmanager_alpha { export interface Params$Resource$Compositetypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the type for this request. */ @@ -2283,11 +2290,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Compositetypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the composite type for this request. */ @@ -2299,11 +2301,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Compositetypes$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -2316,11 +2313,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Compositetypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -2348,11 +2340,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Compositetypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the composite type for this request. */ @@ -2369,11 +2356,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Compositetypes$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the composite type for this request. */ @@ -4244,11 +4226,6 @@ export namespace deploymentmanager_alpha { export interface Params$Resource$Deployments$Cancelpreview extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -4265,11 +4242,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Deployments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Sets the policy to use for deleting resources. */ @@ -4284,11 +4256,6 @@ export namespace deploymentmanager_alpha { project?: string; } export interface Params$Resource$Deployments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -4300,11 +4267,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Deployments$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested IAM Policy version. */ @@ -4320,11 +4282,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Deployments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Sets the policy to use for creating new resources. */ @@ -4344,11 +4301,6 @@ export namespace deploymentmanager_alpha { requestBody?: Schema$Deployment; } export interface Params$Resource$Deployments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -4376,11 +4328,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Deployments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Sets the policy to use for creating new resources. */ @@ -4409,11 +4356,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Deployments$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -4429,11 +4371,6 @@ export namespace deploymentmanager_alpha { requestBody?: Schema$GlobalSetPolicyRequest; } export interface Params$Resource$Deployments$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -4450,11 +4387,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Deployments$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -4471,11 +4403,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Deployments$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Sets the policy to use for creating new resources. */ @@ -4830,11 +4757,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Manifests$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -4849,11 +4771,6 @@ export namespace deploymentmanager_alpha { project?: string; } export interface Params$Resource$Manifests$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -5221,11 +5138,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation for this request. */ @@ -5236,11 +5148,6 @@ export namespace deploymentmanager_alpha { project?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -5600,11 +5507,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Resources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -5619,11 +5521,6 @@ export namespace deploymentmanager_alpha { resource?: string; } export interface Params$Resource$Resources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -7009,11 +6906,6 @@ export namespace deploymentmanager_alpha { export interface Params$Resource$Typeproviders$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -7025,11 +6917,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Typeproviders$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -7041,11 +6928,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Typeproviders$Gettype extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -7061,11 +6943,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Typeproviders$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -7078,11 +6955,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Typeproviders$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -7110,11 +6982,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Typeproviders$Listtypes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -7146,11 +7013,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Typeproviders$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -7167,11 +7029,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Typeproviders$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -7506,11 +7363,6 @@ export namespace deploymentmanager_alpha { } export interface Params$Resource$Types$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -7521,11 +7373,6 @@ export namespace deploymentmanager_alpha { type?: string; } export interface Params$Resource$Types$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ diff --git a/src/apis/deploymentmanager/package.json b/src/apis/deploymentmanager/package.json index 78d9d0e4e2..61c6dc0d1b 100644 --- a/src/apis/deploymentmanager/package.json +++ b/src/apis/deploymentmanager/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/deploymentmanager/v2.ts b/src/apis/deploymentmanager/v2.ts index 9e085b8ded..439c3d5df7 100644 --- a/src/apis/deploymentmanager/v2.ts +++ b/src/apis/deploymentmanager/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace deploymentmanager_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -2622,11 +2634,6 @@ export namespace deploymentmanager_v2 { export interface Params$Resource$Deployments$Cancelpreview extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -2643,11 +2650,6 @@ export namespace deploymentmanager_v2 { } export interface Params$Resource$Deployments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Sets the policy to use for deleting resources. */ @@ -2662,11 +2664,6 @@ export namespace deploymentmanager_v2 { project?: string; } export interface Params$Resource$Deployments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -2678,11 +2675,6 @@ export namespace deploymentmanager_v2 { } export interface Params$Resource$Deployments$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -2694,11 +2686,6 @@ export namespace deploymentmanager_v2 { } export interface Params$Resource$Deployments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Sets the policy to use for creating new resources. */ @@ -2718,11 +2705,6 @@ export namespace deploymentmanager_v2 { requestBody?: Schema$Deployment; } export interface Params$Resource$Deployments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -2746,11 +2728,6 @@ export namespace deploymentmanager_v2 { } export interface Params$Resource$Deployments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Sets the policy to use for creating new resources. */ @@ -2779,11 +2756,6 @@ export namespace deploymentmanager_v2 { } export interface Params$Resource$Deployments$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -2799,11 +2771,6 @@ export namespace deploymentmanager_v2 { requestBody?: Schema$GlobalSetPolicyRequest; } export interface Params$Resource$Deployments$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -2820,11 +2787,6 @@ export namespace deploymentmanager_v2 { } export interface Params$Resource$Deployments$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -2841,11 +2803,6 @@ export namespace deploymentmanager_v2 { } export interface Params$Resource$Deployments$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Sets the policy to use for creating new resources. */ @@ -3197,11 +3154,6 @@ export namespace deploymentmanager_v2 { } export interface Params$Resource$Manifests$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -3216,11 +3168,6 @@ export namespace deploymentmanager_v2 { project?: string; } export interface Params$Resource$Manifests$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -3580,11 +3527,6 @@ export namespace deploymentmanager_v2 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation for this request. */ @@ -3595,11 +3537,6 @@ export namespace deploymentmanager_v2 { project?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -3950,11 +3887,6 @@ export namespace deploymentmanager_v2 { } export interface Params$Resource$Resources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -3969,11 +3901,6 @@ export namespace deploymentmanager_v2 { resource?: string; } export interface Params$Resource$Resources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -4169,11 +4096,6 @@ export namespace deploymentmanager_v2 { } export interface Params$Resource$Types$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ diff --git a/src/apis/deploymentmanager/v2beta.ts b/src/apis/deploymentmanager/v2beta.ts index aac8c03c25..7c8d9a650d 100644 --- a/src/apis/deploymentmanager/v2beta.ts +++ b/src/apis/deploymentmanager/v2beta.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace deploymentmanager_v2beta { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -2186,11 +2198,6 @@ export namespace deploymentmanager_v2beta { export interface Params$Resource$Compositetypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the type for this request. */ @@ -2202,11 +2209,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Compositetypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the composite type for this request. */ @@ -2218,11 +2220,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Compositetypes$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -2235,11 +2232,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Compositetypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -2263,11 +2255,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Compositetypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the composite type for this request. */ @@ -2284,11 +2271,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Compositetypes$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the composite type for this request. */ @@ -4139,11 +4121,6 @@ export namespace deploymentmanager_v2beta { export interface Params$Resource$Deployments$Cancelpreview extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -4160,11 +4137,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Deployments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Sets the policy to use for deleting resources. */ @@ -4179,11 +4151,6 @@ export namespace deploymentmanager_v2beta { project?: string; } export interface Params$Resource$Deployments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -4195,11 +4162,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Deployments$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -4211,11 +4173,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Deployments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Sets the policy to use for creating new resources. */ @@ -4235,11 +4192,6 @@ export namespace deploymentmanager_v2beta { requestBody?: Schema$Deployment; } export interface Params$Resource$Deployments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -4263,11 +4215,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Deployments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Sets the policy to use for creating new resources. */ @@ -4296,11 +4243,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Deployments$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -4316,11 +4258,6 @@ export namespace deploymentmanager_v2beta { requestBody?: Schema$GlobalSetPolicyRequest; } export interface Params$Resource$Deployments$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -4337,11 +4274,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Deployments$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID for this request. */ @@ -4358,11 +4290,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Deployments$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Sets the policy to use for creating new resources. */ @@ -4714,11 +4641,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Manifests$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -4733,11 +4655,6 @@ export namespace deploymentmanager_v2beta { project?: string; } export interface Params$Resource$Manifests$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -5097,11 +5014,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation for this request. */ @@ -5112,11 +5024,6 @@ export namespace deploymentmanager_v2beta { project?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -5467,11 +5374,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Resources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -5486,11 +5388,6 @@ export namespace deploymentmanager_v2beta { resource?: string; } export interface Params$Resource$Resources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the deployment for this request. */ @@ -6862,11 +6759,6 @@ export namespace deploymentmanager_v2beta { export interface Params$Resource$Typeproviders$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -6878,11 +6770,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Typeproviders$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -6894,11 +6781,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Typeproviders$Gettype extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -6914,11 +6796,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Typeproviders$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -6931,11 +6808,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Typeproviders$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -6959,11 +6831,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Typeproviders$Listtypes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ @@ -6991,11 +6858,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Typeproviders$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -7012,11 +6874,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Typeproviders$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID for this request. */ @@ -7202,11 +7059,6 @@ export namespace deploymentmanager_v2beta { } export interface Params$Resource$Types$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` */ diff --git a/src/apis/dfareporting/package.json b/src/apis/dfareporting/package.json index 519f933ebc..55d5e70b01 100644 --- a/src/apis/dfareporting/package.json +++ b/src/apis/dfareporting/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/dfareporting/v3.3.ts b/src/apis/dfareporting/v3.3.ts index 49d8d43c0f..d4e000e42e 100644 --- a/src/apis/dfareporting/v3.3.ts +++ b/src/apis/dfareporting/v3.3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace dfareporting_v3_3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -6631,11 +6643,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Accountactiveadsummaries$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -6937,11 +6944,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Accountpermissiongroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account permission group ID. */ @@ -6953,11 +6955,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Accountpermissiongroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -7256,11 +7253,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Accountpermissions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account permission ID. */ @@ -7272,11 +7264,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Accountpermissions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -7950,11 +7937,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Accounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID. */ @@ -7965,11 +7947,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Accounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only active accounts. Don't set this field to select both active and non-active accounts. */ @@ -8004,11 +7981,6 @@ export namespace dfareporting_v3_3 { sortOrder?: string; } export interface Params$Resource$Accounts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID. */ @@ -8024,11 +7996,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Account; } export interface Params$Resource$Accounts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -8892,11 +8859,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Accountuserprofiles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID. */ @@ -8908,11 +8870,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Accountuserprofiles$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -8925,11 +8882,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Accountuserprofiles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only active user profiles. */ @@ -8973,11 +8925,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Accountuserprofiles$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID. */ @@ -8994,11 +8941,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Accountuserprofiles$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -10033,11 +9975,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Ads$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad ID. */ @@ -10048,11 +9985,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Ads$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -10064,11 +9996,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Ad; } export interface Params$Resource$Ads$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only active ads. */ @@ -10167,11 +10094,6 @@ export namespace dfareporting_v3_3 { type?: string[]; } export interface Params$Resource$Ads$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad ID. */ @@ -10187,11 +10109,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Ad; } export interface Params$Resource$Ads$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -11077,11 +10994,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Advertisergroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Advertiser group ID. */ @@ -11093,11 +11005,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Advertisergroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Advertiser group ID. */ @@ -11109,11 +11016,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Advertisergroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -11126,11 +11028,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Advertisergroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only advertiser groups with these IDs. */ @@ -11162,11 +11059,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Advertisergroups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Advertiser group ID. */ @@ -11183,11 +11075,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Advertisergroups$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -11979,11 +11866,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Advertiserlandingpages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Landing page ID. */ @@ -11995,11 +11877,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Advertiserlandingpages$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -12012,11 +11889,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Advertiserlandingpages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only landing pages that belong to these advertisers. */ @@ -12064,11 +11936,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Advertiserlandingpages$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Landing page ID. */ @@ -12085,11 +11952,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Advertiserlandingpages$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -12936,11 +12798,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Advertisers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Advertiser ID. */ @@ -12952,11 +12809,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Advertisers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -12968,11 +12820,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Advertiser; } export interface Params$Resource$Advertisers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only advertisers with these advertiser group IDs. */ @@ -13028,11 +12875,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Advertisers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Advertiser ID. */ @@ -13049,11 +12891,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Advertisers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -13208,11 +13045,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Browsers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -13540,11 +13372,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Campaigncreativeassociations$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Campaign ID in this association. */ @@ -13561,11 +13388,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Campaigncreativeassociations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Campaign ID in this association. */ @@ -14510,11 +14332,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Campaigns$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Campaign ID. */ @@ -14525,11 +14342,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Campaigns$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -14541,11 +14353,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Campaign; } export interface Params$Resource$Campaigns$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only campaigns whose advertisers belong to these advertiser groups. */ @@ -14604,11 +14411,6 @@ export namespace dfareporting_v3_3 { subaccountId?: string; } export interface Params$Resource$Campaigns$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Campaign ID. */ @@ -14624,11 +14426,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Campaign; } export interface Params$Resource$Campaigns$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -14960,11 +14757,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Changelogs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Change log ID. */ @@ -14975,11 +14767,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Changelogs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only change logs with the specified action. */ @@ -15179,11 +14966,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Cities$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only cities from these countries. */ @@ -15490,11 +15272,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Connectiontypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Connection type ID. */ @@ -15506,11 +15283,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Connectiontypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -16391,11 +16163,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Contentcategories$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Content category ID. */ @@ -16407,11 +16174,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Contentcategories$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Content category ID. */ @@ -16423,11 +16185,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Contentcategories$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -16440,11 +16197,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Contentcategories$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only content categories with these IDs. */ @@ -16476,11 +16228,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Contentcategories$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Content category ID. */ @@ -16497,11 +16244,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Contentcategories$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -16828,11 +16570,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Conversions$Batchinsert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -16845,11 +16582,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Conversions$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -17141,11 +16873,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Countries$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Country DART ID. */ @@ -17156,11 +16883,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Countries$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -17347,11 +17069,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Creativeassets$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Advertiser ID of this creative. This is a required field. */ @@ -18278,11 +17995,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Creativefields$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative Field ID */ @@ -18294,11 +18006,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creativefields$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative Field ID */ @@ -18310,11 +18017,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creativefields$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -18327,11 +18029,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creativefields$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only creative fields that belong to these advertisers. */ @@ -18367,11 +18064,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creativefields$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative Field ID */ @@ -18388,11 +18080,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creativefields$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -19301,11 +18988,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Creativefieldvalues$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative field ID for this creative field value. */ @@ -19321,11 +19003,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creativefieldvalues$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative field ID for this creative field value. */ @@ -19341,11 +19018,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creativefieldvalues$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative field ID for this creative field value. */ @@ -19362,11 +19034,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creativefieldvalues$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative field ID for this creative field value. */ @@ -19402,11 +19069,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creativefieldvalues$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative field ID for this creative field value. */ @@ -19427,11 +19089,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creativefieldvalues$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative field ID for this creative field value. */ @@ -20226,11 +19883,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Creativegroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative group ID. */ @@ -20242,11 +19894,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creativegroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -20259,11 +19906,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creativegroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only creative groups that belong to these advertisers. */ @@ -20303,11 +19945,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creativegroups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative group ID. */ @@ -20324,11 +19961,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creativegroups$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -21523,11 +21155,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Creatives$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative ID. */ @@ -21538,11 +21165,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Creatives$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -21554,11 +21176,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Creative; } export interface Params$Resource$Creatives$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only active creatives. Leave blank to select active and inactive creatives. */ @@ -21629,11 +21246,6 @@ export namespace dfareporting_v3_3 { types?: string[]; } export interface Params$Resource$Creatives$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative ID. */ @@ -21649,11 +21261,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Creative; } export interface Params$Resource$Creatives$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -21830,11 +21437,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Dimensionvalues$Query extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of results to return. */ @@ -22334,11 +21936,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Directorysites$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Directory site ID. */ @@ -22350,11 +21947,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Directorysites$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -22367,11 +21959,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Directorysites$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * This search filter is no longer supported and will have no effect on the results returned. */ @@ -22866,11 +22453,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Dynamictargetingkeys$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of this dynamic targeting key. This is a required field. Must be less than 256 characters long and cannot contain commas. All characters are converted to lowercase. */ @@ -22890,11 +22472,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Dynamictargetingkeys$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -22907,11 +22484,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Dynamictargetingkeys$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only dynamic targeting keys whose object has this advertiser ID. */ @@ -23902,11 +23474,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Eventtags$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Event tag ID. */ @@ -23917,11 +23484,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Eventtags$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Event tag ID. */ @@ -23932,11 +23494,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Eventtags$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -23948,11 +23505,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$EventTag; } export interface Params$Resource$Eventtags$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only event tags that belong to this ad. */ @@ -23999,11 +23551,6 @@ export namespace dfareporting_v3_3 { sortOrder?: string; } export interface Params$Resource$Eventtags$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Event tag ID. */ @@ -24019,11 +23566,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$EventTag; } export interface Params$Resource$Eventtags$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -24331,11 +23873,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Files$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the report file. */ @@ -24346,11 +23883,6 @@ export namespace dfareporting_v3_3 { reportId?: string; } export interface Params$Resource$Files$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of results to return. */ @@ -25603,11 +25135,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Floodlightactivities$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight activity ID. */ @@ -25619,11 +25146,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Floodlightactivities$Generatetag extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight activity ID for which we want to generate a tag. */ @@ -25635,11 +25157,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Floodlightactivities$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight activity ID. */ @@ -25651,11 +25168,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Floodlightactivities$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -25668,11 +25180,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Floodlightactivities$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only floodlight activities for the specified advertiser ID. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result. */ @@ -25732,11 +25239,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Floodlightactivities$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight activity ID. */ @@ -25753,11 +25255,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Floodlightactivities$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -26611,11 +26108,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Floodlightactivitygroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight activity Group ID. */ @@ -26627,11 +26119,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Floodlightactivitygroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -26644,11 +26131,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Floodlightactivitygroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only floodlight activity groups with the specified advertiser ID. Must specify either advertiserId or floodlightConfigurationId for a non-empty result. */ @@ -26692,11 +26174,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Floodlightactivitygroups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight activity Group ID. */ @@ -26713,11 +26190,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Floodlightactivitygroups$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -27407,11 +26879,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Floodlightconfigurations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight configuration ID. */ @@ -27423,11 +26890,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Floodlightconfigurations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Set of IDs of floodlight configurations to retrieve. Required field; otherwise an empty list will be returned. */ @@ -27439,11 +26901,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Floodlightconfigurations$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight configuration ID. */ @@ -27460,11 +26917,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Floodlightconfigurations$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -27811,11 +27263,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Inventoryitems$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Inventory item ID. */ @@ -27831,11 +27278,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Inventoryitems$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only inventory items with these IDs. */ @@ -28025,11 +27467,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Languages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -28177,11 +27614,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Metros$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -28484,11 +27916,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Mobileapps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Mobile app ID. */ @@ -28499,11 +27926,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Mobileapps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only apps from these directories. */ @@ -28816,11 +28238,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Mobilecarriers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Mobile carrier ID. */ @@ -28832,11 +28249,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Mobilecarriers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -29131,11 +28543,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Operatingsystems$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Operating system DART ID. */ @@ -29147,11 +28554,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Operatingsystems$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -29452,11 +28854,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Operatingsystemversions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Operating system version ID. */ @@ -29468,11 +28865,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Operatingsystemversions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -29811,11 +29203,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Orderdocuments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Order document ID. */ @@ -29831,11 +29218,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Orderdocuments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only order documents that have been approved by at least one user. */ @@ -30204,11 +29586,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Orders$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Order ID. */ @@ -30223,11 +29600,6 @@ export namespace dfareporting_v3_3 { projectId?: string; } export interface Params$Resource$Orders$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only orders with these IDs. */ @@ -31204,11 +30576,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Placementgroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Placement group ID. */ @@ -31220,11 +30587,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Placementgroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -31237,11 +30599,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Placementgroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only placement groups that belong to these advertisers. */ @@ -31325,11 +30682,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Placementgroups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Placement group ID. */ @@ -31346,11 +30698,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Placementgroups$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -32557,11 +31904,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Placements$Generatetags extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Generate placements belonging to this campaign. This is a required field. */ @@ -32580,11 +31922,6 @@ export namespace dfareporting_v3_3 { tagFormats?: string[]; } export interface Params$Resource$Placements$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Placement ID. */ @@ -32596,11 +31933,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Placements$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -32612,11 +31944,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Placement; } export interface Params$Resource$Placements$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only placements that belong to these advertisers. */ @@ -32711,11 +32038,6 @@ export namespace dfareporting_v3_3 { sortOrder?: string; } export interface Params$Resource$Placements$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Placement ID. */ @@ -32732,11 +32054,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Placements$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -33634,11 +32951,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Placementstrategies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Placement strategy ID. */ @@ -33650,11 +32962,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Placementstrategies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Placement strategy ID. */ @@ -33666,11 +32973,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Placementstrategies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -33683,11 +32985,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Placementstrategies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only placement strategies with these IDs. */ @@ -33719,11 +33016,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Placementstrategies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Placement strategy ID. */ @@ -33740,11 +33032,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Placementstrategies$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -34040,11 +33327,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Platformtypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Platform type ID. */ @@ -34056,11 +33338,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Platformtypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -34348,11 +33625,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Postalcodes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Postal code ID. */ @@ -34363,11 +33635,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Postalcodes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -34693,11 +33960,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Projects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID. */ @@ -34708,11 +33970,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Projects$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only projects with these advertiser IDs. */ @@ -34888,11 +34145,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Regions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -35715,11 +34967,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Remarketinglists$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Remarketing list ID. */ @@ -35731,11 +34978,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Remarketinglists$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -35748,11 +34990,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Remarketinglists$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only active or only inactive remarketing lists. */ @@ -35792,11 +35029,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Remarketinglists$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Remarketing list ID. */ @@ -35813,11 +35045,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Remarketinglists$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -36285,11 +35512,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Remarketinglistshares$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -36301,11 +35523,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Remarketinglistshares$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -36322,11 +35539,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Remarketinglistshares$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -37444,11 +36656,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Reports$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DFA user profile ID. */ @@ -37459,11 +36666,6 @@ export namespace dfareporting_v3_3 { reportId?: string; } export interface Params$Resource$Reports$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DFA user profile ID. */ @@ -37474,11 +36676,6 @@ export namespace dfareporting_v3_3 { reportId?: string; } export interface Params$Resource$Reports$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DFA user profile ID. */ @@ -37490,11 +36687,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Report; } export interface Params$Resource$Reports$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of results to return. */ @@ -37521,11 +36713,6 @@ export namespace dfareporting_v3_3 { sortOrder?: string; } export interface Params$Resource$Reports$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DFA user profile ID. */ @@ -37541,11 +36728,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Report; } export interface Params$Resource$Reports$Run extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DFA profile ID. */ @@ -37560,11 +36742,6 @@ export namespace dfareporting_v3_3 { synchronous?: boolean; } export interface Params$Resource$Reports$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DFA user profile ID. */ @@ -37751,11 +36928,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Reports$Compatiblefields$Query extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DFA user profile ID. */ @@ -38071,11 +37243,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Reports$Files$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the report file. */ @@ -38091,11 +37258,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Reports$Files$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of results to return. */ @@ -38942,11 +38104,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Sites$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Site ID. */ @@ -38957,11 +38114,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Sites$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -38973,11 +38125,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Site; } export interface Params$Resource$Sites$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * This search filter is no longer supported and will have no effect on the results returned. */ @@ -39044,11 +38191,6 @@ export namespace dfareporting_v3_3 { unmappedSite?: boolean; } export interface Params$Resource$Sites$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Site ID. */ @@ -39064,11 +38206,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Site; } export interface Params$Resource$Sites$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -39515,11 +38652,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Sizes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Size ID. */ @@ -39530,11 +38662,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Sizes$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -39546,11 +38673,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Size; } export interface Params$Resource$Sizes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only sizes with this height. */ @@ -40320,11 +39442,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Subaccounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Subaccount ID. */ @@ -40336,11 +39453,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Subaccounts$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -40352,11 +39464,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$Subaccount; } export interface Params$Resource$Subaccounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only subaccounts with these IDs. */ @@ -40388,11 +39495,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Subaccounts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Subaccount ID. */ @@ -40409,11 +39511,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Subaccounts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -40753,11 +39850,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Targetableremarketinglists$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Remarketing list ID. */ @@ -40769,11 +39861,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Targetableremarketinglists$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only active or only inactive targetable remarketing lists. */ @@ -41633,11 +40720,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Targetingtemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Targeting template ID. */ @@ -41649,11 +40731,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Targetingtemplates$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -41666,11 +40743,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Targetingtemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only targeting templates with this advertiser ID. */ @@ -41706,11 +40778,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Targetingtemplates$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Targeting template ID. */ @@ -41727,11 +40794,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Targetingtemplates$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -42022,23 +41084,13 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Userprofiles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The user profile ID. */ profileId?: string; } export interface Params$Resource$Userprofiles$List - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export class Resource$Userrolepermissiongroups { context: APIRequestContext; @@ -42337,11 +41389,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Userrolepermissiongroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User role permission group ID. */ @@ -42353,11 +41400,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Userrolepermissiongroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -42658,11 +41700,6 @@ export namespace dfareporting_v3_3 { export interface Params$Resource$Userrolepermissions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User role permission ID. */ @@ -42674,11 +41711,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Userrolepermissions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only user role permissions with these IDs. */ @@ -43582,11 +42614,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Userroles$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User role ID. */ @@ -43597,11 +42624,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Userroles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User role ID. */ @@ -43612,11 +42634,6 @@ export namespace dfareporting_v3_3 { profileId?: string; } export interface Params$Resource$Userroles$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -43628,11 +42645,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$UserRole; } export interface Params$Resource$Userroles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only account level user roles not associated with any specific subaccount. */ @@ -43671,11 +42683,6 @@ export namespace dfareporting_v3_3 { subaccountId?: string; } export interface Params$Resource$Userroles$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User role ID. */ @@ -43691,11 +42698,6 @@ export namespace dfareporting_v3_3 { requestBody?: Schema$UserRole; } export interface Params$Resource$Userroles$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -43989,11 +42991,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Videoformats$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Video format ID. */ @@ -44005,11 +43002,6 @@ export namespace dfareporting_v3_3 { } export interface Params$Resource$Videoformats$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ diff --git a/src/apis/dfareporting/v3.4.ts b/src/apis/dfareporting/v3.4.ts index 0cd3048f9c..d53b523ab8 100644 --- a/src/apis/dfareporting/v3.4.ts +++ b/src/apis/dfareporting/v3.4.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace dfareporting_v3_4 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -6917,11 +6929,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Accountactiveadsummaries$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -7223,11 +7230,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Accountpermissiongroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account permission group ID. */ @@ -7239,11 +7241,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Accountpermissiongroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -7542,11 +7539,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Accountpermissions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account permission ID. */ @@ -7558,11 +7550,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Accountpermissions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -8236,11 +8223,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Accounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID. */ @@ -8251,11 +8233,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Accounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only active accounts. Don't set this field to select both active and non-active accounts. */ @@ -8290,11 +8267,6 @@ export namespace dfareporting_v3_4 { sortOrder?: string; } export interface Params$Resource$Accounts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Account ID. */ @@ -8310,11 +8282,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$Account; } export interface Params$Resource$Accounts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -9178,11 +9145,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Accountuserprofiles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID. */ @@ -9194,11 +9156,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Accountuserprofiles$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -9211,11 +9168,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Accountuserprofiles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only active user profiles. */ @@ -9259,11 +9211,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Accountuserprofiles$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID. */ @@ -9280,11 +9227,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Accountuserprofiles$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -10319,11 +10261,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Ads$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad ID. */ @@ -10334,11 +10271,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Ads$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -10350,11 +10282,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$Ad; } export interface Params$Resource$Ads$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only active ads. */ @@ -10453,11 +10380,6 @@ export namespace dfareporting_v3_4 { type?: string[]; } export interface Params$Resource$Ads$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Ad ID. */ @@ -10473,11 +10395,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$Ad; } export interface Params$Resource$Ads$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -11363,11 +11280,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Advertisergroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Advertiser group ID. */ @@ -11379,11 +11291,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Advertisergroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Advertiser group ID. */ @@ -11395,11 +11302,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Advertisergroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -11412,11 +11314,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Advertisergroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only advertiser groups with these IDs. */ @@ -11448,11 +11345,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Advertisergroups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Advertiser group ID. */ @@ -11469,11 +11361,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Advertisergroups$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -12265,11 +12152,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Advertiserlandingpages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Landing page ID. */ @@ -12281,11 +12163,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Advertiserlandingpages$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -12298,11 +12175,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Advertiserlandingpages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only landing pages that belong to these advertisers. */ @@ -12350,11 +12222,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Advertiserlandingpages$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Landing page ID. */ @@ -12371,11 +12238,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Advertiserlandingpages$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -13222,11 +13084,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Advertisers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Advertiser ID. */ @@ -13238,11 +13095,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Advertisers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -13254,11 +13106,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$Advertiser; } export interface Params$Resource$Advertisers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only advertisers with these advertiser group IDs. */ @@ -13314,11 +13161,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Advertisers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Advertiser ID. */ @@ -13335,11 +13177,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Advertisers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -13494,11 +13331,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Browsers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -13826,11 +13658,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Campaigncreativeassociations$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Campaign ID in this association. */ @@ -13847,11 +13674,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Campaigncreativeassociations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Campaign ID in this association. */ @@ -14796,11 +14618,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Campaigns$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Campaign ID. */ @@ -14811,11 +14628,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Campaigns$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -14827,11 +14639,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$Campaign; } export interface Params$Resource$Campaigns$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only campaigns whose advertisers belong to these advertiser groups. */ @@ -14890,11 +14697,6 @@ export namespace dfareporting_v3_4 { subaccountId?: string; } export interface Params$Resource$Campaigns$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Campaign ID. */ @@ -14910,11 +14712,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$Campaign; } export interface Params$Resource$Campaigns$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -15246,11 +15043,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Changelogs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Change log ID. */ @@ -15261,11 +15053,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Changelogs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only change logs with the specified action. */ @@ -15465,11 +15252,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Cities$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only cities from these countries. */ @@ -15776,11 +15558,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Connectiontypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Connection type ID. */ @@ -15792,11 +15569,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Connectiontypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -16677,11 +16449,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Contentcategories$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Content category ID. */ @@ -16693,11 +16460,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Contentcategories$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Content category ID. */ @@ -16709,11 +16471,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Contentcategories$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -16726,11 +16483,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Contentcategories$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only content categories with these IDs. */ @@ -16762,11 +16514,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Contentcategories$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Content category ID. */ @@ -16783,11 +16530,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Contentcategories$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -17114,11 +16856,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Conversions$Batchinsert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -17131,11 +16868,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Conversions$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -17427,11 +17159,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Countries$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Country DART ID. */ @@ -17442,11 +17169,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Countries$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -17641,11 +17363,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Creativeassets$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Advertiser ID of this creative. This is a required field. */ @@ -18572,11 +18289,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Creativefields$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative Field ID */ @@ -18588,11 +18300,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creativefields$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative Field ID */ @@ -18604,11 +18311,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creativefields$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -18621,11 +18323,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creativefields$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only creative fields that belong to these advertisers. */ @@ -18661,11 +18358,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creativefields$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative Field ID */ @@ -18682,11 +18374,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creativefields$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -19595,11 +19282,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Creativefieldvalues$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative field ID for this creative field value. */ @@ -19615,11 +19297,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creativefieldvalues$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative field ID for this creative field value. */ @@ -19635,11 +19312,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creativefieldvalues$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative field ID for this creative field value. */ @@ -19656,11 +19328,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creativefieldvalues$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative field ID for this creative field value. */ @@ -19696,11 +19363,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creativefieldvalues$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative field ID for this creative field value. */ @@ -19721,11 +19383,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creativefieldvalues$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative field ID for this creative field value. */ @@ -20520,11 +20177,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Creativegroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative group ID. */ @@ -20536,11 +20188,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creativegroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -20553,11 +20200,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creativegroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only creative groups that belong to these advertisers. */ @@ -20597,11 +20239,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creativegroups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative group ID. */ @@ -20618,11 +20255,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creativegroups$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -21824,11 +21456,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Creatives$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative ID. */ @@ -21839,11 +21466,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Creatives$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -21855,11 +21477,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$Creative; } export interface Params$Resource$Creatives$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only active creatives. Leave blank to select active and inactive creatives. */ @@ -21930,11 +21547,6 @@ export namespace dfareporting_v3_4 { types?: string[]; } export interface Params$Resource$Creatives$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Creative ID. */ @@ -21950,11 +21562,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$Creative; } export interface Params$Resource$Creatives$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -22127,11 +21734,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Customevents$Batchinsert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -22308,11 +21910,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Dimensionvalues$Query extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of results to return. */ @@ -22809,11 +22406,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Directorysites$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Directory site ID. */ @@ -22825,11 +22417,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Directorysites$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -22842,11 +22429,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Directorysites$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * This search filter is no longer supported and will have no effect on the results returned. */ @@ -23341,11 +22923,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Dynamictargetingkeys$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of this dynamic targeting key. This is a required field. Must be less than 256 characters long and cannot contain commas. All characters are converted to lowercase. */ @@ -23365,11 +22942,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Dynamictargetingkeys$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -23382,11 +22954,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Dynamictargetingkeys$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only dynamic targeting keys whose object has this advertiser ID. */ @@ -24377,11 +23944,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Eventtags$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Event tag ID. */ @@ -24392,11 +23954,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Eventtags$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Event tag ID. */ @@ -24407,11 +23964,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Eventtags$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -24423,11 +23975,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$EventTag; } export interface Params$Resource$Eventtags$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only event tags that belong to this ad. */ @@ -24474,11 +24021,6 @@ export namespace dfareporting_v3_4 { sortOrder?: string; } export interface Params$Resource$Eventtags$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Event tag ID. */ @@ -24494,11 +24036,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$EventTag; } export interface Params$Resource$Eventtags$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -24806,11 +24343,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Files$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the report file. */ @@ -24821,11 +24353,6 @@ export namespace dfareporting_v3_4 { reportId?: string; } export interface Params$Resource$Files$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of results to return. */ @@ -26078,11 +25605,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Floodlightactivities$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight activity ID. */ @@ -26094,11 +25616,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Floodlightactivities$Generatetag extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight activity ID for which we want to generate a tag. */ @@ -26110,11 +25627,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Floodlightactivities$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight activity ID. */ @@ -26126,11 +25638,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Floodlightactivities$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -26143,11 +25650,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Floodlightactivities$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only floodlight activities for the specified advertiser ID. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result. */ @@ -26207,11 +25709,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Floodlightactivities$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight activity ID. */ @@ -26228,11 +25725,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Floodlightactivities$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -27086,11 +26578,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Floodlightactivitygroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight activity Group ID. */ @@ -27102,11 +26589,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Floodlightactivitygroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -27119,11 +26601,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Floodlightactivitygroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only floodlight activity groups with the specified advertiser ID. Must specify either advertiserId or floodlightConfigurationId for a non-empty result. */ @@ -27167,11 +26644,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Floodlightactivitygroups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight activity Group ID. */ @@ -27188,11 +26660,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Floodlightactivitygroups$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -27882,11 +27349,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Floodlightconfigurations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight configuration ID. */ @@ -27898,11 +27360,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Floodlightconfigurations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Set of IDs of floodlight configurations to retrieve. Required field; otherwise an empty list will be returned. */ @@ -27914,11 +27371,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Floodlightconfigurations$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Floodlight configuration ID. */ @@ -27935,11 +27387,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Floodlightconfigurations$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -28286,11 +27733,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Inventoryitems$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Inventory item ID. */ @@ -28306,11 +27748,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Inventoryitems$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only inventory items with these IDs. */ @@ -28500,11 +27937,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Languages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -28652,11 +28084,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Metros$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -28959,11 +28386,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Mobileapps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Mobile app ID. */ @@ -28974,11 +28396,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Mobileapps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only apps from these directories. */ @@ -29291,11 +28708,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Mobilecarriers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Mobile carrier ID. */ @@ -29307,11 +28719,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Mobilecarriers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -29606,11 +29013,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Operatingsystems$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Operating system DART ID. */ @@ -29622,11 +29024,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Operatingsystems$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -29927,11 +29324,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Operatingsystemversions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Operating system version ID. */ @@ -29943,11 +29335,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Operatingsystemversions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -30286,11 +29673,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Orderdocuments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Order document ID. */ @@ -30306,11 +29688,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Orderdocuments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only order documents that have been approved by at least one user. */ @@ -30679,11 +30056,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Orders$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Order ID. */ @@ -30698,11 +30070,6 @@ export namespace dfareporting_v3_4 { projectId?: string; } export interface Params$Resource$Orders$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only orders with these IDs. */ @@ -31679,11 +31046,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Placementgroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Placement group ID. */ @@ -31695,11 +31057,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Placementgroups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -31712,11 +31069,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Placementgroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only placement groups that belong to these advertisers. */ @@ -31800,11 +31152,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Placementgroups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Placement group ID. */ @@ -31821,11 +31168,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Placementgroups$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -33032,11 +32374,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Placements$Generatetags extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Generate placements belonging to this campaign. This is a required field. */ @@ -33055,11 +32392,6 @@ export namespace dfareporting_v3_4 { tagFormats?: string[]; } export interface Params$Resource$Placements$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Placement ID. */ @@ -33071,11 +32403,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Placements$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -33087,11 +32414,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$Placement; } export interface Params$Resource$Placements$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only placements that belong to these advertisers. */ @@ -33186,11 +32508,6 @@ export namespace dfareporting_v3_4 { sortOrder?: string; } export interface Params$Resource$Placements$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Placement ID. */ @@ -33207,11 +32524,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Placements$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -34109,11 +33421,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Placementstrategies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Placement strategy ID. */ @@ -34125,11 +33432,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Placementstrategies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Placement strategy ID. */ @@ -34141,11 +33443,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Placementstrategies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -34158,11 +33455,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Placementstrategies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only placement strategies with these IDs. */ @@ -34194,11 +33486,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Placementstrategies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Placement strategy ID. */ @@ -34215,11 +33502,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Placementstrategies$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -34515,11 +33797,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Platformtypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Platform type ID. */ @@ -34531,11 +33808,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Platformtypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -34823,11 +34095,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Postalcodes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Postal code ID. */ @@ -34838,11 +34105,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Postalcodes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -35168,11 +34430,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Projects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID. */ @@ -35183,11 +34440,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Projects$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only projects with these advertiser IDs. */ @@ -35363,11 +34615,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Regions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -36190,11 +35437,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Remarketinglists$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Remarketing list ID. */ @@ -36206,11 +35448,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Remarketinglists$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -36223,11 +35460,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Remarketinglists$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only active or only inactive remarketing lists. */ @@ -36267,11 +35499,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Remarketinglists$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Remarketing list ID. */ @@ -36288,11 +35515,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Remarketinglists$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -36760,11 +35982,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Remarketinglistshares$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -36776,11 +35993,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Remarketinglistshares$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -36797,11 +36009,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Remarketinglistshares$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -37743,11 +36950,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Reports$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DFA user profile ID. */ @@ -37758,11 +36960,6 @@ export namespace dfareporting_v3_4 { reportId?: string; } export interface Params$Resource$Reports$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DFA user profile ID. */ @@ -37773,11 +36970,6 @@ export namespace dfareporting_v3_4 { reportId?: string; } export interface Params$Resource$Reports$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DFA user profile ID. */ @@ -37789,11 +36981,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$Report; } export interface Params$Resource$Reports$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of results to return. */ @@ -37820,11 +37007,6 @@ export namespace dfareporting_v3_4 { sortOrder?: string; } export interface Params$Resource$Reports$Run extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DFA profile ID. */ @@ -37839,11 +37021,6 @@ export namespace dfareporting_v3_4 { synchronous?: boolean; } export interface Params$Resource$Reports$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DFA user profile ID. */ @@ -38030,11 +37207,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Reports$Compatiblefields$Query extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DFA user profile ID. */ @@ -38350,11 +37522,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Reports$Files$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the report file. */ @@ -38370,11 +37537,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Reports$Files$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of results to return. */ @@ -39221,11 +38383,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Sites$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Site ID. */ @@ -39236,11 +38393,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Sites$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -39252,11 +38404,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$Site; } export interface Params$Resource$Sites$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * This search filter is no longer supported and will have no effect on the results returned. */ @@ -39323,11 +38470,6 @@ export namespace dfareporting_v3_4 { unmappedSite?: boolean; } export interface Params$Resource$Sites$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Site ID. */ @@ -39343,11 +38485,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$Site; } export interface Params$Resource$Sites$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -39794,11 +38931,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Sizes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Size ID. */ @@ -39809,11 +38941,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Sizes$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -39825,11 +38952,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$Size; } export interface Params$Resource$Sizes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only sizes with this height. */ @@ -40599,11 +39721,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Subaccounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Subaccount ID. */ @@ -40615,11 +39732,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Subaccounts$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -40631,11 +39743,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$Subaccount; } export interface Params$Resource$Subaccounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only subaccounts with these IDs. */ @@ -40667,11 +39774,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Subaccounts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Subaccount ID. */ @@ -40688,11 +39790,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Subaccounts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -41032,11 +40129,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Targetableremarketinglists$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Remarketing list ID. */ @@ -41048,11 +40140,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Targetableremarketinglists$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only active or only inactive targetable remarketing lists. */ @@ -41912,11 +40999,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Targetingtemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Targeting template ID. */ @@ -41928,11 +41010,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Targetingtemplates$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -41945,11 +41022,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Targetingtemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only targeting templates with this advertiser ID. */ @@ -41985,11 +41057,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Targetingtemplates$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Targeting template ID. */ @@ -42006,11 +41073,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Targetingtemplates$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -42301,23 +41363,13 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Userprofiles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The user profile ID. */ profileId?: string; } export interface Params$Resource$Userprofiles$List - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export class Resource$Userrolepermissiongroups { context: APIRequestContext; @@ -42616,11 +41668,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Userrolepermissiongroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User role permission group ID. */ @@ -42632,11 +41679,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Userrolepermissiongroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -42937,11 +41979,6 @@ export namespace dfareporting_v3_4 { export interface Params$Resource$Userrolepermissions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User role permission ID. */ @@ -42953,11 +41990,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Userrolepermissions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only user role permissions with these IDs. */ @@ -43861,11 +42893,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Userroles$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User role ID. */ @@ -43876,11 +42903,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Userroles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User role ID. */ @@ -43891,11 +42913,6 @@ export namespace dfareporting_v3_4 { profileId?: string; } export interface Params$Resource$Userroles$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -43907,11 +42924,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$UserRole; } export interface Params$Resource$Userroles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Select only account level user roles not associated with any specific subaccount. */ @@ -43950,11 +42962,6 @@ export namespace dfareporting_v3_4 { subaccountId?: string; } export interface Params$Resource$Userroles$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User role ID. */ @@ -43970,11 +42977,6 @@ export namespace dfareporting_v3_4 { requestBody?: Schema$UserRole; } export interface Params$Resource$Userroles$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ @@ -44268,11 +43270,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Videoformats$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Video format ID. */ @@ -44284,11 +43281,6 @@ export namespace dfareporting_v3_4 { } export interface Params$Resource$Videoformats$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User profile ID associated with this request. */ diff --git a/src/apis/dialogflow/package.json b/src/apis/dialogflow/package.json index 7b04e560da..1a8010ba5b 100644 --- a/src/apis/dialogflow/package.json +++ b/src/apis/dialogflow/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/dialogflow/v2.ts b/src/apis/dialogflow/v2.ts index 278e1c7cf3..60f1a4c060 100644 --- a/src/apis/dialogflow/v2.ts +++ b/src/apis/dialogflow/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace dialogflow_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -3811,11 +3823,6 @@ export namespace dialogflow_v2 { export interface Params$Resource$Projects$Deleteagent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to delete is associated with. Format: `projects/`. */ @@ -3823,11 +3830,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Getagent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to fetch is associated with. Format: `projects/`. */ @@ -3835,11 +3837,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Setagent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project of this agent. Format: `projects/`. */ @@ -5124,11 +5121,6 @@ export namespace dialogflow_v2 { export interface Params$Resource$Projects$Agent$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to export is associated with. Format: `projects/`. */ @@ -5141,11 +5133,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Getfulfillment extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the fulfillment. Format: `projects//agent/fulfillment`. */ @@ -5153,11 +5140,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Getvalidationresult extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language for which you want a validation result. If not specified, the agent's default language is used. [Many languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used. */ @@ -5169,11 +5151,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to import is associated with. Format: `projects/`. */ @@ -5186,11 +5163,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Restore extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to restore is associated with. Format: `projects/`. */ @@ -5203,11 +5175,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -5223,11 +5190,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Train extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to train is associated with. Format: `projects/`. */ @@ -5240,11 +5202,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Updatefulfillment extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of the fulfillment. Format: `projects//agent/fulfillment`. */ @@ -6387,11 +6344,6 @@ export namespace dialogflow_v2 { export interface Params$Resource$Projects$Agent$Entitytypes$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the agent to delete all entities types for. Format: `projects//agent`. */ @@ -6404,11 +6356,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Entitytypes$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the agent to update or create entity types in. Format: `projects//agent`. */ @@ -6421,11 +6368,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Entitytypes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see [Multilingual intent and entity data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). */ @@ -6442,11 +6384,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Entitytypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to delete. Format: `projects//agent/entityTypes/`. */ @@ -6454,11 +6391,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Entitytypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see [Multilingual intent and entity data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). */ @@ -6470,11 +6402,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Entitytypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see [Multilingual intent and entity data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). */ @@ -6494,11 +6421,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Entitytypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see [Multilingual intent and entity data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). */ @@ -6996,11 +6918,6 @@ export namespace dialogflow_v2 { export interface Params$Resource$Projects$Agent$Entitytypes$Entities$Batchcreate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to create entities in. Format: `projects//agent/entityTypes/`. */ @@ -7013,11 +6930,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Entitytypes$Entities$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to delete entries for. Format: `projects//agent/entityTypes/`. */ @@ -7030,11 +6942,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Entitytypes$Entities$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to update or create entities in. Format: `projects//agent/entityTypes/`. */ @@ -7222,11 +7129,6 @@ export namespace dialogflow_v2 { export interface Params$Resource$Projects$Agent$Environments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -7599,11 +7501,6 @@ export namespace dialogflow_v2 { export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Deletecontexts extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session to delete all contexts from. Format: `projects//agent/sessions/` or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -7611,11 +7508,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Detectintent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session this query is sent to. Format: `projects//agent/sessions/`, or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we are using "-". It's up to the API caller to choose an appropriate `Session ID` and `User Id`. They can be a random number or some type of user and session identifiers (preferably hashed). The length of the `Session ID` and `User ID` must not exceed 36 characters. */ @@ -8438,11 +8330,6 @@ export namespace dialogflow_v2 { export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Contexts$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session to create a context for. Format: `projects//agent/sessions/` or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -8455,11 +8342,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Contexts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the context to delete. Format: `projects//agent/sessions//contexts/` or `projects//agent/environments//users//sessions//contexts/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -8467,11 +8349,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Contexts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the context. Format: `projects//agent/sessions//contexts/` or `projects//agent/environments//users//sessions//contexts/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -8479,11 +8356,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Contexts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -8499,11 +8371,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Contexts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these contexts or create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size` */ @@ -9346,11 +9213,6 @@ export namespace dialogflow_v2 { export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Entitytypes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session to create a session entity type for. Format: `projects//agent/sessions/` or `projects//agent/environments//users// sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -9363,11 +9225,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Entitytypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to delete. Format: `projects//agent/sessions//entityTypes/` or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -9375,11 +9232,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Entitytypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session entity type. Format: `projects//agent/sessions//entityTypes/` or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -9387,11 +9239,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Entitytypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -9407,11 +9254,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Entitytypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of this session entity type. Format: `projects//agent/sessions//entityTypes/`, or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. `` must be the display name of an existing entity type in the same agent that will be overridden or supplemented. */ @@ -10624,11 +10466,6 @@ export namespace dialogflow_v2 { export interface Params$Resource$Projects$Agent$Intents$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the agent to delete all entities types for. Format: `projects//agent`. */ @@ -10641,11 +10478,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Intents$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the agent to update or create intents in. Format: `projects//agent`. */ @@ -10658,11 +10490,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Intents$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The resource view to apply to the returned intent. */ @@ -10683,11 +10510,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Intents$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the intent to delete. If this intent has direct or indirect followup intents, we also delete them. Format: `projects//agent/intents/`. */ @@ -10695,11 +10517,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Intents$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The resource view to apply to the returned intent. */ @@ -10715,11 +10532,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Intents$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The resource view to apply to the returned intent. */ @@ -10743,11 +10555,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Intents$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The resource view to apply to the returned intent. */ @@ -11112,11 +10919,6 @@ export namespace dialogflow_v2 { export interface Params$Resource$Projects$Agent$Sessions$Deletecontexts extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session to delete all contexts from. Format: `projects//agent/sessions/` or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -11124,11 +10926,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Sessions$Detectintent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session this query is sent to. Format: `projects//agent/sessions/`, or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we are using "-". It's up to the API caller to choose an appropriate `Session ID` and `User Id`. They can be a random number or some type of user and session identifiers (preferably hashed). The length of the `Session ID` and `User ID` must not exceed 36 characters. */ @@ -11936,11 +11733,6 @@ export namespace dialogflow_v2 { export interface Params$Resource$Projects$Agent$Sessions$Contexts$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session to create a context for. Format: `projects//agent/sessions/` or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -11953,11 +11745,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Sessions$Contexts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the context to delete. Format: `projects//agent/sessions//contexts/` or `projects//agent/environments//users//sessions//contexts/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -11965,11 +11752,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Sessions$Contexts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the context. Format: `projects//agent/sessions//contexts/` or `projects//agent/environments//users//sessions//contexts/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -11977,11 +11759,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Sessions$Contexts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -11997,11 +11774,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Sessions$Contexts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these contexts or create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size` */ @@ -12832,11 +12604,6 @@ export namespace dialogflow_v2 { export interface Params$Resource$Projects$Agent$Sessions$Entitytypes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session to create a session entity type for. Format: `projects//agent/sessions/` or `projects//agent/environments//users// sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -12849,11 +12616,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Sessions$Entitytypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to delete. Format: `projects//agent/sessions//entityTypes/` or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -12861,11 +12623,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Sessions$Entitytypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session entity type. Format: `projects//agent/sessions//entityTypes/` or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -12873,11 +12630,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Sessions$Entitytypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -12893,11 +12645,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Agent$Sessions$Entitytypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of this session entity type. Format: `projects//agent/sessions//entityTypes/`, or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. `` must be the display name of an existing entity type in the same agent that will be overridden or supplemented. */ @@ -13366,11 +13113,6 @@ export namespace dialogflow_v2 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -13378,11 +13120,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -13390,11 +13127,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -13855,11 +13587,6 @@ export namespace dialogflow_v2 { export interface Params$Resource$Projects$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -13867,11 +13594,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -13879,11 +13601,6 @@ export namespace dialogflow_v2 { } export interface Params$Resource$Projects$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/dialogflow/v2beta1.ts b/src/apis/dialogflow/v2beta1.ts index 21d45f01ab..8b274c8bba 100644 --- a/src/apis/dialogflow/v2beta1.ts +++ b/src/apis/dialogflow/v2beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace dialogflow_v2beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -3960,11 +3972,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Deleteagent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to delete is associated with. Format: `projects/`. */ @@ -3972,11 +3979,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Getagent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to fetch is associated with. Format: `projects/`. */ @@ -3984,11 +3986,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Setagent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project of this agent. Format: `projects/`. */ @@ -5295,11 +5292,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Agent$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to export is associated with. Format: `projects/`. */ @@ -5312,11 +5304,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Getfulfillment extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the fulfillment. Format: `projects//agent/fulfillment`. */ @@ -5324,11 +5311,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Getvalidationresult extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language for which you want a validation result. If not specified, the agent's default language is used. [Many languages](https://cloud.google.com/dialogflow/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used. */ @@ -5340,11 +5322,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to import is associated with. Format: `projects/`. */ @@ -5357,11 +5334,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Restore extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to restore is associated with. Format: `projects/`. */ @@ -5374,11 +5346,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -5394,11 +5361,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Train extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to train is associated with. Format: `projects/`. */ @@ -5411,11 +5373,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Updatefulfillment extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of the fulfillment. Format: `projects//agent/fulfillment`. */ @@ -6577,11 +6534,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Agent$Entitytypes$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the agent to delete all entities types for. Format: `projects//agent`. */ @@ -6594,11 +6546,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Entitytypes$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the agent to update or create entity types in. Format: `projects//agent`. */ @@ -6611,11 +6558,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Entitytypes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see [Multilingual intent and entity data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). */ @@ -6632,11 +6574,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Entitytypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to delete. Format: `projects//agent/entityTypes/`. */ @@ -6644,11 +6581,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Entitytypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see [Multilingual intent and entity data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). */ @@ -6660,11 +6592,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Entitytypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see [Multilingual intent and entity data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). */ @@ -6684,11 +6611,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Entitytypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see [Multilingual intent and entity data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). */ @@ -7186,11 +7108,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Agent$Entitytypes$Entities$Batchcreate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to create entities in. Format: `projects//agent/entityTypes/`. */ @@ -7203,11 +7120,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Entitytypes$Entities$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to delete entries for. Format: `projects//agent/entityTypes/`. */ @@ -7220,11 +7132,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Entitytypes$Entities$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to update or create entities in. Format: `projects//agent/entityTypes/`. */ @@ -7416,11 +7323,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Agent$Environments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -7792,11 +7694,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Deletecontexts extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session to delete all contexts from. Format: `projects//agent/sessions/` or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -7804,11 +7701,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Detectintent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session this query is sent to. Format: `projects//agent/sessions/`, or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we are using "-". It's up to the API caller to choose an appropriate `Session ID` and `User Id`. They can be a random number or some type of user and session identifiers (preferably hashed). The length of the `Session ID` and `User ID` must not exceed 36 characters. */ @@ -8630,11 +8522,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Contexts$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session to create a context for. Format: `projects//agent/sessions/` or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -8647,11 +8534,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Contexts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the context to delete. Format: `projects//agent/sessions//contexts/` or `projects//agent/environments//users//sessions//contexts/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -8659,11 +8541,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Contexts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the context. Format: `projects//agent/sessions//contexts/` or `projects//agent/environments//users//sessions//contexts/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -8671,11 +8548,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Contexts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -8691,11 +8563,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Contexts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these contexts or create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size` */ @@ -9560,11 +9427,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Entitytypes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session to create a session entity type for. Format: `projects//agent/sessions/` or `projects//agent/environments//users// sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -9577,11 +9439,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Entitytypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to delete. Format: `projects//agent/sessions//entityTypes/` or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -9589,11 +9446,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Entitytypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session entity type. Format: `projects//agent/sessions//entityTypes/` or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -9601,11 +9453,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Entitytypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -9621,11 +9468,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Environments$Users$Sessions$Entitytypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of this session entity type. Format: `projects//agent/sessions//entityTypes/`, or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. `` must be the display name of an existing entity type in the same agent that will be overridden or supplemented. */ @@ -10848,11 +10690,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Agent$Intents$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the agent to delete all entities types for. Format: `projects//agent`. */ @@ -10865,11 +10702,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Intents$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the agent to update or create intents in. Format: `projects//agent`. */ @@ -10882,11 +10714,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Intents$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The resource view to apply to the returned intent. */ @@ -10907,11 +10734,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Intents$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the intent to delete. If this intent has direct or indirect followup intents, we also delete them. Format: `projects//agent/intents/`. */ @@ -10919,11 +10741,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Intents$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The resource view to apply to the returned intent. */ @@ -10939,11 +10756,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Intents$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The resource view to apply to the returned intent. */ @@ -10967,11 +10779,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Intents$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The resource view to apply to the returned intent. */ @@ -11798,11 +11605,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Agent$Knowledgebases$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project to create a knowledge base for. Format: `projects/`. */ @@ -11815,11 +11617,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Knowledgebases$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Force deletes the knowledge base. When set to true, any documents in the knowledge base are also deleted. */ @@ -11831,11 +11628,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Knowledgebases$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the knowledge base to retrieve. Format `projects//knowledgeBases/`. */ @@ -11843,11 +11635,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Knowledgebases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 10 and at most 100. */ @@ -11863,11 +11650,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Knowledgebases$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The knowledge base resource name. The name must be empty when creating a knowledge base. Format: `projects//knowledgeBases/`. */ @@ -12847,11 +12629,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Agent$Knowledgebases$Documents$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The knoweldge base to create a document for. Format: `projects//knowledgeBases/`. */ @@ -12864,11 +12641,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Knowledgebases$Documents$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the document to delete. Format: `projects//knowledgeBases//documents/`. */ @@ -12876,11 +12648,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Knowledgebases$Documents$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the document to retrieve. Format `projects//knowledgeBases//documents/`. */ @@ -12888,11 +12655,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Knowledgebases$Documents$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 10 and at most 100. */ @@ -12908,11 +12670,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Knowledgebases$Documents$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The document resource name. The name must be empty when creating a document. Format: `projects//knowledgeBases//documents/`. */ @@ -12929,11 +12686,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Knowledgebases$Documents$Reload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the document to reload. Format: `projects//knowledgeBases//documents/` */ @@ -13285,11 +13037,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Agent$Sessions$Deletecontexts extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session to delete all contexts from. Format: `projects//agent/sessions/` or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -13297,11 +13044,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Sessions$Detectintent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session this query is sent to. Format: `projects//agent/sessions/`, or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we are using "-". It's up to the API caller to choose an appropriate `Session ID` and `User Id`. They can be a random number or some type of user and session identifiers (preferably hashed). The length of the `Session ID` and `User ID` must not exceed 36 characters. */ @@ -14108,11 +13850,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Agent$Sessions$Contexts$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session to create a context for. Format: `projects//agent/sessions/` or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -14125,11 +13862,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Sessions$Contexts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the context to delete. Format: `projects//agent/sessions//contexts/` or `projects//agent/environments//users//sessions//contexts/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -14137,11 +13869,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Sessions$Contexts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the context. Format: `projects//agent/sessions//contexts/` or `projects//agent/environments//users//sessions//contexts/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -14149,11 +13876,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Sessions$Contexts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -14169,11 +13891,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Sessions$Contexts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these contexts or create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size` */ @@ -15026,11 +14743,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Agent$Sessions$Entitytypes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session to create a session entity type for. Format: `projects//agent/sessions/` or `projects//agent/environments//users// sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -15043,11 +14755,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Sessions$Entitytypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to delete. Format: `projects//agent/sessions//entityTypes/` or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -15055,11 +14762,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Sessions$Entitytypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session entity type. Format: `projects//agent/sessions//entityTypes/` or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -15067,11 +14769,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Sessions$Entitytypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -15087,11 +14784,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Agent$Sessions$Entitytypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of this session entity type. Format: `projects//agent/sessions//entityTypes/`, or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. `` must be the display name of an existing entity type in the same agent that will be overridden or supplemented. */ @@ -15910,11 +15602,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Knowledgebases$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project to create a knowledge base for. Format: `projects/`. */ @@ -15927,11 +15614,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Knowledgebases$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Force deletes the knowledge base. When set to true, any documents in the knowledge base are also deleted. */ @@ -15943,11 +15625,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Knowledgebases$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the knowledge base to retrieve. Format `projects//knowledgeBases/`. */ @@ -15955,11 +15632,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Knowledgebases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 10 and at most 100. */ @@ -15975,11 +15647,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Knowledgebases$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The knowledge base resource name. The name must be empty when creating a knowledge base. Format: `projects//knowledgeBases/`. */ @@ -16959,11 +16626,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Knowledgebases$Documents$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The knoweldge base to create a document for. Format: `projects//knowledgeBases/`. */ @@ -16976,11 +16638,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Knowledgebases$Documents$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the document to delete. Format: `projects//knowledgeBases//documents/`. */ @@ -16988,11 +16645,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Knowledgebases$Documents$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the document to retrieve. Format `projects//knowledgeBases//documents/`. */ @@ -17000,11 +16652,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Knowledgebases$Documents$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 10 and at most 100. */ @@ -17020,11 +16667,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Knowledgebases$Documents$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The document resource name. The name must be empty when creating a document. Format: `projects//knowledgeBases//documents/`. */ @@ -17041,11 +16683,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Knowledgebases$Documents$Reload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the document to reload. Format: `projects//knowledgeBases//documents/` */ @@ -17543,11 +17180,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Locations$Deleteagent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to delete is associated with. Format: `projects/`. */ @@ -17555,11 +17187,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Getagent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to fetch is associated with. Format: `projects/`. */ @@ -17567,11 +17194,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Setagent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project of this agent. Format: `projects/`. */ @@ -18716,11 +18338,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Locations$Agent$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to export is associated with. Format: `projects/`. */ @@ -18733,11 +18350,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Fulfillment extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of the fulfillment. Format: `projects//agent/fulfillment`. */ @@ -18754,11 +18366,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Getfulfillment extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the fulfillment. Format: `projects//agent/fulfillment`. */ @@ -18766,11 +18373,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to import is associated with. Format: `projects/`. */ @@ -18783,11 +18385,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Restore extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to restore is associated with. Format: `projects/`. */ @@ -18800,11 +18397,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -18820,11 +18412,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Train extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project that the agent to train is associated with. Format: `projects/`. */ @@ -19989,11 +19576,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Locations$Agent$Entitytypes$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the agent to delete all entities types for. Format: `projects//agent`. */ @@ -20006,11 +19588,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Entitytypes$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the agent to update or create entity types in. Format: `projects//agent`. */ @@ -20023,11 +19600,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Entitytypes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see [Multilingual intent and entity data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). */ @@ -20044,11 +19616,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Entitytypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to delete. Format: `projects//agent/entityTypes/`. */ @@ -20056,11 +19623,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Entitytypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see [Multilingual intent and entity data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). */ @@ -20072,11 +19634,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Entitytypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see [Multilingual intent and entity data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). */ @@ -20096,11 +19653,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Entitytypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see [Multilingual intent and entity data](https://cloud.google.com/dialogflow/docs/agents-multilingual#intent-entity). */ @@ -20607,11 +20159,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Locations$Agent$Entitytypes$Entities$Batchcreate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to create entities in. Format: `projects//agent/entityTypes/`. */ @@ -20624,11 +20171,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Entitytypes$Entities$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to delete entries for. Format: `projects//agent/entityTypes/`. */ @@ -20641,11 +20183,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Entitytypes$Entities$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to update or create entities in. Format: `projects//agent/entityTypes/`. */ @@ -20839,11 +20376,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Locations$Agent$Environments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -21215,11 +20747,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Locations$Agent$Environments$Users$Sessions$Deletecontexts extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session to delete all contexts from. Format: `projects//agent/sessions/` or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -21227,11 +20754,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Environments$Users$Sessions$Detectintent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session this query is sent to. Format: `projects//agent/sessions/`, or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we are using "-". It's up to the API caller to choose an appropriate `Session ID` and `User Id`. They can be a random number or some type of user and session identifiers (preferably hashed). The length of the `Session ID` and `User ID` must not exceed 36 characters. */ @@ -22053,11 +21575,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Locations$Agent$Environments$Users$Sessions$Contexts$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session to create a context for. Format: `projects//agent/sessions/` or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -22070,11 +21587,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Environments$Users$Sessions$Contexts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the context to delete. Format: `projects//agent/sessions//contexts/` or `projects//agent/environments//users//sessions//contexts/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -22082,11 +21594,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Environments$Users$Sessions$Contexts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the context. Format: `projects//agent/sessions//contexts/` or `projects//agent/environments//users//sessions//contexts/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -22094,11 +21601,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Environments$Users$Sessions$Contexts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -22114,11 +21616,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Environments$Users$Sessions$Contexts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these contexts or create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size` */ @@ -22983,11 +22480,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Locations$Agent$Environments$Users$Sessions$Entitytypes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session to create a session entity type for. Format: `projects//agent/sessions/` or `projects//agent/environments//users// sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -23000,11 +22492,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Environments$Users$Sessions$Entitytypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to delete. Format: `projects//agent/sessions//entityTypes/` or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -23012,11 +22499,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Environments$Users$Sessions$Entitytypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session entity type. Format: `projects//agent/sessions//entityTypes/` or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -23024,11 +22506,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Environments$Users$Sessions$Entitytypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -23044,11 +22521,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Environments$Users$Sessions$Entitytypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of this session entity type. Format: `projects//agent/sessions//entityTypes/`, or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. `` must be the display name of an existing entity type in the same agent that will be overridden or supplemented. */ @@ -24271,11 +23743,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Locations$Agent$Intents$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the agent to delete all entities types for. Format: `projects//agent`. */ @@ -24288,11 +23755,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Intents$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the agent to update or create intents in. Format: `projects//agent`. */ @@ -24305,11 +23767,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Intents$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The resource view to apply to the returned intent. */ @@ -24330,11 +23787,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Intents$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the intent to delete. If this intent has direct or indirect followup intents, we also delete them. Format: `projects//agent/intents/`. */ @@ -24342,11 +23794,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Intents$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The resource view to apply to the returned intent. */ @@ -24362,11 +23809,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Intents$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The resource view to apply to the returned intent. */ @@ -24390,11 +23832,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Intents$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The resource view to apply to the returned intent. */ @@ -24762,11 +24199,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Locations$Agent$Sessions$Deletecontexts extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session to delete all contexts from. Format: `projects//agent/sessions/` or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -24774,11 +24206,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Sessions$Detectintent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session this query is sent to. Format: `projects//agent/sessions/`, or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we are using "-". It's up to the API caller to choose an appropriate `Session ID` and `User Id`. They can be a random number or some type of user and session identifiers (preferably hashed). The length of the `Session ID` and `User ID` must not exceed 36 characters. */ @@ -25596,11 +25023,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Locations$Agent$Sessions$Contexts$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session to create a context for. Format: `projects//agent/sessions/` or `projects//agent/environments//users//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -25613,11 +25035,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Sessions$Contexts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the context to delete. Format: `projects//agent/sessions//contexts/` or `projects//agent/environments//users//sessions//contexts/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -25625,11 +25042,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Sessions$Contexts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the context. Format: `projects//agent/sessions//contexts/` or `projects//agent/environments//users//sessions//contexts/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -25637,11 +25049,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Sessions$Contexts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -25657,11 +25064,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Sessions$Contexts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of the context. Format: `projects//agent/sessions//contexts/`, or `projects//agent/environments//users//sessions//contexts/`. The `Context ID` is always converted to lowercase, may only contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. The following context names are reserved for internal use by Dialogflow. You should not use these contexts or create contexts with these names: * `__system_counters__` * `*_id_dialog_context` * `*_dialog_params_size` */ @@ -26526,11 +25928,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Locations$Agent$Sessions$Entitytypes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session to create a session entity type for. Format: `projects//agent/sessions/` or `projects//agent/environments//users// sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -26543,11 +25940,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Sessions$Entitytypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the entity type to delete. Format: `projects//agent/sessions//entityTypes/` or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -26555,11 +25947,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Sessions$Entitytypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session entity type. Format: `projects//agent/sessions//entityTypes/` or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. */ @@ -26567,11 +25954,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Sessions$Entitytypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of items to return in a single page. By default 100 and at most 1000. */ @@ -26587,11 +25969,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Agent$Sessions$Entitytypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique identifier of this session entity type. Format: `projects//agent/sessions//entityTypes/`, or `projects//agent/environments//users//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment. If `User ID` is not specified, we assume default '-' user. `` must be the display name of an existing entity type in the same agent that will be overridden or supplemented. */ @@ -27052,11 +26429,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -27064,11 +26436,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -27076,11 +26443,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -27544,11 +26906,6 @@ export namespace dialogflow_v2beta1 { export interface Params$Resource$Projects$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -27556,11 +26913,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -27568,11 +26920,6 @@ export namespace dialogflow_v2beta1 { } export interface Params$Resource$Projects$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/dialogflow/v3alpha1.ts b/src/apis/dialogflow/v3alpha1.ts index e03e149418..571145eb0a 100644 --- a/src/apis/dialogflow/v3alpha1.ts +++ b/src/apis/dialogflow/v3alpha1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace dialogflow_v3alpha1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -3146,11 +3158,6 @@ export namespace dialogflow_v3alpha1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3158,11 +3165,6 @@ export namespace dialogflow_v3alpha1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3170,11 +3172,6 @@ export namespace dialogflow_v3alpha1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -3638,11 +3635,6 @@ export namespace dialogflow_v3alpha1 { export interface Params$Resource$Projects$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3650,11 +3642,6 @@ export namespace dialogflow_v3alpha1 { } export interface Params$Resource$Projects$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3662,11 +3649,6 @@ export namespace dialogflow_v3alpha1 { } export interface Params$Resource$Projects$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/digitalassetlinks/package.json b/src/apis/digitalassetlinks/package.json index a3c652d160..6859b92e12 100644 --- a/src/apis/digitalassetlinks/package.json +++ b/src/apis/digitalassetlinks/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/digitalassetlinks/v1.ts b/src/apis/digitalassetlinks/v1.ts index 121cf0f355..030cbfa62c 100644 --- a/src/apis/digitalassetlinks/v1.ts +++ b/src/apis/digitalassetlinks/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace digitalassetlinks_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -506,11 +518,6 @@ export namespace digitalassetlinks_v1 { } export interface Params$Resource$Assetlinks$Check extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Query string for the relation. We identify relations with strings of the format `/`, where `` must be one of a set of pre-defined purpose categories, and `` is a free-form lowercase alphanumeric string that describes the specific use case of the statement. Refer to [our API documentation](/digital-asset-links/v1/relation-strings) for the current list of supported relations. For a query to match an asset link, both the query's and the asset link's relation strings must match exactly. Example: A query with relation `delegate_permission/common.handle_all_urls` matches an asset link with relation `delegate_permission/common.handle_all_urls`. */ @@ -760,11 +767,6 @@ export namespace digitalassetlinks_v1 { } export interface Params$Resource$Statements$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Use only associations that match the specified relation. See the [`Statement`](#Statement) message for a detailed definition of relation strings. For a query to match a statement, one of the following must be true: * both the query's and the statement's relation strings match exactly, or * the query's relation string is empty or missing. Example: A query with relation `delegate_permission/common.handle_all_urls` matches an asset link with relation `delegate_permission/common.handle_all_urls`. */ diff --git a/src/apis/discovery/package.json b/src/apis/discovery/package.json index fcb4864c45..5b211ff1b9 100644 --- a/src/apis/discovery/package.json +++ b/src/apis/discovery/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/discovery/v1.ts b/src/apis/discovery/v1.ts index 9b0e124c5e..4f96b6f440 100644 --- a/src/apis/discovery/v1.ts +++ b/src/apis/discovery/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace discovery_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -712,11 +724,6 @@ export namespace discovery_v1 { } export interface Params$Resource$Apis$Getrest extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the API. */ @@ -727,11 +734,6 @@ export namespace discovery_v1 { version?: string; } export interface Params$Resource$Apis$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Only include APIs with the given name. */ diff --git a/src/apis/displayvideo/package.json b/src/apis/displayvideo/package.json index 7769946e88..317ef40e5d 100644 --- a/src/apis/displayvideo/package.json +++ b/src/apis/displayvideo/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/displayvideo/v1.ts b/src/apis/displayvideo/v1.ts index c63aa7dc0d..b3ffe90823 100644 --- a/src/apis/displayvideo/v1.ts +++ b/src/apis/displayvideo/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace displayvideo_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -4608,11 +4620,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Advertisers$Bulkeditadvertiserassignedtargetingoptions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser. */ @@ -4625,11 +4632,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Bulklistadvertiserassignedtargetingoptions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser the line item belongs to. */ @@ -4653,11 +4655,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4665,33 +4662,18 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser we need to delete. */ advertiserId?: string; } export interface Params$Resource$Advertisers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser to fetch. */ advertiserId?: string; } export interface Params$Resource$Advertisers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Allows filtering by advertiser properties. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * The operator must be `EQUALS (=)`. * Supported fields: - `entityStatus` Examples: * All active advertisers under a partner: `entityStatus="ENTITY_STATUS_ACTIVE"` The length of this field should be no more than 500 characters. */ @@ -4715,11 +4697,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The unique ID of the advertiser. Assigned by the system. */ @@ -4897,11 +4874,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Advertisers$Assets$Upload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser this asset belongs to. */ @@ -5708,11 +5680,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Advertisers$Campaigns$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The unique ID of the advertiser the campaign belongs to. */ @@ -5725,11 +5692,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Campaigns$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser this campaign belongs to. */ @@ -5741,11 +5703,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Campaigns$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser this campaign belongs to. */ @@ -5757,11 +5714,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Campaigns$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser to list campaigns for. */ @@ -5785,11 +5737,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Campaigns$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The unique ID of the advertiser the campaign belongs to. */ @@ -6140,11 +6087,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Advertisers$Channels$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser that owns the fetched channel. */ @@ -6160,11 +6102,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Channels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser that owns the channels. */ @@ -7180,11 +7117,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Advertisers$Creatives$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The unique ID of the advertiser the creative belongs to. */ @@ -7197,11 +7129,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Creatives$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser this creative belongs to. */ @@ -7213,11 +7140,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Creatives$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser this creative belongs to. */ @@ -7229,11 +7151,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Creatives$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser to list creatives for. */ @@ -7257,11 +7174,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Creatives$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The unique ID of the advertiser the creative belongs to. */ @@ -8091,11 +8003,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Advertisers$Insertionorders$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The unique ID of the advertiser the insertion order belongs to. */ @@ -8108,11 +8015,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Insertionorders$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser this insertion order belongs to. */ @@ -8124,11 +8026,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Insertionorders$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser this insertion order belongs to. */ @@ -8140,11 +8037,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Insertionorders$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser to list insertion orders for. */ @@ -8168,11 +8060,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Insertionorders$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The unique ID of the advertiser the insertion order belongs to. */ @@ -9413,11 +9300,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Advertisers$Lineitems$Bulkeditlineitemassignedtargetingoptions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser the line item belongs to. */ @@ -9434,11 +9316,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Lineitems$Bulklistlineitemassignedtargetingoptions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser the line item belongs to. */ @@ -9466,11 +9343,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Lineitems$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The unique ID of the advertiser the line item belongs to. */ @@ -9483,11 +9355,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Lineitems$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser this line item belongs to. */ @@ -9499,11 +9366,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Lineitems$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser this line item belongs to. */ @@ -9515,11 +9377,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Lineitems$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser to list line items for. */ @@ -9543,11 +9400,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Lineitems$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The unique ID of the advertiser the line item belongs to. */ @@ -10378,11 +10230,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Advertisers$Lineitems$Targetingtypes$Assignedtargetingoptions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser the line item belongs to. */ @@ -10403,11 +10250,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Lineitems$Targetingtypes$Assignedtargetingoptions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser the line item belongs to. */ @@ -10427,11 +10269,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Lineitems$Targetingtypes$Assignedtargetingoptions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser the line item belongs to. */ @@ -10451,11 +10288,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Lineitems$Targetingtypes$Assignedtargetingoptions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser the line item belongs to. */ @@ -10815,11 +10647,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Advertisers$Locationlists$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the DV360 advertiser to which the fetched location list belongs. */ @@ -10831,11 +10658,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Locationlists$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the DV360 advertiser to which the fetched location lists belong. */ @@ -11162,11 +10984,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Advertisers$Negativekeywordlists$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the DV360 advertiser to which the fetched negative keyword list belongs. */ @@ -11178,11 +10995,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Negativekeywordlists$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the DV360 advertiser to which the fetched negative keyword lists belong. */ @@ -11988,11 +11800,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Advertisers$Targetingtypes$Assignedtargetingoptions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser. */ @@ -12009,11 +11816,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Targetingtypes$Assignedtargetingoptions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser. */ @@ -12029,11 +11831,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Targetingtypes$Assignedtargetingoptions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser. */ @@ -12049,11 +11846,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Advertisers$Targetingtypes$Assignedtargetingoptions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the advertiser. */ @@ -12415,11 +12207,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Combinedaudiences$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser that has access to the fetched combined audience. */ @@ -12435,11 +12222,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Combinedaudiences$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser that has access to the fetched combined audiences. */ @@ -12786,11 +12568,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Customlists$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the DV360 advertiser that has access to the fetched custom lists. */ @@ -12801,11 +12578,6 @@ export namespace displayvideo_v1 { customListId?: string; } export interface Params$Resource$Customlists$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the DV360 advertiser that has access to the fetched custom lists. */ @@ -13180,11 +12952,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Firstandthirdpartyaudiences$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser that has access to the fetched first and third party audience. */ @@ -13200,11 +12967,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Firstandthirdpartyaudiences$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser that has access to the fetched first and third party audiences. */ @@ -13537,11 +13299,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Floodlightgroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the Floodlight group to fetch. */ @@ -13553,11 +13310,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Floodlightgroups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The unique ID of the Floodlight group. Assigned by the system. */ @@ -13910,11 +13662,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Googleaudiences$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser that has access to the fetched Google audience. */ @@ -13930,11 +13677,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Googleaudiences$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser that has access to the fetched Google audiences. */ @@ -14303,11 +14045,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Inventorysourcegroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser that has access to the inventory source group. If an inventory source group is partner-owned, only advertisers to which the group is explicitly shared can access the group. */ @@ -14323,11 +14060,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Inventorysourcegroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser that has access to the inventory source group. If an inventory source group is partner-owned, only advertisers to which the group is explicitly shared can access the group. */ @@ -14701,11 +14433,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Inventorysources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the inventory source to fetch. */ @@ -14717,11 +14444,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Inventorysources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser that has access to the inventory source. */ @@ -14897,11 +14619,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Media$Download extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the media that is being downloaded. See ReadRequest.resource_name. */ @@ -15248,11 +14965,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Partners$Channels$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser that owns the fetched channel. */ @@ -15268,11 +14980,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Partners$Channels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the advertiser that owns the channels. */ @@ -15455,11 +15162,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Sdfdownloadtasks$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -15610,11 +15312,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Sdfdownloadtasks$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -15984,11 +15681,6 @@ export namespace displayvideo_v1 { export interface Params$Resource$Targetingtypes$Targetingoptions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The Advertiser this request is being made in the context of. */ @@ -16004,11 +15696,6 @@ export namespace displayvideo_v1 { } export interface Params$Resource$Targetingtypes$Targetingoptions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The Advertiser this request is being made in the context of. */ diff --git a/src/apis/dlp/package.json b/src/apis/dlp/package.json index 99af4db65c..fdabe7e8a4 100644 --- a/src/apis/dlp/package.json +++ b/src/apis/dlp/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/dlp/v2.ts b/src/apis/dlp/v2.ts index c53a7b8ea3..68643c18d6 100644 --- a/src/apis/dlp/v2.ts +++ b/src/apis/dlp/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace dlp_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -3287,11 +3299,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Infotypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT. */ @@ -3486,11 +3493,6 @@ export namespace dlp_v2 { export interface Params$Resource$Locations$Infotypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT. */ @@ -4327,11 +4329,6 @@ export namespace dlp_v2 { export interface Params$Resource$Organizations$Deidentifytemplates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id or organizations/my-org-id. */ @@ -4344,11 +4341,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Deidentifytemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and deidentify template to be deleted, for example `organizations/433245324/deidentifyTemplates/432452342` or projects/project-id/deidentifyTemplates/432452342. */ @@ -4356,11 +4348,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Deidentifytemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and deidentify template to be read, for example `organizations/433245324/deidentifyTemplates/432452342` or projects/project-id/deidentifyTemplates/432452342. */ @@ -4368,11 +4355,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Deidentifytemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. This field has no effect. */ @@ -4396,11 +4378,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Deidentifytemplates$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of organization and deidentify template to be updated, for example `organizations/433245324/deidentifyTemplates/432452342` or projects/project-id/deidentifyTemplates/432452342. */ @@ -5189,11 +5166,6 @@ export namespace dlp_v2 { export interface Params$Resource$Organizations$Inspecttemplates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id or organizations/my-org-id. */ @@ -5206,11 +5178,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Inspecttemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and inspectTemplate to be deleted, for example `organizations/433245324/inspectTemplates/432452342` or projects/project-id/inspectTemplates/432452342. */ @@ -5218,11 +5185,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Inspecttemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and inspectTemplate to be read, for example `organizations/433245324/inspectTemplates/432452342` or projects/project-id/inspectTemplates/432452342. */ @@ -5230,11 +5192,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Inspecttemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. This field has no effect. */ @@ -5258,11 +5215,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Inspecttemplates$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of organization and inspectTemplate to be updated, for example `organizations/433245324/inspectTemplates/432452342` or projects/project-id/inspectTemplates/432452342. */ @@ -6090,11 +6042,6 @@ export namespace dlp_v2 { export interface Params$Resource$Organizations$Locations$Deidentifytemplates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id or organizations/my-org-id. */ @@ -6107,11 +6054,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Locations$Deidentifytemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and deidentify template to be deleted, for example `organizations/433245324/deidentifyTemplates/432452342` or projects/project-id/deidentifyTemplates/432452342. */ @@ -6119,11 +6061,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Locations$Deidentifytemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and deidentify template to be read, for example `organizations/433245324/deidentifyTemplates/432452342` or projects/project-id/deidentifyTemplates/432452342. */ @@ -6131,11 +6068,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Locations$Deidentifytemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. This field has no effect. */ @@ -6159,11 +6091,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Locations$Deidentifytemplates$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of organization and deidentify template to be updated, for example `organizations/433245324/deidentifyTemplates/432452342` or projects/project-id/deidentifyTemplates/432452342. */ @@ -6955,11 +6882,6 @@ export namespace dlp_v2 { export interface Params$Resource$Organizations$Locations$Inspecttemplates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id or organizations/my-org-id. */ @@ -6972,11 +6894,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Locations$Inspecttemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and inspectTemplate to be deleted, for example `organizations/433245324/inspectTemplates/432452342` or projects/project-id/inspectTemplates/432452342. */ @@ -6984,11 +6901,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Locations$Inspecttemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and inspectTemplate to be read, for example `organizations/433245324/inspectTemplates/432452342` or projects/project-id/inspectTemplates/432452342. */ @@ -6996,11 +6908,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Locations$Inspecttemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. This field has no effect. */ @@ -7024,11 +6931,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Locations$Inspecttemplates$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of organization and inspectTemplate to be updated, for example `organizations/433245324/inspectTemplates/432452342` or projects/project-id/inspectTemplates/432452342. */ @@ -7812,11 +7714,6 @@ export namespace dlp_v2 { export interface Params$Resource$Organizations$Locations$Storedinfotypes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id or organizations/my-org-id. */ @@ -7829,11 +7726,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Locations$Storedinfotypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and storedInfoType to be deleted, for example `organizations/433245324/storedInfoTypes/432452342` or projects/project-id/storedInfoTypes/432452342. */ @@ -7841,11 +7733,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Locations$Storedinfotypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and storedInfoType to be read, for example `organizations/433245324/storedInfoTypes/432452342` or projects/project-id/storedInfoTypes/432452342. */ @@ -7853,11 +7740,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Locations$Storedinfotypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. This field has no effect. */ @@ -7881,11 +7763,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Locations$Storedinfotypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of organization and storedInfoType to be updated, for example `organizations/433245324/storedInfoTypes/432452342` or projects/project-id/storedInfoTypes/432452342. */ @@ -8666,11 +8543,6 @@ export namespace dlp_v2 { export interface Params$Resource$Organizations$Storedinfotypes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id or organizations/my-org-id. */ @@ -8683,11 +8555,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Storedinfotypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and storedInfoType to be deleted, for example `organizations/433245324/storedInfoTypes/432452342` or projects/project-id/storedInfoTypes/432452342. */ @@ -8695,11 +8562,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Storedinfotypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and storedInfoType to be read, for example `organizations/433245324/storedInfoTypes/432452342` or projects/project-id/storedInfoTypes/432452342. */ @@ -8707,11 +8569,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Storedinfotypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. This field has no effect. */ @@ -8735,11 +8592,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Organizations$Storedinfotypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of organization and storedInfoType to be updated, for example `organizations/433245324/storedInfoTypes/432452342` or projects/project-id/storedInfoTypes/432452342. */ @@ -9285,11 +9137,6 @@ export namespace dlp_v2 { export interface Params$Resource$Projects$Content$Deidentify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent resource name, for example projects/my-project-id. */ @@ -9302,11 +9149,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Content$Inspect extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent resource name, for example projects/my-project-id. */ @@ -9319,11 +9161,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Content$Reidentify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name. */ @@ -10129,11 +9966,6 @@ export namespace dlp_v2 { export interface Params$Resource$Projects$Deidentifytemplates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id or organizations/my-org-id. */ @@ -10146,11 +9978,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Deidentifytemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and deidentify template to be deleted, for example `organizations/433245324/deidentifyTemplates/432452342` or projects/project-id/deidentifyTemplates/432452342. */ @@ -10158,11 +9985,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Deidentifytemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and deidentify template to be read, for example `organizations/433245324/deidentifyTemplates/432452342` or projects/project-id/deidentifyTemplates/432452342. */ @@ -10170,11 +9992,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Deidentifytemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. This field has no effect. */ @@ -10198,11 +10015,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Deidentifytemplates$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of organization and deidentify template to be updated, for example `organizations/433245324/deidentifyTemplates/432452342` or projects/project-id/deidentifyTemplates/432452342. */ @@ -10993,11 +10805,6 @@ export namespace dlp_v2 { export interface Params$Resource$Projects$Dlpjobs$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the DlpJob resource to be cancelled. */ @@ -11010,11 +10817,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Dlpjobs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id. */ @@ -11027,11 +10829,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Dlpjobs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the DlpJob resource to be deleted. */ @@ -11039,11 +10836,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Dlpjobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the DlpJob resource. */ @@ -11051,11 +10843,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Dlpjobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The resource name of the trigger that created job. - 'end_time` - Corresponds to time the job finished. - 'start_time` - Corresponds to time the job finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to time the job finished. - 'start_time` - Corresponds to time the job finished. * The operator must be `=` or `!=`. Examples: * inspected_storage = cloud_storage AND state = done * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = done OR state = canceled) * end_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters. */ @@ -11256,11 +11043,6 @@ export namespace dlp_v2 { export interface Params$Resource$Projects$Image$Redact extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent resource name, for example projects/my-project-id. */ @@ -12049,11 +11831,6 @@ export namespace dlp_v2 { export interface Params$Resource$Projects$Inspecttemplates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id or organizations/my-org-id. */ @@ -12066,11 +11843,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Inspecttemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and inspectTemplate to be deleted, for example `organizations/433245324/inspectTemplates/432452342` or projects/project-id/inspectTemplates/432452342. */ @@ -12078,11 +11850,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Inspecttemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and inspectTemplate to be read, for example `organizations/433245324/inspectTemplates/432452342` or projects/project-id/inspectTemplates/432452342. */ @@ -12090,11 +11857,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Inspecttemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. This field has no effect. */ @@ -12118,11 +11880,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Inspecttemplates$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of organization and inspectTemplate to be updated, for example `organizations/433245324/inspectTemplates/432452342` or projects/project-id/inspectTemplates/432452342. */ @@ -13095,11 +12852,6 @@ export namespace dlp_v2 { export interface Params$Resource$Projects$Jobtriggers$Activate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the trigger to activate, for example `projects/dlp-test-project/jobTriggers/53234423`. */ @@ -13112,11 +12864,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Jobtriggers$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id. */ @@ -13129,11 +12876,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Jobtriggers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the project and the triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. */ @@ -13141,11 +12883,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Jobtriggers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the project and the triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. */ @@ -13153,11 +12890,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Jobtriggers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect jobs: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters. */ @@ -13185,11 +12917,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Jobtriggers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the project and the triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. */ @@ -13735,11 +13462,6 @@ export namespace dlp_v2 { export interface Params$Resource$Projects$Locations$Content$Deidentify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent resource name, for example projects/my-project-id. */ @@ -13752,11 +13474,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Content$Inspect extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent resource name, for example projects/my-project-id. */ @@ -13769,11 +13486,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Content$Reidentify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name. */ @@ -14582,11 +14294,6 @@ export namespace dlp_v2 { export interface Params$Resource$Projects$Locations$Deidentifytemplates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id or organizations/my-org-id. */ @@ -14599,11 +14306,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Deidentifytemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and deidentify template to be deleted, for example `organizations/433245324/deidentifyTemplates/432452342` or projects/project-id/deidentifyTemplates/432452342. */ @@ -14611,11 +14313,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Deidentifytemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and deidentify template to be read, for example `organizations/433245324/deidentifyTemplates/432452342` or projects/project-id/deidentifyTemplates/432452342. */ @@ -14623,11 +14320,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Deidentifytemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. This field has no effect. */ @@ -14651,11 +14343,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Deidentifytemplates$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of organization and deidentify template to be updated, for example `organizations/433245324/deidentifyTemplates/432452342` or projects/project-id/deidentifyTemplates/432452342. */ @@ -15736,11 +15423,6 @@ export namespace dlp_v2 { export interface Params$Resource$Projects$Locations$Dlpjobs$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the DlpJob resource to be cancelled. */ @@ -15753,11 +15435,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Dlpjobs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id. */ @@ -15770,11 +15447,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Dlpjobs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the DlpJob resource to be deleted. */ @@ -15782,11 +15454,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Dlpjobs$Finish extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the DlpJob resource to be cancelled. */ @@ -15799,11 +15466,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Dlpjobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the DlpJob resource. */ @@ -15811,11 +15473,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Dlpjobs$Hybridinspect extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the job to execute a hybrid inspect on, for example `projects/dlp-test-project/dlpJob/53234423`. */ @@ -15828,11 +15485,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Dlpjobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect jobs: - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - `trigger_name` - The resource name of the trigger that created job. - 'end_time` - Corresponds to time the job finished. - 'start_time` - Corresponds to time the job finished. * Supported fields for risk analysis jobs: - `state` - RUNNING|CANCELED|FINISHED|FAILED - 'end_time` - Corresponds to time the job finished. - 'start_time` - Corresponds to time the job finished. * The operator must be `=` or `!=`. Examples: * inspected_storage = cloud_storage AND state = done * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = done OR state = canceled) * end_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters. */ @@ -16033,11 +15685,6 @@ export namespace dlp_v2 { export interface Params$Resource$Projects$Locations$Image$Redact extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent resource name, for example projects/my-project-id. */ @@ -16829,11 +16476,6 @@ export namespace dlp_v2 { export interface Params$Resource$Projects$Locations$Inspecttemplates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id or organizations/my-org-id. */ @@ -16846,11 +16488,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Inspecttemplates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and inspectTemplate to be deleted, for example `organizations/433245324/inspectTemplates/432452342` or projects/project-id/inspectTemplates/432452342. */ @@ -16858,11 +16495,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Inspecttemplates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and inspectTemplate to be read, for example `organizations/433245324/inspectTemplates/432452342` or projects/project-id/inspectTemplates/432452342. */ @@ -16870,11 +16502,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Inspecttemplates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. This field has no effect. */ @@ -16898,11 +16525,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Inspecttemplates$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of organization and inspectTemplate to be updated, for example `organizations/433245324/inspectTemplates/432452342` or projects/project-id/inspectTemplates/432452342. */ @@ -18029,11 +17651,6 @@ export namespace dlp_v2 { export interface Params$Resource$Projects$Locations$Jobtriggers$Activate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the trigger to activate, for example `projects/dlp-test-project/jobTriggers/53234423`. */ @@ -18046,11 +17663,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Jobtriggers$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id. */ @@ -18063,11 +17675,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Jobtriggers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the project and the triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. */ @@ -18075,11 +17682,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Jobtriggers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the project and the triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. */ @@ -18087,11 +17689,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Jobtriggers$Hybridinspect extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the trigger to execute a hybrid inspect on, for example `projects/dlp-test-project/jobTriggers/53234423`. */ @@ -18104,11 +17701,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Jobtriggers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * Supported fields/values for inspect jobs: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters. */ @@ -18136,11 +17728,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Jobtriggers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the project and the triggeredJob, for example `projects/dlp-test-project/jobTriggers/53234423`. */ @@ -18924,11 +18511,6 @@ export namespace dlp_v2 { export interface Params$Resource$Projects$Locations$Storedinfotypes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id or organizations/my-org-id. */ @@ -18941,11 +18523,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Storedinfotypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and storedInfoType to be deleted, for example `organizations/433245324/storedInfoTypes/432452342` or projects/project-id/storedInfoTypes/432452342. */ @@ -18953,11 +18530,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Storedinfotypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and storedInfoType to be read, for example `organizations/433245324/storedInfoTypes/432452342` or projects/project-id/storedInfoTypes/432452342. */ @@ -18965,11 +18537,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Storedinfotypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. This field has no effect. */ @@ -18993,11 +18560,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Locations$Storedinfotypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of organization and storedInfoType to be updated, for example `organizations/433245324/storedInfoTypes/432452342` or projects/project-id/storedInfoTypes/432452342. */ @@ -19778,11 +19340,6 @@ export namespace dlp_v2 { export interface Params$Resource$Projects$Storedinfotypes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, for example projects/my-project-id or organizations/my-org-id. */ @@ -19795,11 +19352,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Storedinfotypes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and storedInfoType to be deleted, for example `organizations/433245324/storedInfoTypes/432452342` or projects/project-id/storedInfoTypes/432452342. */ @@ -19807,11 +19359,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Storedinfotypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the organization and storedInfoType to be read, for example `organizations/433245324/storedInfoTypes/432452342` or projects/project-id/storedInfoTypes/432452342. */ @@ -19819,11 +19366,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Storedinfotypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. This field has no effect. */ @@ -19847,11 +19389,6 @@ export namespace dlp_v2 { } export interface Params$Resource$Projects$Storedinfotypes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of organization and storedInfoType to be updated, for example `organizations/433245324/storedInfoTypes/432452342` or projects/project-id/storedInfoTypes/432452342. */ diff --git a/src/apis/dns/package.json b/src/apis/dns/package.json index c4ea7e3f43..fa96ad0df8 100644 --- a/src/apis/dns/package.json +++ b/src/apis/dns/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/dns/v1.ts b/src/apis/dns/v1.ts index b01d40ad20..a0b847706f 100644 --- a/src/apis/dns/v1.ts +++ b/src/apis/dns/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace dns_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -863,11 +875,6 @@ export namespace dns_v1 { } export interface Params$Resource$Changes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -887,11 +894,6 @@ export namespace dns_v1 { requestBody?: Schema$Change; } export interface Params$Resource$Changes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -910,11 +912,6 @@ export namespace dns_v1 { project?: string; } export interface Params$Resource$Changes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1255,11 +1252,6 @@ export namespace dns_v1 { } export interface Params$Resource$Dnskeys$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1282,11 +1274,6 @@ export namespace dns_v1 { project?: string; } export interface Params$Resource$Dnskeys$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1626,11 +1613,6 @@ export namespace dns_v1 { export interface Params$Resource$Managedzoneoperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1650,11 +1632,6 @@ export namespace dns_v1 { } export interface Params$Resource$Managedzoneoperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2625,11 +2602,6 @@ export namespace dns_v1 { export interface Params$Resource$Managedzones$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2646,11 +2618,6 @@ export namespace dns_v1 { } export interface Params$Resource$Managedzones$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2665,11 +2632,6 @@ export namespace dns_v1 { project?: string; } export interface Params$Resource$Managedzones$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2685,11 +2647,6 @@ export namespace dns_v1 { } export interface Params$Resource$Managedzones$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2709,11 +2666,6 @@ export namespace dns_v1 { } export interface Params$Resource$Managedzones$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2734,11 +2686,6 @@ export namespace dns_v1 { } export interface Params$Resource$Managedzones$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3660,11 +3607,6 @@ export namespace dns_v1 { } export interface Params$Resource$Policies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3680,11 +3622,6 @@ export namespace dns_v1 { requestBody?: Schema$Policy; } export interface Params$Resource$Policies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3699,11 +3636,6 @@ export namespace dns_v1 { project?: string; } export interface Params$Resource$Policies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3718,11 +3650,6 @@ export namespace dns_v1 { project?: string; } export interface Params$Resource$Policies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3737,11 +3664,6 @@ export namespace dns_v1 { project?: string; } export interface Params$Resource$Policies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3761,11 +3683,6 @@ export namespace dns_v1 { requestBody?: Schema$Policy; } export interface Params$Resource$Policies$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3932,11 +3849,6 @@ export namespace dns_v1 { } export interface Params$Resource$Projects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -4117,11 +4029,6 @@ export namespace dns_v1 { export interface Params$Resource$Resourcerecordsets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ diff --git a/src/apis/dns/v1beta2.ts b/src/apis/dns/v1beta2.ts index cbdee905f6..8afd0f58a3 100644 --- a/src/apis/dns/v1beta2.ts +++ b/src/apis/dns/v1beta2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace dns_v1beta2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -879,11 +891,6 @@ export namespace dns_v1beta2 { } export interface Params$Resource$Changes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -903,11 +910,6 @@ export namespace dns_v1beta2 { requestBody?: Schema$Change; } export interface Params$Resource$Changes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -926,11 +928,6 @@ export namespace dns_v1beta2 { project?: string; } export interface Params$Resource$Changes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1271,11 +1268,6 @@ export namespace dns_v1beta2 { } export interface Params$Resource$Dnskeys$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1298,11 +1290,6 @@ export namespace dns_v1beta2 { project?: string; } export interface Params$Resource$Dnskeys$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1642,11 +1629,6 @@ export namespace dns_v1beta2 { export interface Params$Resource$Managedzoneoperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1666,11 +1648,6 @@ export namespace dns_v1beta2 { } export interface Params$Resource$Managedzoneoperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2648,11 +2625,6 @@ export namespace dns_v1beta2 { export interface Params$Resource$Managedzones$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2669,11 +2641,6 @@ export namespace dns_v1beta2 { } export interface Params$Resource$Managedzones$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2688,11 +2655,6 @@ export namespace dns_v1beta2 { project?: string; } export interface Params$Resource$Managedzones$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2708,11 +2670,6 @@ export namespace dns_v1beta2 { } export interface Params$Resource$Managedzones$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2732,11 +2689,6 @@ export namespace dns_v1beta2 { } export interface Params$Resource$Managedzones$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2757,11 +2709,6 @@ export namespace dns_v1beta2 { } export interface Params$Resource$Managedzones$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3683,11 +3630,6 @@ export namespace dns_v1beta2 { } export interface Params$Resource$Policies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3703,11 +3645,6 @@ export namespace dns_v1beta2 { requestBody?: Schema$Policy; } export interface Params$Resource$Policies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3722,11 +3659,6 @@ export namespace dns_v1beta2 { project?: string; } export interface Params$Resource$Policies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3741,11 +3673,6 @@ export namespace dns_v1beta2 { project?: string; } export interface Params$Resource$Policies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3760,11 +3687,6 @@ export namespace dns_v1beta2 { project?: string; } export interface Params$Resource$Policies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3784,11 +3706,6 @@ export namespace dns_v1beta2 { requestBody?: Schema$Policy; } export interface Params$Resource$Policies$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3955,11 +3872,6 @@ export namespace dns_v1beta2 { } export interface Params$Resource$Projects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -4140,11 +4052,6 @@ export namespace dns_v1beta2 { export interface Params$Resource$Resourcerecordsets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ diff --git a/src/apis/dns/v2beta1.ts b/src/apis/dns/v2beta1.ts index 6d732850f6..a1efacba27 100644 --- a/src/apis/dns/v2beta1.ts +++ b/src/apis/dns/v2beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace dns_v2beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -863,11 +875,6 @@ export namespace dns_v2beta1 { } export interface Params$Resource$Changes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -887,11 +894,6 @@ export namespace dns_v2beta1 { requestBody?: Schema$Change; } export interface Params$Resource$Changes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -910,11 +912,6 @@ export namespace dns_v2beta1 { project?: string; } export interface Params$Resource$Changes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1255,11 +1252,6 @@ export namespace dns_v2beta1 { } export interface Params$Resource$Dnskeys$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1282,11 +1274,6 @@ export namespace dns_v2beta1 { project?: string; } export interface Params$Resource$Dnskeys$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1626,11 +1613,6 @@ export namespace dns_v2beta1 { export interface Params$Resource$Managedzoneoperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1650,11 +1632,6 @@ export namespace dns_v2beta1 { } export interface Params$Resource$Managedzoneoperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2627,11 +2604,6 @@ export namespace dns_v2beta1 { export interface Params$Resource$Managedzones$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2648,11 +2620,6 @@ export namespace dns_v2beta1 { } export interface Params$Resource$Managedzones$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2667,11 +2634,6 @@ export namespace dns_v2beta1 { project?: string; } export interface Params$Resource$Managedzones$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2687,11 +2649,6 @@ export namespace dns_v2beta1 { } export interface Params$Resource$Managedzones$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2711,11 +2668,6 @@ export namespace dns_v2beta1 { } export interface Params$Resource$Managedzones$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -2736,11 +2688,6 @@ export namespace dns_v2beta1 { } export interface Params$Resource$Managedzones$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3662,11 +3609,6 @@ export namespace dns_v2beta1 { } export interface Params$Resource$Policies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3682,11 +3624,6 @@ export namespace dns_v2beta1 { requestBody?: Schema$Policy; } export interface Params$Resource$Policies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3701,11 +3638,6 @@ export namespace dns_v2beta1 { project?: string; } export interface Params$Resource$Policies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3720,11 +3652,6 @@ export namespace dns_v2beta1 { project?: string; } export interface Params$Resource$Policies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3739,11 +3666,6 @@ export namespace dns_v2beta1 { project?: string; } export interface Params$Resource$Policies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3763,11 +3685,6 @@ export namespace dns_v2beta1 { requestBody?: Schema$Policy; } export interface Params$Resource$Policies$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -3934,11 +3851,6 @@ export namespace dns_v2beta1 { } export interface Params$Resource$Projects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -4119,11 +4031,6 @@ export namespace dns_v2beta1 { export interface Params$Resource$Resourcerecordsets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ diff --git a/src/apis/docs/package.json b/src/apis/docs/package.json index ca8c1e5db3..0b890a6b52 100644 --- a/src/apis/docs/package.json +++ b/src/apis/docs/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/docs/v1.ts b/src/apis/docs/v1.ts index 2dffd0ebad..9b8082e842 100644 --- a/src/apis/docs/v1.ts +++ b/src/apis/docs/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace docs_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -3630,11 +3642,6 @@ export namespace docs_v1 { export interface Params$Resource$Documents$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the document to update. */ @@ -3646,22 +3653,12 @@ export namespace docs_v1 { requestBody?: Schema$BatchUpdateDocumentRequest; } export interface Params$Resource$Documents$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Document; } export interface Params$Resource$Documents$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the document to retrieve. */ diff --git a/src/apis/domainsrdap/package.json b/src/apis/domainsrdap/package.json index fa1df7682f..bd94202c6e 100644 --- a/src/apis/domainsrdap/package.json +++ b/src/apis/domainsrdap/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/domainsrdap/v1.ts b/src/apis/domainsrdap/v1.ts index 592915b574..c3f65d8b62 100644 --- a/src/apis/domainsrdap/v1.ts +++ b/src/apis/domainsrdap/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace domainsrdap_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -373,11 +385,6 @@ export namespace domainsrdap_v1 { } export interface Params$Resource$Autnum$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -524,11 +531,6 @@ export namespace domainsrdap_v1 { } export interface Params$Resource$Domain$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Full domain name to look up. Example: "example.com" */ @@ -678,11 +680,6 @@ export namespace domainsrdap_v1 { } export interface Params$Resource$Entity$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -835,11 +832,6 @@ export namespace domainsrdap_v1 { } export interface Params$Resource$Ip$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -993,11 +985,6 @@ export namespace domainsrdap_v1 { } export interface Params$Resource$Nameserver$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -1649,35 +1636,10 @@ export namespace domainsrdap_v1 { } } - export interface Params$Resource$V1$Getdomains extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } - export interface Params$Resource$V1$Getentities extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } - export interface Params$Resource$V1$Gethelp extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } - export interface Params$Resource$V1$Getip extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$V1$Getdomains extends StandardParameters {} + export interface Params$Resource$V1$Getentities extends StandardParameters {} + export interface Params$Resource$V1$Gethelp extends StandardParameters {} + export interface Params$Resource$V1$Getip extends StandardParameters {} export interface Params$Resource$V1$Getnameservers - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} } diff --git a/src/apis/doubleclickbidmanager/package.json b/src/apis/doubleclickbidmanager/package.json index 0e3f390018..67d9b757c5 100644 --- a/src/apis/doubleclickbidmanager/package.json +++ b/src/apis/doubleclickbidmanager/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/doubleclickbidmanager/v1.1.ts b/src/apis/doubleclickbidmanager/v1.1.ts index 0a1f53a65d..b4ecec9124 100644 --- a/src/apis/doubleclickbidmanager/v1.1.ts +++ b/src/apis/doubleclickbidmanager/v1.1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace doubleclickbidmanager_v1_1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -848,11 +860,6 @@ export namespace doubleclickbidmanager_v1_1 { export interface Params$Resource$Lineitems$Downloadlineitems extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -860,11 +867,6 @@ export namespace doubleclickbidmanager_v1_1 { } export interface Params$Resource$Lineitems$Uploadlineitems extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1571,11 +1573,6 @@ export namespace doubleclickbidmanager_v1_1 { export interface Params$Resource$Queries$Createquery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If true, tries to run the query asynchronously. Only applicable when the frequency is ONE_TIME. */ @@ -1588,22 +1585,12 @@ export namespace doubleclickbidmanager_v1_1 { } export interface Params$Resource$Queries$Deletequery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Query ID to delete. */ queryId?: string; } export interface Params$Resource$Queries$Getquery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Query ID to retrieve. */ @@ -1611,11 +1598,6 @@ export namespace doubleclickbidmanager_v1_1 { } export interface Params$Resource$Queries$Listqueries extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of results per page. Must be between 1 and 100. Defaults to 100 if unspecified. */ @@ -1626,11 +1608,6 @@ export namespace doubleclickbidmanager_v1_1 { pageToken?: string; } export interface Params$Resource$Queries$Runquery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If true, tries to run the query asynchronously. */ @@ -1798,11 +1775,6 @@ export namespace doubleclickbidmanager_v1_1 { export interface Params$Resource$Reports$Listreports extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of results per page. Must be between 1 and 100. Defaults to 100 if unspecified. */ @@ -1968,11 +1940,6 @@ export namespace doubleclickbidmanager_v1_1 { } export interface Params$Resource$Sdf$Download extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/doubleclickbidmanager/v1.ts b/src/apis/doubleclickbidmanager/v1.ts index b3862b995d..ceb040f0c4 100644 --- a/src/apis/doubleclickbidmanager/v1.ts +++ b/src/apis/doubleclickbidmanager/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace doubleclickbidmanager_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -822,11 +834,6 @@ export namespace doubleclickbidmanager_v1 { export interface Params$Resource$Lineitems$Downloadlineitems extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -834,11 +841,6 @@ export namespace doubleclickbidmanager_v1 { } export interface Params$Resource$Lineitems$Uploadlineitems extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1530,11 +1532,6 @@ export namespace doubleclickbidmanager_v1 { export interface Params$Resource$Queries$Createquery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1542,40 +1539,20 @@ export namespace doubleclickbidmanager_v1 { } export interface Params$Resource$Queries$Deletequery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Query ID to delete. */ queryId?: string; } export interface Params$Resource$Queries$Getquery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Query ID to retrieve. */ queryId?: string; } export interface Params$Resource$Queries$Listqueries - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Queries$Runquery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Query ID to run. */ @@ -1732,11 +1709,6 @@ export namespace doubleclickbidmanager_v1 { export interface Params$Resource$Reports$Listreports extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Query ID with which the reports are associated. */ @@ -1894,11 +1866,6 @@ export namespace doubleclickbidmanager_v1 { } export interface Params$Resource$Sdf$Download extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/doubleclicksearch/package.json b/src/apis/doubleclicksearch/package.json index 4c5f9a1f8a..24c227a1bb 100644 --- a/src/apis/doubleclicksearch/package.json +++ b/src/apis/doubleclicksearch/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/doubleclicksearch/v2.ts b/src/apis/doubleclicksearch/v2.ts index e5ebd3b8de..f02824ccff 100644 --- a/src/apis/doubleclicksearch/v2.ts +++ b/src/apis/doubleclicksearch/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace doubleclicksearch_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1123,11 +1135,6 @@ export namespace doubleclicksearch_v2 { } export interface Params$Resource$Conversion$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Numeric ID of the ad group. */ @@ -1175,11 +1182,6 @@ export namespace doubleclicksearch_v2 { } export interface Params$Resource$Conversion$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1187,11 +1189,6 @@ export namespace doubleclicksearch_v2 { } export interface Params$Resource$Conversion$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1199,11 +1196,6 @@ export namespace doubleclicksearch_v2 { } export interface Params$Resource$Conversion$Updateavailability extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1794,33 +1786,18 @@ export namespace doubleclicksearch_v2 { } export interface Params$Resource$Reports$Generate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$ReportRequest; } export interface Params$Resource$Reports$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the report request being polled. */ reportId?: string; } export interface Params$Resource$Reports$Getfile extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The index of the report fragment to download. */ @@ -1831,11 +1808,6 @@ export namespace doubleclicksearch_v2 { reportId?: string; } export interface Params$Resource$Reports$Request extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1986,11 +1958,6 @@ export namespace doubleclicksearch_v2 { export interface Params$Resource$Savedcolumns$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * DS ID of the advertiser. */ diff --git a/src/apis/drive/package.json b/src/apis/drive/package.json index 359647281d..6167bc0ffa 100644 --- a/src/apis/drive/package.json +++ b/src/apis/drive/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/drive/v2.ts b/src/apis/drive/v2.ts index e8dca498fe..e3e3e3d200 100644 --- a/src/apis/drive/v2.ts +++ b/src/apis/drive/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace drive_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1849,11 +1861,6 @@ export namespace drive_v2 { } export interface Params$Resource$About$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to count changes outside the My Drive hierarchy. When set to false, changes to files such as those in the Application Data folder or shared files which have not been added to My Drive will be omitted from the maxChangeIdCount. */ @@ -2174,22 +2181,12 @@ export namespace drive_v2 { } export interface Params$Resource$Apps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the app. */ appId?: string; } export interface Params$Resource$Apps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A comma-separated list of file extensions for open with filtering. All apps within the given app query scope which can open any of the given file extensions will be included in the response. If appFilterMimeTypes are provided as well, the result is a union of the two resulting app lists. */ @@ -2908,11 +2905,6 @@ export namespace drive_v2 { } export interface Params$Resource$Changes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the change. */ @@ -2936,11 +2928,6 @@ export namespace drive_v2 { } export interface Params$Resource$Changes$Getstartpagetoken extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive is returned. */ @@ -2959,11 +2946,6 @@ export namespace drive_v2 { teamDriveId?: string; } export interface Params$Resource$Changes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier. */ @@ -3018,11 +3000,6 @@ export namespace drive_v2 { teamDriveId?: string; } export interface Params$Resource$Changes$Watch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier. */ @@ -3236,11 +3213,6 @@ export namespace drive_v2 { } export interface Params$Resource$Channels$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -3842,11 +3814,6 @@ export namespace drive_v2 { } export interface Params$Resource$Children$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the child. */ @@ -3861,11 +3828,6 @@ export namespace drive_v2 { folderId?: string; } export interface Params$Resource$Children$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the child. */ @@ -3876,11 +3838,6 @@ export namespace drive_v2 { folderId?: string; } export interface Params$Resource$Children$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Set to true to opt in to API behavior that aims for all items to have exactly one parent. This parameter only takes effect if the item is not in a shared drive. If the child's owner makes the request, the child is removed from all current folders and placed in the requested folder. Any other requests that increase the number of the child's parents fail, except when the canAddMyDriveParent file capability is true and a single parent is being added. */ @@ -3904,11 +3861,6 @@ export namespace drive_v2 { requestBody?: Schema$ChildReference; } export interface Params$Resource$Children$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the folder. */ @@ -4884,11 +4836,6 @@ export namespace drive_v2 { } export interface Params$Resource$Comments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -4899,11 +4846,6 @@ export namespace drive_v2 { fileId?: string; } export interface Params$Resource$Comments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -4918,11 +4860,6 @@ export namespace drive_v2 { includeDeleted?: boolean; } export interface Params$Resource$Comments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -4934,11 +4871,6 @@ export namespace drive_v2 { requestBody?: Schema$Comment; } export interface Params$Resource$Comments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -4961,11 +4893,6 @@ export namespace drive_v2 { updatedMin?: string; } export interface Params$Resource$Comments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -4981,11 +4908,6 @@ export namespace drive_v2 { requestBody?: Schema$Comment; } export interface Params$Resource$Comments$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -6017,22 +5939,12 @@ export namespace drive_v2 { } export interface Params$Resource$Drives$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the shared drive. */ driveId?: string; } export interface Params$Resource$Drives$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the shared drive. */ @@ -6043,22 +5955,12 @@ export namespace drive_v2 { useDomainAdminAccess?: boolean; } export interface Params$Resource$Drives$Hide extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the shared drive. */ driveId?: string; } export interface Params$Resource$Drives$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned. */ @@ -6070,11 +5972,6 @@ export namespace drive_v2 { requestBody?: Schema$Drive; } export interface Params$Resource$Drives$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of shared drives to return. */ @@ -6093,22 +5990,12 @@ export namespace drive_v2 { useDomainAdminAccess?: boolean; } export interface Params$Resource$Drives$Unhide extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the shared drive. */ driveId?: string; } export interface Params$Resource$Drives$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the shared drive. */ @@ -9170,11 +9057,6 @@ export namespace drive_v2 { } export interface Params$Resource$Files$Copy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to convert this file to the corresponding Google Docs format. */ @@ -9226,11 +9108,6 @@ export namespace drive_v2 { requestBody?: Schema$File; } export interface Params$Resource$Files$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file to delete. */ @@ -9244,18 +9121,9 @@ export namespace drive_v2 { */ supportsTeamDrives?: boolean; } - export interface Params$Resource$Files$Emptytrash extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Files$Emptytrash + extends StandardParameters {} export interface Params$Resource$Files$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -9267,11 +9135,6 @@ export namespace drive_v2 { } export interface Params$Resource$Files$Generateids extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of IDs to return. */ @@ -9282,11 +9145,6 @@ export namespace drive_v2 { space?: string; } export interface Params$Resource$Files$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether the user is acknowledging the risk of downloading known malware or other abusive files. */ @@ -9317,11 +9175,6 @@ export namespace drive_v2 { updateViewedDate?: boolean; } export interface Params$Resource$Files$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to convert this file to the corresponding Google Docs format. */ @@ -9388,11 +9241,6 @@ export namespace drive_v2 { }; } export interface Params$Resource$Files$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Bodies of items (files/documents) to which the query applies. Supported bodies are 'default', 'domain', 'drive' and 'allDrives'. Prefer 'default' or 'drive' to 'allDrives' for efficiency. */ @@ -9451,11 +9299,6 @@ export namespace drive_v2 { teamDriveId?: string; } export interface Params$Resource$Files$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Comma-separated list of parent IDs to add. */ @@ -9531,11 +9374,6 @@ export namespace drive_v2 { requestBody?: Schema$File; } export interface Params$Resource$Files$Touch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file to update. */ @@ -9550,11 +9388,6 @@ export namespace drive_v2 { supportsTeamDrives?: boolean; } export interface Params$Resource$Files$Trash extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file to trash. */ @@ -9569,11 +9402,6 @@ export namespace drive_v2 { supportsTeamDrives?: boolean; } export interface Params$Resource$Files$Untrash extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file to untrash. */ @@ -9588,11 +9416,6 @@ export namespace drive_v2 { supportsTeamDrives?: boolean; } export interface Params$Resource$Files$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Comma-separated list of parent IDs to add. */ @@ -9683,11 +9506,6 @@ export namespace drive_v2 { }; } export interface Params$Resource$Files$Watch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether the user is acknowledging the risk of downloading known malware or other abusive files. */ @@ -10307,11 +10125,6 @@ export namespace drive_v2 { } export interface Params$Resource$Parents$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Set to true to opt in to API behavior that aims for all items to have exactly one parent. This parameter only takes effect if the item is not in a shared drive. If the item's last parent is removed, the item is placed under its owner's root. */ @@ -10326,11 +10139,6 @@ export namespace drive_v2 { parentId?: string; } export interface Params$Resource$Parents$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -10341,11 +10149,6 @@ export namespace drive_v2 { parentId?: string; } export interface Params$Resource$Parents$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Set to true to opt in to API behavior that aims for all items to have exactly one parent. This parameter only takes effect if the item is not in a shared drive. If the child's owner makes the request, the child is removed from all current folders and placed in the requested folder. Any other requests that increase the number of the child's parents fail, except when the canAddMyDriveParent file capability is true and a single parent is being added. */ @@ -10369,11 +10172,6 @@ export namespace drive_v2 { requestBody?: Schema$ParentReference; } export interface Params$Resource$Parents$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -11575,11 +11373,6 @@ export namespace drive_v2 { export interface Params$Resource$Permissions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID for the file or shared drive. */ @@ -11602,11 +11395,6 @@ export namespace drive_v2 { useDomainAdminAccess?: boolean; } export interface Params$Resource$Permissions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID for the file or shared drive. */ @@ -11630,11 +11418,6 @@ export namespace drive_v2 { } export interface Params$Resource$Permissions$Getidforemail extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The email address for which to return a permission ID */ @@ -11642,11 +11425,6 @@ export namespace drive_v2 { } export interface Params$Resource$Permissions$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A plain text custom message to include in notification emails. */ @@ -11686,11 +11464,6 @@ export namespace drive_v2 { requestBody?: Schema$Permission; } export interface Params$Resource$Permissions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID for the file or shared drive. */ @@ -11718,11 +11491,6 @@ export namespace drive_v2 { } export interface Params$Resource$Permissions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID for the file or shared drive. */ @@ -11759,11 +11527,6 @@ export namespace drive_v2 { } export interface Params$Resource$Permissions$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID for the file or shared drive. */ @@ -12705,11 +12468,6 @@ export namespace drive_v2 { export interface Params$Resource$Properties$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -12724,11 +12482,6 @@ export namespace drive_v2 { visibility?: string; } export interface Params$Resource$Properties$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -12744,11 +12497,6 @@ export namespace drive_v2 { } export interface Params$Resource$Properties$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -12760,22 +12508,12 @@ export namespace drive_v2 { requestBody?: Schema$Property; } export interface Params$Resource$Properties$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ fileId?: string; } export interface Params$Resource$Properties$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -12796,11 +12534,6 @@ export namespace drive_v2 { } export interface Params$Resource$Properties$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -13748,11 +13481,6 @@ export namespace drive_v2 { } export interface Params$Resource$Replies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -13767,11 +13495,6 @@ export namespace drive_v2 { replyId?: string; } export interface Params$Resource$Replies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -13790,11 +13513,6 @@ export namespace drive_v2 { replyId?: string; } export interface Params$Resource$Replies$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -13810,11 +13528,6 @@ export namespace drive_v2 { requestBody?: Schema$CommentReply; } export interface Params$Resource$Replies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -13837,11 +13550,6 @@ export namespace drive_v2 { pageToken?: string; } export interface Params$Resource$Replies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -13861,11 +13569,6 @@ export namespace drive_v2 { requestBody?: Schema$CommentReply; } export interface Params$Resource$Replies$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -14685,11 +14388,6 @@ export namespace drive_v2 { } export interface Params$Resource$Revisions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -14700,11 +14398,6 @@ export namespace drive_v2 { revisionId?: string; } export interface Params$Resource$Revisions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -14715,11 +14408,6 @@ export namespace drive_v2 { revisionId?: string; } export interface Params$Resource$Revisions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -14734,11 +14422,6 @@ export namespace drive_v2 { pageToken?: string; } export interface Params$Resource$Revisions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID for the file. */ @@ -14754,11 +14437,6 @@ export namespace drive_v2 { requestBody?: Schema$Revision; } export interface Params$Resource$Revisions$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID for the file. */ @@ -15515,22 +15193,12 @@ export namespace drive_v2 { export interface Params$Resource$Teamdrives$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the Team Drive */ teamDriveId?: string; } export interface Params$Resource$Teamdrives$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the Team Drive */ @@ -15542,11 +15210,6 @@ export namespace drive_v2 { } export interface Params$Resource$Teamdrives$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned. */ @@ -15558,11 +15221,6 @@ export namespace drive_v2 { requestBody?: Schema$TeamDrive; } export interface Params$Resource$Teamdrives$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of Team Drives to return. */ @@ -15582,11 +15240,6 @@ export namespace drive_v2 { } export interface Params$Resource$Teamdrives$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the Team Drive */ diff --git a/src/apis/drive/v3.ts b/src/apis/drive/v3.ts index 90126b8ff1..bf3e323717 100644 --- a/src/apis/drive/v3.ts +++ b/src/apis/drive/v3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace drive_v3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1294,12 +1306,7 @@ export namespace drive_v3 { } } - export interface Params$Resource$About$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$About$Get extends StandardParameters {} export class Resource$Changes { context: APIRequestContext; @@ -1830,11 +1837,6 @@ export namespace drive_v3 { export interface Params$Resource$Changes$Getstartpagetoken extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the shared drive for which the starting pageToken for listing future changes from that shared drive is returned. */ @@ -1853,11 +1855,6 @@ export namespace drive_v3 { teamDriveId?: string; } export interface Params$Resource$Changes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier. */ @@ -1908,11 +1905,6 @@ export namespace drive_v3 { teamDriveId?: string; } export interface Params$Resource$Changes$Watch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The shared drive from which changes are returned. If specified the change IDs will be reflective of the shared drive; use the combined drive ID and change ID as an identifier. */ @@ -2121,11 +2113,6 @@ export namespace drive_v3 { } export interface Params$Resource$Channels$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -2896,11 +2883,6 @@ export namespace drive_v3 { } export interface Params$Resource$Comments$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -2912,11 +2894,6 @@ export namespace drive_v3 { requestBody?: Schema$Comment; } export interface Params$Resource$Comments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -2927,11 +2904,6 @@ export namespace drive_v3 { fileId?: string; } export interface Params$Resource$Comments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -2946,11 +2918,6 @@ export namespace drive_v3 { includeDeleted?: boolean; } export interface Params$Resource$Comments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -2973,11 +2940,6 @@ export namespace drive_v3 { startModifiedTime?: string; } export interface Params$Resource$Comments$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -4009,11 +3971,6 @@ export namespace drive_v3 { } export interface Params$Resource$Drives$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned. */ @@ -4025,22 +3982,12 @@ export namespace drive_v3 { requestBody?: Schema$Drive; } export interface Params$Resource$Drives$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the shared drive. */ driveId?: string; } export interface Params$Resource$Drives$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the shared drive. */ @@ -4051,22 +3998,12 @@ export namespace drive_v3 { useDomainAdminAccess?: boolean; } export interface Params$Resource$Drives$Hide extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the shared drive. */ driveId?: string; } export interface Params$Resource$Drives$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of shared drives to return. */ @@ -4085,22 +4022,12 @@ export namespace drive_v3 { useDomainAdminAccess?: boolean; } export interface Params$Resource$Drives$Unhide extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the shared drive. */ driveId?: string; } export interface Params$Resource$Drives$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the shared drive. */ @@ -6037,11 +5964,6 @@ export namespace drive_v3 { } export interface Params$Resource$Files$Copy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Set to true to opt in to API behavior that aims for all items to have exactly one parent. This parameter only takes effect if the item is not in a shared drive. Requests that specify more than one parent fail. */ @@ -6077,11 +5999,6 @@ export namespace drive_v3 { requestBody?: Schema$File; } export interface Params$Resource$Files$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Set to true to opt in to API behavior that aims for all items to have exactly one parent. This parameter only takes effect if the item is not in a shared drive. Requests that specify more than one parent fail. */ @@ -6132,11 +6049,6 @@ export namespace drive_v3 { }; } export interface Params$Resource$Files$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -6150,18 +6062,9 @@ export namespace drive_v3 { */ supportsTeamDrives?: boolean; } - export interface Params$Resource$Files$Emptytrash extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Files$Emptytrash + extends StandardParameters {} export interface Params$Resource$Files$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -6173,11 +6076,6 @@ export namespace drive_v3 { } export interface Params$Resource$Files$Generateids extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The number of IDs to return. */ @@ -6188,11 +6086,6 @@ export namespace drive_v3 { space?: string; } export interface Params$Resource$Files$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media. */ @@ -6211,11 +6104,6 @@ export namespace drive_v3 { supportsTeamDrives?: boolean; } export interface Params$Resource$Files$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Bodies of items (files/documents) to which the query applies. Supported bodies are 'user', 'domain', 'drive' and 'allDrives'. Prefer 'user' or 'drive' to 'allDrives' for efficiency. */ @@ -6270,11 +6158,6 @@ export namespace drive_v3 { teamDriveId?: string; } export interface Params$Resource$Files$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A comma-separated list of parent IDs to add. */ @@ -6333,11 +6216,6 @@ export namespace drive_v3 { }; } export interface Params$Resource$Files$Watch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media. */ @@ -7197,11 +7075,6 @@ export namespace drive_v3 { export interface Params$Resource$Permissions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A plain text custom message to include in the notification email. */ @@ -7246,11 +7119,6 @@ export namespace drive_v3 { } export interface Params$Resource$Permissions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file or shared drive. */ @@ -7273,11 +7141,6 @@ export namespace drive_v3 { useDomainAdminAccess?: boolean; } export interface Params$Resource$Permissions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -7300,11 +7163,6 @@ export namespace drive_v3 { useDomainAdminAccess?: boolean; } export interface Params$Resource$Permissions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file or shared drive. */ @@ -7332,11 +7190,6 @@ export namespace drive_v3 { } export interface Params$Resource$Permissions$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file or shared drive. */ @@ -8134,11 +7987,6 @@ export namespace drive_v3 { } export interface Params$Resource$Replies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -8154,11 +8002,6 @@ export namespace drive_v3 { requestBody?: Schema$Reply; } export interface Params$Resource$Replies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -8173,11 +8016,6 @@ export namespace drive_v3 { replyId?: string; } export interface Params$Resource$Replies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -8196,11 +8034,6 @@ export namespace drive_v3 { replyId?: string; } export interface Params$Resource$Replies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -8223,11 +8056,6 @@ export namespace drive_v3 { pageToken?: string; } export interface Params$Resource$Replies$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment. */ @@ -8854,11 +8682,6 @@ export namespace drive_v3 { } export interface Params$Resource$Revisions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -8869,11 +8692,6 @@ export namespace drive_v3 { revisionId?: string; } export interface Params$Resource$Revisions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether the user is acknowledging the risk of downloading known malware or other abusive files. This is only applicable when alt=media. */ @@ -8888,11 +8706,6 @@ export namespace drive_v3 { revisionId?: string; } export interface Params$Resource$Revisions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -8907,11 +8720,6 @@ export namespace drive_v3 { pageToken?: string; } export interface Params$Resource$Revisions$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the file. */ @@ -9668,11 +9476,6 @@ export namespace drive_v3 { export interface Params$Resource$Teamdrives$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a Team Drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same Team Drive. If the Team Drive already exists a 409 error will be returned. */ @@ -9685,22 +9488,12 @@ export namespace drive_v3 { } export interface Params$Resource$Teamdrives$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the Team Drive */ teamDriveId?: string; } export interface Params$Resource$Teamdrives$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the Team Drive */ @@ -9711,11 +9504,6 @@ export namespace drive_v3 { useDomainAdminAccess?: boolean; } export interface Params$Resource$Teamdrives$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of Team Drives to return. */ @@ -9735,11 +9523,6 @@ export namespace drive_v3 { } export interface Params$Resource$Teamdrives$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the Team Drive */ diff --git a/src/apis/driveactivity/package.json b/src/apis/driveactivity/package.json index 8184dfb5bb..cddd12b364 100644 --- a/src/apis/driveactivity/package.json +++ b/src/apis/driveactivity/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/driveactivity/v2.ts b/src/apis/driveactivity/v2.ts index 7e9db35087..f144fe8786 100644 --- a/src/apis/driveactivity/v2.ts +++ b/src/apis/driveactivity/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace driveactivity_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1019,11 +1031,6 @@ export namespace driveactivity_v2 { } export interface Params$Resource$Activity$Query extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/factchecktools/package.json b/src/apis/factchecktools/package.json index d097fd3422..c7aa9a166d 100644 --- a/src/apis/factchecktools/package.json +++ b/src/apis/factchecktools/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/factchecktools/v1alpha1.ts b/src/apis/factchecktools/v1alpha1.ts index 75973651e2..d3d867b929 100644 --- a/src/apis/factchecktools/v1alpha1.ts +++ b/src/apis/factchecktools/v1alpha1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace factchecktools_v1alpha1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -534,11 +546,6 @@ export namespace factchecktools_v1alpha1 { } export interface Params$Resource$Claims$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The BCP-47 language code, such as "en-US" or "sr-Latn". Can be used to restrict results by language, though we do not currently consider the region. */ @@ -1387,44 +1394,24 @@ export namespace factchecktools_v1alpha1 { } export interface Params$Resource$Pages$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage; } export interface Params$Resource$Pages$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to delete, in the form of `pages/{page_id}`. */ name?: string; } export interface Params$Resource$Pages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to get, in the form of `pages/{page_id}`. */ name?: string; } export interface Params$Resource$Pages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An integer that specifies the current offset (that is, starting result location) in search results. This field is only considered if `page_token` is unset, and if the request is not for a specific URL. For example, 0 means to return results starting from the first matching result, and 10 means to return from the 11th result. */ @@ -1447,11 +1434,6 @@ export namespace factchecktools_v1alpha1 { url?: string; } export interface Params$Resource$Pages$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of this `ClaimReview` markup page resource, in the form of `pages/{page_id}`. Except for update requests, this field is output-only and should not be set by the user. */ diff --git a/src/apis/fcm/package.json b/src/apis/fcm/package.json index 0711ea7cda..c0f0e4bd04 100644 --- a/src/apis/fcm/package.json +++ b/src/apis/fcm/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/fcm/v1.ts b/src/apis/fcm/v1.ts index 088007328d..3767d27c59 100644 --- a/src/apis/fcm/v1.ts +++ b/src/apis/fcm/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace fcm_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -624,11 +636,6 @@ export namespace fcm_v1 { export interface Params$Resource$Projects$Messages$Send extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. It contains the Firebase project id (i.e. the unique identifier for your Firebase project), in the format of `projects/{project_id}`. For legacy support, the numeric project number with no padding is also supported in the format of `projects/{project_number}`. */ diff --git a/src/apis/file/package.json b/src/apis/file/package.json index b73f05441d..a9a80c4bb9 100644 --- a/src/apis/file/package.json +++ b/src/apis/file/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/file/v1.ts b/src/apis/file/v1.ts index c08037c10c..841e2b9d75 100644 --- a/src/apis/file/v1.ts +++ b/src/apis/file/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace file_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1366,11 +1378,6 @@ export namespace file_v1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -1378,11 +1385,6 @@ export namespace file_v1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2159,11 +2161,6 @@ export namespace file_v1 { export interface Params$Resource$Projects$Locations$Instances$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the instance to create. The name must be unique for the specified project and location. */ @@ -2180,11 +2177,6 @@ export namespace file_v1 { } export interface Params$Resource$Projects$Locations$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The instance resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id} */ @@ -2192,11 +2184,6 @@ export namespace file_v1 { } export interface Params$Resource$Projects$Locations$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The instance resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id}. */ @@ -2204,11 +2191,6 @@ export namespace file_v1 { } export interface Params$Resource$Projects$Locations$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * List filter. */ @@ -2232,11 +2214,6 @@ export namespace file_v1 { } export interface Params$Resource$Projects$Locations$Instances$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name of the instance, in the format projects/{project}/locations/{location}/instances/{instance}. */ @@ -2798,11 +2775,6 @@ export namespace file_v1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -2815,11 +2787,6 @@ export namespace file_v1 { } export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -2827,11 +2794,6 @@ export namespace file_v1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2839,11 +2801,6 @@ export namespace file_v1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/file/v1beta1.ts b/src/apis/file/v1beta1.ts index 712fb86354..3d3bb50aaa 100644 --- a/src/apis/file/v1beta1.ts +++ b/src/apis/file/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace file_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1366,11 +1378,6 @@ export namespace file_v1beta1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -1378,11 +1385,6 @@ export namespace file_v1beta1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2162,11 +2164,6 @@ export namespace file_v1beta1 { export interface Params$Resource$Projects$Locations$Instances$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the instance to create. The ID must be unique within the specified project and location. This value must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. */ @@ -2183,11 +2180,6 @@ export namespace file_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The instance resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id} */ @@ -2195,11 +2187,6 @@ export namespace file_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The instance resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id}. */ @@ -2207,11 +2194,6 @@ export namespace file_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * List filter. */ @@ -2235,11 +2217,6 @@ export namespace file_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name of the instance, in the format projects/{project_id}/locations/{location_id}/instances/{instance_id}. */ @@ -2804,11 +2781,6 @@ export namespace file_v1beta1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -2821,11 +2793,6 @@ export namespace file_v1beta1 { } export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -2833,11 +2800,6 @@ export namespace file_v1beta1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2845,11 +2807,6 @@ export namespace file_v1beta1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/firebase/package.json b/src/apis/firebase/package.json index f0b555f7e8..5b3f74a77c 100644 --- a/src/apis/firebase/package.json +++ b/src/apis/firebase/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/firebase/v1beta1.ts b/src/apis/firebase/v1beta1.ts index 9f57a5bbc9..7a67e5d88e 100644 --- a/src/apis/firebase/v1beta1.ts +++ b/src/apis/firebase/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace firebase_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -814,11 +826,6 @@ export namespace firebase_v1beta1 { export interface Params$Resource$Availableprojects$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of GCP `Projects` to return in the response.

                          The server may return fewer than this value at its discretion. If no value is specified (or too large a value is specified), the server will impose its own limit.

                          This value cannot be negative. */ @@ -973,11 +980,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2332,11 +2334,6 @@ export namespace firebase_v1beta1 { export interface Params$Resource$Projects$Addfirebase extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the GCP `Project` to which Firebase resources will be added, in the format:
                          projects/projectId After calling `AddFirebase`, the [`projectId`](https://cloud.google.com/resource-manager/reference/rest/v1/projects#Project.FIELDS.project_id) of the GCP `Project` is also the `projectId` of the FirebaseProject. */ @@ -2349,11 +2346,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Addgoogleanalytics extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent `FirebaseProject` to link to an existing Google Analytics account, in the format:
                          projects/projectId */ @@ -2365,11 +2357,6 @@ export namespace firebase_v1beta1 { requestBody?: Schema$AddGoogleAnalyticsRequest; } export interface Params$Resource$Projects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fully qualified resource name of the Project, in the format:
                          projects/projectId */ @@ -2377,11 +2364,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Getadminsdkconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fully qualified resource name of the Project, in the format:
                          projects/projectId/adminSdkConfig */ @@ -2389,22 +2371,12 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Getanalyticsdetails extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fully qualified resource name, in the format:
                          projects/projectId/analyticsDetails */ name?: string; } export interface Params$Resource$Projects$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of Projects to return in the response.

                          The server may return fewer than this at its discretion. If no value is specified (or too large a value is specified), the server will impose its own limit.

                          This value cannot be negative. */ @@ -2415,11 +2387,6 @@ export namespace firebase_v1beta1 { pageToken?: string; } export interface Params$Resource$Projects$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fully qualified resource name of the Project, in the format:
                          projects/projectId */ @@ -2436,11 +2403,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Removeanalytics extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent `FirebaseProject` to unlink from its Google Analytics account, in the format:
                          projects/projectId */ @@ -2453,11 +2415,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Searchapps extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of Apps to return in the response.

                          The server may return fewer than this value at its discretion. If no value is specified (or too large a value is specified), then the server will impose its own limit.

                          This value cannot be negative. */ @@ -3222,11 +3179,6 @@ export namespace firebase_v1beta1 { export interface Params$Resource$Projects$Androidapps$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent Project in which to create an App, in the format:
                          projects/projectId */ @@ -3239,11 +3191,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Androidapps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fully qualified resource name of the App, in the format:
                          projects/projectId/androidApps/appId
                          As an appId is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format:
                          projects/-/androidApps/appId */ @@ -3251,11 +3198,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Androidapps$Getconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the App configuration to download, in the format:
                          projects/projectId/androidApps/appId/config
                          As an appId is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format:
                          projects/-/androidApps/appId */ @@ -3263,11 +3205,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Androidapps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of Apps to return in the response.

                          The server may return fewer than this at its discretion. If no value is specified (or too large a value is specified), then the server will impose its own limit. */ @@ -3283,11 +3220,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Androidapps$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fully qualified resource name of the App, in the format:
                          projects/projectId/androidApps/appId */ @@ -3743,11 +3675,6 @@ export namespace firebase_v1beta1 { export interface Params$Resource$Projects$Androidapps$Sha$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent App to which a SHA certificate will be added, in the format:
                          projects/projectId/androidApps/appId
                          As an appId is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format:
                          projects/-/androidApps/appId */ @@ -3760,11 +3687,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Androidapps$Sha$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fully qualified resource name of the `sha-key`, in the format:
                          projects/projectId/androidApps/appId/sha/shaId
                          You can obtain the full name from the response of [`ListShaCertificates`](../projects.androidApps.sha/list) or the original [`CreateShaCertificate`](../projects.androidApps.sha/create). */ @@ -3772,11 +3694,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Androidapps$Sha$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent App for which to list SHA certificates, in the format:
                          projects/projectId/androidApps/appId
                          As an appId is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format:
                          projects/-/androidApps/appId */ @@ -3955,11 +3872,6 @@ export namespace firebase_v1beta1 { export interface Params$Resource$Projects$Availablelocations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of locations to return in the response.

                          The server may return fewer than this value at its discretion. If no value is specified (or too large a value is specified), then the server will impose its own limit.

                          This value cannot be negative. */ @@ -4131,11 +4043,6 @@ export namespace firebase_v1beta1 { export interface Params$Resource$Projects$Defaultlocation$Finalize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the Project for which the default GCP resource location will be set, in the format:
                          projects/projectId */ @@ -4897,11 +4804,6 @@ export namespace firebase_v1beta1 { export interface Params$Resource$Projects$Iosapps$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent Project in which to create an App, in the format:
                          projects/projectId */ @@ -4914,11 +4816,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Iosapps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fully qualified resource name of the App, in the format: projects/projectId/iosApps/appId
                          As an appId is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format:
                          projects/-/iosApps/appId */ @@ -4926,11 +4823,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Iosapps$Getconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the App configuration to download, in the format:
                          projects/projectId/iosApps/appId/config
                          As an appId is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format:
                          projects/-/iosApps/appId */ @@ -4938,11 +4830,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Iosapps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of Apps to return in the response.

                          The server may return fewer than this at its discretion. If no value is specified (or too large a value is specified), the server will impose its own limit. */ @@ -4958,11 +4845,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Iosapps$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fully qualified resource name of the App, in the format:
                          projects/projectId/iosApps/appId */ @@ -5731,11 +5613,6 @@ export namespace firebase_v1beta1 { export interface Params$Resource$Projects$Webapps$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent Project in which to create an App, in the format:
                          projects/projectId */ @@ -5748,11 +5625,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Webapps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fully qualified resource name of the App, in the format:
                          projects/projectId/webApps/appId
                          As an appId is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format:
                          projects/-/webApps/appId */ @@ -5760,11 +5632,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Webapps$Getconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the App configuration to download, in the format:
                          projects/projectId/webApps/appId/config
                          As an appId is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format:
                          projects/-/webApps/appId */ @@ -5772,11 +5639,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Webapps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of Apps to return in the response.

                          The server may return fewer than this value at its discretion. If no value is specified (or too large a value is specified), then the server will impose its own limit. */ @@ -5792,11 +5654,6 @@ export namespace firebase_v1beta1 { } export interface Params$Resource$Projects$Webapps$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fully qualified resource name of the App, for example:
                          projects/projectId/webApps/appId */ diff --git a/src/apis/firebasedynamiclinks/package.json b/src/apis/firebasedynamiclinks/package.json index 961d298ea6..5e23ef6332 100644 --- a/src/apis/firebasedynamiclinks/package.json +++ b/src/apis/firebasedynamiclinks/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/firebasedynamiclinks/v1.ts b/src/apis/firebasedynamiclinks/v1.ts index 81d7f6cfd0..ffa5c0ff33 100644 --- a/src/apis/firebasedynamiclinks/v1.ts +++ b/src/apis/firebasedynamiclinks/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace firebasedynamiclinks_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -836,11 +848,6 @@ export namespace firebasedynamiclinks_v1 { export interface Params$Resource$Managedshortlinks$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1004,11 +1011,6 @@ export namespace firebasedynamiclinks_v1 { export interface Params$Resource$Shortlinks$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1490,11 +1492,6 @@ export namespace firebasedynamiclinks_v1 { } export interface Params$Resource$V1$Getlinkstats extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The span of time requested in days. */ @@ -1510,11 +1507,6 @@ export namespace firebasedynamiclinks_v1 { } export interface Params$Resource$V1$Installattribution extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1522,11 +1514,6 @@ export namespace firebasedynamiclinks_v1 { } export interface Params$Resource$V1$Reopenattribution extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/firebasehosting/package.json b/src/apis/firebasehosting/package.json index 0b9e8cb284..6e59d8bbe6 100644 --- a/src/apis/firebasehosting/package.json +++ b/src/apis/firebasehosting/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/firebasehosting/v1beta1.ts b/src/apis/firebasehosting/v1beta1.ts index 8c418248d7..3c819196ef 100644 --- a/src/apis/firebasehosting/v1beta1.ts +++ b/src/apis/firebasehosting/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace firebasehosting_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -740,11 +752,6 @@ export namespace firebasehosting_v1beta1 { export interface Params$Resource$Projects$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -1055,11 +1062,6 @@ export namespace firebasehosting_v1beta1 { export interface Params$Resource$Projects$Sites$Getconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The site for which to get the SiteConfig, in the format: sites/site-name/config */ @@ -1067,11 +1069,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Projects$Sites$Updateconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The site for which to update the SiteConfig, in the format: sites/site-name/config */ @@ -1421,11 +1418,6 @@ export namespace firebasehosting_v1beta1 { export interface Params$Resource$Projects$Sites$Channels$Releases$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The site that the release belongs to, in the format: sites/site-name */ @@ -1442,11 +1434,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Projects$Sites$Channels$Releases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The page size to return. Defaults to 100. */ @@ -2194,11 +2181,6 @@ export namespace firebasehosting_v1beta1 { export interface Params$Resource$Projects$Sites$Domains$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent to create the domain association for, in the format: sites/site-name */ @@ -2211,11 +2193,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Projects$Sites$Domains$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the domain association to delete. */ @@ -2223,11 +2200,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Projects$Sites$Domains$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the domain configuration to get. */ @@ -2235,11 +2207,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Projects$Sites$Domains$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The page size to return. Defaults to 50. */ @@ -2255,11 +2222,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Projects$Sites$Domains$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the domain association to update or create, if an association doesn't already exist. */ @@ -2594,11 +2556,6 @@ export namespace firebasehosting_v1beta1 { export interface Params$Resource$Projects$Sites$Releases$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The site that the release belongs to, in the format: sites/site-name */ @@ -2615,11 +2572,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Projects$Sites$Releases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The page size to return. Defaults to 100. */ @@ -3442,11 +3394,6 @@ export namespace firebasehosting_v1beta1 { export interface Params$Resource$Projects$Sites$Versions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent to create the version for, in the format: sites/site-name */ @@ -3467,11 +3414,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Projects$Sites$Versions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the version to be deleted, in the format: sites/site-name/versions/versionID */ @@ -3479,11 +3421,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Projects$Sites$Versions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter string used to return a subset of versions in the response. Currently supported fields for filtering are: name, status, and create_time. Filter processing will be implemented in accordance with go/filtering. */ @@ -3503,11 +3440,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Projects$Sites$Versions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique identifier for a version, in the format: sites/site-name/versions/versionID This name is provided in the response body when you call the [`CreateVersion`](../sites.versions/create) endpoint. */ @@ -3524,11 +3456,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Projects$Sites$Versions$Populatefiles extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The version to add files to, in the format: sites/site-name/versions/versionID */ @@ -3703,11 +3630,6 @@ export namespace firebasehosting_v1beta1 { export interface Params$Resource$Projects$Sites$Versions$Files$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The page size to return. Defaults to 1000. */ @@ -4028,11 +3950,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Sites$Getconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The site for which to get the SiteConfig, in the format: sites/site-name/config */ @@ -4040,11 +3957,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Sites$Updateconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The site for which to update the SiteConfig, in the format: sites/site-name/config */ @@ -4392,11 +4304,6 @@ export namespace firebasehosting_v1beta1 { export interface Params$Resource$Sites$Channels$Releases$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The site that the release belongs to, in the format: sites/site-name */ @@ -4413,11 +4320,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Sites$Channels$Releases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The page size to return. Defaults to 100. */ @@ -5165,11 +5067,6 @@ export namespace firebasehosting_v1beta1 { export interface Params$Resource$Sites$Domains$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent to create the domain association for, in the format: sites/site-name */ @@ -5182,11 +5079,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Sites$Domains$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the domain association to delete. */ @@ -5194,11 +5086,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Sites$Domains$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the domain configuration to get. */ @@ -5206,11 +5093,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Sites$Domains$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The page size to return. Defaults to 50. */ @@ -5226,11 +5108,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Sites$Domains$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the domain association to update or create, if an association doesn't already exist. */ @@ -5565,11 +5442,6 @@ export namespace firebasehosting_v1beta1 { export interface Params$Resource$Sites$Releases$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The site that the release belongs to, in the format: sites/site-name */ @@ -5586,11 +5458,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Sites$Releases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The page size to return. Defaults to 100. */ @@ -6413,11 +6280,6 @@ export namespace firebasehosting_v1beta1 { export interface Params$Resource$Sites$Versions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent to create the version for, in the format: sites/site-name */ @@ -6438,11 +6300,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Sites$Versions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the version to be deleted, in the format: sites/site-name/versions/versionID */ @@ -6450,11 +6307,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Sites$Versions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter string used to return a subset of versions in the response. Currently supported fields for filtering are: name, status, and create_time. Filter processing will be implemented in accordance with go/filtering. */ @@ -6474,11 +6326,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Sites$Versions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique identifier for a version, in the format: sites/site-name/versions/versionID This name is provided in the response body when you call the [`CreateVersion`](../sites.versions/create) endpoint. */ @@ -6495,11 +6342,6 @@ export namespace firebasehosting_v1beta1 { } export interface Params$Resource$Sites$Versions$Populatefiles extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The version to add files to, in the format: sites/site-name/versions/versionID */ @@ -6674,11 +6516,6 @@ export namespace firebasehosting_v1beta1 { export interface Params$Resource$Sites$Versions$Files$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The page size to return. Defaults to 1000. */ diff --git a/src/apis/firebaseml/package.json b/src/apis/firebaseml/package.json index 80c93bb5b7..b77abf4bc5 100644 --- a/src/apis/firebaseml/package.json +++ b/src/apis/firebaseml/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/firebaseml/v1.ts b/src/apis/firebaseml/v1.ts index 9a188a4538..fd042acc88 100644 --- a/src/apis/firebaseml/v1.ts +++ b/src/apis/firebaseml/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace firebaseml_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -599,11 +611,6 @@ export namespace firebaseml_v1 { export interface Params$Resource$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -616,22 +623,12 @@ export namespace firebaseml_v1 { } export interface Params$Resource$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/firebaseml/v1beta2.ts b/src/apis/firebaseml/v1beta2.ts index 2f1ec383e5..80dde9c084 100644 --- a/src/apis/firebaseml/v1beta2.ts +++ b/src/apis/firebaseml/v1beta2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace firebaseml_v1beta2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -996,11 +1008,6 @@ export namespace firebaseml_v1beta2 { export interface Params$Resource$Projects$Models$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent project resource where the model is to be created. The parent must have the form `projects/{project_id}` */ @@ -1013,11 +1020,6 @@ export namespace firebaseml_v1beta2 { } export interface Params$Resource$Projects$Models$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the model to delete. The name must have the form `projects/{project_id}/models/{model_id}` */ @@ -1025,11 +1027,6 @@ export namespace firebaseml_v1beta2 { } export interface Params$Resource$Projects$Models$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the model to get. The name must have the form `projects/{project_id}/models/{model_id}` */ @@ -1037,11 +1034,6 @@ export namespace firebaseml_v1beta2 { } export interface Params$Resource$Projects$Models$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter for the list e.g. 'tags: abc' to list models which are tagged with "abc" */ @@ -1061,11 +1053,6 @@ export namespace firebaseml_v1beta2 { } export interface Params$Resource$Projects$Models$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the Model. Model names have the form `projects/{project_id}/models/{model_id}` The name is ignored when creating a model. */ @@ -1222,11 +1209,6 @@ export namespace firebaseml_v1beta2 { export interface Params$Resource$Projects$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ diff --git a/src/apis/firebaserules/package.json b/src/apis/firebaserules/package.json index 58ade3b680..8ffde3b165 100644 --- a/src/apis/firebaserules/package.json +++ b/src/apis/firebaserules/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/firebaserules/v1.ts b/src/apis/firebaserules/v1.ts index 4d3f81c168..83b4f626c8 100644 --- a/src/apis/firebaserules/v1.ts +++ b/src/apis/firebaserules/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace firebaserules_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -663,11 +675,6 @@ export namespace firebaserules_v1 { } export interface Params$Resource$Projects$Test extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Tests may either provide `source` or a `Ruleset` resource name. For tests against `source`, the resource name must refer to the project: Format: `projects/{project_id}` For tests against a `Ruleset`, this must be the `Ruleset` resource name: Format: `projects/{project_id}/rulesets/{ruleset_id}` */ @@ -1593,11 +1600,6 @@ export namespace firebaserules_v1 { export interface Params$Resource$Projects$Releases$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the project which owns this `Release`. Format: `projects/{project_id}` */ @@ -1610,11 +1612,6 @@ export namespace firebaserules_v1 { } export interface Params$Resource$Projects$Releases$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the `Release` to delete. Format: `projects/{project_id}/releases/{release_id}` */ @@ -1622,11 +1619,6 @@ export namespace firebaserules_v1 { } export interface Params$Resource$Projects$Releases$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the `Release`. Format: `projects/{project_id}/releases/{release_id}` */ @@ -1634,11 +1626,6 @@ export namespace firebaserules_v1 { } export interface Params$Resource$Projects$Releases$Getexecutable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The requested runtime executable version. Defaults to FIREBASE_RULES_EXECUTABLE_V1. */ @@ -1650,11 +1637,6 @@ export namespace firebaserules_v1 { } export interface Params$Resource$Projects$Releases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * `Release` filter. The list method supports filters with restrictions on the `Release.name`, `Release.ruleset_name`, and `Release.test_suite_name`. Example 1: A filter of 'name=prod*' might return `Release`s with names within 'projects/foo' prefixed with 'prod': Name | Ruleset Name ------------------------------|------------- projects/foo/releases/prod | projects/foo/rulesets/uuid1234 projects/foo/releases/prod/v1 | projects/foo/rulesets/uuid1234 projects/foo/releases/prod/v2 | projects/foo/rulesets/uuid8888 Example 2: A filter of `name=prod* ruleset_name=uuid1234` would return only `Release` instances for 'projects/foo' with names prefixed with 'prod' referring to the same `Ruleset` name of 'uuid1234': Name | Ruleset Name ------------------------------|------------- projects/foo/releases/prod | projects/foo/rulesets/1234 projects/foo/releases/prod/v1 | projects/foo/rulesets/1234 In the examples, the filter parameters refer to the search filters are relative to the project. Fully qualified prefixed may also be used. e.g. `test_suite_name=projects/foo/testsuites/uuid1` */ @@ -1674,11 +1656,6 @@ export namespace firebaserules_v1 { } export interface Params$Resource$Projects$Releases$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the project which owns this `Release`. Format: `projects/{project_id}` */ @@ -2283,11 +2260,6 @@ export namespace firebaserules_v1 { export interface Params$Resource$Projects$Rulesets$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for Project which owns this `Ruleset`. Format: `projects/{project_id}` */ @@ -2300,11 +2272,6 @@ export namespace firebaserules_v1 { } export interface Params$Resource$Projects$Rulesets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the ruleset to delete. Format: `projects/{project_id}/rulesets/{ruleset_id}` */ @@ -2312,11 +2279,6 @@ export namespace firebaserules_v1 { } export interface Params$Resource$Projects$Rulesets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the ruleset to get. Format: `projects/{project_id}/rulesets/{ruleset_id}` */ @@ -2324,11 +2286,6 @@ export namespace firebaserules_v1 { } export interface Params$Resource$Projects$Rulesets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * `Ruleset` filter. The list method supports filters with restrictions on `Ruleset.name`. Filters on `Ruleset.create_time` should use the `date` function which parses strings that conform to the RFC 3339 date/time specifications. Example: `create_time > date("2017-01-01T00:00:00Z") AND name=UUID-*` */ diff --git a/src/apis/firestore/package.json b/src/apis/firestore/package.json index 278b1c3ecb..b9ef84fd07 100644 --- a/src/apis/firestore/package.json +++ b/src/apis/firestore/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/firestore/v1.ts b/src/apis/firestore/v1.ts index 2df3dbbfd1..8cb8a1ca59 100644 --- a/src/apis/firestore/v1.ts +++ b/src/apis/firestore/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace firestore_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1647,11 +1659,6 @@ export namespace firestore_v1 { export interface Params$Resource$Projects$Databases$Exportdocuments extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Database to export. Should be of the form: `projects/{project_id}/databases/{database_id}`. */ @@ -1664,11 +1671,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Importdocuments extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Database to import into. Should be of the form: `projects/{project_id}/databases/{database_id}`. */ @@ -2194,11 +2196,6 @@ export namespace firestore_v1 { export interface Params$Resource$Projects$Databases$Collectiongroups$Fields$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}` */ @@ -2206,11 +2203,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Collectiongroups$Fields$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter to apply to list results. Currently, FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To issue this query, call FirestoreAdmin.ListFields with the filter set to `indexConfig.usesAncestorConfig:false`. */ @@ -2230,11 +2222,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Collectiongroups$Fields$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A field name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}` A field path may be a simple field name, e.g. `address` or a path to fields within map_value , e.g. `address.city`, or a special field path. The only valid special field is `*`, which represents any field. Field paths may be quoted using ` (backtick). The only character that needs to be escaped within a quoted field path is the backtick character itself, escaped using a backslash. Special characters in field paths that must be quoted include: `*`, `.`, ``` (backtick), `[`, `]`, as well as any ascii symbolic characters. Examples: (Note: Comments here are written in markdown syntax, so there is an additional layer of backticks to represent a code block) `\`address.city\`` represents a field named `address.city`, not the map key `city` in the field `address`. `\`*\`` represents a field named `*`, not any field. A special `Field` contains the default indexing settings for all fields. This field's resource name is: `projects/{project_id}/databases/{database_id}/collectionGroups/__default__/fields/x` Indexes defined on this `Field` will be applied to all fields which do not have their own `Field` index configuration. */ @@ -2861,11 +2848,6 @@ export namespace firestore_v1 { export interface Params$Resource$Projects$Databases$Collectiongroups$Indexes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A parent name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}` */ @@ -2878,11 +2860,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Collectiongroups$Indexes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}` */ @@ -2890,11 +2867,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Collectiongroups$Indexes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}` */ @@ -2902,11 +2874,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Collectiongroups$Indexes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter to apply to list results. */ @@ -4931,11 +4898,6 @@ export namespace firestore_v1 { export interface Params$Resource$Projects$Databases$Documents$Batchget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database name. In the format: `projects/{project_id}/databases/{database_id}`. */ @@ -4948,11 +4910,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Documents$Begintransaction extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database name. In the format: `projects/{project_id}/databases/{database_id}`. */ @@ -4965,11 +4922,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Documents$Commit extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database name. In the format: `projects/{project_id}/databases/{database_id}`. */ @@ -4982,11 +4934,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Documents$Createdocument extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The collection ID, relative to `parent`, to list. For example: `chatrooms`. */ @@ -5011,11 +4958,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Documents$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When set to `true`, the target document must exist. When set to `false`, the target document must not exist. */ @@ -5031,11 +4973,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Documents$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The list of field paths in the mask. See Document.fields for a field path syntax reference. */ @@ -5055,11 +4992,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Documents$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The collection ID, relative to `parent`, to list. For example: `chatrooms` or `messages`. */ @@ -5099,11 +5031,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Documents$Listcollectionids extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent document. In the format: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. For example: `projects/my-project/databases/my-database/documents/chatrooms/my-chatroom` */ @@ -5116,11 +5043,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Documents$Listen extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database name. In the format: `projects/{project_id}/databases/{database_id}`. */ @@ -5133,11 +5055,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Documents$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When set to `true`, the target document must exist. When set to `false`, the target document must not exist. */ @@ -5166,11 +5083,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Documents$Rollback extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database name. In the format: `projects/{project_id}/databases/{database_id}`. */ @@ -5183,11 +5095,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Documents$Runquery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name. In the format: `projects/{project_id}/databases/{database_id}/documents` or `projects/{project_id}/databases/{database_id}/documents/{document_path}`. For example: `projects/my-project/databases/my-database/documents` or `projects/my-project/databases/my-database/documents/chatrooms/my-chatroom` */ @@ -5200,11 +5107,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Documents$Write extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database name. In the format: `projects/{project_id}/databases/{database_id}`. This is only required in the first message. */ @@ -5791,11 +5693,6 @@ export namespace firestore_v1 { export interface Params$Resource$Projects$Databases$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -5808,11 +5705,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -5820,11 +5712,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -5832,11 +5719,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Databases$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -6148,11 +6030,6 @@ export namespace firestore_v1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -6160,11 +6037,6 @@ export namespace firestore_v1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/firestore/v1beta1.ts b/src/apis/firestore/v1beta1.ts index 0d23d7513e..b5393ceaad 100644 --- a/src/apis/firestore/v1beta1.ts +++ b/src/apis/firestore/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace firestore_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1487,11 +1499,6 @@ export namespace firestore_v1beta1 { export interface Params$Resource$Projects$Databases$Exportdocuments extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Database to export. Should be of the form: `projects/{project_id}/databases/{database_id}`. */ @@ -1504,11 +1511,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Importdocuments extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Database to import into. Should be of the form: `projects/{project_id}/databases/{database_id}`. */ @@ -3526,11 +3528,6 @@ export namespace firestore_v1beta1 { export interface Params$Resource$Projects$Databases$Documents$Batchget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database name. In the format: `projects/{project_id}/databases/{database_id}`. */ @@ -3543,11 +3540,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Documents$Begintransaction extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database name. In the format: `projects/{project_id}/databases/{database_id}`. */ @@ -3560,11 +3552,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Documents$Commit extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database name. In the format: `projects/{project_id}/databases/{database_id}`. */ @@ -3577,11 +3564,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Documents$Createdocument extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The collection ID, relative to `parent`, to list. For example: `chatrooms`. */ @@ -3606,11 +3588,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Documents$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When set to `true`, the target document must exist. When set to `false`, the target document must not exist. */ @@ -3626,11 +3603,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Documents$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The list of field paths in the mask. See Document.fields for a field path syntax reference. */ @@ -3650,11 +3622,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Documents$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The collection ID, relative to `parent`, to list. For example: `chatrooms` or `messages`. */ @@ -3694,11 +3661,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Documents$Listcollectionids extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent document. In the format: `projects/{project_id}/databases/{database_id}/documents/{document_path}`. For example: `projects/my-project/databases/my-database/documents/chatrooms/my-chatroom` */ @@ -3711,11 +3673,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Documents$Listen extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database name. In the format: `projects/{project_id}/databases/{database_id}`. */ @@ -3728,11 +3685,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Documents$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When set to `true`, the target document must exist. When set to `false`, the target document must not exist. */ @@ -3761,11 +3713,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Documents$Rollback extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database name. In the format: `projects/{project_id}/databases/{database_id}`. */ @@ -3778,11 +3725,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Documents$Runquery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name. In the format: `projects/{project_id}/databases/{database_id}/documents` or `projects/{project_id}/databases/{database_id}/documents/{document_path}`. For example: `projects/my-project/databases/my-database/documents` or `projects/my-project/databases/my-database/documents/chatrooms/my-chatroom` */ @@ -3795,11 +3737,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Documents$Write extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database name. In the format: `projects/{project_id}/databases/{database_id}`. This is only required in the first message. */ @@ -4419,11 +4356,6 @@ export namespace firestore_v1beta1 { export interface Params$Resource$Projects$Databases$Indexes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the database this index will apply to. For example: `projects/{project_id}/databases/{database_id}` */ @@ -4436,11 +4368,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Indexes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The index name. For example: `projects/{project_id}/databases/{database_id}/indexes/{index_id}` */ @@ -4448,11 +4375,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Indexes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the index. For example: `projects/{project_id}/databases/{database_id}/indexes/{index_id}` */ @@ -4460,11 +4382,6 @@ export namespace firestore_v1beta1 { } export interface Params$Resource$Projects$Databases$Indexes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ diff --git a/src/apis/firestore/v1beta2.ts b/src/apis/firestore/v1beta2.ts index 4c0ddd0a60..d71d2c72c7 100644 --- a/src/apis/firestore/v1beta2.ts +++ b/src/apis/firestore/v1beta2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace firestore_v1beta2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -783,11 +795,6 @@ export namespace firestore_v1beta2 { export interface Params$Resource$Projects$Databases$Exportdocuments extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Database to export. Should be of the form: `projects/{project_id}/databases/{database_id}`. */ @@ -800,11 +807,6 @@ export namespace firestore_v1beta2 { } export interface Params$Resource$Projects$Databases$Importdocuments extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Database to import into. Should be of the form: `projects/{project_id}/databases/{database_id}`. */ @@ -1340,11 +1342,6 @@ export namespace firestore_v1beta2 { export interface Params$Resource$Projects$Databases$Collectiongroups$Fields$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_id}` */ @@ -1352,11 +1349,6 @@ export namespace firestore_v1beta2 { } export interface Params$Resource$Projects$Databases$Collectiongroups$Fields$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter to apply to list results. Currently, FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To issue this query, call FirestoreAdmin.ListFields with the filter set to `indexConfig.usesAncestorConfig:false`. */ @@ -1376,11 +1368,6 @@ export namespace firestore_v1beta2 { } export interface Params$Resource$Projects$Databases$Collectiongroups$Fields$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A field name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/fields/{field_path}` A field path may be a simple field name, e.g. `address` or a path to fields within map_value , e.g. `address.city`, or a special field path. The only valid special field is `*`, which represents any field. Field paths may be quoted using ` (backtick). The only character that needs to be escaped within a quoted field path is the backtick character itself, escaped using a backslash. Special characters in field paths that must be quoted include: `*`, `.`, ``` (backtick), `[`, `]`, as well as any ascii symbolic characters. Examples: (Note: Comments here are written in markdown syntax, so there is an additional layer of backticks to represent a code block) `\`address.city\`` represents a field named `address.city`, not the map key `city` in the field `address`. `\`*\`` represents a field named `*`, not any field. A special `Field` contains the default indexing settings for all fields. This field's resource name is: `projects/{project_id}/databases/{database_id}/collectionGroups/__default__/fields/x` Indexes defined on this `Field` will be applied to all fields which do not have their own `Field` index configuration. */ @@ -2015,11 +2002,6 @@ export namespace firestore_v1beta2 { export interface Params$Resource$Projects$Databases$Collectiongroups$Indexes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A parent name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}` */ @@ -2032,11 +2014,6 @@ export namespace firestore_v1beta2 { } export interface Params$Resource$Projects$Databases$Collectiongroups$Indexes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}` */ @@ -2044,11 +2021,6 @@ export namespace firestore_v1beta2 { } export interface Params$Resource$Projects$Databases$Collectiongroups$Indexes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}` */ @@ -2056,11 +2028,6 @@ export namespace firestore_v1beta2 { } export interface Params$Resource$Projects$Databases$Collectiongroups$Indexes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter to apply to list results. */ diff --git a/src/apis/fitness/package.json b/src/apis/fitness/package.json index ec8642e376..5645a4ba00 100644 --- a/src/apis/fitness/package.json +++ b/src/apis/fitness/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/fitness/v1.ts b/src/apis/fitness/v1.ts index 6a1b00a596..ef619879a7 100644 --- a/src/apis/fitness/v1.ts +++ b/src/apis/fitness/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace fitness_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -703,11 +715,6 @@ export namespace fitness_v1 { export interface Params$Resource$Users$Dataset$Aggregate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Aggregate data for the person identified. Use me to indicate the authenticated user. Only me is supported at this time. */ @@ -1542,11 +1549,6 @@ export namespace fitness_v1 { export interface Params$Resource$Users$Datasources$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Create the data source for the person identified. Use me to indicate the authenticated user. Only me is supported at this time. */ @@ -1559,11 +1561,6 @@ export namespace fitness_v1 { } export interface Params$Resource$Users$Datasources$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The data stream ID of the data source to delete. */ @@ -1575,11 +1572,6 @@ export namespace fitness_v1 { } export interface Params$Resource$Users$Datasources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The data stream ID of the data source to retrieve. */ @@ -1591,11 +1583,6 @@ export namespace fitness_v1 { } export interface Params$Resource$Users$Datasources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The names of data types to include in the list. If not specified, all data sources will be returned. */ @@ -1607,11 +1594,6 @@ export namespace fitness_v1 { } export interface Params$Resource$Users$Datasources$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The data stream ID of the data source to update. */ @@ -1811,11 +1793,6 @@ export namespace fitness_v1 { export interface Params$Resource$Users$Datasources$Datapointchanges$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The data stream ID of the data source that created the dataset. */ @@ -2343,11 +2320,6 @@ export namespace fitness_v1 { export interface Params$Resource$Users$Datasources$Datasets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The client's current time in milliseconds since epoch. */ @@ -2371,11 +2343,6 @@ export namespace fitness_v1 { } export interface Params$Resource$Users$Datasources$Datasets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Dataset identifier that is a composite of the minimum data point start time and maximum data point end time represented as nanoseconds from the epoch. The ID is formatted like: "startTime-endTime" where startTime and endTime are 64 bit integers. */ @@ -2399,11 +2366,6 @@ export namespace fitness_v1 { } export interface Params$Resource$Users$Datasources$Datasets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The client's current time in milliseconds since epoch. Note that the minStartTimeNs and maxEndTimeNs properties in the request body are in nanoseconds instead of milliseconds. */ @@ -2916,11 +2878,6 @@ export namespace fitness_v1 { export interface Params$Resource$Users$Sessions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The client's current time in milliseconds since epoch. */ @@ -2936,11 +2893,6 @@ export namespace fitness_v1 { } export interface Params$Resource$Users$Sessions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If non-empty, only sessions with these activity types should be returned. */ @@ -2968,11 +2920,6 @@ export namespace fitness_v1 { } export interface Params$Resource$Users$Sessions$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The client's current time in milliseconds since epoch. */ diff --git a/src/apis/games/package.json b/src/apis/games/package.json index 967556b98b..6dabb76cfb 100644 --- a/src/apis/games/package.json +++ b/src/apis/games/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/games/v1.ts b/src/apis/games/v1.ts index a2ea85037c..340d2b0f7a 100644 --- a/src/apis/games/v1.ts +++ b/src/apis/games/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace games_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -2529,11 +2541,6 @@ export namespace games_v1 { export interface Params$Resource$Achievementdefinitions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -3424,11 +3431,6 @@ export namespace games_v1 { export interface Params$Resource$Achievements$Increment extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the achievement used by this method. */ @@ -3444,11 +3446,6 @@ export namespace games_v1 { } export interface Params$Resource$Achievements$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -3472,11 +3469,6 @@ export namespace games_v1 { } export interface Params$Resource$Achievements$Reveal extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the achievement used by this method. */ @@ -3484,11 +3476,6 @@ export namespace games_v1 { } export interface Params$Resource$Achievements$Setstepsatleast extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the achievement used by this method. */ @@ -3500,11 +3487,6 @@ export namespace games_v1 { } export interface Params$Resource$Achievements$Unlock extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the achievement used by this method. */ @@ -3512,11 +3494,6 @@ export namespace games_v1 { } export interface Params$Resource$Achievements$Updatemultiple extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -3938,11 +3915,6 @@ export namespace games_v1 { } export interface Params$Resource$Applications$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The application ID from the Google Play developer console. */ @@ -3957,19 +3929,9 @@ export namespace games_v1 { platformType?: string; } export interface Params$Resource$Applications$Played - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Applications$Verify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The application ID from the Google Play developer console. */ @@ -4419,11 +4381,6 @@ export namespace games_v1 { export interface Params$Resource$Events$Listbyplayer extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -4439,11 +4396,6 @@ export namespace games_v1 { } export interface Params$Resource$Events$Listdefinitions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -4458,11 +4410,6 @@ export namespace games_v1 { pageToken?: string; } export interface Params$Resource$Events$Record extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -4764,11 +4711,6 @@ export namespace games_v1 { } export interface Params$Resource$Leaderboards$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -4780,11 +4722,6 @@ export namespace games_v1 { } export interface Params$Resource$Leaderboards$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -5089,19 +5026,9 @@ export namespace games_v1 { } export interface Params$Resource$Metagame$Getmetagameconfig - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Metagame$Listcategoriesbyplayer extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The collection of categories for which data will be returned. */ @@ -5420,11 +5347,6 @@ export namespace games_v1 { } export interface Params$Resource$Players$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -5435,11 +5357,6 @@ export namespace games_v1 { playerId?: string; } export interface Params$Resource$Players$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Collection of players being retrieved */ @@ -5729,11 +5646,6 @@ export namespace games_v1 { export interface Params$Resource$Pushtokens$Remove extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5741,11 +5653,6 @@ export namespace games_v1 { } export interface Params$Resource$Pushtokens$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5902,11 +5809,6 @@ export namespace games_v1 { } export interface Params$Resource$Revisions$Check extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The revision of the client SDK used by your application. Format: [PLATFORM_TYPE]:[VERSION_NUMBER]. Possible values of PLATFORM_TYPE are: - "ANDROID" - Client is running the Android SDK. - "IOS" - Client is running the iOS SDK. - "WEB_APP" - Client is running as a Web App. */ @@ -7089,11 +6991,6 @@ export namespace games_v1 { } export interface Params$Resource$Rooms$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -7105,11 +7002,6 @@ export namespace games_v1 { requestBody?: Schema$RoomCreateRequest; } export interface Params$Resource$Rooms$Decline extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -7120,22 +7012,12 @@ export namespace games_v1 { roomId?: string; } export interface Params$Resource$Rooms$Dismiss extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the room. */ roomId?: string; } export interface Params$Resource$Rooms$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -7146,11 +7028,6 @@ export namespace games_v1 { roomId?: string; } export interface Params$Resource$Rooms$Join extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -7166,11 +7043,6 @@ export namespace games_v1 { requestBody?: Schema$RoomJoinRequest; } export interface Params$Resource$Rooms$Leave extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -7186,11 +7058,6 @@ export namespace games_v1 { requestBody?: Schema$RoomLeaveRequest; } export interface Params$Resource$Rooms$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -7206,11 +7073,6 @@ export namespace games_v1 { } export interface Params$Resource$Rooms$Reportstatus extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -8002,11 +7864,6 @@ export namespace games_v1 { } export interface Params$Resource$Scores$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The types of ranks to return. If the parameter is omitted, no ranks will be returned. */ @@ -8037,11 +7894,6 @@ export namespace games_v1 { timeSpan?: string; } export interface Params$Resource$Scores$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The collection of scores you're requesting. */ @@ -8069,11 +7921,6 @@ export namespace games_v1 { } export interface Params$Resource$Scores$Listwindow extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The collection of scores you're requesting. */ @@ -8108,11 +7955,6 @@ export namespace games_v1 { timeSpan?: string; } export interface Params$Resource$Scores$Submit extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -8132,11 +7974,6 @@ export namespace games_v1 { } export interface Params$Resource$Scores$Submitmultiple extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -8451,11 +8288,6 @@ export namespace games_v1 { } export interface Params$Resource$Snapshots$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -8466,11 +8298,6 @@ export namespace games_v1 { snapshotId?: string; } export interface Params$Resource$Snapshots$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -10446,11 +10273,6 @@ export namespace games_v1 { export interface Params$Resource$Turnbasedmatches$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the match. */ @@ -10458,11 +10280,6 @@ export namespace games_v1 { } export interface Params$Resource$Turnbasedmatches$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -10475,11 +10292,6 @@ export namespace games_v1 { } export interface Params$Resource$Turnbasedmatches$Decline extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -10491,11 +10303,6 @@ export namespace games_v1 { } export interface Params$Resource$Turnbasedmatches$Dismiss extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the match. */ @@ -10503,11 +10310,6 @@ export namespace games_v1 { } export interface Params$Resource$Turnbasedmatches$Finish extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -10524,11 +10326,6 @@ export namespace games_v1 { } export interface Params$Resource$Turnbasedmatches$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Get match data along with metadata. */ @@ -10544,11 +10341,6 @@ export namespace games_v1 { } export interface Params$Resource$Turnbasedmatches$Join extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -10560,11 +10352,6 @@ export namespace games_v1 { } export interface Params$Resource$Turnbasedmatches$Leave extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -10576,11 +10363,6 @@ export namespace games_v1 { } export interface Params$Resource$Turnbasedmatches$Leaveturn extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -10600,11 +10382,6 @@ export namespace games_v1 { } export interface Params$Resource$Turnbasedmatches$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * True if match data should be returned in the response. Note that not all data will necessarily be returned if include_match_data is true; the server may decide to only return data for some of the matches to limit download size for the client. The remainder of the data for these matches will be retrievable on request. */ @@ -10628,11 +10405,6 @@ export namespace games_v1 { } export interface Params$Resource$Turnbasedmatches$Rematch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ @@ -10648,11 +10420,6 @@ export namespace games_v1 { } export interface Params$Resource$Turnbasedmatches$Sync extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * True if match data should be returned in the response. Note that not all data will necessarily be returned if include_match_data is true; the server may decide to only return data for some of the matches to limit download size for the client. The remainder of the data for these matches will be retrievable on request. */ @@ -10676,11 +10443,6 @@ export namespace games_v1 { } export interface Params$Resource$Turnbasedmatches$Taketurn extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The preferred language to use for strings returned by this method. */ diff --git a/src/apis/gamesConfiguration/package.json b/src/apis/gamesConfiguration/package.json index ae02e93d84..171c138e56 100644 --- a/src/apis/gamesConfiguration/package.json +++ b/src/apis/gamesConfiguration/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/gamesConfiguration/v1configuration.ts b/src/apis/gamesConfiguration/v1configuration.ts index 5daeabbff0..e49b356949 100644 --- a/src/apis/gamesConfiguration/v1configuration.ts +++ b/src/apis/gamesConfiguration/v1configuration.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace gamesConfiguration_v1configuration { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1135,11 +1147,6 @@ export namespace gamesConfiguration_v1configuration { export interface Params$Resource$Achievementconfigurations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the achievement used by this method. */ @@ -1147,11 +1154,6 @@ export namespace gamesConfiguration_v1configuration { } export interface Params$Resource$Achievementconfigurations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the achievement used by this method. */ @@ -1159,11 +1161,6 @@ export namespace gamesConfiguration_v1configuration { } export interface Params$Resource$Achievementconfigurations$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The application ID from the Google Play developer console. */ @@ -1176,11 +1173,6 @@ export namespace gamesConfiguration_v1configuration { } export interface Params$Resource$Achievementconfigurations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The application ID from the Google Play developer console. */ @@ -1196,11 +1188,6 @@ export namespace gamesConfiguration_v1configuration { } export interface Params$Resource$Achievementconfigurations$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the achievement used by this method. */ @@ -1376,11 +1363,6 @@ export namespace gamesConfiguration_v1configuration { export interface Params$Resource$Imageconfigurations$Upload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Selects which image in a resource for this method. */ @@ -2162,11 +2144,6 @@ export namespace gamesConfiguration_v1configuration { export interface Params$Resource$Leaderboardconfigurations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the leaderboard. */ @@ -2174,11 +2151,6 @@ export namespace gamesConfiguration_v1configuration { } export interface Params$Resource$Leaderboardconfigurations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the leaderboard. */ @@ -2186,11 +2158,6 @@ export namespace gamesConfiguration_v1configuration { } export interface Params$Resource$Leaderboardconfigurations$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The application ID from the Google Play developer console. */ @@ -2203,11 +2170,6 @@ export namespace gamesConfiguration_v1configuration { } export interface Params$Resource$Leaderboardconfigurations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The application ID from the Google Play developer console. */ @@ -2223,11 +2185,6 @@ export namespace gamesConfiguration_v1configuration { } export interface Params$Resource$Leaderboardconfigurations$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the leaderboard. */ diff --git a/src/apis/gamesManagement/package.json b/src/apis/gamesManagement/package.json index acc9f6744c..b914f4c480 100644 --- a/src/apis/gamesManagement/package.json +++ b/src/apis/gamesManagement/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/gamesManagement/v1management.ts b/src/apis/gamesManagement/v1management.ts index e10f59f909..0d756773d0 100644 --- a/src/apis/gamesManagement/v1management.ts +++ b/src/apis/gamesManagement/v1management.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace gamesManagement_v1management { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1009,37 +1021,17 @@ export namespace gamesManagement_v1management { export interface Params$Resource$Achievements$Reset extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the achievement used by this method. */ achievementId?: string; } export interface Params$Resource$Achievements$Resetall - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Achievements$Resetallforallplayers - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Achievements$Resetforallplayers extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the achievement used by this method. */ @@ -1047,11 +1039,6 @@ export namespace gamesManagement_v1management { } export interface Params$Resource$Achievements$Resetmultipleforallplayers extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1208,11 +1195,6 @@ export namespace gamesManagement_v1management { export interface Params$Resource$Applications$Listhidden extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The application ID from the Google Play developer console. */ @@ -1848,36 +1830,16 @@ export namespace gamesManagement_v1management { } export interface Params$Resource$Events$Reset extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the event. */ eventId?: string; } - export interface Params$Resource$Events$Resetall extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Events$Resetall extends StandardParameters {} export interface Params$Resource$Events$Resetallforallplayers - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Events$Resetforallplayers extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the event. */ @@ -1885,11 +1847,6 @@ export namespace gamesManagement_v1management { } export interface Params$Resource$Events$Resetmultipleforallplayers extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -2158,11 +2115,6 @@ export namespace gamesManagement_v1management { } export interface Params$Resource$Players$Hide extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The application ID from the Google Play developer console. */ @@ -2173,11 +2125,6 @@ export namespace gamesManagement_v1management { playerId?: string; } export interface Params$Resource$Players$Unhide extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The application ID from the Google Play developer console. */ @@ -2841,36 +2788,16 @@ export namespace gamesManagement_v1management { } export interface Params$Resource$Scores$Reset extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the leaderboard. */ leaderboardId?: string; } - export interface Params$Resource$Scores$Resetall extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Scores$Resetall extends StandardParameters {} export interface Params$Resource$Scores$Resetallforallplayers - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Scores$Resetforallplayers extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the leaderboard. */ @@ -2878,11 +2805,6 @@ export namespace gamesManagement_v1management { } export interface Params$Resource$Scores$Resetmultipleforallplayers extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/gameservices/package.json b/src/apis/gameservices/package.json index d9eecbeed4..a1adc598f3 100644 --- a/src/apis/gameservices/package.json +++ b/src/apis/gameservices/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/gameservices/v1beta.ts b/src/apis/gameservices/v1beta.ts index f109af38e5..4b05e75c19 100644 --- a/src/apis/gameservices/v1beta.ts +++ b/src/apis/gameservices/v1beta.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace gameservices_v1beta { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1420,11 +1432,6 @@ export namespace gameservices_v1beta { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -1432,11 +1439,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -3339,11 +3341,6 @@ export namespace gameservices_v1beta { export interface Params$Resource$Projects$Locations$Gameserverdeployments$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the game server delpoyment resource to be created. */ @@ -3360,11 +3357,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Gameserverdeployments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the game server delpoyment to delete. Uses the form: `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`. */ @@ -3372,11 +3364,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Gameserverdeployments$Fetchdeploymentstate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the game server delpoyment. Uses the form: `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`. */ @@ -3389,11 +3376,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Gameserverdeployments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the game server delpoyment to retrieve. Uses the form: `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`. */ @@ -3401,11 +3383,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Gameserverdeployments$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -3417,11 +3394,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Gameserverdeployments$Getrollout extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the game server delpoyment to retrieve. Uses the form: `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout`. */ @@ -3429,11 +3401,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Gameserverdeployments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The filter to apply to list results. */ @@ -3457,11 +3424,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Gameserverdeployments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the game server deployment. Uses the form: `projects/{project}/locations/{location}/gameServerDeployments/{deployment}`. For example, `projects/my-project/locations/{location}/gameServerDeployments/my-deployment`. */ @@ -3478,11 +3440,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Gameserverdeployments$Previewrollout extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the game server deployment rollout. Uses the form: `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout`. For example, `projects/my-project/locations/{location}/gameServerDeployments/my-deployment/rollout`. */ @@ -3503,11 +3460,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Gameserverdeployments$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -3520,11 +3472,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Gameserverdeployments$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3537,11 +3484,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Gameserverdeployments$Updaterollout extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the game server deployment rollout. Uses the form: `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/rollout`. For example, `projects/my-project/locations/{location}/gameServerDeployments/my-deployment/rollout`. */ @@ -4164,11 +4106,6 @@ export namespace gameservices_v1beta { export interface Params$Resource$Projects$Locations$Gameserverdeployments$Configs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the game server config resource to be created. */ @@ -4185,11 +4122,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Gameserverdeployments$Configs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the game server config to delete. Uses the form: `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}`. */ @@ -4197,11 +4129,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Gameserverdeployments$Configs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the game server config to retrieve. Uses the form: `projects/{project}/locations/{location}/gameServerDeployments/{deployment}/configs/{config}`. */ @@ -4209,11 +4136,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Gameserverdeployments$Configs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The filter to apply to list results. */ @@ -4785,11 +4707,6 @@ export namespace gameservices_v1beta { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -4802,11 +4719,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -4814,11 +4726,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -4826,11 +4733,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -5763,11 +5665,6 @@ export namespace gameservices_v1beta { export interface Params$Resource$Projects$Locations$Realms$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name. Uses the form: `projects/{project}/locations/{location}`. */ @@ -5784,11 +5681,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Realms$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the realm to delete. Uses the form: `projects/{project}/locations/{location}/realms/{realm}`. */ @@ -5796,11 +5688,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Realms$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the realm to retrieve. Uses the form: `projects/{project}/locations/{location}/realms/{realm}`. */ @@ -5808,11 +5695,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Realms$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The filter to apply to list results. */ @@ -5836,11 +5718,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Realms$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the realm. Uses the form: `projects/{project}/locations/{location}/realms/{realm}`. For example, `projects/my-project/locations/{location}/realms/my-realm`. */ @@ -5857,11 +5734,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Realms$Previewupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the realm. Uses the form: `projects/{project}/locations/{location}/realms/{realm}`. For example, `projects/my-project/locations/{location}/realms/my-realm`. */ @@ -7154,11 +7026,6 @@ export namespace gameservices_v1beta { export interface Params$Resource$Projects$Locations$Realms$Gameserverclusters$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the game server cluster resource to be created. */ @@ -7175,11 +7042,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Realms$Gameserverclusters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the game server cluster to delete. Uses the form: `projects/{project}/locations/{location}/gameServerClusters/{cluster}`. */ @@ -7187,11 +7049,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Realms$Gameserverclusters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the game server cluster to retrieve. Uses the form: `projects/{project}/locations/{location}/realms/{realm-id}/gameServerClusters/{cluster}`. */ @@ -7199,11 +7056,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Realms$Gameserverclusters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The filter to apply to list results. */ @@ -7227,11 +7079,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Realms$Gameserverclusters$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the game server cluster. Uses the form: `projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}`. For example, `projects/my-project/locations/{location}/realms/zanzibar/gameServerClusters/my-onprem-cluster`. */ @@ -7248,11 +7095,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Realms$Gameserverclusters$Previewcreate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the game server cluster resource to be created. */ @@ -7273,11 +7115,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Realms$Gameserverclusters$Previewdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the game server cluster to delete. Uses the form: `projects/{project}/locations/{location}/gameServerClusters/{cluster}`. */ @@ -7289,11 +7126,6 @@ export namespace gameservices_v1beta { } export interface Params$Resource$Projects$Locations$Realms$Gameserverclusters$Previewupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the game server cluster. Uses the form: `projects/{project}/locations/{location}/realms/{realm}/gameServerClusters/{cluster}`. For example, `projects/my-project/locations/{location}/realms/zanzibar/gameServerClusters/my-onprem-cluster`. */ diff --git a/src/apis/genomics/package.json b/src/apis/genomics/package.json index 6a2059a108..6b0c502b5d 100644 --- a/src/apis/genomics/package.json +++ b/src/apis/genomics/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/genomics/v1.ts b/src/apis/genomics/v1.ts index f905b9d86c..4582e8b2dd 100644 --- a/src/apis/genomics/v1.ts +++ b/src/apis/genomics/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace genomics_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -871,11 +883,6 @@ export namespace genomics_v1 { export interface Params$Resource$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -887,22 +894,12 @@ export namespace genomics_v1 { requestBody?: Schema$CancelOperationRequest; } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A string for filtering Operations. In v2alpha1, the following filter fields are supported: * createTime: The time this job was created * events: The set of event (names) that have occurred while running the pipeline. The : operator can be used to determine if a particular event has occurred. * error: If the pipeline is running, this value is NULL. Once the pipeline finishes, the value is the standard Google error code. * labels.key or labels."key with space" where key is a label key. * done: If the pipeline is running, this value is false. Once the pipeline finishes, the value is true. In v1 and v1alpha2, the following filter fields are supported: * projectId: Required. Corresponds to OperationMetadata.projectId. * createTime: The time this job was created, in seconds from the [epoch](http://en.wikipedia.org/wiki/Unix_time). Can use `>=` and/or `<=` operators. * status: Can be `RUNNING`, `SUCCESS`, `FAILURE`, or `CANCELED`. Only one status may be specified. * labels.key where key is a label key. Examples: * `projectId = my-project AND createTime >= 1432140000` * `projectId = my-project AND createTime >= 1432140000 AND createTime <= 1432150000 AND status = RUNNING` * `projectId = my-project AND labels.color = *` * `projectId = my-project AND labels.color = red` */ diff --git a/src/apis/genomics/v1alpha2.ts b/src/apis/genomics/v1alpha2.ts index 753eb3d702..d684b62a26 100644 --- a/src/apis/genomics/v1alpha2.ts +++ b/src/apis/genomics/v1alpha2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace genomics_v1alpha2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1166,11 +1178,6 @@ export namespace genomics_v1alpha2 { export interface Params$Resource$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -1182,22 +1189,12 @@ export namespace genomics_v1alpha2 { requestBody?: Schema$CancelOperationRequest; } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A string for filtering Operations. In v2alpha1, the following filter fields are supported: * createTime: The time this job was created * events: The set of event (names) that have occurred while running the pipeline. The : operator can be used to determine if a particular event has occurred. * error: If the pipeline is running, this value is NULL. Once the pipeline finishes, the value is the standard Google error code. * labels.key or labels."key with space" where key is a label key. * done: If the pipeline is running, this value is false. Once the pipeline finishes, the value is true. In v1 and v1alpha2, the following filter fields are supported: * projectId: Required. Corresponds to OperationMetadata.projectId. * createTime: The time this job was created, in seconds from the [epoch](http://en.wikipedia.org/wiki/Unix_time). Can use `>=` and/or `<=` operators. * status: Can be `RUNNING`, `SUCCESS`, `FAILURE`, or `CANCELED`. Only one status may be specified. * labels.key where key is a label key. Examples: * `projectId = my-project AND createTime >= 1432140000` * `projectId = my-project AND createTime >= 1432140000 AND createTime <= 1432150000 AND status = RUNNING` * `projectId = my-project AND labels.color = *` * `projectId = my-project AND labels.color = red` */ @@ -2234,33 +2231,18 @@ export namespace genomics_v1alpha2 { } export interface Params$Resource$Pipelines$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Pipeline; } export interface Params$Resource$Pipelines$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Caller must have WRITE access to the project in which this pipeline is defined. */ pipelineId?: string; } export interface Params$Resource$Pipelines$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Caller must have READ access to the project in which this pipeline is defined. */ @@ -2268,11 +2250,6 @@ export namespace genomics_v1alpha2 { } export interface Params$Resource$Pipelines$Getcontrollerconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The operation to retrieve controller configuration for. */ @@ -2283,11 +2260,6 @@ export namespace genomics_v1alpha2 { validationToken?: string; } export interface Params$Resource$Pipelines$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Pipelines with names that match this prefix should be returned. If unspecified, all pipelines in the project, up to `pageSize`, will be returned. */ @@ -2306,11 +2278,6 @@ export namespace genomics_v1alpha2 { projectId?: string; } export interface Params$Resource$Pipelines$Run extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -2318,11 +2285,6 @@ export namespace genomics_v1alpha2 { } export interface Params$Resource$Pipelines$Setoperationstatus extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/genomics/v2alpha1.ts b/src/apis/genomics/v2alpha1.ts index 346d14db80..6c3fc67012 100644 --- a/src/apis/genomics/v2alpha1.ts +++ b/src/apis/genomics/v2alpha1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace genomics_v2alpha1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -946,11 +958,6 @@ export namespace genomics_v2alpha1 { } export interface Params$Resource$Pipelines$Run extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1426,11 +1433,6 @@ export namespace genomics_v2alpha1 { export interface Params$Resource$Projects$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -1443,11 +1445,6 @@ export namespace genomics_v2alpha1 { } export interface Params$Resource$Projects$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -1455,11 +1452,6 @@ export namespace genomics_v2alpha1 { } export interface Params$Resource$Projects$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A string for filtering Operations. In v2alpha1, the following filter fields are supported: * createTime: The time this job was created * events: The set of event (names) that have occurred while running the pipeline. The : operator can be used to determine if a particular event has occurred. * error: If the pipeline is running, this value is NULL. Once the pipeline finishes, the value is the standard Google error code. * labels.key or labels."key with space" where key is a label key. * done: If the pipeline is running, this value is false. Once the pipeline finishes, the value is true. In v1 and v1alpha2, the following filter fields are supported: * projectId: Required. Corresponds to OperationMetadata.projectId. * createTime: The time this job was created, in seconds from the [epoch](http://en.wikipedia.org/wiki/Unix_time). Can use `>=` and/or `<=` operators. * status: Can be `RUNNING`, `SUCCESS`, `FAILURE`, or `CANCELED`. Only one status may be specified. * labels.key where key is a label key. Examples: * `projectId = my-project AND createTime >= 1432140000` * `projectId = my-project AND createTime >= 1432140000 AND createTime <= 1432150000 AND status = RUNNING` * `projectId = my-project AND labels.color = *` * `projectId = my-project AND labels.color = red` */ @@ -1635,11 +1627,6 @@ export namespace genomics_v2alpha1 { export interface Params$Resource$Projects$Workers$Checkin extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The worker id, assigned when it was created. */ @@ -1806,11 +1793,6 @@ export namespace genomics_v2alpha1 { } export interface Params$Resource$Workers$Checkin extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The worker id, assigned when it was created. */ diff --git a/src/apis/gmail/package.json b/src/apis/gmail/package.json index 7a3767799f..13f03a4399 100644 --- a/src/apis/gmail/package.json +++ b/src/apis/gmail/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/gmail/v1.ts b/src/apis/gmail/v1.ts index 90f7b61af1..ceb4f92ec8 100644 --- a/src/apis/gmail/v1.ts +++ b/src/apis/gmail/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace gmail_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1261,33 +1273,18 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Getprofile extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The user's email address. The special value me can be used to indicate the authenticated user. */ userId?: string; } export interface Params$Resource$Users$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The user's email address. The special value me can be used to indicate the authenticated user. */ userId?: string; } export interface Params$Resource$Users$Watch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The user's email address. The special value me can be used to indicate the authenticated user. */ @@ -2214,11 +2211,6 @@ export namespace gmail_v1 { export interface Params$Resource$Users$Drafts$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The user's email address. The special value me can be used to indicate the authenticated user. */ @@ -2246,11 +2238,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Drafts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the draft to delete. */ @@ -2261,11 +2248,6 @@ export namespace gmail_v1 { userId?: string; } export interface Params$Resource$Users$Drafts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The format to return the draft in. */ @@ -2281,11 +2263,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Drafts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Include drafts from SPAM and TRASH in the results. */ @@ -2309,11 +2286,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Drafts$Send extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The user's email address. The special value me can be used to indicate the authenticated user. */ @@ -2341,11 +2313,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Drafts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the draft to update. */ @@ -2541,11 +2508,6 @@ export namespace gmail_v1 { export interface Params$Resource$Users$History$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * History types to be returned by the function */ @@ -3492,11 +3454,6 @@ export namespace gmail_v1 { export interface Params$Resource$Users$Labels$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The user's email address. The special value me can be used to indicate the authenticated user. */ @@ -3509,11 +3466,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Labels$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the label to delete. */ @@ -3524,11 +3476,6 @@ export namespace gmail_v1 { userId?: string; } export interface Params$Resource$Users$Labels$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the label to retrieve. */ @@ -3540,11 +3487,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Labels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The user's email address. The special value me can be used to indicate the authenticated user. */ @@ -3552,11 +3494,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Labels$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the label to update. */ @@ -3573,11 +3510,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Labels$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the label to update. */ @@ -5286,11 +5218,6 @@ export namespace gmail_v1 { export interface Params$Resource$Users$Messages$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The user's email address. The special value me can be used to indicate the authenticated user. */ @@ -5303,11 +5230,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Messages$Batchmodify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The user's email address. The special value me can be used to indicate the authenticated user. */ @@ -5320,11 +5242,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Messages$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the message to delete. */ @@ -5336,11 +5253,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Messages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The format to return the message in. */ @@ -5360,11 +5272,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Messages$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Mark the email as permanently deleted (not TRASH) and only visible in Google Vault to a Vault administrator. Only used for G Suite accounts. */ @@ -5408,11 +5315,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Messages$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Mark the email as permanently deleted (not TRASH) and only visible in Google Vault to a Vault administrator. Only used for G Suite accounts. */ @@ -5448,11 +5350,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Messages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Include messages from SPAM and TRASH in the results. */ @@ -5480,11 +5377,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Messages$Modify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the message to modify. */ @@ -5501,11 +5393,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Messages$Send extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The user's email address. The special value me can be used to indicate the authenticated user. */ @@ -5533,11 +5420,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Messages$Trash extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the message to Trash. */ @@ -5549,11 +5431,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Messages$Untrash extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the message to remove from Trash. */ @@ -5718,11 +5595,6 @@ export namespace gmail_v1 { export interface Params$Resource$Users$Messages$Attachments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the attachment. */ @@ -7177,11 +7049,6 @@ export namespace gmail_v1 { export interface Params$Resource$Users$Settings$Getautoforwarding extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -7189,11 +7056,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Getimap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -7201,11 +7063,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Getlanguage extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -7213,11 +7070,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Getpop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -7225,11 +7077,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Getvacation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -7237,11 +7084,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Updateautoforwarding extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -7254,11 +7096,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Updateimap extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -7271,11 +7108,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Updatelanguage extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -7288,11 +7120,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Updatepop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -7305,11 +7132,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Updatevacation extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -7878,11 +7700,6 @@ export namespace gmail_v1 { export interface Params$Resource$Users$Settings$Delegates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -7895,11 +7712,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Delegates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The email address of the user to be removed as a delegate. */ @@ -7911,11 +7723,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Delegates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The email address of the user whose delegate relationship is to be retrieved. */ @@ -7927,11 +7734,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Delegates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -8494,11 +8296,6 @@ export namespace gmail_v1 { export interface Params$Resource$Users$Settings$Filters$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -8511,11 +8308,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Filters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the filter to be deleted. */ @@ -8527,11 +8319,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Filters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the filter to be fetched. */ @@ -8543,11 +8330,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Filters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -9121,11 +8903,6 @@ export namespace gmail_v1 { export interface Params$Resource$Users$Settings$Forwardingaddresses$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -9138,11 +8915,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Forwardingaddresses$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The forwarding address to be deleted. */ @@ -9154,11 +8926,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Forwardingaddresses$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The forwarding address to be retrieved. */ @@ -9170,11 +8937,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Forwardingaddresses$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -10210,11 +9972,6 @@ export namespace gmail_v1 { export interface Params$Resource$Users$Settings$Sendas$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -10227,11 +9984,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Sendas$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The send-as alias to be deleted. */ @@ -10243,11 +9995,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Sendas$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The send-as alias to be retrieved. */ @@ -10259,11 +10006,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Sendas$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * User's email address. The special value "me" can be used to indicate the authenticated user. */ @@ -10271,11 +10013,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Sendas$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The send-as alias to be updated. */ @@ -10292,11 +10029,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Sendas$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The send-as alias to be updated. */ @@ -10313,11 +10045,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Sendas$Verify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The send-as alias to be verified. */ @@ -11055,11 +10782,6 @@ export namespace gmail_v1 { export interface Params$Resource$Users$Settings$Sendas$Smimeinfo$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The immutable ID for the SmimeInfo. */ @@ -11075,11 +10797,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Sendas$Smimeinfo$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The immutable ID for the SmimeInfo. */ @@ -11095,11 +10812,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Sendas$Smimeinfo$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The email address that appears in the "From:" header for mail sent using this alias. */ @@ -11116,11 +10828,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Sendas$Smimeinfo$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The email address that appears in the "From:" header for mail sent using this alias. */ @@ -11132,11 +10839,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Settings$Sendas$Smimeinfo$Setdefault extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The immutable ID for the SmimeInfo. */ @@ -12021,11 +11723,6 @@ export namespace gmail_v1 { export interface Params$Resource$Users$Threads$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the Thread to delete. */ @@ -12037,11 +11734,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Threads$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The format to return the messages in. */ @@ -12061,11 +11753,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Threads$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Include threads from SPAM and TRASH in the results. */ @@ -12093,11 +11780,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Threads$Modify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the thread to modify. */ @@ -12114,11 +11796,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Threads$Trash extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the thread to Trash. */ @@ -12130,11 +11807,6 @@ export namespace gmail_v1 { } export interface Params$Resource$Users$Threads$Untrash extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the thread to remove from Trash. */ diff --git a/src/apis/groupsmigration/package.json b/src/apis/groupsmigration/package.json index bfaebb1090..2d5ff6acac 100644 --- a/src/apis/groupsmigration/package.json +++ b/src/apis/groupsmigration/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/groupsmigration/v1.ts b/src/apis/groupsmigration/v1.ts index a10dd9da47..c55d29ecc6 100644 --- a/src/apis/groupsmigration/v1.ts +++ b/src/apis/groupsmigration/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace groupsmigration_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -266,11 +278,6 @@ export namespace groupsmigration_v1 { } export interface Params$Resource$Archive$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The group ID */ diff --git a/src/apis/groupssettings/package.json b/src/apis/groupssettings/package.json index 78c962d3f0..5e1087557b 100644 --- a/src/apis/groupssettings/package.json +++ b/src/apis/groupssettings/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/groupssettings/v1.ts b/src/apis/groupssettings/v1.ts index bfbc52557a..79debb80a3 100644 --- a/src/apis/groupssettings/v1.ts +++ b/src/apis/groupssettings/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace groupssettings_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1065,22 +1077,12 @@ export namespace groupssettings_v1 { } export interface Params$Resource$Groups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The group's email address. */ groupUniqueId?: string; } export interface Params$Resource$Groups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The group's email address. */ @@ -1092,11 +1094,6 @@ export namespace groupssettings_v1 { requestBody?: Schema$Groups; } export interface Params$Resource$Groups$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The group's email address. */ diff --git a/src/apis/healthcare/package.json b/src/apis/healthcare/package.json index c63b25bf6a..d639a364d4 100644 --- a/src/apis/healthcare/package.json +++ b/src/apis/healthcare/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/healthcare/v1.ts b/src/apis/healthcare/v1.ts index 53fed56a46..2ebb6d216a 100644 --- a/src/apis/healthcare/v1.ts +++ b/src/apis/healthcare/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace healthcare_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2391,11 +2403,6 @@ export namespace healthcare_v1 { export interface Params$Resource$Projects$Locations$Datasets$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the dataset that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`. */ @@ -2412,11 +2419,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Deidentify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Source dataset resource name. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. */ @@ -2429,11 +2431,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the dataset to delete. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. */ @@ -2441,11 +2438,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the dataset to read. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. */ @@ -2453,11 +2445,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -2469,11 +2456,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. Capped to 100 if not specified. May not be larger than 1000. */ @@ -2489,11 +2471,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of the dataset, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. */ @@ -2510,11 +2487,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2527,11 +2499,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4724,11 +4691,6 @@ export namespace healthcare_v1 { export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the DICOM store that is being created. Any string value up to 256 characters in length. */ @@ -4745,11 +4707,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Deidentify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Source DICOM store resource name. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`. */ @@ -4762,11 +4719,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the DICOM store to delete. */ @@ -4774,11 +4726,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DICOM store resource name from which to export the data. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`. */ @@ -4791,11 +4738,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the DICOM store to get. */ @@ -4803,11 +4745,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -4819,11 +4756,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the DICOM store resource into which the data is imported. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`. */ @@ -4836,11 +4768,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Restricts stores returned to those matching a filter. Syntax: https://cloud.google.com/appengine/docs/standard/python/search/query_strings Only filtering on labels is supported. For example, `labels.key=value`. */ @@ -4860,11 +4787,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of the DICOM store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`. */ @@ -4881,11 +4803,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Searchforinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. */ @@ -4897,11 +4814,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Searchforseries extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the SearchForSeries DICOMweb request. For example, `series` or `studies/{study_uid}/series`. */ @@ -4913,11 +4825,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Searchforstudies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the SearchForStudies DICOMweb request. For example, `studies`. */ @@ -4929,11 +4836,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -4946,11 +4848,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Storeinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the StoreInstances DICOMweb request. For example, `studies/[{study_uid}]`. Note that the `study_uid` is optional. */ @@ -4967,11 +4864,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -5854,11 +5746,6 @@ export namespace healthcare_v1 { export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the DeleteStudy request. For example, `studies/{study_uid}`. */ @@ -5870,11 +5757,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Retrievemetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveStudyMetadata DICOMweb request. For example, `studies/{study_uid}/metadata`. */ @@ -5886,11 +5768,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Retrievestudy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveStudy DICOMweb request. For example, `studies/{study_uid}`. */ @@ -5902,11 +5779,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Searchforinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. */ @@ -5918,11 +5790,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Searchforseries extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the SearchForSeries DICOMweb request. For example, `series` or `studies/{study_uid}/series`. */ @@ -5934,11 +5801,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Storeinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the StoreInstances DICOMweb request. For example, `studies/[{study_uid}]`. Note that the `study_uid` is optional. */ @@ -6534,11 +6396,6 @@ export namespace healthcare_v1 { export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the DeleteSeries request. For example, `studies/{study_uid}/series/{series_uid}`. */ @@ -6550,11 +6407,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Retrievemetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveSeriesMetadata DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/metadata`. */ @@ -6566,11 +6418,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Retrieveseries extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveSeries DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}`. */ @@ -6582,11 +6429,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Searchforinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. */ @@ -7172,11 +7014,6 @@ export namespace healthcare_v1 { export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the DeleteInstance request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`. */ @@ -7188,11 +7025,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Instances$Retrieveinstance extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveInstance DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`. */ @@ -7204,11 +7036,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Instances$Retrievemetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveInstanceMetadata DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/metadata`. */ @@ -7220,11 +7047,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Instances$Retrieverendered extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveRenderedInstance DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/rendered`. */ @@ -7528,11 +7350,6 @@ export namespace healthcare_v1 { export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Instances$Frames$Retrieveframes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveFrames DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/frames/{frame_list}`. */ @@ -7544,11 +7361,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Instances$Frames$Retrieverendered extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveRenderedFrames DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/frames/{frame_list}/rendered`. */ @@ -9189,11 +9001,6 @@ export namespace healthcare_v1 { export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the FHIR store that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`. */ @@ -9210,11 +9017,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Deidentify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Source FHIR store resource name. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`. */ @@ -9227,11 +9029,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the FHIR store to delete. */ @@ -9239,11 +9036,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the FHIR store to export resource from, in the format of `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`. */ @@ -9256,11 +9048,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the FHIR store to get. */ @@ -9268,11 +9055,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -9284,11 +9066,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the FHIR store to import FHIR resources to, in the format of `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`. */ @@ -9301,11 +9078,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Restricts stores returned to those matching a filter. Syntax: https://cloud.google.com/appengine/docs/standard/python/search/query_strings Only filtering on labels is supported, for example `labels.key=value`. */ @@ -9325,11 +9097,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of the FHIR store, of the form `projects/{project_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`. */ @@ -9346,11 +9113,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -9363,11 +9125,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -11107,11 +10864,6 @@ export namespace healthcare_v1 { export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Capabilities extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the FHIR store to retrieve the capabilities for. */ @@ -11119,11 +10871,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the FHIR store this resource belongs to. */ @@ -11140,11 +10887,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to delete. */ @@ -11152,11 +10894,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Executebundle extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the FHIR store in which this bundle will be executed. */ @@ -11169,11 +10906,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$History extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to retrieve. */ @@ -11197,11 +10929,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to update. */ @@ -11214,11 +10941,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Patienteverything extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The response includes records prior to the end date. If no end date is provided, all records subsequent to the start date are in scope. */ @@ -11242,11 +10964,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Read extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to retrieve. */ @@ -11254,11 +10971,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Resourcepurge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to purge. */ @@ -11266,11 +10978,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the FHIR store to retrieve resources from. */ @@ -11283,11 +10990,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to update. */ @@ -11300,11 +11002,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Vread extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource version to retrieve. */ @@ -12488,11 +12185,6 @@ export namespace healthcare_v1 { export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the HL7v2 store that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`. */ @@ -12509,11 +12201,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the HL7v2 store to delete. */ @@ -12521,11 +12208,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the HL7v2 store to get. */ @@ -12533,11 +12215,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -12549,11 +12226,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Restricts stores returned to those matching a filter. Syntax: https://cloud.google.com/appengine/docs/standard/python/search/query_strings Only filtering on labels is supported. For example, `labels.key=value`. */ @@ -12573,11 +12245,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of the HL7v2 store, of the form `projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}`. */ @@ -12594,11 +12261,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -12611,11 +12273,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -13556,11 +13213,6 @@ export namespace healthcare_v1 { export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Messages$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the dataset this message belongs to. */ @@ -13573,11 +13225,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Messages$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the HL7v2 message to delete. */ @@ -13585,11 +13232,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Messages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the HL7v2 message to retrieve. */ @@ -13601,11 +13243,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Messages$Ingest extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the HL7v2 store this message belongs to. */ @@ -13618,11 +13255,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Messages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Restricts messages returned to those matching a filter. Syntax: https://cloud.google.com/appengine/docs/standard/python/search/query_strings Fields/functions available for filtering are: * `message_type`, from the MSH-9.1 field. For example, `NOT message_type = "ADT"`. * `send_date` or `sendDate`, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example, `send_date < "2017-01-02"`. * `send_time`, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example, `send_time < "2017-01-02T00:00:00-05:00"`. * `send_facility`, the care center that the message came from, from the MSH-4 segment. For example, `send_facility = "ABC"`. * `PatientId(value, type)`, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example, `PatientId("123456", "MRN")`. * `labels.x`, a string value of the label with key `x` as set using the Message.labels map. For example, `labels."priority"="high"`. The operator `:*` can be used to assert the existence of a label. For example, `labels."priority":*`. */ @@ -13650,11 +13282,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Messages$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the Message, of the form `projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`. Assigned by the server. */ @@ -14092,11 +13719,6 @@ export namespace healthcare_v1 { export interface Params$Resource$Projects$Locations$Datasets$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -14109,11 +13731,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -14121,11 +13738,6 @@ export namespace healthcare_v1 { } export interface Params$Resource$Projects$Locations$Datasets$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/healthcare/v1beta1.ts b/src/apis/healthcare/v1beta1.ts index 4af70a9d26..db26359633 100644 --- a/src/apis/healthcare/v1beta1.ts +++ b/src/apis/healthcare/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace healthcare_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1708,11 +1720,6 @@ export namespace healthcare_v1beta1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -1720,11 +1727,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -3058,11 +3060,6 @@ export namespace healthcare_v1beta1 { export interface Params$Resource$Projects$Locations$Datasets$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the dataset that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`. */ @@ -3079,11 +3076,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Deidentify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Source dataset resource name. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. */ @@ -3096,11 +3088,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the dataset to delete. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. */ @@ -3108,11 +3095,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the dataset to read. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. */ @@ -3120,11 +3102,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -3136,11 +3113,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. Capped to 100 if not specified. May not be larger than 1000. */ @@ -3156,11 +3128,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of the dataset, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. */ @@ -3177,11 +3144,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -3194,11 +3156,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3670,11 +3627,6 @@ export namespace healthcare_v1beta1 { export interface Params$Resource$Projects$Locations$Datasets$Annotationstores$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -3686,11 +3638,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Annotationstores$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -3703,11 +3650,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Annotationstores$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -5902,11 +5844,6 @@ export namespace healthcare_v1beta1 { export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the DICOM store that is being created. Any string value up to 256 characters in length. */ @@ -5923,11 +5860,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Deidentify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Source DICOM store resource name. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`. */ @@ -5940,11 +5872,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the DICOM store to delete. */ @@ -5952,11 +5879,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The DICOM store resource name from which to export the data. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`. */ @@ -5969,11 +5891,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the DICOM store to get. */ @@ -5981,11 +5898,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -5997,11 +5909,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the DICOM store resource into which the data is imported. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`. */ @@ -6014,11 +5921,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Restricts stores returned to those matching a filter. Syntax: https://cloud.google.com/appengine/docs/standard/python/search/query_strings Only filtering on labels is supported. For example, `labels.key=value`. */ @@ -6038,11 +5940,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of the DICOM store, of the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/dicomStores/{dicom_store_id}`. */ @@ -6059,11 +5956,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Searchforinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. */ @@ -6075,11 +5967,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Searchforseries extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the SearchForSeries DICOMweb request. For example, `series` or `studies/{study_uid}/series`. */ @@ -6091,11 +5978,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Searchforstudies extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the SearchForStudies DICOMweb request. For example, `studies`. */ @@ -6107,11 +5989,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -6124,11 +6001,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Storeinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the StoreInstances DICOMweb request. For example, `studies/[{study_uid}]`. Note that the `study_uid` is optional. */ @@ -6145,11 +6017,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -7020,11 +6887,6 @@ export namespace healthcare_v1beta1 { export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the DeleteStudy request. For example, `studies/{study_uid}`. */ @@ -7036,11 +6898,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Retrievemetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveStudyMetadata DICOMweb request. For example, `studies/{study_uid}/metadata`. */ @@ -7052,11 +6909,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Retrievestudy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveStudy DICOMweb request. For example, `studies/{study_uid}`. */ @@ -7068,11 +6920,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Searchforinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. */ @@ -7084,11 +6931,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Searchforseries extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the SearchForSeries DICOMweb request. For example, `series` or `studies/{study_uid}/series`. */ @@ -7100,11 +6942,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Storeinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the StoreInstances DICOMweb request. For example, `studies/[{study_uid}]`. Note that the `study_uid` is optional. */ @@ -7690,11 +7527,6 @@ export namespace healthcare_v1beta1 { export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the DeleteSeries request. For example, `studies/{study_uid}/series/{series_uid}`. */ @@ -7706,11 +7538,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Retrievemetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveSeriesMetadata DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/metadata`. */ @@ -7722,11 +7549,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Retrieveseries extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveSeries DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}`. */ @@ -7738,11 +7560,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Searchforinstances extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the SearchForInstancesRequest DICOMweb request. For example, `instances`, `series/{series_uid}/instances`, or `studies/{study_uid}/instances`. */ @@ -8324,11 +8141,6 @@ export namespace healthcare_v1beta1 { export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the DeleteInstance request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`. */ @@ -8340,11 +8152,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Instances$Retrieveinstance extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveInstance DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`. */ @@ -8356,11 +8163,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Instances$Retrievemetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveInstanceMetadata DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/metadata`. */ @@ -8372,11 +8174,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Instances$Retrieverendered extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveRenderedInstance DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/rendered`. */ @@ -8678,11 +8475,6 @@ export namespace healthcare_v1beta1 { export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Instances$Frames$Retrieveframes extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveFrames DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/frames/{frame_list}`. */ @@ -8694,11 +8486,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Dicomstores$Studies$Series$Instances$Frames$Retrieverendered extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path of the RetrieveRenderedFrames DICOMweb request. For example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/frames/{frame_list}/rendered`. */ @@ -10350,11 +10137,6 @@ export namespace healthcare_v1beta1 { export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the FHIR store that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`. */ @@ -10371,11 +10153,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Deidentify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Source FHIR store resource name. For example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`. */ @@ -10388,11 +10165,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the FHIR store to delete. */ @@ -10400,11 +10172,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the FHIR store to export resource from, in the format of `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`. */ @@ -10417,11 +10184,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the FHIR store to get. */ @@ -10429,11 +10191,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -10445,11 +10202,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the FHIR store to import FHIR resources to, in the format of `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`. */ @@ -10462,11 +10214,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Restricts stores returned to those matching a filter. Syntax: https://cloud.google.com/appengine/docs/standard/python/search/query_strings Only filtering on labels is supported, for example `labels.key=value`. */ @@ -10486,11 +10233,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of the FHIR store, of the form `projects/{project_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}`. */ @@ -10507,11 +10249,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -10524,11 +10261,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -13164,11 +12896,6 @@ export namespace healthcare_v1beta1 { export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Capabilities extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the FHIR store to retrieve the capabilities for. */ @@ -13176,11 +12903,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Conceptmapsearchtranslate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The code to translate. */ @@ -13212,11 +12934,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Conceptmaptranslate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The code to translate. */ @@ -13236,11 +12953,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Conditionaldelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the FHIR store this resource belongs to. */ @@ -13252,11 +12964,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Conditionalpatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the FHIR store this resource belongs to. */ @@ -13273,11 +12980,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Conditionalupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the FHIR store this resource belongs to. */ @@ -13294,11 +12996,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the FHIR store this resource belongs to. */ @@ -13315,11 +13012,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to delete. */ @@ -13327,11 +13019,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Executebundle extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the FHIR store in which this bundle will be executed. */ @@ -13344,11 +13031,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$History extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to retrieve. */ @@ -13372,11 +13054,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Observationlastn extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the FHIR store to retrieve resources from. */ @@ -13384,11 +13061,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to update. */ @@ -13401,11 +13073,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Patienteverything extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The response includes records prior to the end date. If no end date is provided, all records subsequent to the start date are in scope. */ @@ -13429,11 +13096,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Read extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to retrieve. */ @@ -13441,11 +13103,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Resourcepurge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to purge. */ @@ -13453,11 +13110,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the FHIR store to retrieve resources from. */ @@ -13470,11 +13122,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource to update. */ @@ -13487,11 +13134,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Fhirstores$Fhir$Vread extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the resource version to retrieve. */ @@ -14680,11 +14322,6 @@ export namespace healthcare_v1beta1 { export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the HL7v2 store that is being created. The string must match the following regex: `[\p{L}\p{N}_\-\.]{1,256}`. */ @@ -14701,11 +14338,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the HL7v2 store to delete. */ @@ -14713,11 +14345,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the HL7v2 store to get. */ @@ -14725,11 +14352,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -14741,11 +14363,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Restricts stores returned to those matching a filter. Syntax: https://cloud.google.com/appengine/docs/standard/python/search/query_strings Only filtering on labels is supported. For example, `labels.key=value`. */ @@ -14765,11 +14382,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of the HL7v2 store, of the form `projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7v2_store_id}`. */ @@ -14786,11 +14398,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -14803,11 +14410,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -15752,11 +15354,6 @@ export namespace healthcare_v1beta1 { export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Messages$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the dataset this message belongs to. */ @@ -15769,11 +15366,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Messages$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the HL7v2 message to delete. */ @@ -15781,11 +15373,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Messages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the HL7v2 message to retrieve. */ @@ -15797,11 +15384,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Messages$Ingest extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the HL7v2 store this message belongs to. */ @@ -15814,11 +15396,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Messages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Restricts messages returned to those matching a filter. Syntax: https://cloud.google.com/appengine/docs/standard/python/search/query_strings The following fields and functions are available for filtering: * `message_type`, from the MSH-9.1 field. For example, `NOT message_type = "ADT"`. * `send_date` or `sendDate`, the YYYY-MM-DD date the message was sent in the dataset's time_zone, from the MSH-7 segment. For example, `send_date < "2017-01-02"`. * `send_time`, the timestamp when the message was sent, using the RFC3339 time format for comparisons, from the MSH-7 segment. For example, `send_time < "2017-01-02T00:00:00-05:00"`. * `send_facility`, the care center that the message came from, from the MSH-4 segment. For example, `send_facility = "ABC"`. * `PatientId(value, type)`, which matches if the message lists a patient having an ID of the given value and type in the PID-2, PID-3, or PID-4 segments. For example, `PatientId("123456", "MRN")`. * `labels.x`, a string value of the label with key `x` as set using the Message.labels map. For example, `labels."priority"="high"`. The operator `:*` can be used to assert the existence of a label. For example, `labels."priority":*`. */ @@ -15846,11 +15423,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Hl7v2stores$Messages$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the Message, of the form `projects/{project_id}/datasets/{dataset_id}/hl7V2Stores/{hl7_v2_store_id}/messages/{message_id}`. Assigned by the server. */ @@ -16291,11 +15863,6 @@ export namespace healthcare_v1beta1 { export interface Params$Resource$Projects$Locations$Datasets$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -16308,11 +15875,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -16320,11 +15882,6 @@ export namespace healthcare_v1beta1 { } export interface Params$Resource$Projects$Locations$Datasets$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/homegraph/package.json b/src/apis/homegraph/package.json index 57f870d12d..50d57a6182 100644 --- a/src/apis/homegraph/package.json +++ b/src/apis/homegraph/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/homegraph/v1.ts b/src/apis/homegraph/v1.ts index bc9c4c02a6..23f4c78839 100644 --- a/src/apis/homegraph/v1.ts +++ b/src/apis/homegraph/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace homegraph_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -542,11 +554,6 @@ export namespace homegraph_v1 { export interface Params$Resource$Agentusers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Third-party user ID. */ @@ -1125,11 +1132,6 @@ export namespace homegraph_v1 { } export interface Params$Resource$Devices$Query extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1137,11 +1139,6 @@ export namespace homegraph_v1 { } export interface Params$Resource$Devices$Reportstateandnotification extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1149,22 +1146,12 @@ export namespace homegraph_v1 { } export interface Params$Resource$Devices$Requestsync extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$RequestSyncDevicesRequest; } export interface Params$Resource$Devices$Sync extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/iam/package.json b/src/apis/iam/package.json index ddd15dc941..89a7ef0990 100644 --- a/src/apis/iam/package.json +++ b/src/apis/iam/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/iam/v1.ts b/src/apis/iam/v1.ts index b3f074e6b2..b84b1afdd8 100644 --- a/src/apis/iam/v1.ts +++ b/src/apis/iam/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace iam_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1048,11 +1060,6 @@ export namespace iam_v1 { export interface Params$Resource$Iampolicies$Lintpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1060,11 +1067,6 @@ export namespace iam_v1 { } export interface Params$Resource$Iampolicies$Queryauditableservices extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -2083,11 +2085,6 @@ export namespace iam_v1 { export interface Params$Resource$Organizations$Roles$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `parent` parameter's value depends on the target resource for the request, namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `parent` value format is described below: * [`projects.roles.create()`](/iam/reference/rest/v1/projects.roles/create): `projects/{PROJECT_ID}`. This method creates project-level [custom roles](/iam/docs/understanding-custom-roles). Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` * [`organizations.roles.create()`](/iam/reference/rest/v1/organizations.roles/create): `organizations/{ORGANIZATION_ID}`. This method creates organization-level [custom roles](/iam/docs/understanding-custom-roles). Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID. */ @@ -2100,11 +2097,6 @@ export namespace iam_v1 { } export interface Params$Resource$Organizations$Roles$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Used to perform a consistent read-modify-write. */ @@ -2116,11 +2108,6 @@ export namespace iam_v1 { } export interface Params$Resource$Organizations$Roles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `name` parameter's value depends on the target resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/{ROLE_NAME}`. This method returns results from all [predefined roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example request URL: `https://iam.googleapis.com/v1/roles/{ROLE_NAME}` * [`projects.roles.get()`](/iam/reference/rest/v1/projects.roles/get): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.get()`](/iam/reference/rest/v1/organizations.roles/get): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID. */ @@ -2128,11 +2115,6 @@ export namespace iam_v1 { } export interface Params$Resource$Organizations$Roles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional limit on the number of roles to include in the response. */ @@ -2156,11 +2138,6 @@ export namespace iam_v1 { } export interface Params$Resource$Organizations$Roles$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `name` parameter's value depends on the target resource for the request, namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`projects.roles.patch()`](/iam/reference/rest/v1/projects.roles/patch): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method updates only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.patch()`](/iam/reference/rest/v1/organizations.roles/patch): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method updates only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID. */ @@ -2177,11 +2154,6 @@ export namespace iam_v1 { } export interface Params$Resource$Organizations$Roles$Undelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `name` parameter's value depends on the target resource for the request, namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`projects.roles.undelete()`](/iam/reference/rest/v1/projects.roles/undelete): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method undeletes only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.undelete()`](/iam/reference/rest/v1/organizations.roles/undelete): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method undeletes only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID. */ @@ -2350,11 +2322,6 @@ export namespace iam_v1 { export interface Params$Resource$Permissions$Querytestablepermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -3377,11 +3344,6 @@ export namespace iam_v1 { export interface Params$Resource$Projects$Roles$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `parent` parameter's value depends on the target resource for the request, namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `parent` value format is described below: * [`projects.roles.create()`](/iam/reference/rest/v1/projects.roles/create): `projects/{PROJECT_ID}`. This method creates project-level [custom roles](/iam/docs/understanding-custom-roles). Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles` * [`organizations.roles.create()`](/iam/reference/rest/v1/organizations.roles/create): `organizations/{ORGANIZATION_ID}`. This method creates organization-level [custom roles](/iam/docs/understanding-custom-roles). Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID. */ @@ -3394,11 +3356,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Roles$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Used to perform a consistent read-modify-write. */ @@ -3410,11 +3367,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Roles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `name` parameter's value depends on the target resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/{ROLE_NAME}`. This method returns results from all [predefined roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example request URL: `https://iam.googleapis.com/v1/roles/{ROLE_NAME}` * [`projects.roles.get()`](/iam/reference/rest/v1/projects.roles/get): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.get()`](/iam/reference/rest/v1/organizations.roles/get): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID. */ @@ -3422,11 +3374,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Roles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional limit on the number of roles to include in the response. */ @@ -3450,11 +3397,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Roles$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `name` parameter's value depends on the target resource for the request, namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`projects.roles.patch()`](/iam/reference/rest/v1/projects.roles/patch): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method updates only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.patch()`](/iam/reference/rest/v1/organizations.roles/patch): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method updates only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID. */ @@ -3471,11 +3413,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Roles$Undelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `name` parameter's value depends on the target resource for the request, namely [`projects`](/iam/reference/rest/v1/projects.roles) or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`projects.roles.undelete()`](/iam/reference/rest/v1/projects.roles/undelete): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method undeletes only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.undelete()`](/iam/reference/rest/v1/organizations.roles/undelete): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method undeletes only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID. */ @@ -5542,11 +5479,6 @@ export namespace iam_v1 { export interface Params$Resource$Projects$Serviceaccounts$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project associated with the service accounts, such as `projects/my-project-123`. */ @@ -5559,11 +5491,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account. */ @@ -5571,11 +5498,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Disable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account. */ @@ -5588,11 +5510,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Enable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account. */ @@ -5605,11 +5522,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account. */ @@ -5617,11 +5529,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -5633,11 +5540,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project associated with the service accounts, such as `projects/my-project-123`. */ @@ -5653,11 +5555,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Requests using `-` as a wildcard for the `PROJECT_ID` will infer the project from the `account` and the `ACCOUNT` value can be the `email` address or the `unique_id` of the service account. In responses the resource name will always be in the format `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. */ @@ -5670,11 +5567,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -5687,11 +5579,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Signblob extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account. */ @@ -5704,11 +5591,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Signjwt extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account. */ @@ -5721,11 +5603,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -5738,11 +5615,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Undelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT_UNIQUE_ID}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. */ @@ -5755,11 +5627,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Requests using `-` as a wildcard for the `PROJECT_ID` will infer the project from the `account` and the `ACCOUNT` value can be the `email` address or the `unique_id` of the service account. In responses the resource name will always be in the format `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. */ @@ -6513,11 +6380,6 @@ export namespace iam_v1 { export interface Params$Resource$Projects$Serviceaccounts$Keys$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account. */ @@ -6530,11 +6392,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Keys$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the service account key in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account. */ @@ -6542,11 +6399,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Keys$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the service account key in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account. */ @@ -6558,11 +6410,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Keys$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Filters the types of keys the user wants to include in the list response. Duplicate key types are not allowed. If no key type is provided, all keys are returned. */ @@ -6574,11 +6421,6 @@ export namespace iam_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Keys$Upload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the service account in the following format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a wildcard for the `PROJECT_ID` will infer the project from the account. The `ACCOUNT` value can be the `email` address or the `unique_id` of the service account. */ @@ -7076,22 +6918,12 @@ export namespace iam_v1 { } export interface Params$Resource$Roles$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `name` parameter's value depends on the target resource for the request, namely [`roles`](/iam/reference/rest/v1/roles), [`projects`](/iam/reference/rest/v1/projects.roles), or [`organizations`](/iam/reference/rest/v1/organizations.roles). Each resource type's `name` value format is described below: * [`roles.get()`](/iam/reference/rest/v1/roles/get): `roles/{ROLE_NAME}`. This method returns results from all [predefined roles](/iam/docs/understanding-roles#predefined_roles) in Cloud IAM. Example request URL: `https://iam.googleapis.com/v1/roles/{ROLE_NAME}` * [`projects.roles.get()`](/iam/reference/rest/v1/projects.roles/get): `projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the project level. Example request URL: `https://iam.googleapis.com/v1/projects/{PROJECT_ID}/roles/{CUSTOM_ROLE_ID}` * [`organizations.roles.get()`](/iam/reference/rest/v1/organizations.roles/get): `organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}`. This method returns only [custom roles](/iam/docs/understanding-custom-roles) that have been created at the organization level. Example request URL: `https://iam.googleapis.com/v1/organizations/{ORGANIZATION_ID}/roles/{CUSTOM_ROLE_ID}` Note: Wildcard (*) values are invalid; you must specify a complete project ID or organization ID. */ name?: string; } export interface Params$Resource$Roles$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional limit on the number of roles to include in the response. */ @@ -7115,11 +6947,6 @@ export namespace iam_v1 { } export interface Params$Resource$Roles$Querygrantableroles extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/iamcredentials/package.json b/src/apis/iamcredentials/package.json index c43eddc7c1..ea87d4c3a5 100644 --- a/src/apis/iamcredentials/package.json +++ b/src/apis/iamcredentials/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/iamcredentials/v1.ts b/src/apis/iamcredentials/v1.ts index f618255e1e..cc7294d456 100644 --- a/src/apis/iamcredentials/v1.ts +++ b/src/apis/iamcredentials/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace iamcredentials_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -821,11 +833,6 @@ export namespace iamcredentials_v1 { export interface Params$Resource$Projects$Serviceaccounts$Generateaccesstoken extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the service account for which the credentials are requested, in the following format: `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`. The `-` wildcard character is required; replacing it with a project ID is invalid. */ @@ -838,11 +845,6 @@ export namespace iamcredentials_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Generateidtoken extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the service account for which the credentials are requested, in the following format: `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`. The `-` wildcard character is required; replacing it with a project ID is invalid. */ @@ -855,11 +857,6 @@ export namespace iamcredentials_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Signblob extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the service account for which the credentials are requested, in the following format: `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`. The `-` wildcard character is required; replacing it with a project ID is invalid. */ @@ -872,11 +869,6 @@ export namespace iamcredentials_v1 { } export interface Params$Resource$Projects$Serviceaccounts$Signjwt extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the service account for which the credentials are requested, in the following format: `projects/-/serviceAccounts/{ACCOUNT_EMAIL_OR_UNIQUEID}`. The `-` wildcard character is required; replacing it with a project ID is invalid. */ diff --git a/src/apis/iap/package.json b/src/apis/iap/package.json index 408f3fed07..c19d4cfedf 100644 --- a/src/apis/iap/package.json +++ b/src/apis/iap/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/iap/v1.ts b/src/apis/iap/v1.ts index ec71005dee..84652e9fb0 100644 --- a/src/apis/iap/v1.ts +++ b/src/apis/iap/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace iap_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -880,11 +892,6 @@ export namespace iap_v1 { export interface Params$Resource$Projects$Brands$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. GCP Project number/id under which the brand is to be created. In the following format: projects/{project_number/id}. */ @@ -897,11 +904,6 @@ export namespace iap_v1 { } export interface Params$Resource$Projects$Brands$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the brand to be fetched. In the following format: projects/{project_number/id}/brands/{brand}. */ @@ -909,11 +911,6 @@ export namespace iap_v1 { } export interface Params$Resource$Projects$Brands$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. GCP Project number/id. In the following format: projects/{project_number/id}. */ @@ -1662,11 +1659,6 @@ export namespace iap_v1 { export interface Params$Resource$Projects$Brands$Identityawareproxyclients$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Path to create the client in. In the following format: projects/{project_number/id}/brands/{brand}. The project must belong to a G Suite account. */ @@ -1679,11 +1671,6 @@ export namespace iap_v1 { } export interface Params$Resource$Projects$Brands$Identityawareproxyclients$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the Identity Aware Proxy client to be deleted. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}. */ @@ -1691,11 +1678,6 @@ export namespace iap_v1 { } export interface Params$Resource$Projects$Brands$Identityawareproxyclients$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the Identity Aware Proxy client to be fetched. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}. */ @@ -1703,11 +1685,6 @@ export namespace iap_v1 { } export interface Params$Resource$Projects$Brands$Identityawareproxyclients$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of clients to return. The service may return fewer than this value. If unspecified, at most 100 clients will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. */ @@ -1723,11 +1700,6 @@ export namespace iap_v1 { } export interface Params$Resource$Projects$Brands$Identityawareproxyclients$Resetsecret extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the Identity Aware Proxy client to that will have its secret reset. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}. */ @@ -2463,11 +2435,6 @@ export namespace iap_v1 { } export interface Params$Resource$V1$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2480,22 +2447,12 @@ export namespace iap_v1 { } export interface Params$Resource$V1$Getiapsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name for which to retrieve the settings. Authorization: Requires the `getSettings` permission for the associated resource. */ name?: string; } export interface Params$Resource$V1$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2508,11 +2465,6 @@ export namespace iap_v1 { } export interface Params$Resource$V1$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2525,11 +2477,6 @@ export namespace iap_v1 { } export interface Params$Resource$V1$Updateiapsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the IAP protected resource. */ diff --git a/src/apis/iap/v1beta1.ts b/src/apis/iap/v1beta1.ts index 2aa36981f2..fc42936ef8 100644 --- a/src/apis/iap/v1beta1.ts +++ b/src/apis/iap/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace iap_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -659,11 +671,6 @@ export namespace iap_v1beta1 { export interface Params$Resource$V1beta1$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -676,11 +683,6 @@ export namespace iap_v1beta1 { } export interface Params$Resource$V1beta1$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -693,11 +695,6 @@ export namespace iap_v1beta1 { } export interface Params$Resource$V1beta1$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ diff --git a/src/apis/identitytoolkit/package.json b/src/apis/identitytoolkit/package.json index f8483ac03c..38a1bdef12 100644 --- a/src/apis/identitytoolkit/package.json +++ b/src/apis/identitytoolkit/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/identitytoolkit/v3.ts b/src/apis/identitytoolkit/v3.ts index ac8ad6b43e..af424ed1be 100644 --- a/src/apis/identitytoolkit/v3.ts +++ b/src/apis/identitytoolkit/v3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace identitytoolkit_v3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -4719,11 +4731,6 @@ export namespace identitytoolkit_v3 { export interface Params$Resource$Relyingparty$Createauthuri extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4731,11 +4738,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Deleteaccount extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4743,11 +4745,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Downloadaccount extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4755,11 +4752,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Emaillinksignin extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4767,11 +4759,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Getaccountinfo extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4779,11 +4766,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Getoobconfirmationcode extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4791,11 +4773,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Getprojectconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Delegated GCP project number of the request. */ @@ -4806,26 +4783,11 @@ export namespace identitytoolkit_v3 { projectNumber?: string; } export interface Params$Resource$Relyingparty$Getpublickeys - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Relyingparty$Getrecaptchaparam - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Relyingparty$Resetpassword extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4833,11 +4795,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Sendverificationcode extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4845,11 +4802,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Setaccountinfo extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4857,11 +4809,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Setprojectconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4869,11 +4816,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Signoutuser extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4881,11 +4823,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Signupnewuser extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4893,11 +4830,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Uploadaccount extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4905,11 +4837,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Verifyassertion extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4917,11 +4844,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Verifycustomtoken extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4929,11 +4851,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Verifypassword extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4941,11 +4858,6 @@ export namespace identitytoolkit_v3 { } export interface Params$Resource$Relyingparty$Verifyphonenumber extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/indexing/package.json b/src/apis/indexing/package.json index 4242808c22..93e332363d 100644 --- a/src/apis/indexing/package.json +++ b/src/apis/indexing/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/indexing/v3.ts b/src/apis/indexing/v3.ts index 076dee5a9e..b3f2fae1c1 100644 --- a/src/apis/indexing/v3.ts +++ b/src/apis/indexing/v3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace indexing_v3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -455,11 +467,6 @@ export namespace indexing_v3 { export interface Params$Resource$Urlnotifications$Getmetadata extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * URL that is being queried. */ @@ -467,11 +474,6 @@ export namespace indexing_v3 { } export interface Params$Resource$Urlnotifications$Publish extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/jobs/package.json b/src/apis/jobs/package.json index 1d077153c8..6c05df9f78 100644 --- a/src/apis/jobs/package.json +++ b/src/apis/jobs/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/jobs/v2.ts b/src/apis/jobs/v2.ts index cbd6d99c18..e6a869afef 100644 --- a/src/apis/jobs/v2.ts +++ b/src/apis/jobs/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace jobs_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2380,44 +2392,24 @@ export namespace jobs_v2 { } export interface Params$Resource$Companies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Company; } export interface Params$Resource$Companies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the company to be deleted, such as, "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". */ name?: string; } export interface Params$Resource$Companies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the company to retrieve, such as "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". */ name?: string; } export interface Params$Resource$Companies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Set to true if the companies request must have open jobs. Defaults to false. If true, at most page_size of companies are fetched, among which only those with open jobs are returned. */ @@ -2432,11 +2424,6 @@ export namespace jobs_v2 { pageToken?: string; } export interface Params$Resource$Companies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required during company update. The resource name for a company. This is generated by the service when a company is created, for example, "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". */ @@ -2639,11 +2626,6 @@ export namespace jobs_v2 { export interface Params$Resource$Companies$Jobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the company that owns the jobs to be listed, such as, "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd". */ @@ -4251,33 +4233,18 @@ export namespace jobs_v2 { } export interface Params$Resource$Jobs$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$BatchDeleteJobsRequest; } export interface Params$Resource$Jobs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$CreateJobRequest; } export interface Params$Resource$Jobs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Deprecated. This field is not working anymore. Optional. If set to true, this call waits for all processing steps to complete before the job is cleaned up. Otherwise, the call returns while some steps are still taking place asynchronously, hence faster. */ @@ -4289,44 +4256,24 @@ export namespace jobs_v2 { } export interface Params$Resource$Jobs$Deletebyfilter extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$DeleteJobsByFilterRequest; } export interface Params$Resource$Jobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the job to retrieve, such as "jobs/11111111". */ name?: string; } export interface Params$Resource$Jobs$Histogram extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$GetHistogramRequest; } export interface Params$Resource$Jobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The filter string specifies the jobs to be enumerated. Supported operator: =, AND The fields eligible for filtering are: * `companyName` (Required) * `requisitionId` (Optional) Sample Query: * companyName = "companies/123" * companyName = "companies/123" AND requisitionId = "req-1" */ @@ -4345,11 +4292,6 @@ export namespace jobs_v2 { pageToken?: string; } export interface Params$Resource$Jobs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required during job update. Resource name assigned to a job by the API, for example, "/jobs/foo". Use of this field in job queries and API calls is preferred over the use of requisition_id since this value is unique. */ @@ -4361,11 +4303,6 @@ export namespace jobs_v2 { requestBody?: Schema$UpdateJobRequest; } export interface Params$Resource$Jobs$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4373,11 +4310,6 @@ export namespace jobs_v2 { } export interface Params$Resource$Jobs$Searchforalert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4560,11 +4492,6 @@ export namespace jobs_v2 { } export interface Params$Resource$V2$Complete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. If provided, restricts completion to the specified company. */ diff --git a/src/apis/jobs/v3.ts b/src/apis/jobs/v3.ts index fbc1a481f6..d03754598d 100644 --- a/src/apis/jobs/v3.ts +++ b/src/apis/jobs/v3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace jobs_v3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1513,11 +1525,6 @@ export namespace jobs_v3 { export interface Params$Resource$Projects$Complete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. If provided, restricts completion to specified company. The format is "projects/{project_id}/companies/{company_id}", for example, "projects/api-test-project/companies/foo". */ @@ -1709,11 +1716,6 @@ export namespace jobs_v3 { export interface Params$Resource$Projects$Clientevents$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Parent project name. */ @@ -2488,11 +2490,6 @@ export namespace jobs_v3 { export interface Params$Resource$Projects$Companies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the project under which the company is created. The format is "projects/{project_id}", for example, "projects/api-test-project". */ @@ -2505,11 +2502,6 @@ export namespace jobs_v3 { } export interface Params$Resource$Projects$Companies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the company to be deleted. The format is "projects/{project_id}/companies/{company_id}", for example, "projects/api-test-project/companies/foo". */ @@ -2517,11 +2509,6 @@ export namespace jobs_v3 { } export interface Params$Resource$Projects$Companies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the company to be retrieved. The format is "projects/{project_id}/companies/{company_id}", for example, "projects/api-test-project/companies/foo". */ @@ -2529,11 +2516,6 @@ export namespace jobs_v3 { } export interface Params$Resource$Projects$Companies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of companies to be returned, at most 100. Default is 100 if a non-positive number is provided. */ @@ -2553,11 +2535,6 @@ export namespace jobs_v3 { } export interface Params$Resource$Projects$Companies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required during company update. The resource name for a company. This is generated by the service when a company is created. The format is "projects/{project_id}/companies/{company_id}", for example, "projects/api-test-project/companies/foo". */ @@ -3876,11 +3853,6 @@ export namespace jobs_v3 { export interface Params$Resource$Projects$Jobs$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project under which the job is created. The format is "projects/{project_id}", for example, "projects/api-test-project". */ @@ -3893,11 +3865,6 @@ export namespace jobs_v3 { } export interface Params$Resource$Projects$Jobs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project under which the job is created. The format is "projects/{project_id}", for example, "projects/api-test-project". */ @@ -3910,11 +3877,6 @@ export namespace jobs_v3 { } export interface Params$Resource$Projects$Jobs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the job to be deleted. The format is "projects/{project_id}/jobs/{job_id}", for example, "projects/api-test-project/jobs/1234". */ @@ -3922,11 +3884,6 @@ export namespace jobs_v3 { } export interface Params$Resource$Projects$Jobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the job to retrieve. The format is "projects/{project_id}/jobs/{job_id}", for example, "projects/api-test-project/jobs/1234". */ @@ -3934,11 +3891,6 @@ export namespace jobs_v3 { } export interface Params$Resource$Projects$Jobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The filter string specifies the jobs to be enumerated. Supported operator: =, AND The fields eligible for filtering are: * `companyName` (Required) * `requisitionId` (Optional) Sample Query: * companyName = "projects/api-test-project/companies/123" * companyName = "projects/api-test-project/companies/123" AND requisitionId = "req-1" */ @@ -3962,11 +3914,6 @@ export namespace jobs_v3 { } export interface Params$Resource$Projects$Jobs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required during job update. The resource name for the job. This is generated by the service when a job is created. The format is "projects/{project_id}/jobs/{job_id}", for example, "projects/api-test-project/jobs/1234". Use of this field in job queries and API calls is preferred over the use of requisition_id since this value is unique. */ @@ -3979,11 +3926,6 @@ export namespace jobs_v3 { } export interface Params$Resource$Projects$Jobs$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project to search within. The format is "projects/{project_id}", for example, "projects/api-test-project". */ @@ -3996,11 +3938,6 @@ export namespace jobs_v3 { } export interface Params$Resource$Projects$Jobs$Searchforalert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project to search within. The format is "projects/{project_id}", for example, "projects/api-test-project". */ diff --git a/src/apis/jobs/v3p1beta1.ts b/src/apis/jobs/v3p1beta1.ts index 6cafce428e..472ab68c81 100644 --- a/src/apis/jobs/v3p1beta1.ts +++ b/src/apis/jobs/v3p1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace jobs_v3p1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1608,11 +1620,6 @@ export namespace jobs_v3p1beta1 { export interface Params$Resource$Projects$Complete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. If provided, restricts completion to specified company. The format is "projects/{project_id}/companies/{company_id}", for example, "projects/api-test-project/companies/foo". */ @@ -1804,11 +1811,6 @@ export namespace jobs_v3p1beta1 { export interface Params$Resource$Projects$Clientevents$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Parent project name. */ @@ -2583,11 +2585,6 @@ export namespace jobs_v3p1beta1 { export interface Params$Resource$Projects$Companies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the project under which the company is created. The format is "projects/{project_id}", for example, "projects/api-test-project". */ @@ -2600,11 +2597,6 @@ export namespace jobs_v3p1beta1 { } export interface Params$Resource$Projects$Companies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the company to be deleted. The format is "projects/{project_id}/companies/{company_id}", for example, "projects/api-test-project/companies/foo". */ @@ -2612,11 +2604,6 @@ export namespace jobs_v3p1beta1 { } export interface Params$Resource$Projects$Companies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the company to be retrieved. The format is "projects/{project_id}/companies/{company_id}", for example, "projects/api-test-project/companies/foo". */ @@ -2624,11 +2611,6 @@ export namespace jobs_v3p1beta1 { } export interface Params$Resource$Projects$Companies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of companies to be returned, at most 100. Default is 100 if a non-positive number is provided. */ @@ -2648,11 +2630,6 @@ export namespace jobs_v3p1beta1 { } export interface Params$Resource$Projects$Companies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required during company update. The resource name for a company. This is generated by the service when a company is created. The format is "projects/{project_id}/companies/{company_id}", for example, "projects/api-test-project/companies/foo". */ @@ -3983,11 +3960,6 @@ export namespace jobs_v3p1beta1 { export interface Params$Resource$Projects$Jobs$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project under which the job is created. The format is "projects/{project_id}", for example, "projects/api-test-project". */ @@ -4000,11 +3972,6 @@ export namespace jobs_v3p1beta1 { } export interface Params$Resource$Projects$Jobs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project under which the job is created. The format is "projects/{project_id}", for example, "projects/api-test-project". */ @@ -4017,11 +3984,6 @@ export namespace jobs_v3p1beta1 { } export interface Params$Resource$Projects$Jobs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the job to be deleted. The format is "projects/{project_id}/jobs/{job_id}", for example, "projects/api-test-project/jobs/1234". */ @@ -4029,11 +3991,6 @@ export namespace jobs_v3p1beta1 { } export interface Params$Resource$Projects$Jobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the job to retrieve. The format is "projects/{project_id}/jobs/{job_id}", for example, "projects/api-test-project/jobs/1234". */ @@ -4041,11 +3998,6 @@ export namespace jobs_v3p1beta1 { } export interface Params$Resource$Projects$Jobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The filter string specifies the jobs to be enumerated. Supported operator: =, AND The fields eligible for filtering are: * `companyName` (Required) * `requisitionId` (Optional) Sample Query: * companyName = "projects/api-test-project/companies/123" * companyName = "projects/api-test-project/companies/123" AND requisitionId = "req-1" */ @@ -4069,11 +4021,6 @@ export namespace jobs_v3p1beta1 { } export interface Params$Resource$Projects$Jobs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required during job update. The resource name for the job. This is generated by the service when a job is created. The format is "projects/{project_id}/jobs/{job_id}", for example, "projects/api-test-project/jobs/1234". Use of this field in job queries and API calls is preferred over the use of requisition_id since this value is unique. */ @@ -4086,11 +4033,6 @@ export namespace jobs_v3p1beta1 { } export interface Params$Resource$Projects$Jobs$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project to search within. The format is "projects/{project_id}", for example, "projects/api-test-project". */ @@ -4103,11 +4045,6 @@ export namespace jobs_v3p1beta1 { } export interface Params$Resource$Projects$Jobs$Searchforalert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project to search within. The format is "projects/{project_id}", for example, "projects/api-test-project". */ @@ -4263,11 +4200,6 @@ export namespace jobs_v3p1beta1 { export interface Params$Resource$Projects$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ diff --git a/src/apis/kgsearch/package.json b/src/apis/kgsearch/package.json index 14797cdb31..dd0f1d55b9 100644 --- a/src/apis/kgsearch/package.json +++ b/src/apis/kgsearch/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/kgsearch/v1.ts b/src/apis/kgsearch/v1.ts index 4a06893b01..3dade52f71 100644 --- a/src/apis/kgsearch/v1.ts +++ b/src/apis/kgsearch/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace kgsearch_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -296,11 +308,6 @@ export namespace kgsearch_v1 { } export interface Params$Resource$Entities$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The list of entity id to be used for search instead of query string. To specify multiple ids in the HTTP request, repeat the parameter in the URL as in ...?ids=A&ids=B */ diff --git a/src/apis/language/package.json b/src/apis/language/package.json index bf1a440cec..a030c9d879 100644 --- a/src/apis/language/package.json +++ b/src/apis/language/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/language/v1.ts b/src/apis/language/v1.ts index bfe75e758e..ccdcdba882 100644 --- a/src/apis/language/v1.ts +++ b/src/apis/language/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace language_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1444,11 +1456,6 @@ export namespace language_v1 { export interface Params$Resource$Documents$Analyzeentities extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1456,11 +1463,6 @@ export namespace language_v1 { } export interface Params$Resource$Documents$Analyzeentitysentiment extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1468,11 +1470,6 @@ export namespace language_v1 { } export interface Params$Resource$Documents$Analyzesentiment extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1480,11 +1477,6 @@ export namespace language_v1 { } export interface Params$Resource$Documents$Analyzesyntax extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1492,11 +1484,6 @@ export namespace language_v1 { } export interface Params$Resource$Documents$Annotatetext extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1504,11 +1491,6 @@ export namespace language_v1 { } export interface Params$Resource$Documents$Classifytext extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/language/v1beta1.ts b/src/apis/language/v1beta1.ts index 9fcb05d7bb..4bc9b85096 100644 --- a/src/apis/language/v1beta1.ts +++ b/src/apis/language/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace language_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1074,11 +1086,6 @@ export namespace language_v1beta1 { export interface Params$Resource$Documents$Analyzeentities extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1086,11 +1093,6 @@ export namespace language_v1beta1 { } export interface Params$Resource$Documents$Analyzesentiment extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1098,11 +1100,6 @@ export namespace language_v1beta1 { } export interface Params$Resource$Documents$Analyzesyntax extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1110,11 +1107,6 @@ export namespace language_v1beta1 { } export interface Params$Resource$Documents$Annotatetext extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/language/v1beta2.ts b/src/apis/language/v1beta2.ts index 5ac6adca9c..26badf3271 100644 --- a/src/apis/language/v1beta2.ts +++ b/src/apis/language/v1beta2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace language_v1beta2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1451,11 +1463,6 @@ export namespace language_v1beta2 { export interface Params$Resource$Documents$Analyzeentities extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1463,11 +1470,6 @@ export namespace language_v1beta2 { } export interface Params$Resource$Documents$Analyzeentitysentiment extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1475,11 +1477,6 @@ export namespace language_v1beta2 { } export interface Params$Resource$Documents$Analyzesentiment extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1487,11 +1484,6 @@ export namespace language_v1beta2 { } export interface Params$Resource$Documents$Analyzesyntax extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1499,11 +1491,6 @@ export namespace language_v1beta2 { } export interface Params$Resource$Documents$Annotatetext extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1511,11 +1498,6 @@ export namespace language_v1beta2 { } export interface Params$Resource$Documents$Classifytext extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/libraryagent/package.json b/src/apis/libraryagent/package.json index 20361fb3d6..755ffee8ca 100644 --- a/src/apis/libraryagent/package.json +++ b/src/apis/libraryagent/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/libraryagent/v1.ts b/src/apis/libraryagent/v1.ts index b5513a3a0c..46e8e72eef 100644 --- a/src/apis/libraryagent/v1.ts +++ b/src/apis/libraryagent/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace libraryagent_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -481,22 +493,12 @@ export namespace libraryagent_v1 { } export interface Params$Resource$Shelves$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the shelf to retrieve. */ name?: string; } export interface Params$Resource$Shelves$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested page size. Server may return fewer shelves than requested. If unspecified, server will pick an appropriate default. */ @@ -1101,11 +1103,6 @@ export namespace libraryagent_v1 { export interface Params$Resource$Shelves$Books$Borrow extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the book to borrow. */ @@ -1113,11 +1110,6 @@ export namespace libraryagent_v1 { } export interface Params$Resource$Shelves$Books$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the book to retrieve. */ @@ -1125,11 +1117,6 @@ export namespace libraryagent_v1 { } export interface Params$Resource$Shelves$Books$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested page size. Server may return fewer books than requested. If unspecified, server will pick an appropriate default. */ @@ -1145,11 +1132,6 @@ export namespace libraryagent_v1 { } export interface Params$Resource$Shelves$Books$Return extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the book to return. */ diff --git a/src/apis/licensing/package.json b/src/apis/licensing/package.json index ecfbd0ee65..79962a14d2 100644 --- a/src/apis/licensing/package.json +++ b/src/apis/licensing/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/licensing/v1.ts b/src/apis/licensing/v1.ts index 5b2c246d8d..522dded594 100644 --- a/src/apis/licensing/v1.ts +++ b/src/apis/licensing/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace licensing_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1244,11 +1256,6 @@ export namespace licensing_v1 { export interface Params$Resource$Licenseassignments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A product's unique identifier. For more information about products in this version of the API, see Products and SKUs. */ @@ -1264,11 +1271,6 @@ export namespace licensing_v1 { } export interface Params$Resource$Licenseassignments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A product's unique identifier. For more information about products in this version of the API, see Products and SKUs. */ @@ -1284,11 +1286,6 @@ export namespace licensing_v1 { } export interface Params$Resource$Licenseassignments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A product's unique identifier. For more information about products in this version of the API, see Products and SKUs. */ @@ -1305,11 +1302,6 @@ export namespace licensing_v1 { } export interface Params$Resource$Licenseassignments$Listforproduct extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Customer's customerId. A previous version of this API accepted the primary domain name as a value for this field. If the customer is suspended, the server returns an error. */ @@ -1329,11 +1321,6 @@ export namespace licensing_v1 { } export interface Params$Resource$Licenseassignments$Listforproductandsku extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Customer's customerId. A previous version of this API accepted the primary domain name as a value for this field. If the customer is suspended, the server returns an error. */ @@ -1357,11 +1344,6 @@ export namespace licensing_v1 { } export interface Params$Resource$Licenseassignments$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A product's unique identifier. For more information about products in this version of the API, see Products and SKUs. */ @@ -1382,11 +1364,6 @@ export namespace licensing_v1 { } export interface Params$Resource$Licenseassignments$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A product's unique identifier. For more information about products in this version of the API, see Products and SKUs. */ diff --git a/src/apis/lifesciences/package.json b/src/apis/lifesciences/package.json index 5e8fd8f3a6..bc8d05a16d 100644 --- a/src/apis/lifesciences/package.json +++ b/src/apis/lifesciences/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/lifesciences/v2beta.ts b/src/apis/lifesciences/v2beta.ts index b20bc0a9a6..74eaa064bb 100644 --- a/src/apis/lifesciences/v2beta.ts +++ b/src/apis/lifesciences/v2beta.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace lifesciences_v2beta { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1010,11 +1022,6 @@ export namespace lifesciences_v2beta { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -1022,11 +1029,6 @@ export namespace lifesciences_v2beta { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -1479,11 +1481,6 @@ export namespace lifesciences_v2beta { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -1496,11 +1493,6 @@ export namespace lifesciences_v2beta { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -1508,11 +1500,6 @@ export namespace lifesciences_v2beta { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A string for filtering Operations. The following filter fields are supported: * createTime: The time this job was created * events: The set of event (names) that have occurred while running the pipeline. The : operator can be used to determine if a particular event has occurred. * error: If the pipeline is running, this value is NULL. Once the pipeline finishes, the value is the standard Google error code. * labels.key or labels."key with space" where key is a label key. * done: If the pipeline is running, this value is false. Once the pipeline finishes, the value is true. */ @@ -1685,11 +1672,6 @@ export namespace lifesciences_v2beta { export interface Params$Resource$Projects$Locations$Pipelines$Run extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project and location that this request should be executed against. */ diff --git a/src/apis/logging/package.json b/src/apis/logging/package.json index 3a2702b306..459f4d212d 100644 --- a/src/apis/logging/package.json +++ b/src/apis/logging/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/logging/v2.ts b/src/apis/logging/v2.ts index 285c9bb482..1234b5e734 100644 --- a/src/apis/logging/v2.ts +++ b/src/apis/logging/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace logging_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1208,11 +1220,6 @@ export namespace logging_v2 { export interface Params$Resource$Billingaccounts$Buckets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the bucket: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". */ @@ -1974,11 +1981,6 @@ export namespace logging_v2 { export interface Params$Resource$Billingaccounts$Exclusions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource in which to create the exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-project", "organizations/123456789". */ @@ -1991,11 +1993,6 @@ export namespace logging_v2 { } export interface Params$Resource$Billingaccounts$Exclusions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of an existing exclusion to delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ @@ -2003,11 +2000,6 @@ export namespace logging_v2 { } export interface Params$Resource$Billingaccounts$Exclusions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ @@ -2015,11 +2007,6 @@ export namespace logging_v2 { } export interface Params$Resource$Billingaccounts$Exclusions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -2035,11 +2022,6 @@ export namespace logging_v2 { } export interface Params$Resource$Billingaccounts$Exclusions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ @@ -2385,11 +2367,6 @@ export namespace logging_v2 { export interface Params$Resource$Billingaccounts$Locations$Buckets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -2405,11 +2382,6 @@ export namespace logging_v2 { } export interface Params$Resource$Billingaccounts$Locations$Buckets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the bucket to update. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". Also requires permission "resourcemanager.projects.updateLiens" to set the locked property */ @@ -2713,11 +2685,6 @@ export namespace logging_v2 { export interface Params$Resource$Billingaccounts$Logs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the log to delete: "projects/[PROJECT_ID]/logs/[LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity". For more information about log names, see LogEntry. */ @@ -2725,11 +2692,6 @@ export namespace logging_v2 { } export interface Params$Resource$Billingaccounts$Logs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -3705,11 +3667,6 @@ export namespace logging_v2 { export interface Params$Resource$Billingaccounts$Sinks$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-project", "organizations/123456789". */ @@ -3726,11 +3683,6 @@ export namespace logging_v2 { } export interface Params$Resource$Billingaccounts$Sinks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to delete, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -3738,11 +3690,6 @@ export namespace logging_v2 { } export interface Params$Resource$Billingaccounts$Sinks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the sink: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -3750,11 +3697,6 @@ export namespace logging_v2 { } export interface Params$Resource$Billingaccounts$Sinks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -3770,11 +3712,6 @@ export namespace logging_v2 { } export interface Params$Resource$Billingaccounts$Sinks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -3795,11 +3732,6 @@ export namespace logging_v2 { } export interface Params$Resource$Billingaccounts$Sinks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -4119,22 +4051,12 @@ export namespace logging_v2 { } export interface Params$Resource$Entries$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$ListLogEntriesRequest; } export interface Params$Resource$Entries$Write extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4893,11 +4815,6 @@ export namespace logging_v2 { export interface Params$Resource$Exclusions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource in which to create the exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-project", "organizations/123456789". */ @@ -4910,33 +4827,18 @@ export namespace logging_v2 { } export interface Params$Resource$Exclusions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of an existing exclusion to delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ name?: string; } export interface Params$Resource$Exclusions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ name?: string; } export interface Params$Resource$Exclusions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -4951,11 +4853,6 @@ export namespace logging_v2 { parent?: string; } export interface Params$Resource$Exclusions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ @@ -5741,11 +5638,6 @@ export namespace logging_v2 { export interface Params$Resource$Folders$Exclusions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource in which to create the exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-project", "organizations/123456789". */ @@ -5758,11 +5650,6 @@ export namespace logging_v2 { } export interface Params$Resource$Folders$Exclusions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of an existing exclusion to delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ @@ -5770,11 +5657,6 @@ export namespace logging_v2 { } export interface Params$Resource$Folders$Exclusions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ @@ -5782,11 +5664,6 @@ export namespace logging_v2 { } export interface Params$Resource$Folders$Exclusions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -5802,11 +5679,6 @@ export namespace logging_v2 { } export interface Params$Resource$Folders$Exclusions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ @@ -6292,11 +6164,6 @@ export namespace logging_v2 { export interface Params$Resource$Folders$Locations$Buckets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the bucket: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". */ @@ -6304,11 +6171,6 @@ export namespace logging_v2 { } export interface Params$Resource$Folders$Locations$Buckets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -6324,11 +6186,6 @@ export namespace logging_v2 { } export interface Params$Resource$Folders$Locations$Buckets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the bucket to update. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". Also requires permission "resourcemanager.projects.updateLiens" to set the locked property */ @@ -6632,11 +6489,6 @@ export namespace logging_v2 { export interface Params$Resource$Folders$Logs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the log to delete: "projects/[PROJECT_ID]/logs/[LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity". For more information about log names, see LogEntry. */ @@ -6644,11 +6496,6 @@ export namespace logging_v2 { } export interface Params$Resource$Folders$Logs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -7624,11 +7471,6 @@ export namespace logging_v2 { export interface Params$Resource$Folders$Sinks$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-project", "organizations/123456789". */ @@ -7645,11 +7487,6 @@ export namespace logging_v2 { } export interface Params$Resource$Folders$Sinks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to delete, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -7657,11 +7494,6 @@ export namespace logging_v2 { } export interface Params$Resource$Folders$Sinks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the sink: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -7669,11 +7501,6 @@ export namespace logging_v2 { } export interface Params$Resource$Folders$Sinks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -7689,11 +7516,6 @@ export namespace logging_v2 { } export interface Params$Resource$Folders$Sinks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -7714,11 +7536,6 @@ export namespace logging_v2 { } export interface Params$Resource$Folders$Sinks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -8208,11 +8025,6 @@ export namespace logging_v2 { export interface Params$Resource$Locations$Buckets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the bucket: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". */ @@ -8220,11 +8032,6 @@ export namespace logging_v2 { } export interface Params$Resource$Locations$Buckets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -8240,11 +8047,6 @@ export namespace logging_v2 { } export interface Params$Resource$Locations$Buckets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the bucket to update. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". Also requires permission "resourcemanager.projects.updateLiens" to set the locked property */ @@ -8545,22 +8347,12 @@ export namespace logging_v2 { } export interface Params$Resource$Logs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the log to delete: "projects/[PROJECT_ID]/logs/[LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity". For more information about log names, see LogEntry. */ logName?: string; } export interface Params$Resource$Logs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -8739,11 +8531,6 @@ export namespace logging_v2 { export interface Params$Resource$Monitoredresourcedescriptors$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -9071,11 +8858,6 @@ export namespace logging_v2 { export interface Params$Resource$Organizations$Getcmeksettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource for which to retrieve CMEK settings. "projects/[PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" "folders/[FOLDER_ID]/cmekSettings" Example: "organizations/12345/cmekSettings".Note: CMEK for the Logs Router can currently only be configured for GCP organizations. Once configured, it applies to all projects and folders in the GCP organization. */ @@ -9083,11 +8865,6 @@ export namespace logging_v2 { } export interface Params$Resource$Organizations$Updatecmeksettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name for the CMEK settings to update. "projects/[PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" "folders/[FOLDER_ID]/cmekSettings" Example: "organizations/12345/cmekSettings".Note: CMEK for the Logs Router can currently only be configured for GCP organizations. Once configured, it applies to all projects and folders in the GCP organization. */ @@ -9858,11 +9635,6 @@ export namespace logging_v2 { export interface Params$Resource$Organizations$Exclusions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource in which to create the exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-project", "organizations/123456789". */ @@ -9875,11 +9647,6 @@ export namespace logging_v2 { } export interface Params$Resource$Organizations$Exclusions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of an existing exclusion to delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ @@ -9887,11 +9654,6 @@ export namespace logging_v2 { } export interface Params$Resource$Organizations$Exclusions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ @@ -9899,11 +9661,6 @@ export namespace logging_v2 { } export interface Params$Resource$Organizations$Exclusions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -9919,11 +9676,6 @@ export namespace logging_v2 { } export interface Params$Resource$Organizations$Exclusions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ @@ -10411,11 +10163,6 @@ export namespace logging_v2 { export interface Params$Resource$Organizations$Locations$Buckets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the bucket: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". */ @@ -10423,11 +10170,6 @@ export namespace logging_v2 { } export interface Params$Resource$Organizations$Locations$Buckets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -10443,11 +10185,6 @@ export namespace logging_v2 { } export interface Params$Resource$Organizations$Locations$Buckets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the bucket to update. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". Also requires permission "resourcemanager.projects.updateLiens" to set the locked property */ @@ -10751,11 +10488,6 @@ export namespace logging_v2 { export interface Params$Resource$Organizations$Logs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the log to delete: "projects/[PROJECT_ID]/logs/[LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity". For more information about log names, see LogEntry. */ @@ -10763,11 +10495,6 @@ export namespace logging_v2 { } export interface Params$Resource$Organizations$Logs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -11743,11 +11470,6 @@ export namespace logging_v2 { export interface Params$Resource$Organizations$Sinks$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-project", "organizations/123456789". */ @@ -11764,11 +11486,6 @@ export namespace logging_v2 { } export interface Params$Resource$Organizations$Sinks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to delete, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -11776,11 +11493,6 @@ export namespace logging_v2 { } export interface Params$Resource$Organizations$Sinks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the sink: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -11788,11 +11500,6 @@ export namespace logging_v2 { } export interface Params$Resource$Organizations$Sinks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -11808,11 +11515,6 @@ export namespace logging_v2 { } export interface Params$Resource$Organizations$Sinks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -11833,11 +11535,6 @@ export namespace logging_v2 { } export interface Params$Resource$Organizations$Sinks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -12629,11 +12326,6 @@ export namespace logging_v2 { export interface Params$Resource$Projects$Exclusions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource in which to create the exclusion: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-project", "organizations/123456789". */ @@ -12646,11 +12338,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Exclusions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of an existing exclusion to delete: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ @@ -12658,11 +12345,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Exclusions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of an existing exclusion: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ @@ -12670,11 +12352,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Exclusions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -12690,11 +12367,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Exclusions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the exclusion to update: "projects/[PROJECT_ID]/exclusions/[EXCLUSION_ID]" "organizations/[ORGANIZATION_ID]/exclusions/[EXCLUSION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/exclusions/[EXCLUSION_ID]" "folders/[FOLDER_ID]/exclusions/[EXCLUSION_ID]" Example: "projects/my-project-id/exclusions/my-exclusion-id". */ @@ -13180,11 +12852,6 @@ export namespace logging_v2 { export interface Params$Resource$Projects$Locations$Buckets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the bucket: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". */ @@ -13192,11 +12859,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Locations$Buckets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -13212,11 +12874,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Locations$Buckets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the bucket to update. "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" Example: "projects/my-project-id/locations/my-location/buckets/my-bucket-id". Also requires permission "resourcemanager.projects.updateLiens" to set the locked property */ @@ -13520,11 +13177,6 @@ export namespace logging_v2 { export interface Params$Resource$Projects$Logs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the log to delete: "projects/[PROJECT_ID]/logs/[LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]" "folders/[FOLDER_ID]/logs/[LOG_ID]" [LOG_ID] must be URL-encoded. For example, "projects/my-project-id/logs/syslog", "organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity". For more information about log names, see LogEntry. */ @@ -13532,11 +13184,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Logs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -14311,11 +13958,6 @@ export namespace logging_v2 { export interface Params$Resource$Projects$Metrics$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project in which to create the metric: "projects/[PROJECT_ID]" The new metric must be provided in the request. */ @@ -14328,11 +13970,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Metrics$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the metric to delete: "projects/[PROJECT_ID]/metrics/[METRIC_ID]" */ @@ -14340,11 +13977,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Metrics$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the desired metric: "projects/[PROJECT_ID]/metrics/[METRIC_ID]" */ @@ -14352,11 +13984,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Metrics$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -14372,11 +13999,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Metrics$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the metric to update: "projects/[PROJECT_ID]/metrics/[METRIC_ID]" The updated metric must be provided in the request and it's name field must be the same as [METRIC_ID] If the metric does not exist in [PROJECT_ID], then a new metric is created. */ @@ -15349,11 +14971,6 @@ export namespace logging_v2 { export interface Params$Resource$Projects$Sinks$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-project", "organizations/123456789". */ @@ -15370,11 +14987,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Sinks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to delete, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -15382,11 +14994,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Sinks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the sink: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -15394,11 +15001,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Sinks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -15414,11 +15016,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Sinks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -15439,11 +15036,6 @@ export namespace logging_v2 { } export interface Params$Resource$Projects$Sinks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -16244,11 +15836,6 @@ export namespace logging_v2 { } export interface Params$Resource$Sinks$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]" Examples: "projects/my-logging-project", "organizations/123456789". */ @@ -16264,33 +15851,18 @@ export namespace logging_v2 { requestBody?: Schema$LogSink; } export interface Params$Resource$Sinks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to delete, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ sinkName?: string; } export interface Params$Resource$Sinks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the sink: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ sinkName?: string; } export interface Params$Resource$Sinks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available. */ @@ -16305,11 +15877,6 @@ export namespace logging_v2 { parent?: string; } export interface Params$Resource$Sinks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id". */ @@ -16638,11 +16205,6 @@ export namespace logging_v2 { export interface Params$Resource$V2$Getcmeksettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource for which to retrieve CMEK settings. "projects/[PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" "folders/[FOLDER_ID]/cmekSettings" Example: "organizations/12345/cmekSettings".Note: CMEK for the Logs Router can currently only be configured for GCP organizations. Once configured, it applies to all projects and folders in the GCP organization. */ @@ -16650,11 +16212,6 @@ export namespace logging_v2 { } export interface Params$Resource$V2$Updatecmeksettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name for the CMEK settings to update. "projects/[PROJECT_ID]/cmekSettings" "organizations/[ORGANIZATION_ID]/cmekSettings" "billingAccounts/[BILLING_ACCOUNT_ID]/cmekSettings" "folders/[FOLDER_ID]/cmekSettings" Example: "organizations/12345/cmekSettings".Note: CMEK for the Logs Router can currently only be configured for GCP organizations. Once configured, it applies to all projects and folders in the GCP organization. */ diff --git a/src/apis/managedidentities/package.json b/src/apis/managedidentities/package.json index 8eeb04b303..07cf817e3a 100644 --- a/src/apis/managedidentities/package.json +++ b/src/apis/managedidentities/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/managedidentities/v1.ts b/src/apis/managedidentities/v1.ts index 74418a5841..7b924a66c4 100644 --- a/src/apis/managedidentities/v1.ts +++ b/src/apis/managedidentities/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace managedidentities_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1063,11 +1075,6 @@ export namespace managedidentities_v1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -1075,11 +1082,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -3080,11 +3082,6 @@ export namespace managedidentities_v1 { export interface Params$Resource$Projects$Locations$Global$Domains$Attachtrust extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource domain name, project name and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3097,11 +3094,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The fully qualified domain name. e.g. mydomain.myorganization.com, with the following restrictions: * Must contain only lowercase letters, numbers, periods and hyphens. * Must start with a letter. * Must contain between 2-64 characters. * Must end with a number or a letter. * Must not start with period. * First segement length (mydomain form example above) shouldn't exceed 15 chars. * The last segment cannot be fully numeric. * Must be unique within the customer project. */ @@ -3118,11 +3110,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3130,11 +3117,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Detachtrust extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource domain name, project name, and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3147,11 +3129,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3159,11 +3136,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. */ @@ -3175,11 +3147,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Domains$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. A filter specifying constraints of a list operation. For example, `Domain.fqdn="mydomain.myorginization"`. */ @@ -3203,11 +3170,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique name of the domain using the form: `projects/{project_id}/locations/global/domains/{domain_name}`. */ @@ -3224,11 +3186,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Reconfiguretrust extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource domain name, project name and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3241,11 +3198,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Resetadminpassword extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3258,11 +3210,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -3275,11 +3222,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3292,11 +3234,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Validatetrust extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource domain name, project name, and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3861,11 +3798,6 @@ export namespace managedidentities_v1 { export interface Params$Resource$Projects$Locations$Global$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3878,11 +3810,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -3890,11 +3817,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3902,11 +3824,6 @@ export namespace managedidentities_v1 { } export interface Params$Resource$Projects$Locations$Global$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/managedidentities/v1alpha1.ts b/src/apis/managedidentities/v1alpha1.ts index 013d500748..5c207fe2a9 100644 --- a/src/apis/managedidentities/v1alpha1.ts +++ b/src/apis/managedidentities/v1alpha1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace managedidentities_v1alpha1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1035,11 +1047,6 @@ export namespace managedidentities_v1alpha1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -1047,11 +1054,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -3048,11 +3050,6 @@ export namespace managedidentities_v1alpha1 { export interface Params$Resource$Projects$Locations$Global$Domains$Attachtrust extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource domain name, project name and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3065,11 +3062,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fully qualified domain name. e.g. mydomain.myorganization.com, with the following restrictions: * Must contain only lowercase letters, numbers, periods and hyphens. * Must start with a letter. * Must contain between 2-64 characters. * Must end with a number or a letter. * Must not start with period. * Must be unique within the project. * First segement length (mydomain form example above) shouldn't exceed 15 chars. * The last segment cannot be fully numeric. */ @@ -3086,11 +3078,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3098,11 +3085,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Detachtrust extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource domain name, project name, and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3115,11 +3097,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3127,11 +3104,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. */ @@ -3143,11 +3115,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Domains$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Filter specifying constraints of a list operation. For example, `Domain.fqdn="mydomain.myorginization"`. */ @@ -3171,11 +3138,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Unique name of the domain in this scope including projects and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}`. */ @@ -3192,11 +3154,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Reconfiguretrust extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource domain name, project name and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3209,11 +3166,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Resetadminpassword extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3226,11 +3178,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -3243,11 +3190,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3260,11 +3202,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Validatetrust extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource domain name, project name, and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3835,11 +3772,6 @@ export namespace managedidentities_v1alpha1 { export interface Params$Resource$Projects$Locations$Global$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3852,11 +3784,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -3864,11 +3791,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3876,11 +3798,6 @@ export namespace managedidentities_v1alpha1 { } export interface Params$Resource$Projects$Locations$Global$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/managedidentities/v1beta1.ts b/src/apis/managedidentities/v1beta1.ts index 952025c706..daee9dd0dd 100644 --- a/src/apis/managedidentities/v1beta1.ts +++ b/src/apis/managedidentities/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace managedidentities_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1063,11 +1075,6 @@ export namespace managedidentities_v1beta1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -1075,11 +1082,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -3078,11 +3080,6 @@ export namespace managedidentities_v1beta1 { export interface Params$Resource$Projects$Locations$Global$Domains$Attachtrust extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource domain name, project name and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3095,11 +3092,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A domain name, e.g. mydomain.myorg.com, with the following restrictions: * Must contain only lowercase letters, numbers, periods and hyphens. * Must start with a letter. * Must contain between 2-64 characters. * Must end with a number or a letter. * Must not start with period. * First segement length (mydomain form example above) shouldn't exceed 15 chars. * The last segment cannot be fully numeric. * Must be unique within the customer project. */ @@ -3116,11 +3108,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3128,11 +3115,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Detachtrust extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource domain name, project name, and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3145,11 +3127,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3157,11 +3134,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. */ @@ -3173,11 +3145,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Domains$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. A filter specifying constraints of a list operation. For example, `Domain.fqdn="mydomain.myorginization"`. */ @@ -3201,11 +3168,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The unique name of the domain using the form: `projects/{project_id}/locations/global/domains/{domain_name}`. */ @@ -3222,11 +3184,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Reconfiguretrust extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource domain name, project name and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3239,11 +3196,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Resetadminpassword extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The domain resource name using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3256,11 +3208,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -3273,11 +3220,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3290,11 +3232,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Domains$Validatetrust extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource domain name, project name, and location using the form: `projects/{project_id}/locations/global/domains/{domain_name}` */ @@ -3862,11 +3799,6 @@ export namespace managedidentities_v1beta1 { export interface Params$Resource$Projects$Locations$Global$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3879,11 +3811,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -3891,11 +3818,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3903,11 +3825,6 @@ export namespace managedidentities_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/manufacturers/package.json b/src/apis/manufacturers/package.json index 18034f7665..cbe89c0c15 100644 --- a/src/apis/manufacturers/package.json +++ b/src/apis/manufacturers/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/manufacturers/v1.ts b/src/apis/manufacturers/v1.ts index a0ec233fc0..c81edc4d1a 100644 --- a/src/apis/manufacturers/v1.ts +++ b/src/apis/manufacturers/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace manufacturers_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1114,11 +1126,6 @@ export namespace manufacturers_v1 { export interface Params$Resource$Accounts$Products$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id. */ @@ -1130,11 +1137,6 @@ export namespace manufacturers_v1 { } export interface Params$Resource$Accounts$Products$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The information to be included in the response. Only sections listed here will be returned. */ @@ -1150,11 +1152,6 @@ export namespace manufacturers_v1 { } export interface Params$Resource$Accounts$Products$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The information to be included in the response. Only sections listed here will be returned. */ @@ -1174,11 +1171,6 @@ export namespace manufacturers_v1 { } export interface Params$Resource$Accounts$Products$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name in the format `{target_country}:{content_language}:{product_id}`. `target_country` - The target country of the product as a CLDR territory code (for example, US). `content_language` - The content language of the product as a two-letter ISO 639-1 language code (for example, en). `product_id` - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id. */ diff --git a/src/apis/memcache/package.json b/src/apis/memcache/package.json index 4d755cb62e..88bc973f2a 100644 --- a/src/apis/memcache/package.json +++ b/src/apis/memcache/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/memcache/v1beta2.ts b/src/apis/memcache/v1beta2.ts index c5b1ddb305..8d56b4997d 100644 --- a/src/apis/memcache/v1beta2.ts +++ b/src/apis/memcache/v1beta2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace memcache_v1beta2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1014,11 +1026,6 @@ export namespace memcache_v1beta2 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -1026,11 +1033,6 @@ export namespace memcache_v1beta2 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2569,11 +2571,6 @@ export namespace memcache_v1beta2 { export interface Params$Resource$Projects$Locations$Instances$Applyparameters extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the Memcached instance for which parameter group updates should be applied. */ @@ -2586,11 +2583,6 @@ export namespace memcache_v1beta2 { } export interface Params$Resource$Projects$Locations$Instances$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The logical name of the Memcached instance in the user project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the user project / location */ @@ -2607,11 +2599,6 @@ export namespace memcache_v1beta2 { } export interface Params$Resource$Projects$Locations$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Memcached instance resource name in the format: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region */ @@ -2619,11 +2606,6 @@ export namespace memcache_v1beta2 { } export interface Params$Resource$Projects$Locations$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Memcached instance resource name in the format: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region */ @@ -2631,11 +2613,6 @@ export namespace memcache_v1beta2 { } export interface Params$Resource$Projects$Locations$Instances$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -2647,11 +2624,6 @@ export namespace memcache_v1beta2 { } export interface Params$Resource$Projects$Locations$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * List filter. For example, exclude all Memcached instances with name as my-instance by specifying "name != my-instance". */ @@ -2675,11 +2647,6 @@ export namespace memcache_v1beta2 { } export interface Params$Resource$Projects$Locations$Instances$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Memcached instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which zones Memcached nodes within an instances should be provisioned in. Refer to [zones] field for more details. */ @@ -2696,11 +2663,6 @@ export namespace memcache_v1beta2 { } export interface Params$Resource$Projects$Locations$Instances$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2713,11 +2675,6 @@ export namespace memcache_v1beta2 { } export interface Params$Resource$Projects$Locations$Instances$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -2730,11 +2687,6 @@ export namespace memcache_v1beta2 { } export interface Params$Resource$Projects$Locations$Instances$Updateparameters extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the Memcached instance for which the parameters should be updated. */ @@ -3295,11 +3247,6 @@ export namespace memcache_v1beta2 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3312,11 +3259,6 @@ export namespace memcache_v1beta2 { } export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -3324,11 +3266,6 @@ export namespace memcache_v1beta2 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3336,11 +3273,6 @@ export namespace memcache_v1beta2 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/ml/package.json b/src/apis/ml/package.json index b8e833e9be..0be186853e 100644 --- a/src/apis/ml/package.json +++ b/src/apis/ml/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/ml/v1.ts b/src/apis/ml/v1.ts index bf0232b658..e609e50c55 100644 --- a/src/apis/ml/v1.ts +++ b/src/apis/ml/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace ml_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1991,11 +2003,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Explain extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of a model or a version. Authorization: requires the `predict` permission on the specified resource. */ @@ -2008,22 +2015,12 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Getconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project name. */ name?: string; } export interface Params$Resource$Projects$Predict extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of a model or a version. Authorization: requires the `predict` permission on the specified resource. */ @@ -3303,11 +3300,6 @@ export namespace ml_v1 { export interface Params$Resource$Projects$Jobs$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the job to cancel. */ @@ -3320,11 +3312,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Jobs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project name. */ @@ -3337,11 +3324,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Jobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the job to get the description of. */ @@ -3349,11 +3331,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Jobs$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -3365,11 +3342,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Jobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Specifies the subset of jobs to retrieve. You can filter on the value of one or more attributes of the job object. For example, retrieve jobs with a job identifier that starts with 'census':

                          gcloud ai-platform jobs list --filter='jobId:census*'

                          List all failed jobs with names that start with 'rnn':

                          gcloud ai-platform jobs list --filter='jobId:rnn* AND state:FAILED'

                          For more examples, see the guide to monitoring jobs. */ @@ -3389,11 +3361,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Jobs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job name. */ @@ -3410,11 +3377,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Jobs$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -3427,11 +3389,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Jobs$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3759,11 +3716,6 @@ export namespace ml_v1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the location. */ @@ -3771,11 +3723,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The number of locations to retrieve per "page" of results. If there are more remaining results than this number, the response message will contain a valid value in the `next_page_token` field. The default value is 20, and the maximum page size is 100. */ @@ -4071,11 +4018,6 @@ export namespace ml_v1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -4083,11 +4025,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -4680,11 +4617,6 @@ export namespace ml_v1 { export interface Params$Resource$Projects$Locations$Studies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project and location that the study belongs to. Format: projects/{project}/locations/{location} */ @@ -4701,11 +4633,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Locations$Studies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The study name. */ @@ -4713,11 +4640,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Locations$Studies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The study name. */ @@ -4725,11 +4647,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Locations$Studies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project and location that the study belongs to. Format: projects/{project}/locations/{location} */ @@ -6097,11 +6014,6 @@ export namespace ml_v1 { export interface Params$Resource$Projects$Locations$Studies$Trials$Addmeasurement extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The trial name. */ @@ -6114,11 +6026,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Locations$Studies$Trials$Checkearlystoppingstate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The trial name. */ @@ -6131,11 +6038,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Locations$Studies$Trials$Complete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The trial name.metat */ @@ -6148,11 +6050,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Locations$Studies$Trials$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the study that the trial belongs to. */ @@ -6165,11 +6062,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Locations$Studies$Trials$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The trial name. */ @@ -6177,11 +6069,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Locations$Studies$Trials$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The trial name. */ @@ -6189,11 +6076,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Locations$Studies$Trials$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the study that the trial belongs to. */ @@ -6201,11 +6083,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Locations$Studies$Trials$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The trial name. */ @@ -6218,11 +6095,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Locations$Studies$Trials$Suggest extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the study that the trial belongs to. */ @@ -7482,11 +7354,6 @@ export namespace ml_v1 { export interface Params$Resource$Projects$Models$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project name. */ @@ -7499,11 +7366,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Models$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the model. */ @@ -7511,11 +7373,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Models$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the model. */ @@ -7523,11 +7380,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Models$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -7539,11 +7391,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Models$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Specifies the subset of models to retrieve. */ @@ -7563,11 +7410,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Models$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project name. */ @@ -7584,11 +7426,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Models$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -7601,11 +7438,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Models$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -8622,11 +8454,6 @@ export namespace ml_v1 { export interface Params$Resource$Projects$Models$Versions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the model. */ @@ -8639,11 +8466,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Models$Versions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the version. You can get the names of all the versions of a model by calling projects.models.versions.list. */ @@ -8651,11 +8473,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Models$Versions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the version. */ @@ -8663,11 +8480,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Models$Versions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Specifies the subset of versions to retrieve. */ @@ -8687,11 +8499,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Models$Versions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the model. */ @@ -8708,11 +8515,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Models$Versions$Setdefault extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the version to make the default for the model. You can get the names of all the versions of a model by calling projects.models.versions.list. */ @@ -9163,11 +8965,6 @@ export namespace ml_v1 { export interface Params$Resource$Projects$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -9175,11 +8972,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -9187,11 +8979,6 @@ export namespace ml_v1 { } export interface Params$Resource$Projects$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/monitoring/package.json b/src/apis/monitoring/package.json index 9a8c0c7f1d..603abd18cb 100644 --- a/src/apis/monitoring/package.json +++ b/src/apis/monitoring/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/monitoring/v1.ts b/src/apis/monitoring/v1.ts index a50340087b..deb7c46bb0 100644 --- a/src/apis/monitoring/v1.ts +++ b/src/apis/monitoring/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace monitoring_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1370,11 +1382,6 @@ export namespace monitoring_v1 { export interface Params$Resource$Projects$Dashboards$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] The [PROJECT_ID_OR_NUMBER] must match the dashboard resource name. */ @@ -1387,11 +1394,6 @@ export namespace monitoring_v1 { } export interface Params$Resource$Projects$Dashboards$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Dashboard. The format is: projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] */ @@ -1399,11 +1401,6 @@ export namespace monitoring_v1 { } export interface Params$Resource$Projects$Dashboards$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Dashboard. The format is one of: dashboards/[DASHBOARD_ID] (for system dashboards) projects/[PROJECT_ID_OR_NUMBER]/dashboards/[DASHBOARD_ID] (for custom dashboards). */ @@ -1411,11 +1408,6 @@ export namespace monitoring_v1 { } export interface Params$Resource$Projects$Dashboards$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A positive number that is the maximum number of results to return. If unspecified, a default of 1000 is used. */ @@ -1431,11 +1423,6 @@ export namespace monitoring_v1 { } export interface Params$Resource$Projects$Dashboards$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable. The resource name of the dashboard. */ diff --git a/src/apis/monitoring/v3.ts b/src/apis/monitoring/v3.ts index 5621bdbc18..7d9ed4501a 100644 --- a/src/apis/monitoring/v3.ts +++ b/src/apis/monitoring/v3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace monitoring_v3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2663,11 +2675,6 @@ export namespace monitoring_v3 { export interface Params$Resource$Projects$Alertpolicies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project in which to create the alerting policy. The format is: projects/[PROJECT_ID_OR_NUMBER] Note that this field names the parent container in which the alerting policy will be written, not the name of the created policy. |name| must be a host project of a workspace, otherwise INVALID_ARGUMENT error will return. The alerting policy that is returned will have a name that contains a normalized representation of this name as a prefix but adds a suffix of the form /alertPolicies/[ALERT_POLICY_ID], identifying the policy in the container. */ @@ -2680,11 +2687,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Alertpolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The alerting policy to delete. The format is: projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] For more information, see AlertPolicy. */ @@ -2692,11 +2694,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Alertpolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The alerting policy to retrieve. The format is: projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] */ @@ -2704,11 +2701,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Alertpolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If provided, this field specifies the criteria that must be met by alert policies to be included in the response.For more details, see sorting and filtering (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). */ @@ -2732,11 +2724,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Alertpolicies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required if the policy exists. The resource name for this policy. The format is: projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] [ALERT_POLICY_ID] is assigned by Stackdriver Monitoring when the policy is created. When calling the alertPolicies.create method, do not include the name field in the alerting policy passed as part of the request. */ @@ -2919,11 +2906,6 @@ export namespace monitoring_v3 { export interface Params$Resource$Projects$Collectdtimeseries$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project in which to create the time series. The format is: projects/[PROJECT_ID_OR_NUMBER] */ @@ -3683,11 +3665,6 @@ export namespace monitoring_v3 { export interface Params$Resource$Projects$Groups$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project in which to create the group. The format is: projects/[PROJECT_ID_OR_NUMBER] */ @@ -3704,11 +3681,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Groups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The group to delete. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] */ @@ -3720,11 +3692,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Groups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The group to retrieve. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] */ @@ -3732,11 +3699,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Groups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A group name. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] Returns groups that are ancestors of the specified group. The groups are returned in order, starting with the immediate parent and ending with the most distant ancestor. If the specified group has no immediate parent, the results are empty. */ @@ -3764,11 +3726,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Groups$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The name of this group. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] When creating a group, this field is ignored and a new name is created consisting of the project specified in the call to CreateGroup and a unique [GROUP_ID] that is generated automatically. */ @@ -3954,11 +3911,6 @@ export namespace monitoring_v3 { export interface Params$Resource$Projects$Groups$Members$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An optional list filter (https://cloud.google.com/monitoring/api/learn_more#filtering) describing the members to be returned. The filter may reference the type, labels, and metadata of monitored resources that comprise the group. For example, to return only resources representing Compute Engine VM instances, use this filter: `resource.type = "gce_instance"` */ @@ -4595,11 +4547,6 @@ export namespace monitoring_v3 { export interface Params$Resource$Projects$Metricdescriptors$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] */ @@ -4612,11 +4559,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Metricdescriptors$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The metric descriptor on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] An example of [METRIC_ID] is: "custom.googleapis.com/my_test_metric". */ @@ -4624,11 +4566,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Metricdescriptors$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The metric descriptor on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] An example value of [METRIC_ID] is "compute.googleapis.com/instance/disk/read_bytes_count". */ @@ -4636,11 +4573,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Metricdescriptors$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If this field is empty, all custom and system-defined metric descriptors are returned. Otherwise, the filter (https://cloud.google.com/monitoring/api/v3/filters) specifies which metric descriptors are to be returned. For example, the following filter matches all custom metrics (https://cloud.google.com/monitoring/custom-metrics): metric.type = starts_with("custom.googleapis.com/") */ @@ -4980,11 +4912,6 @@ export namespace monitoring_v3 { export interface Params$Resource$Projects$Monitoredresourcedescriptors$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The monitored resource descriptor to get. The format is: projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE] The [RESOURCE_TYPE] is a predefined type, such as cloudsql_database. */ @@ -4992,11 +4919,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Monitoredresourcedescriptors$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An optional filter (https://cloud.google.com/monitoring/api/v3/filters) describing the descriptors to be returned. The filter can reference the descriptor's type and labels. For example, the following filter returns only Google Compute Engine descriptors that have an id label: resource.type = starts_with("gce_") AND resource.label:id */ @@ -5339,11 +5261,6 @@ export namespace monitoring_v3 { export interface Params$Resource$Projects$Notificationchanneldescriptors$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The channel type for which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE] */ @@ -5351,11 +5268,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Notificationchanneldescriptors$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is: projects/[PROJECT_ID_OR_NUMBER] Note that this names the parent container in which to look for the descriptors; to retrieve a single descriptor by name, use the GetNotificationChannelDescriptor operation, instead. */ @@ -6600,11 +6512,6 @@ export namespace monitoring_v3 { export interface Params$Resource$Projects$Notificationchannels$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] This names the container into which the channel will be written, this does not name the newly created channel. The resulting channel's name will have a normalized version of this field as a prefix, but will add /notificationChannels/[CHANNEL_ID] to identify the channel. */ @@ -6617,11 +6524,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Notificationchannels$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If true, the notification channel will be deleted regardless of its use in alert policies (the policies will be updated to remove the channel). If false, channels that are still referenced by an existing alerting policy will fail to be deleted in a delete operation. */ @@ -6633,11 +6535,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Notificationchannels$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The channel for which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] */ @@ -6645,11 +6542,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Notificationchannels$Getverificationcode extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The notification channel for which a verification code is to be generated and retrieved. This must name a channel that is already verified; if the specified channel is not verified, the request will fail. */ @@ -6662,11 +6554,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Notificationchannels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If provided, this field specifies the criteria that must be met by notification channels to be included in the response.For more details, see sorting and filtering (https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). */ @@ -6690,11 +6577,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Notificationchannels$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The full REST resource name for this channel. The format is: projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] The [CHANNEL_ID] is automatically assigned by the server on creation. */ @@ -6711,11 +6593,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Notificationchannels$Sendverificationcode extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The notification channel to which to send a verification code. */ @@ -6728,11 +6605,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Notificationchannels$Verify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The notification channel to verify. */ @@ -7233,11 +7105,6 @@ export namespace monitoring_v3 { export interface Params$Resource$Projects$Timeseries$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] */ @@ -7250,11 +7117,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Timeseries$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The alignment_period specifies a time interval, in seconds, that is used to divide the data in all the time series into consistent blocks of time. This will be done before the per-series aligner can be applied to the data.The value must be at least 60 seconds. If a per-series aligner other than ALIGN_NONE is specified, this field is required or an error is returned. If no per-series aligner is specified, or the aligner ALIGN_NONE is specified, then this field is ignored. */ @@ -7306,11 +7168,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Timeseries$Query extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project on which to execute the request. The format is: projects/[PROJECT_ID_OR_NUMBER] */ @@ -8104,11 +7961,6 @@ export namespace monitoring_v3 { export interface Params$Resource$Projects$Uptimecheckconfigs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project in which to create the Uptime check. The format is: projects/[PROJECT_ID_OR_NUMBER] */ @@ -8121,11 +7973,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Uptimecheckconfigs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The Uptime check configuration to delete. The format is: projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] */ @@ -8133,11 +7980,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Uptimecheckconfigs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The Uptime check configuration to retrieve. The format is: projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] */ @@ -8145,11 +7987,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Uptimecheckconfigs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of results to return in a single response. The server may further constrain the maximum number of results returned in a single page. If the page_size is <=0, the server will decide the number of results to be returned. */ @@ -8165,11 +8002,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Projects$Uptimecheckconfigs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A unique resource name for this Uptime check configuration. The format is: projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID] This field should be omitted when creating the Uptime check configuration; on create, the resource name is assigned by the server and included in the response. */ @@ -8946,11 +8778,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Services$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the parent workspace. The format is: projects/[PROJECT_ID_OR_NUMBER] */ @@ -8966,33 +8793,18 @@ export namespace monitoring_v3 { requestBody?: Schema$Service; } export interface Params$Resource$Services$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the Service to delete. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] */ name?: string; } export interface Params$Resource$Services$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] */ name?: string; } export interface Params$Resource$Services$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter specifying what Services to return. The filter currently supports the following fields: - `identifier_case` - `app_engine.module_id` - `cloud_endpoints.service` - `cluster_istio.location` - `cluster_istio.cluster_name` - `cluster_istio.service_namespace` - `cluster_istio.service_name` identifier_case refers to which option in the identifier oneof is populated. For example, the filter identifier_case = "CUSTOM" would match all services with a value for the custom field. Valid options are "CUSTOM", "APP_ENGINE", "CLOUD_ENDPOINTS", and "CLUSTER_ISTIO". */ @@ -9011,11 +8823,6 @@ export namespace monitoring_v3 { parent?: string; } export interface Params$Resource$Services$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for this Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] */ @@ -9804,11 +9611,6 @@ export namespace monitoring_v3 { export interface Params$Resource$Services$Servicelevelobjectives$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the parent Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID] */ @@ -9825,11 +9627,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Services$Servicelevelobjectives$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the ServiceLevelObjective to delete. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME] */ @@ -9837,11 +9634,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Services$Servicelevelobjectives$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the ServiceLevelObjective to get. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME] */ @@ -9853,11 +9645,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Services$Servicelevelobjectives$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter specifying what ServiceLevelObjectives to return. */ @@ -9881,11 +9668,6 @@ export namespace monitoring_v3 { } export interface Params$Resource$Services$Servicelevelobjectives$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for this ServiceLevelObjective. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME] */ @@ -10053,11 +9835,6 @@ export namespace monitoring_v3 { export interface Params$Resource$Uptimecheckips$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of results to return in a single response. The server may further constrain the maximum number of results returned in a single page. If the page_size is <=0, the server will decide the number of results to be returned. NOTE: this field is not yet implemented */ diff --git a/src/apis/networkmanagement/package.json b/src/apis/networkmanagement/package.json index 99a460280f..ebbe00b815 100644 --- a/src/apis/networkmanagement/package.json +++ b/src/apis/networkmanagement/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/networkmanagement/v1.ts b/src/apis/networkmanagement/v1.ts index 83ce41ff8e..93dd1be510 100644 --- a/src/apis/networkmanagement/v1.ts +++ b/src/apis/networkmanagement/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace networkmanagement_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1242,11 +1254,6 @@ export namespace networkmanagement_v1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -1254,11 +1261,6 @@ export namespace networkmanagement_v1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2682,11 +2684,6 @@ export namespace networkmanagement_v1 { export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource of the Connectivity Test to create: `projects/{project_id}/locations/global` */ @@ -2703,11 +2700,6 @@ export namespace networkmanagement_v1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Connectivity Test resource name using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */ @@ -2715,11 +2707,6 @@ export namespace networkmanagement_v1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. `ConnectivityTest` resource name using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */ @@ -2727,11 +2714,6 @@ export namespace networkmanagement_v1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -2743,11 +2725,6 @@ export namespace networkmanagement_v1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Lists the `ConnectivityTests` that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form ` ` where operators: `<`, `>`, `<=`, `>=`, `!=`, `=`, `:` are supported (colon `:` represents a HAS operator which is roughly synonymous with equality). can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case. Examples: - Filter by name: name = "projects/proj-1/locations/global/connectivityTests/test-1 - Filter by labels: - Resources that have a key called `foo` labels.foo:* - Resources that have a key called `foo` whose value is `bar` labels.foo = bar */ @@ -2771,11 +2748,6 @@ export namespace networkmanagement_v1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */ @@ -2792,11 +2764,6 @@ export namespace networkmanagement_v1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Rerun extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Connectivity Test resource name using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */ @@ -2809,11 +2776,6 @@ export namespace networkmanagement_v1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2826,11 +2788,6 @@ export namespace networkmanagement_v1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3398,11 +3355,6 @@ export namespace networkmanagement_v1 { export interface Params$Resource$Projects$Locations$Global$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3415,11 +3367,6 @@ export namespace networkmanagement_v1 { } export interface Params$Resource$Projects$Locations$Global$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -3427,11 +3374,6 @@ export namespace networkmanagement_v1 { } export interface Params$Resource$Projects$Locations$Global$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3439,11 +3381,6 @@ export namespace networkmanagement_v1 { } export interface Params$Resource$Projects$Locations$Global$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/networkmanagement/v1beta1.ts b/src/apis/networkmanagement/v1beta1.ts index 5a240394d7..dff21b3f3d 100644 --- a/src/apis/networkmanagement/v1beta1.ts +++ b/src/apis/networkmanagement/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace networkmanagement_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1242,11 +1254,6 @@ export namespace networkmanagement_v1beta1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -1254,11 +1261,6 @@ export namespace networkmanagement_v1beta1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2685,11 +2687,6 @@ export namespace networkmanagement_v1beta1 { export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource of the Connectivity Test to create: `projects/{project_id}/locations/global` */ @@ -2706,11 +2703,6 @@ export namespace networkmanagement_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Connectivity Test resource name using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */ @@ -2718,11 +2710,6 @@ export namespace networkmanagement_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. `ConnectivityTest` resource name using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */ @@ -2730,11 +2717,6 @@ export namespace networkmanagement_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -2746,11 +2728,6 @@ export namespace networkmanagement_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Lists the `ConnectivityTests` that match the filter expression. A filter expression filters the resources listed in the response. The expression must be of the form ` ` where operators: `<`, `>`, `<=`, `>=`, `!=`, `=`, `:` are supported (colon `:` represents a HAS operator which is roughly synonymous with equality). can refer to a proto or JSON field, or a synthetic field. Field names can be camelCase or snake_case. Examples: - Filter by name: name = "projects/proj-1/locations/global/connectivityTests/test-1 - Filter by labels: - Resources that have a key called `foo` labels.foo:* - Resources that have a key called `foo` whose value is `bar` labels.foo = bar */ @@ -2774,11 +2751,6 @@ export namespace networkmanagement_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Unique name of the resource using the form: `projects/{project_id}/locations/global/connectivityTests/{test}` */ @@ -2795,11 +2767,6 @@ export namespace networkmanagement_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Rerun extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Connectivity Test resource name using the form: `projects/{project_id}/locations/global/connectivityTests/{test_id}` */ @@ -2812,11 +2779,6 @@ export namespace networkmanagement_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2829,11 +2791,6 @@ export namespace networkmanagement_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Connectivitytests$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3404,11 +3361,6 @@ export namespace networkmanagement_v1beta1 { export interface Params$Resource$Projects$Locations$Global$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3421,11 +3373,6 @@ export namespace networkmanagement_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -3433,11 +3380,6 @@ export namespace networkmanagement_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3445,11 +3387,6 @@ export namespace networkmanagement_v1beta1 { } export interface Params$Resource$Projects$Locations$Global$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/oauth2/package.json b/src/apis/oauth2/package.json index 721c0309db..6ad928139a 100644 --- a/src/apis/oauth2/package.json +++ b/src/apis/oauth2/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/oauth2/v2.ts b/src/apis/oauth2/v2.ts index 60439597cd..5a1cf1807b 100644 --- a/src/apis/oauth2/v2.ts +++ b/src/apis/oauth2/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace oauth2_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -314,11 +326,6 @@ export namespace oauth2_v2 { } export interface Params$$Tokeninfo extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -477,12 +484,7 @@ export namespace oauth2_v2 { } } - export interface Params$Resource$Userinfo$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Userinfo$Get extends StandardParameters {} export class Resource$Userinfo$V2 { context: APIRequestContext; @@ -638,10 +640,5 @@ export namespace oauth2_v2 { } export interface Params$Resource$Userinfo$V2$Me$Get - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} } diff --git a/src/apis/osconfig/package.json b/src/apis/osconfig/package.json index 00d5db1fbf..c7fc7a0944 100644 --- a/src/apis/osconfig/package.json +++ b/src/apis/osconfig/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/osconfig/v1.ts b/src/apis/osconfig/v1.ts index 18e861c6bc..76f3c95bad 100644 --- a/src/apis/osconfig/v1.ts +++ b/src/apis/osconfig/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace osconfig_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1319,11 +1331,6 @@ export namespace osconfig_v1 { export interface Params$Resource$Projects$Patchdeployments$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project to apply this patch deployment to in the form `projects/x`. */ @@ -1340,11 +1347,6 @@ export namespace osconfig_v1 { } export interface Params$Resource$Projects$Patchdeployments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the patch deployment in the form `projects/x/patchDeployments/x`. */ @@ -1352,11 +1354,6 @@ export namespace osconfig_v1 { } export interface Params$Resource$Projects$Patchdeployments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the patch deployment in the form `projects/x/patchDeployments/x`. */ @@ -1364,11 +1361,6 @@ export namespace osconfig_v1 { } export interface Params$Resource$Projects$Patchdeployments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of patch deployments to return. Default is 100. */ @@ -1992,11 +1984,6 @@ export namespace osconfig_v1 { export interface Params$Resource$Projects$Patchjobs$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the patch in the form `projects/x/patchJobs/x` */ @@ -2009,11 +1996,6 @@ export namespace osconfig_v1 { } export interface Params$Resource$Projects$Patchjobs$Execute extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project in which to run this patch in the form `projects/x` */ @@ -2026,11 +2008,6 @@ export namespace osconfig_v1 { } export interface Params$Resource$Projects$Patchjobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the patch in the form `projects/x/patchJobs/x` */ @@ -2038,11 +2015,6 @@ export namespace osconfig_v1 { } export interface Params$Resource$Projects$Patchjobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If provided, this field specifies the criteria that must be met by patch jobs to be included in the response. Currently, filtering is only available on the patch_deployment field. */ @@ -2223,11 +2195,6 @@ export namespace osconfig_v1 { export interface Params$Resource$Projects$Patchjobs$Instancedetails$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters results listed in the response. This field supports filtering results by instance zone, name, state, or `failure_reason`. */ diff --git a/src/apis/osconfig/v1beta.ts b/src/apis/osconfig/v1beta.ts index 631ac366e3..8ed0daed35 100644 --- a/src/apis/osconfig/v1beta.ts +++ b/src/apis/osconfig/v1beta.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace osconfig_v1beta { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2000,11 +2012,6 @@ export namespace osconfig_v1beta { export interface Params$Resource$Projects$Guestpolicies$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The logical name of the guest policy in the project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project. */ @@ -2021,11 +2028,6 @@ export namespace osconfig_v1beta { } export interface Params$Resource$Projects$Guestpolicies$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the guest policy using one of the following forms: `projects/{project_number}/guestPolicies/{guest_policy_id}`. */ @@ -2033,11 +2035,6 @@ export namespace osconfig_v1beta { } export interface Params$Resource$Projects$Guestpolicies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the guest policy using one of the following forms: `projects/{project_number}/guestPolicies/{guest_policy_id}`. */ @@ -2045,11 +2042,6 @@ export namespace osconfig_v1beta { } export interface Params$Resource$Projects$Guestpolicies$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of guest policies to return. */ @@ -2065,11 +2057,6 @@ export namespace osconfig_v1beta { } export interface Params$Resource$Projects$Guestpolicies$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Unique name of the resource in this project using one of the following forms: `projects/{project_number}/guestPolicies/{guest_policy_id}`. */ @@ -2674,11 +2661,6 @@ export namespace osconfig_v1beta { export interface Params$Resource$Projects$Patchdeployments$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project to apply this patch deployment to in the form `projects/x`. */ @@ -2695,11 +2677,6 @@ export namespace osconfig_v1beta { } export interface Params$Resource$Projects$Patchdeployments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the patch deployment in the form `projects/x/patchDeployments/x`. */ @@ -2707,11 +2684,6 @@ export namespace osconfig_v1beta { } export interface Params$Resource$Projects$Patchdeployments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the patch deployment in the form `projects/x/patchDeployments/x`. */ @@ -2719,11 +2691,6 @@ export namespace osconfig_v1beta { } export interface Params$Resource$Projects$Patchdeployments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of patch deployments to return. Default is 100. */ @@ -3350,11 +3317,6 @@ export namespace osconfig_v1beta { export interface Params$Resource$Projects$Patchjobs$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the patch in the form `projects/x/patchJobs/x` */ @@ -3367,11 +3329,6 @@ export namespace osconfig_v1beta { } export interface Params$Resource$Projects$Patchjobs$Execute extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project in which to run this patch in the form `projects/x` */ @@ -3384,11 +3341,6 @@ export namespace osconfig_v1beta { } export interface Params$Resource$Projects$Patchjobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the patch in the form `projects/x/patchJobs/x` */ @@ -3396,11 +3348,6 @@ export namespace osconfig_v1beta { } export interface Params$Resource$Projects$Patchjobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If provided, this field specifies the criteria that must be met by patch jobs to be included in the response. Currently, filtering is only available on the patch_deployment field. */ @@ -3581,11 +3528,6 @@ export namespace osconfig_v1beta { export interface Params$Resource$Projects$Patchjobs$Instancedetails$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters results listed in the response. This field supports filtering results by instance zone, name, state, or `failure_reason`. */ @@ -3774,11 +3716,6 @@ export namespace osconfig_v1beta { export interface Params$Resource$Projects$Zones$Instances$Lookupeffectiveguestpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The VM instance whose policies are being looked up. */ diff --git a/src/apis/oslogin/package.json b/src/apis/oslogin/package.json index f6a0060c7b..149ae8e640 100644 --- a/src/apis/oslogin/package.json +++ b/src/apis/oslogin/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/oslogin/v1.ts b/src/apis/oslogin/v1.ts index 4edabfe4a2..c4fbc3ea30 100644 --- a/src/apis/oslogin/v1.ts +++ b/src/apis/oslogin/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace oslogin_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -527,11 +539,6 @@ export namespace oslogin_v1 { export interface Params$Resource$Users$Getloginprofile extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique ID for the user in format `users/{user}`. */ @@ -547,11 +554,6 @@ export namespace oslogin_v1 { } export interface Params$Resource$Users$Importsshpublickey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique ID for the user in format `users/{user}`. */ @@ -707,11 +709,6 @@ export namespace oslogin_v1 { export interface Params$Resource$Users$Projects$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A reference to the POSIX account to update. POSIX accounts are identified by the project ID they are associated with. A reference to the POSIX account is in format `users/{user}/projects/{project}`. */ @@ -1145,11 +1142,6 @@ export namespace oslogin_v1 { export interface Params$Resource$Users$Sshpublickeys$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The fingerprint of the public key to update. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`. */ @@ -1157,11 +1149,6 @@ export namespace oslogin_v1 { } export interface Params$Resource$Users$Sshpublickeys$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The fingerprint of the public key to retrieve. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`. */ @@ -1169,11 +1156,6 @@ export namespace oslogin_v1 { } export interface Params$Resource$Users$Sshpublickeys$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The fingerprint of the public key to update. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`. */ diff --git a/src/apis/oslogin/v1alpha.ts b/src/apis/oslogin/v1alpha.ts index 995af48e6f..6b47e0a744 100644 --- a/src/apis/oslogin/v1alpha.ts +++ b/src/apis/oslogin/v1alpha.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace oslogin_v1alpha { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -532,11 +544,6 @@ export namespace oslogin_v1alpha { export interface Params$Resource$Users$Getloginprofile extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the user in format `users/{user}`. */ @@ -556,11 +563,6 @@ export namespace oslogin_v1alpha { } export interface Params$Resource$Users$Importsshpublickey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the user in format `users/{user}`. */ @@ -719,11 +721,6 @@ export namespace oslogin_v1alpha { export interface Params$Resource$Users$Projects$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A reference to the POSIX account to update. POSIX accounts are identified by the project ID they are associated with. A reference to the POSIX account is in format `users/{user}/projects/{project}`. */ @@ -1161,11 +1158,6 @@ export namespace oslogin_v1alpha { export interface Params$Resource$Users$Sshpublickeys$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fingerprint of the public key to update. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`. */ @@ -1173,11 +1165,6 @@ export namespace oslogin_v1alpha { } export interface Params$Resource$Users$Sshpublickeys$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fingerprint of the public key to retrieve. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`. */ @@ -1185,11 +1172,6 @@ export namespace oslogin_v1alpha { } export interface Params$Resource$Users$Sshpublickeys$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fingerprint of the public key to update. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`. */ diff --git a/src/apis/oslogin/v1beta.ts b/src/apis/oslogin/v1beta.ts index f6c5756d30..a7a88cf70e 100644 --- a/src/apis/oslogin/v1beta.ts +++ b/src/apis/oslogin/v1beta.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace oslogin_v1beta { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -529,11 +541,6 @@ export namespace oslogin_v1beta { export interface Params$Resource$Users$Getloginprofile extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The unique ID for the user in format `users/{user}`. */ @@ -549,11 +556,6 @@ export namespace oslogin_v1beta { } export interface Params$Resource$Users$Importsshpublickey extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unique ID for the user in format `users/{user}`. */ @@ -709,11 +711,6 @@ export namespace oslogin_v1beta { export interface Params$Resource$Users$Projects$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A reference to the POSIX account to update. POSIX accounts are identified by the project ID they are associated with. A reference to the POSIX account is in format `users/{user}/projects/{project}`. */ @@ -1147,11 +1144,6 @@ export namespace oslogin_v1beta { export interface Params$Resource$Users$Sshpublickeys$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The fingerprint of the public key to update. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`. */ @@ -1159,11 +1151,6 @@ export namespace oslogin_v1beta { } export interface Params$Resource$Users$Sshpublickeys$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The fingerprint of the public key to retrieve. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`. */ @@ -1171,11 +1158,6 @@ export namespace oslogin_v1beta { } export interface Params$Resource$Users$Sshpublickeys$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The fingerprint of the public key to update. Public keys are identified by their SHA-256 fingerprint. The fingerprint of the public key is in format `users/{user}/sshPublicKeys/{fingerprint}`. */ diff --git a/src/apis/pagespeedonline/package.json b/src/apis/pagespeedonline/package.json index 08671bffdb..e168f9b246 100644 --- a/src/apis/pagespeedonline/package.json +++ b/src/apis/pagespeedonline/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/pagespeedonline/v5.ts b/src/apis/pagespeedonline/v5.ts index 064c364eab..0654b4995a 100644 --- a/src/apis/pagespeedonline/v5.ts +++ b/src/apis/pagespeedonline/v5.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace pagespeedonline_v5 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -767,11 +779,6 @@ export namespace pagespeedonline_v5 { export interface Params$Resource$Pagespeedapi$Runpagespeed extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The captcha token passed when filling out a captcha. */ diff --git a/src/apis/people/package.json b/src/apis/people/package.json index ec2a6d8781..7103c1cccb 100644 --- a/src/apis/people/package.json +++ b/src/apis/people/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/people/v1.ts b/src/apis/people/v1.ts index ba45cc6866..1028b19579 100644 --- a/src/apis/people/v1.ts +++ b/src/apis/people/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace people_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2112,11 +2124,6 @@ export namespace people_v1 { export interface Params$Resource$Contactgroups$Batchget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Specifies the maximum number of members to return for each group. Defaults to 0 if not set, which will return zero members. */ @@ -2128,11 +2135,6 @@ export namespace people_v1 { } export interface Params$Resource$Contactgroups$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -2140,11 +2142,6 @@ export namespace people_v1 { } export interface Params$Resource$Contactgroups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Set to true to also delete the contacts in the specified group. */ @@ -2156,11 +2153,6 @@ export namespace people_v1 { } export interface Params$Resource$Contactgroups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Specifies the maximum number of members to return. Defaults to 0 if not set, which will return zero members. */ @@ -2172,11 +2164,6 @@ export namespace people_v1 { } export interface Params$Resource$Contactgroups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of resources to return. Valid values are between 1 and 1000, inclusive. Defaults to 30 if not set or set to 0. */ @@ -2192,11 +2179,6 @@ export namespace people_v1 { } export interface Params$Resource$Contactgroups$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name for the contact group, assigned by the server. An ASCII string, in the form of `contactGroups/{contact_group_id}`. */ @@ -2368,11 +2350,6 @@ export namespace people_v1 { export interface Params$Resource$Contactgroups$Members$Modify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the contact group to modify. */ @@ -3674,11 +3651,6 @@ export namespace people_v1 { export interface Params$Resource$People$Createcontact extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -3686,11 +3658,6 @@ export namespace people_v1 { } export interface Params$Resource$People$Deletecontact extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the contact to delete. */ @@ -3698,11 +3665,6 @@ export namespace people_v1 { } export interface Params$Resource$People$Deletecontactphoto extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to empty if not set, which will skip the post mutate get. Valid values are: * addresses * ageRanges * biographies * birthdays * coverPhotos * emailAddresses * events * genders * imClients * interests * locales * memberships * metadata * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * residences * sipAddresses * skills * urls * userDefined */ @@ -3713,11 +3675,6 @@ export namespace people_v1 { resourceName?: string; } export interface Params$Resource$People$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * coverPhotos * emailAddresses * events * genders * imClients * interests * locales * memberships * metadata * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * residences * sipAddresses * skills * urls * userDefined */ @@ -3733,11 +3690,6 @@ export namespace people_v1 { } export interface Params$Resource$People$Getbatchget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * coverPhotos * emailAddresses * events * genders * imClients * interests * locales * memberships * metadata * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * residences * sipAddresses * skills * urls * userDefined */ @@ -3753,11 +3705,6 @@ export namespace people_v1 { } export interface Params$Resource$People$Updatecontact extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name for the person, assigned by the server. An ASCII string with a max length of 27 characters, in the form of `people/{person_id}`. */ @@ -3774,11 +3721,6 @@ export namespace people_v1 { } export interface Params$Resource$People$Updatecontactphoto extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Person resource name */ @@ -4006,11 +3948,6 @@ export namespace people_v1 { export interface Params$Resource$People$Connections$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The number of connections to include in the response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0. */ diff --git a/src/apis/playcustomapp/package.json b/src/apis/playcustomapp/package.json index 1be91aeaa1..50aa155eda 100644 --- a/src/apis/playcustomapp/package.json +++ b/src/apis/playcustomapp/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/playcustomapp/v1.ts b/src/apis/playcustomapp/v1.ts index ac81544fe9..c980fc3234 100644 --- a/src/apis/playcustomapp/v1.ts +++ b/src/apis/playcustomapp/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace playcustomapp_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -282,11 +294,6 @@ export namespace playcustomapp_v1 { export interface Params$Resource$Accounts$Customapps$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Developer account ID. */ diff --git a/src/apis/plus/package.json b/src/apis/plus/package.json index 13669ebb52..fea8d5130c 100644 --- a/src/apis/plus/package.json +++ b/src/apis/plus/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/plus/v1.ts b/src/apis/plus/v1.ts index 0aaaa8ce1c..83e19022d4 100644 --- a/src/apis/plus/v1.ts +++ b/src/apis/plus/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace plus_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1051,22 +1063,12 @@ export namespace plus_v1 { } export interface Params$Resource$Activities$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the activity to get. */ activityId?: string; } export interface Params$Resource$Activities$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The collection of activities to list. */ @@ -1086,11 +1088,6 @@ export namespace plus_v1 { } export interface Params$Resource$Activities$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Specify the preferred language to search with. See search language codes for available values. */ @@ -1412,22 +1409,12 @@ export namespace plus_v1 { } export interface Params$Resource$Comments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the comment to get. */ commentId?: string; } export interface Params$Resource$Comments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the activity to get comments for. */ @@ -2061,22 +2048,12 @@ export namespace plus_v1 { } export interface Params$Resource$People$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the person to get the profile for. The special value "me" can be used to indicate the authenticated user. */ userId?: string; } export interface Params$Resource$People$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The collection of people to list. */ @@ -2100,11 +2077,6 @@ export namespace plus_v1 { } export interface Params$Resource$People$Listbyactivity extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the activity to get the list of people for. */ @@ -2123,11 +2095,6 @@ export namespace plus_v1 { pageToken?: string; } export interface Params$Resource$People$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Specify the preferred language to search with. See search language codes for available values. */ diff --git a/src/apis/policytroubleshooter/package.json b/src/apis/policytroubleshooter/package.json index 78deec56f7..19e211a1ae 100644 --- a/src/apis/policytroubleshooter/package.json +++ b/src/apis/policytroubleshooter/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/policytroubleshooter/v1.ts b/src/apis/policytroubleshooter/v1.ts index ff1d62727d..fe55161118 100644 --- a/src/apis/policytroubleshooter/v1.ts +++ b/src/apis/policytroubleshooter/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace policytroubleshooter_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -486,11 +498,6 @@ export namespace policytroubleshooter_v1 { } export interface Params$Resource$Iam$Troubleshoot extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/policytroubleshooter/v1beta.ts b/src/apis/policytroubleshooter/v1beta.ts index ed9dd700a6..22e6399be7 100644 --- a/src/apis/policytroubleshooter/v1beta.ts +++ b/src/apis/policytroubleshooter/v1beta.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace policytroubleshooter_v1beta { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -486,11 +498,6 @@ export namespace policytroubleshooter_v1beta { } export interface Params$Resource$Iam$Troubleshoot extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/poly/package.json b/src/apis/poly/package.json index aba94917e9..f8d5c18a0a 100644 --- a/src/apis/poly/package.json +++ b/src/apis/poly/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/poly/v1.ts b/src/apis/poly/v1.ts index 37fd7b309a..cb87b5df18 100644 --- a/src/apis/poly/v1.ts +++ b/src/apis/poly/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace poly_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -737,22 +749,12 @@ export namespace poly_v1 { } export interface Params$Resource$Assets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. An asset's name in the form `assets/{ASSET_ID}`. */ name?: string; } export interface Params$Resource$Assets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Filter assets based on the specified category. Supported values are: `animals`, `architecture`, `art`, `food`, `nature`, `objects`, `people`, `scenes`, `technology`, and `transport`. */ @@ -969,11 +971,6 @@ export namespace poly_v1 { export interface Params$Resource$Users$Assets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Return only assets with the matching format. Acceptable values are: `BLOCKS`, `FBX`, `GLTF`, `GLTF2`, `OBJ`, and `TILT`. */ @@ -1168,11 +1165,6 @@ export namespace poly_v1 { export interface Params$Resource$Users$Likedassets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Return only assets with the matching format. Acceptable values are: `BLOCKS`, `FBX`, `GLTF`, `GLTF2`, `OBJ`, `TILT`. */ diff --git a/src/apis/prod_tt_sasportal/package.json b/src/apis/prod_tt_sasportal/package.json index a1b53dd237..2606231d1a 100644 --- a/src/apis/prod_tt_sasportal/package.json +++ b/src/apis/prod_tt_sasportal/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/prod_tt_sasportal/v1alpha1.ts b/src/apis/prod_tt_sasportal/v1alpha1.ts index e269bd075d..8a02887288 100644 --- a/src/apis/prod_tt_sasportal/v1alpha1.ts +++ b/src/apis/prod_tt_sasportal/v1alpha1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace prod_tt_sasportal_v1alpha1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1088,22 +1100,12 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the customer. */ name?: string; } export interface Params$Resource$Customers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of customers to return in the response. */ @@ -1114,11 +1116,6 @@ export namespace prod_tt_sasportal_v1alpha1 { pageToken?: string; } export interface Params$Resource$Customers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of the customer. */ @@ -2607,11 +2604,6 @@ export namespace prod_tt_sasportal_v1alpha1 { export interface Params$Resource$Customers$Devices$Bulk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -2624,11 +2616,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -2641,11 +2628,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Createsigned extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -2658,11 +2640,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device. */ @@ -2670,11 +2647,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device. */ @@ -2682,11 +2654,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. The filter should have one of the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds to serial_number of the device. The filter is case insensitive. */ @@ -2706,11 +2673,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device to move. */ @@ -2723,11 +2685,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource path name. */ @@ -2744,11 +2701,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Signdevice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource path name. */ @@ -2761,11 +2713,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Updatesigned extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device to update. */ @@ -3632,11 +3579,6 @@ export namespace prod_tt_sasportal_v1alpha1 { export interface Params$Resource$Customers$Nodes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name where the node is to be created. */ @@ -3649,11 +3591,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Nodes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the node. */ @@ -3661,11 +3598,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Nodes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the node. */ @@ -3673,11 +3605,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Nodes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of nodes to return in the response. */ @@ -3693,11 +3620,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Nodes$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the node to move. */ @@ -3710,11 +3632,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Nodes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name. */ @@ -4031,11 +3948,6 @@ export namespace prod_tt_sasportal_v1alpha1 { export interface Params$Resource$Customers$Nodes$Nodes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name where the node is to be created. */ @@ -4048,11 +3960,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Customers$Nodes$Nodes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of nodes to return in the response. */ @@ -4366,11 +4273,6 @@ export namespace prod_tt_sasportal_v1alpha1 { export interface Params$Resource$Installer$Generatesecret extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4378,11 +4280,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Installer$Validate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5873,11 +5770,6 @@ export namespace prod_tt_sasportal_v1alpha1 { export interface Params$Resource$Nodes$Devices$Bulk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -5890,11 +5782,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -5907,11 +5794,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Createsigned extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -5924,11 +5806,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device. */ @@ -5936,11 +5813,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device. */ @@ -5948,11 +5820,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. The filter should have one of the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds to serial_number of the device. The filter is case insensitive. */ @@ -5972,11 +5839,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device to move. */ @@ -5989,11 +5851,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource path name. */ @@ -6010,11 +5867,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Signdevice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource path name. */ @@ -6027,11 +5879,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Updatesigned extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device to update. */ @@ -6897,11 +6744,6 @@ export namespace prod_tt_sasportal_v1alpha1 { export interface Params$Resource$Nodes$Nodes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name where the node is to be created. */ @@ -6914,33 +6756,18 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Nodes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the node. */ name?: string; } export interface Params$Resource$Nodes$Nodes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the node. */ name?: string; } export interface Params$Resource$Nodes$Nodes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of nodes to return in the response. */ @@ -6955,11 +6782,6 @@ export namespace prod_tt_sasportal_v1alpha1 { parent?: string; } export interface Params$Resource$Nodes$Nodes$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the node to move. */ @@ -6972,11 +6794,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Nodes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name. */ @@ -7611,11 +7428,6 @@ export namespace prod_tt_sasportal_v1alpha1 { export interface Params$Resource$Nodes$Nodes$Devices$Bulk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -7628,11 +7440,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Nodes$Devices$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -7645,11 +7452,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Nodes$Devices$Createsigned extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -7662,11 +7464,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Nodes$Devices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. The filter should have one of the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds to serial_number of the device. The filter is case insensitive. */ @@ -7986,11 +7783,6 @@ export namespace prod_tt_sasportal_v1alpha1 { export interface Params$Resource$Nodes$Nodes$Nodes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name where the node is to be created. */ @@ -8003,11 +7795,6 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Nodes$Nodes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of nodes to return in the response. */ @@ -8451,33 +8238,18 @@ export namespace prod_tt_sasportal_v1alpha1 { } export interface Params$Resource$Policies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$SasPortalGetPolicyRequest; } export interface Params$Resource$Policies$Set extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$SasPortalSetPolicyRequest; } export interface Params$Resource$Policies$Test extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/pubsub/package.json b/src/apis/pubsub/package.json index 93798330ea..a4310406f4 100644 --- a/src/apis/pubsub/package.json +++ b/src/apis/pubsub/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/pubsub/v1.ts b/src/apis/pubsub/v1.ts index db62598c48..027e388646 100644 --- a/src/apis/pubsub/v1.ts +++ b/src/apis/pubsub/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace pubsub_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1767,11 +1779,6 @@ export namespace pubsub_v1 { export interface Params$Resource$Projects$Snapshots$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. User-provided name for this snapshot. If the name is not provided in the request, the server will assign a random name for this snapshot on the same project as the subscription. Note that for REST API requests, you must specify a name. See the resource name rules. Format is `projects/{project}/snapshots/{snap}`. */ @@ -1784,11 +1791,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Snapshots$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the snapshot to delete. Format is `projects/{project}/snapshots/{snap}`. */ @@ -1796,11 +1798,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Snapshots$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the snapshot to get. Format is `projects/{project}/snapshots/{snap}`. */ @@ -1808,11 +1805,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Snapshots$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -1824,11 +1816,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Snapshots$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of snapshots to return. */ @@ -1844,11 +1831,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Snapshots$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the snapshot. */ @@ -1861,11 +1843,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Snapshots$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -1878,11 +1855,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Snapshots$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3811,11 +3783,6 @@ export namespace pubsub_v1 { export interface Params$Resource$Projects$Subscriptions$Acknowledge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The subscription whose message is being acknowledged. Format is `projects/{project}/subscriptions/{sub}`. */ @@ -3828,11 +3795,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Subscriptions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the subscription. It must have the format `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must start with a letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255 characters in length, and it must not start with `"goog"`. */ @@ -3845,11 +3807,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Subscriptions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The subscription to delete. Format is `projects/{project}/subscriptions/{sub}`. */ @@ -3857,11 +3814,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Subscriptions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the subscription to get. Format is `projects/{project}/subscriptions/{sub}`. */ @@ -3869,11 +3821,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Subscriptions$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -3885,11 +3832,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Subscriptions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of subscriptions to return. */ @@ -3905,11 +3847,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Subscriptions$Modifyackdeadline extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the subscription. Format is `projects/{project}/subscriptions/{sub}`. */ @@ -3922,11 +3859,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Subscriptions$Modifypushconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the subscription. Format is `projects/{project}/subscriptions/{sub}`. */ @@ -3939,11 +3871,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Subscriptions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the subscription. It must have the format `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must start with a letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255 characters in length, and it must not start with `"goog"`. */ @@ -3956,11 +3883,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Subscriptions$Pull extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The subscription from which messages should be pulled. Format is `projects/{project}/subscriptions/{sub}`. */ @@ -3973,11 +3895,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Subscriptions$Seek extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The subscription to affect. */ @@ -3990,11 +3907,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Subscriptions$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -4007,11 +3919,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Subscriptions$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -5342,11 +5249,6 @@ export namespace pubsub_v1 { export interface Params$Resource$Projects$Topics$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the topic. It must have the format `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255 characters in length, and it must not start with `"goog"`. */ @@ -5359,11 +5261,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Topics$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the topic to delete. Format is `projects/{project}/topics/{topic}`. */ @@ -5371,11 +5268,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Topics$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the topic to get. Format is `projects/{project}/topics/{topic}`. */ @@ -5383,11 +5275,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Topics$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -5399,11 +5286,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Topics$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of topics to return. */ @@ -5419,11 +5301,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Topics$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the topic. It must have the format `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255 characters in length, and it must not start with `"goog"`. */ @@ -5436,11 +5313,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Topics$Publish extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The messages in the request will be published on this topic. Format is `projects/{project}/topics/{topic}`. */ @@ -5453,11 +5325,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Topics$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -5470,11 +5337,6 @@ export namespace pubsub_v1 { } export interface Params$Resource$Projects$Topics$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -5646,11 +5508,6 @@ export namespace pubsub_v1 { export interface Params$Resource$Projects$Topics$Snapshots$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of snapshot names to return. */ @@ -5827,11 +5684,6 @@ export namespace pubsub_v1 { export interface Params$Resource$Projects$Topics$Subscriptions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of subscription names to return. */ diff --git a/src/apis/pubsub/v1beta1a.ts b/src/apis/pubsub/v1beta1a.ts index 1822480cfd..cefa1e4351 100644 --- a/src/apis/pubsub/v1beta1a.ts +++ b/src/apis/pubsub/v1beta1a.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace pubsub_v1beta1a { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1652,11 +1664,6 @@ export namespace pubsub_v1beta1a { export interface Params$Resource$Subscriptions$Acknowledge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1664,11 +1671,6 @@ export namespace pubsub_v1beta1a { } export interface Params$Resource$Subscriptions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1676,11 +1678,6 @@ export namespace pubsub_v1beta1a { } export interface Params$Resource$Subscriptions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The subscription to delete. */ @@ -1688,11 +1685,6 @@ export namespace pubsub_v1beta1a { } export interface Params$Resource$Subscriptions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the subscription to get. */ @@ -1700,11 +1692,6 @@ export namespace pubsub_v1beta1a { } export interface Params$Resource$Subscriptions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of subscriptions to return. */ @@ -1720,11 +1707,6 @@ export namespace pubsub_v1beta1a { } export interface Params$Resource$Subscriptions$Modifyackdeadline extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1732,11 +1714,6 @@ export namespace pubsub_v1beta1a { } export interface Params$Resource$Subscriptions$Modifypushconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1744,11 +1721,6 @@ export namespace pubsub_v1beta1a { } export interface Params$Resource$Subscriptions$Pull extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1756,11 +1728,6 @@ export namespace pubsub_v1beta1a { } export interface Params$Resource$Subscriptions$Pullbatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -2599,44 +2566,24 @@ export namespace pubsub_v1beta1a { } export interface Params$Resource$Topics$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Topic; } export interface Params$Resource$Topics$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the topic to delete. */ topic?: string; } export interface Params$Resource$Topics$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the topic to get. */ topic?: string; } export interface Params$Resource$Topics$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of topics to return. */ @@ -2651,11 +2598,6 @@ export namespace pubsub_v1beta1a { query?: string; } export interface Params$Resource$Topics$Publish extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -2663,11 +2605,6 @@ export namespace pubsub_v1beta1a { } export interface Params$Resource$Topics$Publishbatch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/pubsub/v1beta2.ts b/src/apis/pubsub/v1beta2.ts index 901b927b04..4ed9acc051 100644 --- a/src/apis/pubsub/v1beta2.ts +++ b/src/apis/pubsub/v1beta2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace pubsub_v1beta2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2015,11 +2027,6 @@ export namespace pubsub_v1beta2 { export interface Params$Resource$Projects$Subscriptions$Acknowledge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The subscription whose message is being acknowledged. */ @@ -2032,11 +2039,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Subscriptions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the subscription. It must have the format `"projects/{project}/subscriptions/{subscription}"`. `{subscription}` must start with a letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255 characters in length, and it must not start with `"goog"`. */ @@ -2049,11 +2051,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Subscriptions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The subscription to delete. */ @@ -2061,11 +2058,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Subscriptions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the subscription to get. */ @@ -2073,11 +2065,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Subscriptions$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -2089,11 +2076,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Subscriptions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of subscriptions to return. */ @@ -2109,11 +2091,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Subscriptions$Modifyackdeadline extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the subscription. */ @@ -2126,11 +2103,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Subscriptions$Modifypushconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the subscription. */ @@ -2143,11 +2115,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Subscriptions$Pull extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The subscription from which messages should be pulled. */ @@ -2160,11 +2127,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Subscriptions$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2177,11 +2139,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Subscriptions$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3348,11 +3305,6 @@ export namespace pubsub_v1beta2 { export interface Params$Resource$Projects$Topics$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the topic. It must have the format `"projects/{project}/topics/{topic}"`. `{topic}` must start with a letter, and contain only letters (`[A-Za-z]`), numbers (`[0-9]`), dashes (`-`), underscores (`_`), periods (`.`), tildes (`~`), plus (`+`) or percent signs (`%`). It must be between 3 and 255 characters in length, and it must not start with `"goog"`. */ @@ -3365,11 +3317,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Topics$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the topic to delete. */ @@ -3377,11 +3324,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Topics$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the topic to get. */ @@ -3389,11 +3331,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Topics$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -3405,11 +3342,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Topics$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of topics to return. */ @@ -3425,11 +3357,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Topics$Publish extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The messages in the request will be published on this topic. */ @@ -3442,11 +3369,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Topics$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -3459,11 +3381,6 @@ export namespace pubsub_v1beta2 { } export interface Params$Resource$Projects$Topics$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3636,11 +3553,6 @@ export namespace pubsub_v1beta2 { export interface Params$Resource$Projects$Topics$Subscriptions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of subscription names to return. */ diff --git a/src/apis/recommender/package.json b/src/apis/recommender/package.json index 68b276c8e6..8fa94c97a3 100644 --- a/src/apis/recommender/package.json +++ b/src/apis/recommender/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/recommender/v1beta1.ts b/src/apis/recommender/v1beta1.ts index 85bd56aa57..50794adcfd 100644 --- a/src/apis/recommender/v1beta1.ts +++ b/src/apis/recommender/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace recommender_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -994,11 +1006,6 @@ export namespace recommender_v1beta1 { export interface Params$Resource$Projects$Locations$Insighttypes$Insights$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the insight. */ @@ -1006,11 +1013,6 @@ export namespace recommender_v1beta1 { } export interface Params$Resource$Projects$Locations$Insighttypes$Insights$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Filter expression to restrict the insights returned. Supported filter fields: state Eg: `state:"DISMISSED" or state:"ACTIVE" */ @@ -1030,11 +1032,6 @@ export namespace recommender_v1beta1 { } export interface Params$Resource$Projects$Locations$Insighttypes$Insights$Markaccepted extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the insight. */ @@ -1941,11 +1938,6 @@ export namespace recommender_v1beta1 { export interface Params$Resource$Projects$Locations$Recommenders$Recommendations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the recommendation. */ @@ -1953,11 +1945,6 @@ export namespace recommender_v1beta1 { } export interface Params$Resource$Projects$Locations$Recommenders$Recommendations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Filter expression to restrict the recommendations returned. Supported filter fields: state_info.state Eg: `state_info.state:"DISMISSED" or state_info.state:"FAILED" */ @@ -1977,11 +1964,6 @@ export namespace recommender_v1beta1 { } export interface Params$Resource$Projects$Locations$Recommenders$Recommendations$Markclaimed extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the recommendation. */ @@ -1994,11 +1976,6 @@ export namespace recommender_v1beta1 { } export interface Params$Resource$Projects$Locations$Recommenders$Recommendations$Markfailed extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the recommendation. */ @@ -2011,11 +1988,6 @@ export namespace recommender_v1beta1 { } export interface Params$Resource$Projects$Locations$Recommenders$Recommendations$Marksucceeded extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the recommendation. */ diff --git a/src/apis/redis/package.json b/src/apis/redis/package.json index 9cb24083e9..c740edc7b6 100644 --- a/src/apis/redis/package.json +++ b/src/apis/redis/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/redis/v1.ts b/src/apis/redis/v1.ts index 0158b947e1..3f30a02fcf 100644 --- a/src/apis/redis/v1.ts +++ b/src/apis/redis/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace redis_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -733,11 +745,6 @@ export namespace redis_v1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -745,11 +752,6 @@ export namespace redis_v1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2141,11 +2143,6 @@ export namespace redis_v1 { export interface Params$Resource$Projects$Locations$Instances$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The logical name of the Redis instance in the customer project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the customer project / location */ @@ -2162,11 +2159,6 @@ export namespace redis_v1 { } export interface Params$Resource$Projects$Locations$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region. */ @@ -2174,11 +2166,6 @@ export namespace redis_v1 { } export interface Params$Resource$Projects$Locations$Instances$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region. */ @@ -2191,11 +2178,6 @@ export namespace redis_v1 { } export interface Params$Resource$Projects$Locations$Instances$Failover extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region. */ @@ -2208,11 +2190,6 @@ export namespace redis_v1 { } export interface Params$Resource$Projects$Locations$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region. */ @@ -2220,11 +2197,6 @@ export namespace redis_v1 { } export interface Params$Resource$Projects$Locations$Instances$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region. */ @@ -2237,11 +2209,6 @@ export namespace redis_v1 { } export interface Params$Resource$Projects$Locations$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's `next_page_token` to determine if there are more instances left to be queried. */ @@ -2257,11 +2224,6 @@ export namespace redis_v1 { } export interface Params$Resource$Projects$Locations$Instances$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Redis instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which specific zone (or collection of zones for cross-zone instances) an instance should be provisioned in. Refer to location_id and alternative_location_id fields for more details. */ @@ -2278,11 +2240,6 @@ export namespace redis_v1 { } export interface Params$Resource$Projects$Locations$Instances$Upgrade extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region. */ @@ -2833,11 +2790,6 @@ export namespace redis_v1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -2845,11 +2797,6 @@ export namespace redis_v1 { } export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -2857,11 +2804,6 @@ export namespace redis_v1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2869,11 +2811,6 @@ export namespace redis_v1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/redis/v1beta1.ts b/src/apis/redis/v1beta1.ts index 3a275d2ccf..0e9f5c13b8 100644 --- a/src/apis/redis/v1beta1.ts +++ b/src/apis/redis/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace redis_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -733,11 +745,6 @@ export namespace redis_v1beta1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -745,11 +752,6 @@ export namespace redis_v1beta1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2147,11 +2149,6 @@ export namespace redis_v1beta1 { export interface Params$Resource$Projects$Locations$Instances$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The logical name of the Redis instance in the customer project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the customer project / location */ @@ -2168,11 +2165,6 @@ export namespace redis_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region. */ @@ -2180,11 +2172,6 @@ export namespace redis_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region. */ @@ -2197,11 +2184,6 @@ export namespace redis_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Failover extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region. */ @@ -2214,11 +2196,6 @@ export namespace redis_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region. */ @@ -2226,11 +2203,6 @@ export namespace redis_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region. */ @@ -2243,11 +2215,6 @@ export namespace redis_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's `next_page_token` to determine if there are more instances left to be queried. */ @@ -2263,11 +2230,6 @@ export namespace redis_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Unique name of the resource in this scope including project and location using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note: Redis instances are managed and addressed at regional level so location_id here refers to a GCP region; however, users may choose which specific zone (or collection of zones for cross-zone instances) an instance should be provisioned in. Refer to location_id and alternative_location_id fields for more details. */ @@ -2284,11 +2246,6 @@ export namespace redis_v1beta1 { } export interface Params$Resource$Projects$Locations$Instances$Upgrade extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Redis instance resource name using the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}` where `location_id` refers to a GCP region. */ @@ -2842,11 +2799,6 @@ export namespace redis_v1beta1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -2854,11 +2806,6 @@ export namespace redis_v1beta1 { } export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -2866,11 +2813,6 @@ export namespace redis_v1beta1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2878,11 +2820,6 @@ export namespace redis_v1beta1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/remotebuildexecution/package.json b/src/apis/remotebuildexecution/package.json index 6b3120d16b..e9b3fc38fe 100644 --- a/src/apis/remotebuildexecution/package.json +++ b/src/apis/remotebuildexecution/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/remotebuildexecution/v1.ts b/src/apis/remotebuildexecution/v1.ts index c8831f0b9a..2febb5a8a1 100644 --- a/src/apis/remotebuildexecution/v1.ts +++ b/src/apis/remotebuildexecution/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace remotebuildexecution_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1526,22 +1538,12 @@ export namespace remotebuildexecution_v1 { } export interface Params$Resource$Media$Download extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the media that is being downloaded. See ReadRequest.resource_name. */ resourceName?: string; } export interface Params$Resource$Media$Upload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the media that is being downloaded. See ReadRequest.resource_name. */ @@ -1997,11 +1999,6 @@ export namespace remotebuildexecution_v1 { export interface Params$Resource$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -2014,22 +2011,12 @@ export namespace remotebuildexecution_v1 { } export interface Params$Resource$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2206,11 +2193,6 @@ export namespace remotebuildexecution_v1 { export interface Params$Resource$Projects$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ diff --git a/src/apis/remotebuildexecution/v1alpha.ts b/src/apis/remotebuildexecution/v1alpha.ts index fac1450cd4..bb01e579df 100644 --- a/src/apis/remotebuildexecution/v1alpha.ts +++ b/src/apis/remotebuildexecution/v1alpha.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace remotebuildexecution_v1alpha { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1826,11 +1838,6 @@ export namespace remotebuildexecution_v1alpha { export interface Params$Resource$Projects$Instances$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the project containing the instance. Format: `projects/[PROJECT_ID]`. */ @@ -1843,11 +1850,6 @@ export namespace remotebuildexecution_v1alpha { } export interface Params$Resource$Projects$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance to delete. Format: `projects/[PROJECT_ID]/instances/[INSTANCE_ID]`. */ @@ -1855,11 +1857,6 @@ export namespace remotebuildexecution_v1alpha { } export interface Params$Resource$Projects$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the instance to retrieve. Format: `projects/[PROJECT_ID]/instances/[INSTANCE_ID]`. */ @@ -1867,11 +1864,6 @@ export namespace remotebuildexecution_v1alpha { } export interface Params$Resource$Projects$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the project. Format: `projects/[PROJECT_ID]`. */ @@ -2685,11 +2677,6 @@ export namespace remotebuildexecution_v1alpha { export interface Params$Resource$Projects$Instances$Workerpools$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name of the instance in which to create the new worker pool. Format: `projects/[PROJECT_ID]/instances/[INSTANCE_ID]`. */ @@ -2702,11 +2689,6 @@ export namespace remotebuildexecution_v1alpha { } export interface Params$Resource$Projects$Instances$Workerpools$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the worker pool to delete. Format: `projects/[PROJECT_ID]/instances/[INSTANCE_ID]/workerpools/[POOL_ID]`. */ @@ -2714,11 +2696,6 @@ export namespace remotebuildexecution_v1alpha { } export interface Params$Resource$Projects$Instances$Workerpools$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the worker pool to retrieve. Format: `projects/[PROJECT_ID]/instances/[INSTANCE_ID]/workerpools/[POOL_ID]`. */ @@ -2726,11 +2703,6 @@ export namespace remotebuildexecution_v1alpha { } export interface Params$Resource$Projects$Instances$Workerpools$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. String values are case-insensitive. The comparison operator must be either `:`, `=`, `!=`, `>`, `>=`, `<=` or `<`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. You can also filter on nested fields. To filter on multiple expressions, you can separate expression using `AND` and `OR` operators, using parentheses to specify precedence. If neither operator is specified, `AND` is assumed. Examples: Include only pools with more than 100 reserved workers: `(worker_count > 100) (worker_config.reserved = true)` Include only pools with a certain label or machines of the n1-standard family: `worker_config.labels.key1 : * OR worker_config.machine_type: n1-standard` */ @@ -2742,11 +2714,6 @@ export namespace remotebuildexecution_v1alpha { } export interface Params$Resource$Projects$Instances$Workerpools$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * WorkerPool resource name formatted as: `projects/[PROJECT_ID]/instances/[INSTANCE_ID]/workerpools/[POOL_ID]`. name should not be populated when creating a worker pool since it is provided in the `poolId` field. */ @@ -2907,11 +2874,6 @@ export namespace remotebuildexecution_v1alpha { export interface Params$Resource$Projects$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ diff --git a/src/apis/remotebuildexecution/v2.ts b/src/apis/remotebuildexecution/v2.ts index 2425c9c1a7..36f71e5a2a 100644 --- a/src/apis/remotebuildexecution/v2.ts +++ b/src/apis/remotebuildexecution/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace remotebuildexecution_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1845,11 +1857,6 @@ export namespace remotebuildexecution_v2 { export interface Params$Resource$Actionresults$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The hash. In the case of SHA-256, it will always be a lowercase hex string exactly 64 characters long. */ @@ -1877,11 +1884,6 @@ export namespace remotebuildexecution_v2 { } export interface Params$Resource$Actionresults$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The hash. In the case of SHA-256, it will always be a lowercase hex string exactly 64 characters long. */ @@ -2071,11 +2073,6 @@ export namespace remotebuildexecution_v2 { } export interface Params$Resource$Actions$Execute extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance of the execution system to operate against. A server may support multiple instances of the execution system (with their own workers, storage, caches, etc.). The server MAY require use of this field to select between them in an implementation-defined fashion, otherwise it can be omitted. */ @@ -2780,11 +2777,6 @@ export namespace remotebuildexecution_v2 { } export interface Params$Resource$Blobs$Batchread extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance of the execution system to operate against. A server may support multiple instances of the execution system (with their own workers, storage, caches, etc.). The server MAY require use of this field to select between them in an implementation-defined fashion, otherwise it can be omitted. */ @@ -2797,11 +2789,6 @@ export namespace remotebuildexecution_v2 { } export interface Params$Resource$Blobs$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance of the execution system to operate against. A server may support multiple instances of the execution system (with their own workers, storage, caches, etc.). The server MAY require use of this field to select between them in an implementation-defined fashion, otherwise it can be omitted. */ @@ -2814,11 +2801,6 @@ export namespace remotebuildexecution_v2 { } export interface Params$Resource$Blobs$Findmissing extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance of the execution system to operate against. A server may support multiple instances of the execution system (with their own workers, storage, caches, etc.). The server MAY require use of this field to select between them in an implementation-defined fashion, otherwise it can be omitted. */ @@ -2830,11 +2812,6 @@ export namespace remotebuildexecution_v2 { requestBody?: Schema$BuildBazelRemoteExecutionV2FindMissingBlobsRequest; } export interface Params$Resource$Blobs$Gettree extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The hash. In the case of SHA-256, it will always be a lowercase hex string exactly 64 characters long. */ @@ -3017,11 +2994,6 @@ export namespace remotebuildexecution_v2 { export interface Params$Resource$Operations$Waitexecution extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the Operation returned by Execute. */ @@ -3205,11 +3177,6 @@ export namespace remotebuildexecution_v2 { export interface Params$Resource$V2$Getcapabilities extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The instance of the execution system to operate against. A server may support multiple instances of the execution system (with their own workers, storage, caches, etc.). The server MAY require use of this field to select between them in an implementation-defined fashion, otherwise it can be omitted. */ diff --git a/src/apis/reseller/package.json b/src/apis/reseller/package.json index 2581e76165..8c0fe0dfaf 100644 --- a/src/apis/reseller/package.json +++ b/src/apis/reseller/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/reseller/v1.ts b/src/apis/reseller/v1.ts index 1338919da4..35d9bdb76f 100644 --- a/src/apis/reseller/v1.ts +++ b/src/apis/reseller/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace reseller_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -975,22 +987,12 @@ export namespace reseller_v1 { } export interface Params$Resource$Customers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. */ customerId?: string; } export interface Params$Resource$Customers$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The customerAuthToken query string is required when creating a resold account that transfers a direct customer's subscription or transfers another reseller customer's subscription to your reseller management. This is a hexadecimal authentication token needed to complete the subscription transfer. For more information, see the administrator help center. */ @@ -1002,11 +1004,6 @@ export namespace reseller_v1 { requestBody?: Schema$Customer; } export interface Params$Resource$Customers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. */ @@ -1018,11 +1015,6 @@ export namespace reseller_v1 { requestBody?: Schema$Customer; } export interface Params$Resource$Customers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. */ @@ -1461,19 +1453,9 @@ export namespace reseller_v1 { } export interface Params$Resource$Resellernotify$Getwatchdetails - extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + extends StandardParameters {} export interface Params$Resource$Resellernotify$Register extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The service account which will own the created Cloud-PubSub topic. */ @@ -1481,11 +1463,6 @@ export namespace reseller_v1 { } export interface Params$Resource$Resellernotify$Unregister extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The service account which owns the Cloud-PubSub topic. */ @@ -3054,11 +3031,6 @@ export namespace reseller_v1 { export interface Params$Resource$Subscriptions$Activate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. */ @@ -3070,11 +3042,6 @@ export namespace reseller_v1 { } export interface Params$Resource$Subscriptions$Changeplan extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. */ @@ -3091,11 +3058,6 @@ export namespace reseller_v1 { } export interface Params$Resource$Subscriptions$Changerenewalsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. */ @@ -3112,11 +3074,6 @@ export namespace reseller_v1 { } export interface Params$Resource$Subscriptions$Changeseats extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. */ @@ -3133,11 +3090,6 @@ export namespace reseller_v1 { } export interface Params$Resource$Subscriptions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. */ @@ -3153,11 +3105,6 @@ export namespace reseller_v1 { } export interface Params$Resource$Subscriptions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. */ @@ -3169,11 +3116,6 @@ export namespace reseller_v1 { } export interface Params$Resource$Subscriptions$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The customerAuthToken query string is required when creating a resold account that transfers a direct customer's subscription or transfers another reseller customer's subscription to your reseller management. This is a hexadecimal authentication token needed to complete the subscription transfer. For more information, see the administrator help center. */ @@ -3190,11 +3132,6 @@ export namespace reseller_v1 { } export interface Params$Resource$Subscriptions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The customerAuthToken query string is required when creating a resold account that transfers a direct customer's subscription or transfers another reseller customer's subscription to your reseller management. This is a hexadecimal authentication token needed to complete the subscription transfer. For more information, see the administrator help center. */ @@ -3218,11 +3155,6 @@ export namespace reseller_v1 { } export interface Params$Resource$Subscriptions$Startpaidservice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. */ @@ -3234,11 +3166,6 @@ export namespace reseller_v1 { } export interface Params$Resource$Subscriptions$Suspend extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. */ diff --git a/src/apis/run/package.json b/src/apis/run/package.json index ba16e6f44b..a8db75e1d8 100644 --- a/src/apis/run/package.json +++ b/src/apis/run/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/run/v1.ts b/src/apis/run/v1.ts index 245b3c1c33..c3b17c233a 100644 --- a/src/apis/run/v1.ts +++ b/src/apis/run/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace run_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1814,11 +1826,6 @@ export namespace run_v1 { export interface Params$Resource$Api$V1$Namespaces$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the namespace being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -1826,11 +1833,6 @@ export namespace run_v1 { } export interface Params$Resource$Api$V1$Namespaces$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the namespace being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -2278,11 +2280,6 @@ export namespace run_v1 { export interface Params$Resource$Api$V1$Namespaces$Secrets$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project ID or project number in which this secret should be created. */ @@ -2295,11 +2292,6 @@ export namespace run_v1 { } export interface Params$Resource$Api$V1$Namespaces$Secrets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the secret being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -2307,11 +2299,6 @@ export namespace run_v1 { } export interface Params$Resource$Api$V1$Namespaces$Secrets$Replacesecret extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the secret being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -2504,11 +2491,6 @@ export namespace run_v1 { export interface Params$Resource$Namespaces$Authorizeddomains$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum results to return per page. */ @@ -2838,11 +2820,6 @@ export namespace run_v1 { export interface Params$Resource$Namespaces$Configurations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the configuration to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -2850,11 +2827,6 @@ export namespace run_v1 { } export interface Params$Resource$Namespaces$Configurations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -3503,11 +3475,6 @@ export namespace run_v1 { export interface Params$Resource$Namespaces$Domainmappings$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The namespace in which the domain mapping should be created. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -3520,11 +3487,6 @@ export namespace run_v1 { } export interface Params$Resource$Namespaces$Domainmappings$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -3544,11 +3506,6 @@ export namespace run_v1 { } export interface Params$Resource$Namespaces$Domainmappings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the domain mapping to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -3556,11 +3513,6 @@ export namespace run_v1 { } export interface Params$Resource$Namespaces$Domainmappings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -4058,11 +4010,6 @@ export namespace run_v1 { export interface Params$Resource$Namespaces$Revisions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -4082,11 +4029,6 @@ export namespace run_v1 { } export interface Params$Resource$Namespaces$Revisions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the revision to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -4094,11 +4036,6 @@ export namespace run_v1 { } export interface Params$Resource$Namespaces$Revisions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -4444,11 +4381,6 @@ export namespace run_v1 { export interface Params$Resource$Namespaces$Routes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the route to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -4456,11 +4388,6 @@ export namespace run_v1 { } export interface Params$Resource$Namespaces$Routes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -5257,11 +5184,6 @@ export namespace run_v1 { export interface Params$Resource$Namespaces$Services$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The namespace in which the service should be created. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -5274,11 +5196,6 @@ export namespace run_v1 { } export interface Params$Resource$Namespaces$Services$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -5298,11 +5215,6 @@ export namespace run_v1 { } export interface Params$Resource$Namespaces$Services$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the service to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -5310,11 +5222,6 @@ export namespace run_v1 { } export interface Params$Resource$Namespaces$Services$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -5350,11 +5257,6 @@ export namespace run_v1 { } export interface Params$Resource$Namespaces$Services$Replaceservice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the service being replaced. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -5554,11 +5456,6 @@ export namespace run_v1 { export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -5733,11 +5630,6 @@ export namespace run_v1 { export interface Params$Resource$Projects$Locations$Authorizeddomains$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum results to return per page. */ @@ -6066,11 +5958,6 @@ export namespace run_v1 { export interface Params$Resource$Projects$Locations$Configurations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the configuration to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -6078,11 +5965,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Configurations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -6729,11 +6611,6 @@ export namespace run_v1 { export interface Params$Resource$Projects$Locations$Domainmappings$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The namespace in which the domain mapping should be created. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -6746,11 +6623,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Domainmappings$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -6770,11 +6642,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Domainmappings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the domain mapping to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -6782,11 +6649,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Domainmappings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -7107,11 +6969,6 @@ export namespace run_v1 { export interface Params$Resource$Projects$Locations$Namespaces$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the namespace being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -7119,11 +6976,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Namespaces$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the namespace being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -7597,11 +7449,6 @@ export namespace run_v1 { export interface Params$Resource$Projects$Locations$Revisions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -7621,11 +7468,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Revisions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the revision to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -7633,11 +7475,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Revisions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -7981,11 +7818,6 @@ export namespace run_v1 { export interface Params$Resource$Projects$Locations$Routes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the route to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -7993,11 +7825,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Routes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -8464,11 +8291,6 @@ export namespace run_v1 { export interface Params$Resource$Projects$Locations$Secrets$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project ID or project number in which this secret should be created. */ @@ -8481,11 +8303,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Secrets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the secret being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -8493,11 +8310,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Secrets$Replacesecret extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the secret being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -9706,11 +9518,6 @@ export namespace run_v1 { export interface Params$Resource$Projects$Locations$Services$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The namespace in which the service should be created. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -9723,11 +9530,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Services$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -9747,11 +9549,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Services$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the service to retrieve. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -9759,11 +9556,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Services$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -9775,11 +9567,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Services$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -9815,11 +9602,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Services$Replaceservice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the service being replaced. For Cloud Run (fully managed), replace {namespace_id} with the project ID or number. */ @@ -9832,11 +9614,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Services$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -9849,11 +9626,6 @@ export namespace run_v1 { } export interface Params$Resource$Projects$Locations$Services$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ diff --git a/src/apis/run/v1alpha1.ts b/src/apis/run/v1alpha1.ts index 5993c83885..204492a190 100644 --- a/src/apis/run/v1alpha1.ts +++ b/src/apis/run/v1alpha1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace run_v1alpha1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2580,11 +2592,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Namespaces$Authorizeddomains$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum results to return per page. */ @@ -3216,11 +3223,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Namespaces$Cloudauditlogssources$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID or project number in which this cloudauditlogssource should be created. */ @@ -3233,11 +3235,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Cloudauditlogssources$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -3257,11 +3254,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Cloudauditlogssources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the cloudauditlogssource being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -3269,11 +3261,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Cloudauditlogssources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -3919,11 +3906,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Namespaces$Cloudpubsubsources$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID or project number in which this cloudpubsubsource should be created. */ @@ -3936,11 +3918,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Cloudpubsubsources$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -3960,11 +3937,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Cloudpubsubsources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the cloudpubsubsource being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -3972,11 +3944,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Cloudpubsubsources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -4786,11 +4753,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Namespaces$Cloudschedulersources$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project ID or project number in which this cloudschedulersource should be created. */ @@ -4803,11 +4765,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Cloudschedulersources$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -4827,11 +4784,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Cloudschedulersources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the cloudschedulersource being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -4839,11 +4791,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Cloudschedulersources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -4879,11 +4826,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Cloudschedulersources$Replacecloudschedulersource extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the cloudschedulersource being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -5661,11 +5603,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Namespaces$Cloudstoragesources$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project ID or project number in which this cloudstoragesource should be created. */ @@ -5678,11 +5615,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Cloudstoragesources$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -5702,11 +5634,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Cloudstoragesources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the cloudstoragesource being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -5714,11 +5641,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Cloudstoragesources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -5754,11 +5676,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Cloudstoragesources$Replacecloudstoragesource extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the cloudstoragesource being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -6083,11 +6000,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Namespaces$Configurations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the configuration being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -6095,11 +6007,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Configurations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -6744,11 +6651,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Namespaces$Domainmappings$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID or project number in which this domain mapping should be created. */ @@ -6761,11 +6663,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Domainmappings$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -6789,11 +6686,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Domainmappings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the domain mapping being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -6801,11 +6693,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Domainmappings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -7297,11 +7184,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Namespaces$Revisions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -7325,11 +7207,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Revisions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the revision being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -7337,11 +7214,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Revisions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -7683,11 +7555,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Namespaces$Routes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the route being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -7695,11 +7562,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Routes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -8486,11 +8348,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Namespaces$Services$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID or project number in which this service should be created. */ @@ -8503,11 +8360,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Services$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -8531,11 +8383,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Services$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the service being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -8543,11 +8390,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Services$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -8583,11 +8425,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Services$Replaceservice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the service being replaced. If needed, replace {namespace_id} with the project ID. */ @@ -9198,11 +9035,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Namespaces$Triggers$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID or project number in which this trigger should be created. */ @@ -9215,11 +9047,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Triggers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -9239,11 +9066,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Triggers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the trigger being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -9251,11 +9073,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Namespaces$Triggers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Encoded string to continue paging. */ @@ -9490,11 +9307,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -9669,11 +9481,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Projects$Locations$Authorizeddomains$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum results to return per page. */ @@ -10299,11 +10106,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Projects$Locations$Cloudauditlogssources$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID or project number in which this cloudauditlogssource should be created. */ @@ -10316,11 +10118,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Cloudauditlogssources$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -10340,11 +10137,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Cloudauditlogssources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the cloudauditlogssource being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -10352,11 +10144,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Cloudauditlogssources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -11000,11 +10787,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Projects$Locations$Cloudpubsubsources$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID or project number in which this cloudpubsubsource should be created. */ @@ -11017,11 +10799,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Cloudpubsubsources$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -11041,11 +10818,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Cloudpubsubsources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the cloudpubsubsource being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -11053,11 +10825,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Cloudpubsubsources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -11859,11 +11626,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Projects$Locations$Cloudschedulersources$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project ID or project number in which this cloudschedulersource should be created. */ @@ -11876,11 +11638,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Cloudschedulersources$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -11900,11 +11657,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Cloudschedulersources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the cloudschedulersource being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -11912,11 +11664,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Cloudschedulersources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -11952,11 +11699,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Cloudschedulersources$Replacecloudschedulersource extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the cloudschedulersource being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -12731,11 +12473,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Projects$Locations$Cloudstoragesources$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project ID or project number in which this cloudstoragesource should be created. */ @@ -12748,11 +12485,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Cloudstoragesources$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -12772,11 +12504,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Cloudstoragesources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the cloudstoragesource being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -12784,11 +12511,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Cloudstoragesources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -12824,11 +12546,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Cloudstoragesources$Replacecloudstoragesource extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the cloudstoragesource being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -13152,11 +12869,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Projects$Locations$Configurations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the configuration being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -13164,11 +12876,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Configurations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -13811,11 +13518,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Projects$Locations$Domainmappings$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID or project number in which this domain mapping should be created. */ @@ -13828,11 +13530,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Domainmappings$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -13856,11 +13553,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Domainmappings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the domain mapping being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -13868,11 +13560,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Domainmappings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -14361,11 +14048,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Projects$Locations$Revisions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -14389,11 +14071,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Revisions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the revision being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -14401,11 +14078,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Revisions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -14746,11 +14418,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Projects$Locations$Routes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the route being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -14758,11 +14425,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Routes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -15987,11 +15649,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Projects$Locations$Services$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID or project number in which this service should be created. */ @@ -16004,11 +15661,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Services$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -16032,11 +15684,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Services$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the service being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -16044,11 +15691,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Services$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -16060,11 +15702,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Services$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -16100,11 +15737,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Services$Replaceservice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the service being replaced. If needed, replace {namespace_id} with the project ID. */ @@ -16117,11 +15749,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Services$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -16134,11 +15761,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Services$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -16747,11 +16369,6 @@ export namespace run_v1alpha1 { export interface Params$Resource$Projects$Locations$Triggers$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID or project number in which this trigger should be created. */ @@ -16764,11 +16381,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Triggers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud Run currently ignores this parameter. */ @@ -16788,11 +16400,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Triggers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the trigger being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -16800,11 +16407,6 @@ export namespace run_v1alpha1 { } export interface Params$Resource$Projects$Locations$Triggers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Encoded string to continue paging. */ diff --git a/src/apis/run/v1beta1.ts b/src/apis/run/v1beta1.ts index 06f4ef5b36..4e7899d991 100644 --- a/src/apis/run/v1beta1.ts +++ b/src/apis/run/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace run_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -689,11 +701,6 @@ export namespace run_v1beta1 { export interface Params$Resource$Customresourcedefinitions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ @@ -888,11 +895,6 @@ export namespace run_v1beta1 { export interface Params$Resource$Namespaces$Customresourcedefinitions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the CustomResourceDefinition being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -1242,11 +1244,6 @@ export namespace run_v1beta1 { export interface Params$Resource$Projects$Locations$Customresourcedefinitions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the CustomResourceDefinition being retrieved. If needed, replace {namespace_id} with the project ID. */ @@ -1254,11 +1251,6 @@ export namespace run_v1beta1 { } export interface Params$Resource$Projects$Locations$Customresourcedefinitions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional encoded string to continue paging. */ diff --git a/src/apis/runtimeconfig/package.json b/src/apis/runtimeconfig/package.json index 84962dc1b9..8019e8f935 100644 --- a/src/apis/runtimeconfig/package.json +++ b/src/apis/runtimeconfig/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/runtimeconfig/v1.ts b/src/apis/runtimeconfig/v1.ts index c6d8546260..0aa8481e56 100644 --- a/src/apis/runtimeconfig/v1.ts +++ b/src/apis/runtimeconfig/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace runtimeconfig_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -601,11 +613,6 @@ export namespace runtimeconfig_v1 { export interface Params$Resource$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -618,22 +625,12 @@ export namespace runtimeconfig_v1 { } export interface Params$Resource$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/runtimeconfig/v1beta1.ts b/src/apis/runtimeconfig/v1beta1.ts index 3991fb5dbf..816bdf3bb8 100644 --- a/src/apis/runtimeconfig/v1beta1.ts +++ b/src/apis/runtimeconfig/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace runtimeconfig_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1581,11 +1593,6 @@ export namespace runtimeconfig_v1beta1 { export interface Params$Resource$Projects$Configs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The [project ID](https://support.google.com/cloud/answer/6158840?hl=en&ref_topic=6158848) for this request, in the format `projects/[PROJECT_ID]`. */ @@ -1602,11 +1609,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The RuntimeConfig resource to delete, in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]` */ @@ -1614,11 +1616,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the RuntimeConfig resource to retrieve, in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]` */ @@ -1626,11 +1623,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -1642,11 +1634,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Specifies the number of results to return per page. If there are fewer elements than the specified number, returns all elements. */ @@ -1662,11 +1649,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -1679,11 +1661,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -1696,11 +1673,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the RuntimeConfig resource to update, in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]` */ @@ -2011,11 +1983,6 @@ export namespace runtimeconfig_v1beta1 { export interface Params$Resource$Projects$Configs$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2023,11 +1990,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Operations$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3107,11 +3069,6 @@ export namespace runtimeconfig_v1beta1 { export interface Params$Resource$Projects$Configs$Variables$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path to the RutimeConfig resource that this variable should belong to. The configuration must exist beforehand; the path must be in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]` */ @@ -3128,11 +3085,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Variables$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the variable to delete, in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]` */ @@ -3144,11 +3096,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Variables$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the variable to return, in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIBLE_NAME]` */ @@ -3156,11 +3103,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Variables$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Filters variables by matching the specified filter. For example: `projects/example-project/config/[CONFIG_NAME]/variables/example-variable`. */ @@ -3184,11 +3126,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Variables$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3201,11 +3138,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Variables$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the variable to update, in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]` */ @@ -3218,11 +3150,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Variables$Watch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the variable to watch, in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]` */ @@ -3987,11 +3914,6 @@ export namespace runtimeconfig_v1beta1 { export interface Params$Resource$Projects$Configs$Waiters$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The path to the configuration that will own the waiter. The configuration must exist beforehand; the path must be in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]`. */ @@ -4008,11 +3930,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Waiters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The Waiter resource to delete, in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]` */ @@ -4020,11 +3937,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Waiters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The fully-qualified name of the Waiter resource object to retrieve, in the format: `projects/[PROJECT_ID]/configs/[CONFIG_NAME]/waiters/[WAITER_NAME]` */ @@ -4032,11 +3944,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Waiters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Specifies the number of results to return per page. If there are fewer elements than the specified number, returns all elements. */ @@ -4052,11 +3959,6 @@ export namespace runtimeconfig_v1beta1 { } export interface Params$Resource$Projects$Configs$Waiters$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ diff --git a/src/apis/safebrowsing/package.json b/src/apis/safebrowsing/package.json index fe94e878a2..54ab803674 100644 --- a/src/apis/safebrowsing/package.json +++ b/src/apis/safebrowsing/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/safebrowsing/v4.ts b/src/apis/safebrowsing/v4.ts index c3681a54ac..339a58ae5e 100644 --- a/src/apis/safebrowsing/v4.ts +++ b/src/apis/safebrowsing/v4.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace safebrowsing_v4 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -715,11 +727,6 @@ export namespace safebrowsing_v4 { export interface Params$Resource$Encodedfullhashes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A client ID that (hopefully) uniquely identifies the client implementation of the Safe Browsing API. */ @@ -890,11 +897,6 @@ export namespace safebrowsing_v4 { export interface Params$Resource$Encodedupdates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A client ID that uniquely identifies the client implementation of the Safe Browsing API. */ @@ -1062,11 +1064,6 @@ export namespace safebrowsing_v4 { } export interface Params$Resource$Fullhashes$Find extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1218,11 +1215,6 @@ export namespace safebrowsing_v4 { export interface Params$Resource$Threathits$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1364,12 +1356,8 @@ export namespace safebrowsing_v4 { } } - export interface Params$Resource$Threatlists$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Threatlists$List + extends StandardParameters {} export class Resource$Threatlistupdates { context: APIRequestContext; @@ -1527,11 +1515,6 @@ export namespace safebrowsing_v4 { export interface Params$Resource$Threatlistupdates$Fetch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1691,11 +1674,6 @@ export namespace safebrowsing_v4 { export interface Params$Resource$Threatmatches$Find extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/sasportal/package.json b/src/apis/sasportal/package.json index adef51c845..f5e3fc048c 100644 --- a/src/apis/sasportal/package.json +++ b/src/apis/sasportal/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/sasportal/v1alpha1.ts b/src/apis/sasportal/v1alpha1.ts index e81266ea6d..87c8cc2b9d 100644 --- a/src/apis/sasportal/v1alpha1.ts +++ b/src/apis/sasportal/v1alpha1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace sasportal_v1alpha1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1085,22 +1097,12 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the customer. */ name?: string; } export interface Params$Resource$Customers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of customers to return in the response. */ @@ -1111,11 +1113,6 @@ export namespace sasportal_v1alpha1 { pageToken?: string; } export interface Params$Resource$Customers$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name of the customer. */ @@ -2594,11 +2591,6 @@ export namespace sasportal_v1alpha1 { export interface Params$Resource$Customers$Devices$Bulk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -2611,11 +2603,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -2628,11 +2615,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Createsigned extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -2645,11 +2627,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device. */ @@ -2657,11 +2634,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device. */ @@ -2669,11 +2641,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. The filter should have one of the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds to serial_number of the device. The filter is case insensitive. */ @@ -2693,11 +2660,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device to move. */ @@ -2710,11 +2672,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource path name. */ @@ -2731,11 +2688,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Signdevice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource path name. */ @@ -2748,11 +2700,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Devices$Updatesigned extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device to update. */ @@ -3613,11 +3560,6 @@ export namespace sasportal_v1alpha1 { export interface Params$Resource$Customers$Nodes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name where the node is to be created. */ @@ -3630,11 +3572,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Nodes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the node. */ @@ -3642,11 +3579,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Nodes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the node. */ @@ -3654,11 +3586,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Nodes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of nodes to return in the response. */ @@ -3674,11 +3601,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Nodes$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the node to move. */ @@ -3691,11 +3613,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Nodes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name. */ @@ -4010,11 +3927,6 @@ export namespace sasportal_v1alpha1 { export interface Params$Resource$Customers$Nodes$Nodes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name where the node is to be created. */ @@ -4027,11 +3939,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Customers$Nodes$Nodes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of nodes to return in the response. */ @@ -4343,11 +4250,6 @@ export namespace sasportal_v1alpha1 { export interface Params$Resource$Installer$Generatesecret extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -4355,11 +4257,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Installer$Validate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5840,11 +5737,6 @@ export namespace sasportal_v1alpha1 { export interface Params$Resource$Nodes$Devices$Bulk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -5857,11 +5749,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -5874,11 +5761,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Createsigned extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -5891,11 +5773,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device. */ @@ -5903,11 +5780,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device. */ @@ -5915,11 +5787,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. The filter should have one of the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds to serial_number of the device. The filter is case insensitive. */ @@ -5939,11 +5806,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device to move. */ @@ -5956,11 +5818,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource path name. */ @@ -5977,11 +5834,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Signdevice extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource path name. */ @@ -5994,11 +5846,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Devices$Updatesigned extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the device to update. */ @@ -6858,11 +6705,6 @@ export namespace sasportal_v1alpha1 { export interface Params$Resource$Nodes$Nodes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name where the node is to be created. */ @@ -6875,33 +6717,18 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Nodes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the node. */ name?: string; } export interface Params$Resource$Nodes$Nodes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the node. */ name?: string; } export interface Params$Resource$Nodes$Nodes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of nodes to return in the response. */ @@ -6916,11 +6743,6 @@ export namespace sasportal_v1alpha1 { parent?: string; } export interface Params$Resource$Nodes$Nodes$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the node to move. */ @@ -6933,11 +6755,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Nodes$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. Resource name. */ @@ -7568,11 +7385,6 @@ export namespace sasportal_v1alpha1 { export interface Params$Resource$Nodes$Nodes$Devices$Bulk extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -7585,11 +7397,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Nodes$Devices$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -7602,11 +7409,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Nodes$Devices$Createsigned extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the parent resource. */ @@ -7619,11 +7421,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Nodes$Devices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. The filter should have one of the following formats: "sn=123454" or "display_name=MyDevice". sn corresponds to serial_number of the device. The filter is case insensitive. */ @@ -7941,11 +7738,6 @@ export namespace sasportal_v1alpha1 { export interface Params$Resource$Nodes$Nodes$Nodes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name where the node is to be created. */ @@ -7958,11 +7750,6 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Nodes$Nodes$Nodes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of nodes to return in the response. */ @@ -8403,33 +8190,18 @@ export namespace sasportal_v1alpha1 { } export interface Params$Resource$Policies$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$SasPortalGetPolicyRequest; } export interface Params$Resource$Policies$Set extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$SasPortalSetPolicyRequest; } export interface Params$Resource$Policies$Test extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/script/package.json b/src/apis/script/package.json index 009930e261..2921aed76d 100644 --- a/src/apis/script/package.json +++ b/src/apis/script/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/script/v1.ts b/src/apis/script/v1.ts index b8745648c3..dc134873c7 100644 --- a/src/apis/script/v1.ts +++ b/src/apis/script/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace script_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1070,11 +1082,6 @@ export namespace script_v1 { } export interface Params$Resource$Processes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of returned processes per page of results. Defaults to 50. */ @@ -1122,11 +1129,6 @@ export namespace script_v1 { } export interface Params$Resource$Processes$Listscriptprocesses extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of returned processes per page of results. Defaults to 50. */ @@ -1879,22 +1881,12 @@ export namespace script_v1 { } export interface Params$Resource$Projects$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$CreateProjectRequest; } export interface Params$Resource$Projects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The script project's Drive ID. */ @@ -1902,11 +1894,6 @@ export namespace script_v1 { } export interface Params$Resource$Projects$Getcontent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The script project's Drive ID. */ @@ -1918,11 +1905,6 @@ export namespace script_v1 { } export interface Params$Resource$Projects$Getmetrics extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional field indicating a specific deployment to retrieve metrics from. */ @@ -1938,11 +1920,6 @@ export namespace script_v1 { } export interface Params$Resource$Projects$Updatecontent extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The script project's Drive ID. */ @@ -2671,11 +2648,6 @@ export namespace script_v1 { export interface Params$Resource$Projects$Deployments$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The script project's Drive ID. */ @@ -2688,11 +2660,6 @@ export namespace script_v1 { } export interface Params$Resource$Projects$Deployments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The deployment ID to be undeployed. */ @@ -2704,11 +2671,6 @@ export namespace script_v1 { } export interface Params$Resource$Projects$Deployments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The deployment ID. */ @@ -2720,11 +2682,6 @@ export namespace script_v1 { } export interface Params$Resource$Projects$Deployments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of deployments on each returned page. Defaults to 50. */ @@ -2740,11 +2697,6 @@ export namespace script_v1 { } export interface Params$Resource$Projects$Deployments$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The deployment ID for this deployment. */ @@ -3201,11 +3153,6 @@ export namespace script_v1 { export interface Params$Resource$Projects$Versions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The script project's Drive ID. */ @@ -3218,11 +3165,6 @@ export namespace script_v1 { } export interface Params$Resource$Projects$Versions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The script project's Drive ID. */ @@ -3234,11 +3176,6 @@ export namespace script_v1 { } export interface Params$Resource$Projects$Versions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of versions on each returned page. Defaults to 50. */ @@ -3419,11 +3356,6 @@ export namespace script_v1 { } export interface Params$Resource$Scripts$Run extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The script ID of the script to be executed. To find the script ID, open the project in the script editor and select **File > Project properties**. */ diff --git a/src/apis/searchconsole/package.json b/src/apis/searchconsole/package.json index f3609b38ba..16aeefe645 100644 --- a/src/apis/searchconsole/package.json +++ b/src/apis/searchconsole/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/searchconsole/v1.ts b/src/apis/searchconsole/v1.ts index f1fbf6d089..231bfe99bb 100644 --- a/src/apis/searchconsole/v1.ts +++ b/src/apis/searchconsole/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace searchconsole_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -377,11 +389,6 @@ export namespace searchconsole_v1 { export interface Params$Resource$Urltestingtools$Mobilefriendlytest$Run extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/secretmanager/package.json b/src/apis/secretmanager/package.json index 396d61752f..1ecca63439 100644 --- a/src/apis/secretmanager/package.json +++ b/src/apis/secretmanager/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/secretmanager/v1.ts b/src/apis/secretmanager/v1.ts index ad9b45cda7..ff30e46b3f 100644 --- a/src/apis/secretmanager/v1.ts +++ b/src/apis/secretmanager/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace secretmanager_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -728,11 +740,6 @@ export namespace secretmanager_v1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -740,11 +747,6 @@ export namespace secretmanager_v1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2073,11 +2075,6 @@ export namespace secretmanager_v1 { export interface Params$Resource$Projects$Secrets$Addversion extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Secret to associate with the SecretVersion in the format `projects/x/secrets/x`. */ @@ -2090,11 +2087,6 @@ export namespace secretmanager_v1 { } export interface Params$Resource$Projects$Secrets$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project to associate with the Secret, in the format `projects/x`. */ @@ -2111,11 +2103,6 @@ export namespace secretmanager_v1 { } export interface Params$Resource$Projects$Secrets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Secret to delete in the format `projects/x/secrets/x`. */ @@ -2123,11 +2110,6 @@ export namespace secretmanager_v1 { } export interface Params$Resource$Projects$Secrets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Secret, in the format `projects/x/secrets/x`. */ @@ -2135,11 +2117,6 @@ export namespace secretmanager_v1 { } export interface Params$Resource$Projects$Secrets$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -2151,11 +2128,6 @@ export namespace secretmanager_v1 { } export interface Params$Resource$Projects$Secrets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000. */ @@ -2171,11 +2143,6 @@ export namespace secretmanager_v1 { } export interface Params$Resource$Projects$Secrets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name of the Secret in the format `projects/x/secrets/x`. */ @@ -2192,11 +2159,6 @@ export namespace secretmanager_v1 { } export interface Params$Resource$Projects$Secrets$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2209,11 +2171,6 @@ export namespace secretmanager_v1 { } export interface Params$Resource$Projects$Secrets$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3085,11 +3042,6 @@ export namespace secretmanager_v1 { export interface Params$Resource$Projects$Secrets$Versions$Access extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the SecretVersion in the format `projects/x/secrets/x/versions/x`. */ @@ -3097,11 +3049,6 @@ export namespace secretmanager_v1 { } export interface Params$Resource$Projects$Secrets$Versions$Destroy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the SecretVersion to destroy in the format `projects/x/secrets/x/versions/x`. */ @@ -3114,11 +3061,6 @@ export namespace secretmanager_v1 { } export interface Params$Resource$Projects$Secrets$Versions$Disable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the SecretVersion to disable in the format `projects/x/secrets/x/versions/x`. */ @@ -3131,11 +3073,6 @@ export namespace secretmanager_v1 { } export interface Params$Resource$Projects$Secrets$Versions$Enable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the SecretVersion to enable in the format `projects/x/secrets/x/versions/x`. */ @@ -3148,11 +3085,6 @@ export namespace secretmanager_v1 { } export interface Params$Resource$Projects$Secrets$Versions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the SecretVersion in the format `projects/x/secrets/x/versions/x`. `projects/x/secrets/x/versions/latest` is an alias to the `latest` SecretVersion. */ @@ -3160,11 +3092,6 @@ export namespace secretmanager_v1 { } export interface Params$Resource$Projects$Secrets$Versions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000. */ diff --git a/src/apis/secretmanager/v1beta1.ts b/src/apis/secretmanager/v1beta1.ts index 7104a6df19..a04455c8f0 100644 --- a/src/apis/secretmanager/v1beta1.ts +++ b/src/apis/secretmanager/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace secretmanager_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -728,11 +740,6 @@ export namespace secretmanager_v1beta1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -740,11 +747,6 @@ export namespace secretmanager_v1beta1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2073,11 +2075,6 @@ export namespace secretmanager_v1beta1 { export interface Params$Resource$Projects$Secrets$Addversion extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Secret to associate with the SecretVersion in the format `projects/x/secrets/x`. */ @@ -2090,11 +2087,6 @@ export namespace secretmanager_v1beta1 { } export interface Params$Resource$Projects$Secrets$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the project to associate with the Secret, in the format `projects/x`. */ @@ -2111,11 +2103,6 @@ export namespace secretmanager_v1beta1 { } export interface Params$Resource$Projects$Secrets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Secret to delete in the format `projects/x/secrets/x`. */ @@ -2123,11 +2110,6 @@ export namespace secretmanager_v1beta1 { } export interface Params$Resource$Projects$Secrets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Secret, in the format `projects/x/secrets/x`. */ @@ -2135,11 +2117,6 @@ export namespace secretmanager_v1beta1 { } export interface Params$Resource$Projects$Secrets$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -2151,11 +2128,6 @@ export namespace secretmanager_v1beta1 { } export interface Params$Resource$Projects$Secrets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000. */ @@ -2171,11 +2143,6 @@ export namespace secretmanager_v1beta1 { } export interface Params$Resource$Projects$Secrets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only. The resource name of the Secret in the format `projects/x/secrets/x`. */ @@ -2192,11 +2159,6 @@ export namespace secretmanager_v1beta1 { } export interface Params$Resource$Projects$Secrets$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2209,11 +2171,6 @@ export namespace secretmanager_v1beta1 { } export interface Params$Resource$Projects$Secrets$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3091,11 +3048,6 @@ export namespace secretmanager_v1beta1 { export interface Params$Resource$Projects$Secrets$Versions$Access extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the SecretVersion in the format `projects/x/secrets/x/versions/x`. */ @@ -3103,11 +3055,6 @@ export namespace secretmanager_v1beta1 { } export interface Params$Resource$Projects$Secrets$Versions$Destroy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the SecretVersion to destroy in the format `projects/x/secrets/x/versions/x`. */ @@ -3120,11 +3067,6 @@ export namespace secretmanager_v1beta1 { } export interface Params$Resource$Projects$Secrets$Versions$Disable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the SecretVersion to disable in the format `projects/x/secrets/x/versions/x`. */ @@ -3137,11 +3079,6 @@ export namespace secretmanager_v1beta1 { } export interface Params$Resource$Projects$Secrets$Versions$Enable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the SecretVersion to enable in the format `projects/x/secrets/x/versions/x`. */ @@ -3154,11 +3091,6 @@ export namespace secretmanager_v1beta1 { } export interface Params$Resource$Projects$Secrets$Versions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the SecretVersion in the format `projects/x/secrets/x/versions/x`. `projects/x/secrets/x/versions/latest` is an alias to the `latest` SecretVersion. */ @@ -3166,11 +3098,6 @@ export namespace secretmanager_v1beta1 { } export interface Params$Resource$Projects$Secrets$Versions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000. */ diff --git a/src/apis/securitycenter/package.json b/src/apis/securitycenter/package.json index 7041db0db1..b504570213 100644 --- a/src/apis/securitycenter/package.json +++ b/src/apis/securitycenter/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/securitycenter/v1.ts b/src/apis/securitycenter/v1.ts index 9ccca983ac..903881e6a5 100644 --- a/src/apis/securitycenter/v1.ts +++ b/src/apis/securitycenter/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace securitycenter_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1314,11 +1326,6 @@ export namespace securitycenter_v1 { export interface Params$Resource$Organizations$Getorganizationsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the organization to get organization settings for. Its format is "organizations/[organization_id]/organizationSettings". */ @@ -1326,11 +1333,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Updateorganizationsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings". */ @@ -2082,11 +2084,6 @@ export namespace securitycenter_v1 { export interface Params$Resource$Organizations$Assets$Group extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the organization to groupBy. Its format is "organizations/[organization_id]". */ @@ -2099,11 +2096,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Assets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When compare_duration is set, the ListAssetsResult's "state_change" attribute is updated to indicate whether the asset was added, removed, or remained present during the compare_duration period of time that precedes the read_time. This is the time between (read_time - compare_duration) and read_time. The state_change value is derived based on the presence of the asset at the two points in time. Intermediate state changes between the two times don't affect the result. For example, the results aren't affected if the asset is removed and re-created again. Possible "state_change" values when compare_duration is specified: * "ADDED": indicates that the asset was not present at the start of compare_duration, but present at read_time. * "REMOVED": indicates that the asset was present at the start of compare_duration, but not present at read_time. * "ACTIVE": indicates that the asset was present at both the start and the end of the time period defined by compare_duration and read_time. If compare_duration is not specified, then the only possible state_change is "UNUSED", which will be the state_change set for all assets present at read_time. */ @@ -2139,11 +2131,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Assets$Rundiscovery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the organization to run asset discovery for. Its format is "organizations/[organization_id]". */ @@ -2156,11 +2143,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Assets$Updatesecuritymarks extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of the SecurityMarks. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Examples: "organizations/{organization_id}/assets/{asset_id}/securityMarks" "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/securityMarks". */ @@ -2925,11 +2907,6 @@ export namespace securitycenter_v1 { export interface Params$Resource$Organizations$Notificationconfigs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Unique identifier provided by the client within the parent scope. It must be between 1 and 128 characters, and contains alphanumeric characters, underscores or hyphens only. */ @@ -2946,11 +2923,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Notificationconfigs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the notification config to delete. Its format is "organizations/[organization_id]/notificationConfigs/[config_id]". */ @@ -2958,11 +2930,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Notificationconfigs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the notification config to get. Its format is "organizations/[organization_id]/notificationConfigs/[config_id]". */ @@ -2970,11 +2937,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Notificationconfigs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000. */ @@ -2990,11 +2952,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Notificationconfigs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of this notification config. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/notificationConfigs/notify_public_bucket". */ @@ -3550,11 +3507,6 @@ export namespace securitycenter_v1 { export interface Params$Resource$Organizations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3562,11 +3514,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -3574,11 +3521,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3586,11 +3528,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -4634,11 +4571,6 @@ export namespace securitycenter_v1 { export interface Params$Resource$Organizations$Sources$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]". */ @@ -4651,11 +4583,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Sources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Relative resource name of the source. Its format is "organizations/[organization_id]/source/[source_id]". */ @@ -4663,11 +4590,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Sources$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4680,11 +4602,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Sources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000. */ @@ -4700,11 +4617,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Sources$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of this source. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}" */ @@ -4721,11 +4633,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Sources$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -4738,11 +4645,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Sources$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -5833,11 +5735,6 @@ export namespace securitycenter_v1 { export interface Params$Resource$Organizations$Sources$Findings$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Unique identifier provided by the client within the parent scope. It must be alphanumeric and less than or equal to 32 characters and greater than 0 characters in length. */ @@ -5854,11 +5751,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Sources$Findings$Group extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the source to groupBy. Its format is "organizations/[organization_id]/sources/[source_id]". To groupBy across all sources provide a source_id of `-`. For example: organizations/{organization_id}/sources/- */ @@ -5871,11 +5763,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Sources$Findings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When compare_duration is set, the ListFindingsResult's "state_change" attribute is updated to indicate whether the finding had its state changed, the finding's state remained unchanged, or if the finding was added in any state during the compare_duration period of time that precedes the read_time. This is the time between (read_time - compare_duration) and read_time. The state_change value is derived based on the presence and state of the finding at the two points in time. Intermediate state changes between the two times don't affect the result. For example, the results aren't affected if the finding is made inactive and then active again. Possible "state_change" values when compare_duration is specified: * "CHANGED": indicates that the finding was present and matched the given filter at the start of compare_duration, but changed its state at read_time. * "UNCHANGED": indicates that the finding was present and matched the given filter at the start of compare_duration and did not change state at read_time. * "ADDED": indicates that the finding did not match the given filter or was not present at the start of compare_duration, but was present at read_time. * "REMOVED": indicates that the finding was present and matched the filter at the start of compare_duration, but did not match the filter at read_time. If compare_duration is not specified, then the only possible state_change is "UNUSED", which will be the state_change set for all findings present at read_time. */ @@ -5911,11 +5798,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Sources$Findings$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of this finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}" */ @@ -5932,11 +5814,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Sources$Findings$Setstate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}". */ @@ -5949,11 +5826,6 @@ export namespace securitycenter_v1 { } export interface Params$Resource$Organizations$Sources$Findings$Updatesecuritymarks extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of the SecurityMarks. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Examples: "organizations/{organization_id}/assets/{asset_id}/securityMarks" "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/securityMarks". */ diff --git a/src/apis/securitycenter/v1beta1.ts b/src/apis/securitycenter/v1beta1.ts index 4ca5c473fa..f7d078be48 100644 --- a/src/apis/securitycenter/v1beta1.ts +++ b/src/apis/securitycenter/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace securitycenter_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1244,11 +1256,6 @@ export namespace securitycenter_v1beta1 { export interface Params$Resource$Organizations$Getorganizationsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the organization to get organization settings for. Its format is "organizations/[organization_id]/organizationSettings". */ @@ -1256,11 +1263,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Updateorganizationsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings". */ @@ -1977,11 +1979,6 @@ export namespace securitycenter_v1beta1 { export interface Params$Resource$Organizations$Assets$Group extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the organization to groupBy. Its format is "organizations/[organization_id]". */ @@ -1994,11 +1991,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Assets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When compare_duration is set, the ListAssetResult's "state" attribute is updated to indicate whether the asset was added, removed, or remained present during the compare_duration period of time that precedes the read_time. This is the time between (read_time - compare_duration) and read_time. The state value is derived based on the presence of the asset at the two points in time. Intermediate state changes between the two times don't affect the result. For example, the results aren't affected if the asset is removed and re-created again. Possible "state" values when compare_duration is specified: * "ADDED": indicates that the asset was not present before compare_duration, but present at read_time. * "REMOVED": indicates that the asset was present at the start of compare_duration, but not present at read_time. * "ACTIVE": indicates that the asset was present at both the start and the end of the time period defined by compare_duration and read_time. If compare_duration is not specified, then the only possible state is "UNUSED", which indicates that the asset is present at read_time. */ @@ -2034,11 +2026,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Assets$Rundiscovery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the organization to run asset discovery for. Its format is "organizations/[organization_id]". */ @@ -2051,11 +2038,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Assets$Updatesecuritymarks extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of the SecurityMarks. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Examples: "organizations/{organization_id}/assets/{asset_id}/securityMarks" "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/securityMarks". */ @@ -2625,11 +2607,6 @@ export namespace securitycenter_v1beta1 { export interface Params$Resource$Organizations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -2642,11 +2619,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -2654,11 +2626,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2666,11 +2633,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -3712,11 +3674,6 @@ export namespace securitycenter_v1beta1 { export interface Params$Resource$Organizations$Sources$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]". */ @@ -3729,11 +3686,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Sources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Relative resource name of the source. Its format is "organizations/[organization_id]/source/[source_id]". */ @@ -3741,11 +3693,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Sources$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3758,11 +3705,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Sources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000. */ @@ -3778,11 +3720,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Sources$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of this source. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}" */ @@ -3799,11 +3736,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Sources$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -3816,11 +3748,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Sources$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4898,11 +4825,6 @@ export namespace securitycenter_v1beta1 { export interface Params$Resource$Organizations$Sources$Findings$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Unique identifier provided by the client within the parent scope. It must be alphanumeric and less than or equal to 32 characters and greater than 0 characters in length. */ @@ -4919,11 +4841,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Sources$Findings$Group extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the source to groupBy. Its format is "organizations/[organization_id]/sources/[source_id]". To groupBy across all sources provide a source_id of `-`. For example: organizations/{organization_id}/sources/- */ @@ -4936,11 +4853,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Sources$Findings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. A field mask to specify the Finding fields to be listed in the response. An empty field mask will list all fields. */ @@ -4972,11 +4884,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Sources$Findings$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of this finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}" */ @@ -4993,11 +4900,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Sources$Findings$Setstate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}". */ @@ -5010,11 +4912,6 @@ export namespace securitycenter_v1beta1 { } export interface Params$Resource$Organizations$Sources$Findings$Updatesecuritymarks extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of the SecurityMarks. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Examples: "organizations/{organization_id}/assets/{asset_id}/securityMarks" "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/securityMarks". */ diff --git a/src/apis/securitycenter/v1p1alpha1.ts b/src/apis/securitycenter/v1p1alpha1.ts index baabf0d99a..b05cba1345 100644 --- a/src/apis/securitycenter/v1p1alpha1.ts +++ b/src/apis/securitycenter/v1p1alpha1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace securitycenter_v1p1alpha1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1013,11 +1025,6 @@ export namespace securitycenter_v1p1alpha1 { export interface Params$Resource$Organizations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -1025,11 +1032,6 @@ export namespace securitycenter_v1p1alpha1 { } export interface Params$Resource$Organizations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -1037,11 +1039,6 @@ export namespace securitycenter_v1p1alpha1 { } export interface Params$Resource$Organizations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -1049,11 +1046,6 @@ export namespace securitycenter_v1p1alpha1 { } export interface Params$Resource$Organizations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/securitycenter/v1p1beta1.ts b/src/apis/securitycenter/v1p1beta1.ts index 37569829db..8883acfb40 100644 --- a/src/apis/securitycenter/v1p1beta1.ts +++ b/src/apis/securitycenter/v1p1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace securitycenter_v1p1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1239,11 +1251,6 @@ export namespace securitycenter_v1p1beta1 { export interface Params$Resource$Organizations$Getorganizationsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the organization to get organization settings for. Its format is "organizations/[organization_id]/organizationSettings". */ @@ -1251,11 +1258,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Updateorganizationsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings". */ @@ -2028,11 +2030,6 @@ export namespace securitycenter_v1p1beta1 { export interface Params$Resource$Organizations$Assets$Group extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the organization to groupBy. Its format is "organizations/[organization_id]". */ @@ -2045,11 +2042,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Assets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When compare_duration is set, the ListAssetsResult's "state_change" attribute is updated to indicate whether the asset was added, removed, or remained present during the compare_duration period of time that precedes the read_time. This is the time between (read_time - compare_duration) and read_time. The state_change value is derived based on the presence of the asset at the two points in time. Intermediate state changes between the two times don't affect the result. For example, the results aren't affected if the asset is removed and re-created again. Possible "state_change" values when compare_duration is specified: * "ADDED": indicates that the asset was not present at the start of compare_duration, but present at read_time. * "REMOVED": indicates that the asset was present at the start of compare_duration, but not present at read_time. * "ACTIVE": indicates that the asset was present at both the start and the end of the time period defined by compare_duration and read_time. If compare_duration is not specified, then the only possible state_change is "UNUSED", which will be the state_change set for all assets present at read_time. */ @@ -2085,11 +2077,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Assets$Rundiscovery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the organization to run asset discovery for. Its format is "organizations/[organization_id]". */ @@ -2102,11 +2089,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Assets$Updatesecuritymarks extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of the SecurityMarks. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Examples: "organizations/{organization_id}/assets/{asset_id}/securityMarks" "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/securityMarks". */ @@ -2876,11 +2858,6 @@ export namespace securitycenter_v1p1beta1 { export interface Params$Resource$Organizations$Notificationconfigs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Unique identifier provided by the client within the parent scope. It must be between 1 and 128 characters, and contains alphanumeric characters, underscores or hyphens only. */ @@ -2897,11 +2874,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Notificationconfigs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the notification config to delete. Its format is "organizations/[organization_id]/notificationConfigs/[config_id]". */ @@ -2909,11 +2881,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Notificationconfigs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the notification config to get. Its format is "organizations/[organization_id]/notificationConfigs/[config_id]". */ @@ -2921,11 +2888,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Notificationconfigs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000. */ @@ -2941,11 +2903,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Notificationconfigs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of this notification config. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/notificationConfigs/notify_public_bucket". */ @@ -3504,11 +3461,6 @@ export namespace securitycenter_v1p1beta1 { export interface Params$Resource$Organizations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3516,11 +3468,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -3528,11 +3475,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3540,11 +3482,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -4587,11 +4524,6 @@ export namespace securitycenter_v1p1beta1 { export interface Params$Resource$Organizations$Sources$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]". */ @@ -4604,11 +4536,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Sources$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Relative resource name of the source. Its format is "organizations/[organization_id]/source/[source_id]". */ @@ -4616,11 +4543,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Sources$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4633,11 +4555,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Sources$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000. */ @@ -4653,11 +4570,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Sources$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of this source. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}" */ @@ -4674,11 +4586,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Sources$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -4691,11 +4598,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Sources$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -5858,11 +5760,6 @@ export namespace securitycenter_v1p1beta1 { export interface Params$Resource$Organizations$Sources$Findings$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Unique identifier provided by the client within the parent scope. It must be alphanumeric and less than or equal to 32 characters and greater than 0 characters in length. */ @@ -5879,11 +5776,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Sources$Findings$Group extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the source to groupBy. Its format is "organizations/[organization_id]/sources/[source_id]". To groupBy across all sources provide a source_id of `-`. For example: organizations/{organization_id}/sources/- */ @@ -5896,11 +5788,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Sources$Findings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When compare_duration is set, the ListFindingsResult's "state_change" attribute is updated to indicate whether the finding had its state changed, the finding's state remained unchanged, or if the finding was added in any state during the compare_duration period of time that precedes the read_time. This is the time between (read_time - compare_duration) and read_time. The state_change value is derived based on the presence and state of the finding at the two points in time. Intermediate state changes between the two times don't affect the result. For example, the results aren't affected if the finding is made inactive and then active again. Possible "state_change" values when compare_duration is specified: * "CHANGED": indicates that the finding was present and matched the given filter at the start of compare_duration, but changed its state at read_time. * "UNCHANGED": indicates that the finding was present and matched the given filter at the start of compare_duration and did not change state at read_time. * "ADDED": indicates that the finding did not match the given filter or was not present at the start of compare_duration, but was present at read_time. * "REMOVED": indicates that the finding was present and matched the filter at the start of compare_duration, but did not match the filter at read_time. If compare_duration is not specified, then the only possible state_change is "UNUSED", which will be the state_change set for all findings present at read_time. */ @@ -5936,11 +5823,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Sources$Findings$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of this finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}" */ @@ -5957,11 +5839,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Sources$Findings$Setstate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The relative resource name of the finding. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/sources/{source_id}/finding/{finding_id}". */ @@ -5974,11 +5851,6 @@ export namespace securitycenter_v1p1beta1 { } export interface Params$Resource$Organizations$Sources$Findings$Updatesecuritymarks extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The relative resource name of the SecurityMarks. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Examples: "organizations/{organization_id}/assets/{asset_id}/securityMarks" "organizations/{organization_id}/sources/{source_id}/findings/{finding_id}/securityMarks". */ diff --git a/src/apis/serviceconsumermanagement/package.json b/src/apis/serviceconsumermanagement/package.json index a1e4c2955d..d7dfa316f6 100644 --- a/src/apis/serviceconsumermanagement/package.json +++ b/src/apis/serviceconsumermanagement/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/serviceconsumermanagement/v1.ts b/src/apis/serviceconsumermanagement/v1.ts index 2f77dd3868..86ab773965 100644 --- a/src/apis/serviceconsumermanagement/v1.ts +++ b/src/apis/serviceconsumermanagement/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace serviceconsumermanagement_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2221,11 +2233,6 @@ export namespace serviceconsumermanagement_v1 { export interface Params$Resource$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -2238,33 +2245,18 @@ export namespace serviceconsumermanagement_v1 { } export interface Params$Resource$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ name?: string; } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2466,11 +2458,6 @@ export namespace serviceconsumermanagement_v1 { } export interface Params$Resource$Services$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of results returned by this request. Currently, the default maximum is set to 1000. If `page_size` isn't provided or the size provided is a number larger than 1000, it's automatically set to 1000. Optional. */ @@ -3825,11 +3812,6 @@ export namespace serviceconsumermanagement_v1 { export interface Params$Resource$Services$Tenancyunits$Addproject extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the tenancy unit. Such as 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. */ @@ -3842,11 +3824,6 @@ export namespace serviceconsumermanagement_v1 { } export interface Params$Resource$Services$Tenancyunits$Applyprojectconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the tenancy unit. Such as 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. */ @@ -3859,11 +3836,6 @@ export namespace serviceconsumermanagement_v1 { } export interface Params$Resource$Services$Tenancyunits$Attachproject extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the tenancy unit that the project will be attached to. Such as 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. */ @@ -3876,11 +3848,6 @@ export namespace serviceconsumermanagement_v1 { } export interface Params$Resource$Services$Tenancyunits$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * services/{service}/{collection id}/{resource id} {collection id} is the cloud resource collection type representing the service consumer, for example 'projects', or 'organizations'. {resource id} is the consumer numeric id, such as project number: '123456'. {service} the name of a managed service, such as 'service.googleapis.com'. Enables service binding using the new tenancy unit. */ @@ -3893,11 +3860,6 @@ export namespace serviceconsumermanagement_v1 { } export interface Params$Resource$Services$Tenancyunits$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the tenancy unit to be deleted. */ @@ -3905,11 +3867,6 @@ export namespace serviceconsumermanagement_v1 { } export interface Params$Resource$Services$Tenancyunits$Deleteproject extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the tenancy unit. Such as 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. */ @@ -3922,11 +3879,6 @@ export namespace serviceconsumermanagement_v1 { } export interface Params$Resource$Services$Tenancyunits$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Filter expression over tenancy resources field. Optional. */ @@ -3946,11 +3898,6 @@ export namespace serviceconsumermanagement_v1 { } export interface Params$Resource$Services$Tenancyunits$Removeproject extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the tenancy unit. Such as 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. */ @@ -3963,11 +3910,6 @@ export namespace serviceconsumermanagement_v1 { } export interface Params$Resource$Services$Tenancyunits$Undeleteproject extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the tenancy unit. Such as 'services/service.googleapis.com/projects/12345/tenancyUnits/abcd'. */ diff --git a/src/apis/serviceconsumermanagement/v1beta1.ts b/src/apis/serviceconsumermanagement/v1beta1.ts index ba8c4aa365..2aff8009b4 100644 --- a/src/apis/serviceconsumermanagement/v1beta1.ts +++ b/src/apis/serviceconsumermanagement/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace serviceconsumermanagement_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1702,11 +1714,6 @@ export namespace serviceconsumermanagement_v1beta1 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2202,11 +2209,6 @@ export namespace serviceconsumermanagement_v1beta1 { export interface Params$Resource$Services$Consumerquotametrics$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the quota metric, returned by a ListConsumerQuotaMetrics call. An example name would be: `services/compute.googleapis.com/projects/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus` */ @@ -2218,11 +2220,6 @@ export namespace serviceconsumermanagement_v1beta1 { } export interface Params$Resource$Services$Consumerquotametrics$Importproduceroverrides extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the consumer. An example name would be: `services/compute.googleapis.com/projects/123` */ @@ -2235,11 +2232,6 @@ export namespace serviceconsumermanagement_v1beta1 { } export interface Params$Resource$Services$Consumerquotametrics$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested size of the next page of data. */ @@ -2419,11 +2411,6 @@ export namespace serviceconsumermanagement_v1beta1 { export interface Params$Resource$Services$Consumerquotametrics$Limits$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the quota limit, returned by a ListConsumerQuotaMetrics or GetConsumerQuotaMetric call. An example name would be: `services/compute.googleapis.com/projects/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2Fregion` */ @@ -3077,11 +3064,6 @@ export namespace serviceconsumermanagement_v1beta1 { export interface Params$Resource$Services$Consumerquotametrics$Limits$Produceroverrides$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to force the creation of the quota override. If creating an override would cause the effective quota for the consumer to decrease by more than 10 percent, the call is rejected, as a safety measure to avoid accidentally decreasing quota too quickly. Setting the force parameter to true ignores this restriction. */ @@ -3098,11 +3080,6 @@ export namespace serviceconsumermanagement_v1beta1 { } export interface Params$Resource$Services$Consumerquotametrics$Limits$Produceroverrides$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to force the deletion of the quota override. If deleting an override would cause the effective quota for the consumer to decrease by more than 10 percent, the call is rejected, as a safety measure to avoid accidentally decreasing quota too quickly. Setting the force parameter to true ignores this restriction. */ @@ -3114,11 +3091,6 @@ export namespace serviceconsumermanagement_v1beta1 { } export interface Params$Resource$Services$Consumerquotametrics$Limits$Produceroverrides$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested size of the next page of data. */ @@ -3134,11 +3106,6 @@ export namespace serviceconsumermanagement_v1beta1 { } export interface Params$Resource$Services$Consumerquotametrics$Limits$Produceroverrides$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to force the update of the quota override. If updating an override would cause the effective quota for the consumer to decrease by more than 10 percent, the call is rejected, as a safety measure to avoid accidentally decreasing quota too quickly. Setting the force parameter to true ignores this restriction. */ diff --git a/src/apis/servicecontrol/package.json b/src/apis/servicecontrol/package.json index 942d8fca94..6ca33d252f 100644 --- a/src/apis/servicecontrol/package.json +++ b/src/apis/servicecontrol/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/servicecontrol/v1.ts b/src/apis/servicecontrol/v1.ts index e16fb54600..3bbc39cc0b 100644 --- a/src/apis/servicecontrol/v1.ts +++ b/src/apis/servicecontrol/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace servicecontrol_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1701,11 +1713,6 @@ export namespace servicecontrol_v1 { export interface Params$Resource$Services$Allocatequota extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the service as specified in the service configuration. For example, `"pubsub.googleapis.com"`. See google.api.Service for the definition of a service name. */ @@ -1717,11 +1724,6 @@ export namespace servicecontrol_v1 { requestBody?: Schema$AllocateQuotaRequest; } export interface Params$Resource$Services$Check extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The service name as specified in its service configuration. For example, `"pubsub.googleapis.com"`. See [google.api.Service](https://cloud.google.com/service-management/reference/rpc/google.api#google.api.Service) for the definition of a service name. */ @@ -1733,11 +1735,6 @@ export namespace servicecontrol_v1 { requestBody?: Schema$CheckRequest; } export interface Params$Resource$Services$Report extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The service name as specified in its service configuration. For example, `"pubsub.googleapis.com"`. See [google.api.Service](https://cloud.google.com/service-management/reference/rpc/google.api#google.api.Service) for the definition of a service name. */ diff --git a/src/apis/servicedirectory/package.json b/src/apis/servicedirectory/package.json index b135e10ef0..67cfed968c 100644 --- a/src/apis/servicedirectory/package.json +++ b/src/apis/servicedirectory/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/servicedirectory/v1beta1.ts b/src/apis/servicedirectory/v1beta1.ts index c93ed86d9b..2c2e055349 100644 --- a/src/apis/servicedirectory/v1beta1.ts +++ b/src/apis/servicedirectory/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace servicedirectory_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -669,11 +681,6 @@ export namespace servicedirectory_v1beta1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -681,11 +688,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -1898,11 +1900,6 @@ export namespace servicedirectory_v1beta1 { export interface Params$Resource$Projects$Locations$Namespaces$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The Resource ID must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. */ @@ -1919,11 +1916,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the namespace to delete. */ @@ -1931,11 +1923,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the namespace to retrieve. */ @@ -1943,11 +1930,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -1960,11 +1942,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The filter to list result by. General filter string syntax: () can be "name", or "labels." for map field. can be "<, >, <=, >=, !=, =, :". Of which ":" means HAS, and is roughly the same as "=". must be the same data type as field. can be "AND, OR, NOT". Examples of valid filters: * "labels.owner" returns Namespaces that have a label with the key "owner" this is the same as "labels:owner". * "labels.protocol=gRPC" returns Namespaces that have key/value "protocol=gRPC". * "name>projects/my-project/locations/us-east/namespaces/namespace-c" returns Namespaces that have name that is alphabetically later than the string, so "namespace-e" will be returned but "namespace-a" will not be. * "labels.owner!=sd AND labels.foo=bar" returns Namespaces that have "owner" in label key but value is not "sd" AND have key/value foo=bar. * "doesnotexist.foo=bar" returns an empty list. Note that Namespace doesn't have a field called "doesnotexist". Since the filter does not match any Namespaces, it returns no results. */ @@ -1988,11 +1965,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable. The resource name for the namespace in the format 'projects/x/locations/x/namespaces/x'. */ @@ -2009,11 +1981,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2026,11 +1993,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3400,11 +3362,6 @@ export namespace servicedirectory_v1beta1 { export interface Params$Resource$Projects$Locations$Namespaces$Services$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the namespace this service will belong to. */ @@ -3421,11 +3378,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Services$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the service to delete. */ @@ -3433,11 +3385,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Services$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the service to get. */ @@ -3445,11 +3392,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Services$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3462,11 +3404,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Services$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The filter to list result by. General filter string syntax: () can be "name", or "metadata." for map field. can be "<, >, <=, >=, !=, =, :". Of which ":" means HAS, and is roughly the same as "=". must be the same data type as field. can be "AND, OR, NOT". Examples of valid filters: * "metadata.owner" returns Services that have a label with the key "owner" this is the same as "metadata:owner". * "metadata.protocol=gRPC" returns Services that have key/value "protocol=gRPC". * "name>projects/my-project/locations/us-east/namespaces/my-namespace/services/service-c" returns Services that have name that is alphabetically later than the string, so "service-e" will be returned but "service-a" will not be. * "metadata.owner!=sd AND metadata.foo=bar" returns Services that have "owner" in label key but value is not "sd" AND have key/value foo=bar. * "doesnotexist.foo=bar" returns an empty list. Note that Service doesn't have a field called "doesnotexist". Since the filter does not match any Services, it returns no results. */ @@ -3490,11 +3427,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Services$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable. The resource name for the service in the format 'projects/x/locations/x/namespaces/x/services/x'. */ @@ -3511,11 +3443,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Services$Resolve extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the service to resolve. */ @@ -3528,11 +3455,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Services$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -3545,11 +3467,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Services$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4324,11 +4241,6 @@ export namespace servicedirectory_v1beta1 { export interface Params$Resource$Projects$Locations$Namespaces$Services$Endpoints$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The Resource ID must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. */ @@ -4345,11 +4257,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Services$Endpoints$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the endpoint to delete. */ @@ -4357,11 +4264,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Services$Endpoints$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the endpoint to get. */ @@ -4369,11 +4271,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Services$Endpoints$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The filter to list result by. General filter string syntax: () can be "name", "address", "port" or "metadata." for map field. can be "<, >, <=, >=, !=, =, :". Of which ":" means HAS, and is roughly the same as "=". must be the same data type as field. can be "AND, OR, NOT". Examples of valid filters: * "metadata.owner" returns Endpoints that have a label with the key "owner" this is the same as "metadata:owner". * "metadata.protocol=gRPC" returns Endpoints that have key/value "protocol=gRPC". * "address=192.108.1.105" returns Endpoints that have this address. * "port>8080" returns Endpoints that have port number larger than 8080. * "name>projects/my-project/locations/us-east/namespaces/my-namespace/services/my-service/endpoints/endpoint-c" returns Endpoints that have name that is alphabetically later than the string, so "endpoint-e" will be returned but "endpoint-a" will not be. * "metadata.owner!=sd AND metadata.foo=bar" returns Endpoints that have "owner" in label key but value is not "sd" AND have key/value foo=bar. * "doesnotexist.foo=bar" returns an empty list. Note that Endpoint doesn't have a field called "doesnotexist". Since the filter does not match any Endpoints, it returns no results. */ @@ -4397,11 +4294,6 @@ export namespace servicedirectory_v1beta1 { } export interface Params$Resource$Projects$Locations$Namespaces$Services$Endpoints$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Immutable. The resource name for the endpoint in the format 'projects/x/locations/x/namespaces/x/services/x/endpoints/x'. */ diff --git a/src/apis/servicemanagement/package.json b/src/apis/servicemanagement/package.json index 31e1db7207..32dc14000c 100644 --- a/src/apis/servicemanagement/package.json +++ b/src/apis/servicemanagement/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/servicemanagement/v1.ts b/src/apis/servicemanagement/v1.ts index 840ae86595..7d87c18438 100644 --- a/src/apis/servicemanagement/v1.ts +++ b/src/apis/servicemanagement/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace servicemanagement_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2043,22 +2055,12 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A string for filtering Operations. The following filter fields are supported: * serviceName: Required. Only `=` operator is allowed. * startTime: The time this job was started, in ISO 8601 format. Allowed operators are `>=`, `>`, `<=`, and `<`. * status: Can be `done`, `in_progress`, or `failed`. Allowed operators are `=`, and `!=`. Filter expression supports conjunction (AND) and disjunction (OR) logical operators. However, the serviceName restriction must be at the top-level and can only be combined with other restrictions via the AND logical operator. Examples: * `serviceName={some-service}.googleapis.com` * `serviceName={some-service}.googleapis.com AND startTime>="2017-02-01"` * `serviceName={some-service}.googleapis.com AND status=done` * `serviceName={some-service}.googleapis.com AND (status=done OR startTime>="2017-02-01")` */ @@ -3879,33 +3881,18 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Services$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$ManagedService; } export interface Params$Resource$Services$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`. */ serviceName?: string; } export interface Params$Resource$Services$Disable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the service to disable. Specifying an unknown service name will cause the request to fail. */ @@ -3917,11 +3904,6 @@ export namespace servicemanagement_v1 { requestBody?: Schema$DisableServiceRequest; } export interface Params$Resource$Services$Enable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the service to enable. Specifying an unknown service name will cause the request to fail. */ @@ -3934,22 +3916,12 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Services$Generateconfigreport extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$GenerateConfigReportRequest; } export interface Params$Resource$Services$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the service. See the `ServiceManager` overview for naming requirements. For example: `example.googleapis.com`. */ @@ -3957,11 +3929,6 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Services$Getconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The id of the service configuration resource. This field must be specified for the server to return all fields, including `SourceInfo`. */ @@ -3977,11 +3944,6 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Services$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -3993,11 +3955,6 @@ export namespace servicemanagement_v1 { requestBody?: Schema$GetIamPolicyRequest; } export interface Params$Resource$Services$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Include services consumed by the specified consumer. The Google Service Management implementation accepts the following forms: - project: */ @@ -4017,11 +3974,6 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Services$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -4034,11 +3986,6 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Services$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -4051,11 +3998,6 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Services$Undelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`. */ @@ -4743,11 +4685,6 @@ export namespace servicemanagement_v1 { export interface Params$Resource$Services$Configs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`. */ @@ -4760,11 +4697,6 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Services$Configs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The id of the service configuration resource. This field must be specified for the server to return all fields, including `SourceInfo`. */ @@ -4780,11 +4712,6 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Services$Configs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The max number of items to include in the response list. Page size is 50 if not specified. Maximum value is 100. */ @@ -4800,11 +4727,6 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Services$Configs$Submit extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`. */ @@ -5278,11 +5200,6 @@ export namespace servicemanagement_v1 { export interface Params$Resource$Services$Consumers$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field. */ @@ -5295,11 +5212,6 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Services$Consumers$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -5312,11 +5224,6 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Services$Consumers$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ @@ -5801,11 +5708,6 @@ export namespace servicemanagement_v1 { export interface Params$Resource$Services$Rollouts$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`. */ @@ -5818,11 +5720,6 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Services$Rollouts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The id of the rollout resource. */ @@ -5834,11 +5731,6 @@ export namespace servicemanagement_v1 { } export interface Params$Resource$Services$Rollouts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Use `filter` to return subset of rollouts. The following filters are supported: -- To limit the results to only those in [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', use filter='status=SUCCESS' -- To limit the results to those in [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' or 'FAILED', use filter='status=CANCELLED OR status=FAILED' */ diff --git a/src/apis/servicenetworking/package.json b/src/apis/servicenetworking/package.json index 84489b1f7e..d2a648e339 100644 --- a/src/apis/servicenetworking/package.json +++ b/src/apis/servicenetworking/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/servicenetworking/v1.ts b/src/apis/servicenetworking/v1.ts index 46390ed2d9..ac22d3eb13 100644 --- a/src/apis/servicenetworking/v1.ts +++ b/src/apis/servicenetworking/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace servicenetworking_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2251,11 +2263,6 @@ export namespace servicenetworking_v1 { export interface Params$Resource$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -2268,33 +2275,18 @@ export namespace servicenetworking_v1 { } export interface Params$Resource$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ name?: string; } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -3106,11 +3098,6 @@ export namespace servicenetworking_v1 { export interface Params$Resource$Services$Addsubnetwork extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A tenant project in the service producer organization, in the following format: services/{service}/{collection-id}/{resource-id}. {collection-id} is the cloud resource collection type that represents the tenant project. Only `projects` are supported. {resource-id} is the tenant project numeric id, such as `123456`. {service} the name of the peering service, such as `service-peering.example.com`. This service must already be enabled in the service consumer's project. */ @@ -3123,11 +3110,6 @@ export namespace servicenetworking_v1 { } export interface Params$Resource$Services$Disablevpcservicecontrols extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */ @@ -3140,11 +3122,6 @@ export namespace servicenetworking_v1 { } export interface Params$Resource$Services$Enablevpcservicecontrols extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */ @@ -3157,11 +3134,6 @@ export namespace servicenetworking_v1 { } export interface Params$Resource$Services$Searchrange extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. This is in a form services/{service}. {service} the name of the private access management service, for example 'service-peering.example.com'. */ @@ -3174,11 +3146,6 @@ export namespace servicenetworking_v1 { } export interface Params$Resource$Services$Validate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. This is in a form services/{service} where {service} is the name of the private access management service. For example 'service-peering.example.com'. */ @@ -3666,11 +3633,6 @@ export namespace servicenetworking_v1 { export interface Params$Resource$Services$Connections$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */ @@ -3683,11 +3645,6 @@ export namespace servicenetworking_v1 { } export interface Params$Resource$Services$Connections$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of service consumer's VPC network that's connected with service producer network through a private connection. The network name must be in the following format: `projects/{project}/global/networks/{network}`. {project} is a project number, such as in `12345` that includes the VPC service consumer's VPC network. {network} is the name of the service consumer's VPC network. */ @@ -3699,11 +3656,6 @@ export namespace servicenetworking_v1 { } export interface Params$Resource$Services$Connections$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If a previously defined allocated range is removed, force flag must be set to true. */ @@ -4189,11 +4141,6 @@ export namespace servicenetworking_v1 { export interface Params$Resource$Services$Dnsrecordsets$Add extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */ @@ -4206,11 +4153,6 @@ export namespace servicenetworking_v1 { } export interface Params$Resource$Services$Dnsrecordsets$Remove extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */ @@ -4223,11 +4165,6 @@ export namespace servicenetworking_v1 { } export interface Params$Resource$Services$Dnsrecordsets$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */ @@ -4551,11 +4488,6 @@ export namespace servicenetworking_v1 { export interface Params$Resource$Services$Dnszones$Add extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */ @@ -4568,11 +4500,6 @@ export namespace servicenetworking_v1 { } export interface Params$Resource$Services$Dnszones$Remove extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */ @@ -4744,11 +4671,6 @@ export namespace servicenetworking_v1 { export interface Params$Resource$Services$Roles$Add extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. This is in a form services/{service} where {service} is the name of the private access management service. For example 'service-peering.example.com'. */ diff --git a/src/apis/servicenetworking/v1beta.ts b/src/apis/servicenetworking/v1beta.ts index e451577037..d128c595f7 100644 --- a/src/apis/servicenetworking/v1beta.ts +++ b/src/apis/servicenetworking/v1beta.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace servicenetworking_v1beta { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1652,11 +1664,6 @@ export namespace servicenetworking_v1beta { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2149,11 +2156,6 @@ export namespace servicenetworking_v1beta { export interface Params$Resource$Services$Addsubnetwork extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A tenant project in the service producer organization, in the following format: services/{service}/{collection-id}/{resource-id}. {collection-id} is the cloud resource collection type that represents the tenant project. Only `projects` are supported. {resource-id} is the tenant project numeric id, such as `123456`. {service} the name of the peering service, such as `service-peering.example.com`. This service must already be enabled in the service consumer's project. */ @@ -2166,11 +2168,6 @@ export namespace servicenetworking_v1beta { } export interface Params$Resource$Services$Searchrange extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. This is in a form services/{service}. {service} the name of the private access management service, for example 'service-peering.example.com'. */ @@ -2183,11 +2180,6 @@ export namespace servicenetworking_v1beta { } export interface Params$Resource$Services$Updateconnections extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If a previously defined allocated range is removed, force flag must be set to true. */ @@ -2522,11 +2514,6 @@ export namespace servicenetworking_v1beta { export interface Params$Resource$Services$Connections$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The service that is managing peering connectivity for a service producer's organization. For Google services that support this functionality, this value is `services/servicenetworking.googleapis.com`. */ @@ -2539,11 +2526,6 @@ export namespace servicenetworking_v1beta { } export interface Params$Resource$Services$Connections$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of service consumer's VPC network that's connected with service producer network through a private connection. The network name must be in the following format: `projects/{project}/global/networks/{network}`. {project} is a project number, such as in `12345` that includes the VPC service consumer's VPC network. {network} is the name of the service consumer's VPC network. */ diff --git a/src/apis/serviceusage/package.json b/src/apis/serviceusage/package.json index 8c920d48bc..f47e8a7aec 100644 --- a/src/apis/serviceusage/package.json +++ b/src/apis/serviceusage/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/serviceusage/v1.ts b/src/apis/serviceusage/v1.ts index 974b50b814..0cdc436499 100644 --- a/src/apis/serviceusage/v1.ts +++ b/src/apis/serviceusage/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace serviceusage_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2103,11 +2115,6 @@ export namespace serviceusage_v1 { export interface Params$Resource$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -2120,33 +2127,18 @@ export namespace serviceusage_v1 { } export interface Params$Resource$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ name?: string; } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -3083,11 +3075,6 @@ export namespace serviceusage_v1 { export interface Params$Resource$Services$Batchenable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Parent to enable services on. An example name would be: `projects/123` where `123` is the project number. The `BatchEnableServices` method currently only supports projects. */ @@ -3100,11 +3087,6 @@ export namespace serviceusage_v1 { } export interface Params$Resource$Services$Batchget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Names of the services to retrieve. An example name would be: `projects/123/services/serviceusage.googleapis.com` where `123` is the project number. A single request can get a maximum of 30 services at a time. */ @@ -3115,11 +3097,6 @@ export namespace serviceusage_v1 { parent?: string; } export interface Params$Resource$Services$Disable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the consumer and service to disable the service on. The enable and disable methods currently only support projects. An example name would be: `projects/123/services/serviceusage.googleapis.com` where `123` is the project number. */ @@ -3131,11 +3108,6 @@ export namespace serviceusage_v1 { requestBody?: Schema$DisableServiceRequest; } export interface Params$Resource$Services$Enable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the consumer and service to enable the service on. The `EnableService` and `DisableService` methods currently only support projects. Enabling a service requires that the service is public or is shared with the user enabling the service. An example name would be: `projects/123/services/serviceusage.googleapis.com` where `123` is the project number. */ @@ -3147,22 +3119,12 @@ export namespace serviceusage_v1 { requestBody?: Schema$EnableServiceRequest; } export interface Params$Resource$Services$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the consumer and service to get the `ConsumerState` for. An example name would be: `projects/123/services/serviceusage.googleapis.com` where `123` is the project number. */ name?: string; } export interface Params$Resource$Services$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Only list services that conform to the given filter. The allowed filter strings are `state:ENABLED` and `state:DISABLED`. */ diff --git a/src/apis/serviceusage/v1beta1.ts b/src/apis/serviceusage/v1beta1.ts index 84994206c5..85ebc26b19 100644 --- a/src/apis/serviceusage/v1beta1.ts +++ b/src/apis/serviceusage/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace serviceusage_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1998,22 +2010,12 @@ export namespace serviceusage_v1beta1 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2795,11 +2797,6 @@ export namespace serviceusage_v1beta1 { export interface Params$Resource$Services$Batchenable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Parent to enable services on. An example name would be: `projects/123` where `123` is the project number (not project ID). The `BatchEnableServices` method currently only supports projects. */ @@ -2811,11 +2808,6 @@ export namespace serviceusage_v1beta1 { requestBody?: Schema$BatchEnableServicesRequest; } export interface Params$Resource$Services$Disable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the consumer and service to disable the service on. The enable and disable methods currently only support projects. An example name would be: `projects/123/services/serviceusage.googleapis.com` where `123` is the project number (not project ID). */ @@ -2827,11 +2819,6 @@ export namespace serviceusage_v1beta1 { requestBody?: Schema$DisableServiceRequest; } export interface Params$Resource$Services$Enable extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the consumer and service to enable the service on. The `EnableService` and `DisableService` methods currently only support projects. Enabling a service requires that the service is public or is shared with the user enabling the service. An example name would be: `projects/123/services/serviceusage.googleapis.com` where `123` is the project number (not project ID). */ @@ -2843,22 +2830,12 @@ export namespace serviceusage_v1beta1 { requestBody?: Schema$EnableServiceRequest; } export interface Params$Resource$Services$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the consumer and service to get the `ConsumerState` for. An example name would be: `projects/123/services/serviceusage.googleapis.com` where `123` is the project number (not project ID). */ name?: string; } export interface Params$Resource$Services$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Only list services that conform to the given filter. The allowed filter strings are `state:ENABLED` and `state:DISABLED`. */ @@ -3193,11 +3170,6 @@ export namespace serviceusage_v1beta1 { export interface Params$Resource$Services$Consumerquotametrics$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the quota limit. An example name would be: projects/123/services/serviceusage.googleapis.com/quotas/metrics/serviceusage.googleapis.com%2Fmutate_requests */ @@ -3209,11 +3181,6 @@ export namespace serviceusage_v1beta1 { } export interface Params$Resource$Services$Consumerquotametrics$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested size of the next page of data. */ @@ -3395,11 +3362,6 @@ export namespace serviceusage_v1beta1 { export interface Params$Resource$Services$Consumerquotametrics$Limits$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the quota limit. Use the quota limit resource name returned by previous ListConsumerQuotaMetrics and GetConsumerQuotaMetric API calls. */ @@ -4053,11 +4015,6 @@ export namespace serviceusage_v1beta1 { export interface Params$Resource$Services$Consumerquotametrics$Limits$Adminoverrides$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to force the creation of the quota override. If creating an override would cause the effective quota for the consumer to decrease by more than 10 percent, the call is rejected, as a safety measure to avoid accidentally decreasing quota too quickly. Setting the force parameter to true ignores this restriction. */ @@ -4074,11 +4031,6 @@ export namespace serviceusage_v1beta1 { } export interface Params$Resource$Services$Consumerquotametrics$Limits$Adminoverrides$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to force the deletion of the quota override. If deleting an override would cause the effective quota for the consumer to decrease by more than 10 percent, the call is rejected, as a safety measure to avoid accidentally decreasing quota too quickly. Setting the force parameter to true ignores this restriction. */ @@ -4090,11 +4042,6 @@ export namespace serviceusage_v1beta1 { } export interface Params$Resource$Services$Consumerquotametrics$Limits$Adminoverrides$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested size of the next page of data. */ @@ -4110,11 +4057,6 @@ export namespace serviceusage_v1beta1 { } export interface Params$Resource$Services$Consumerquotametrics$Limits$Adminoverrides$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to force the update of the quota override. If updating an override would cause the effective quota for the consumer to decrease by more than 10 percent, the call is rejected, as a safety measure to avoid accidentally decreasing quota too quickly. Setting the force parameter to true ignores this restriction. */ @@ -4779,11 +4721,6 @@ export namespace serviceusage_v1beta1 { export interface Params$Resource$Services$Consumerquotametrics$Limits$Consumeroverrides$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to force the creation of the quota override. If creating an override would cause the effective quota for the consumer to decrease by more than 10 percent, the call is rejected, as a safety measure to avoid accidentally decreasing quota too quickly. Setting the force parameter to true ignores this restriction. */ @@ -4800,11 +4737,6 @@ export namespace serviceusage_v1beta1 { } export interface Params$Resource$Services$Consumerquotametrics$Limits$Consumeroverrides$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to force the deletion of the quota override. If deleting an override would cause the effective quota for the consumer to decrease by more than 10 percent, the call is rejected, as a safety measure to avoid accidentally decreasing quota too quickly. Setting the force parameter to true ignores this restriction. */ @@ -4816,11 +4748,6 @@ export namespace serviceusage_v1beta1 { } export interface Params$Resource$Services$Consumerquotametrics$Limits$Consumeroverrides$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Requested size of the next page of data. */ @@ -4836,11 +4763,6 @@ export namespace serviceusage_v1beta1 { } export interface Params$Resource$Services$Consumerquotametrics$Limits$Consumeroverrides$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether to force the update of the quota override. If updating an override would cause the effective quota for the consumer to decrease by more than 10 percent, the call is rejected, as a safety measure to avoid accidentally decreasing quota too quickly. Setting the force parameter to true ignores this restriction. */ diff --git a/src/apis/sheets/package.json b/src/apis/sheets/package.json index 2dadb84833..043b928066 100644 --- a/src/apis/sheets/package.json +++ b/src/apis/sheets/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/sheets/v4.ts b/src/apis/sheets/v4.ts index fb6c2a858b..7ffdaaffd1 100644 --- a/src/apis/sheets/v4.ts +++ b/src/apis/sheets/v4.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace sheets_v4 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -4732,11 +4744,6 @@ export namespace sheets_v4 { export interface Params$Resource$Spreadsheets$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The spreadsheet to apply the updates to. */ @@ -4749,22 +4756,12 @@ export namespace sheets_v4 { } export interface Params$Resource$Spreadsheets$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Spreadsheet; } export interface Params$Resource$Spreadsheets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * True if grid data should be returned. This parameter is ignored if a field mask was set in the request. */ @@ -4780,11 +4777,6 @@ export namespace sheets_v4 { } export interface Params$Resource$Spreadsheets$Getbydatafilter extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The spreadsheet to request. */ @@ -5103,11 +5095,6 @@ export namespace sheets_v4 { export interface Params$Resource$Spreadsheets$Developermetadata$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the developer metadata to retrieve. */ @@ -5119,11 +5106,6 @@ export namespace sheets_v4 { } export interface Params$Resource$Spreadsheets$Developermetadata$Search extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the spreadsheet to retrieve metadata from. */ @@ -5299,11 +5281,6 @@ export namespace sheets_v4 { export interface Params$Resource$Spreadsheets$Sheets$Copyto extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the sheet to copy. */ @@ -6952,11 +6929,6 @@ export namespace sheets_v4 { export interface Params$Resource$Spreadsheets$Values$Append extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Determines if the update response should include the values of the cells that were appended. By default, responses do not include the updated values. */ @@ -6993,11 +6965,6 @@ export namespace sheets_v4 { } export interface Params$Resource$Spreadsheets$Values$Batchclear extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the spreadsheet to update. */ @@ -7010,11 +6977,6 @@ export namespace sheets_v4 { } export interface Params$Resource$Spreadsheets$Values$Batchclearbydatafilter extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the spreadsheet to update. */ @@ -7027,11 +6989,6 @@ export namespace sheets_v4 { } export interface Params$Resource$Spreadsheets$Values$Batchget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER]. */ @@ -7055,11 +7012,6 @@ export namespace sheets_v4 { } export interface Params$Resource$Spreadsheets$Values$Batchgetbydatafilter extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the spreadsheet to retrieve data from. */ @@ -7072,11 +7024,6 @@ export namespace sheets_v4 { } export interface Params$Resource$Spreadsheets$Values$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the spreadsheet to update. */ @@ -7089,11 +7036,6 @@ export namespace sheets_v4 { } export interface Params$Resource$Spreadsheets$Values$Batchupdatebydatafilter extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the spreadsheet to update. */ @@ -7106,11 +7048,6 @@ export namespace sheets_v4 { } export interface Params$Resource$Spreadsheets$Values$Clear extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The A1 notation of the values to clear. */ @@ -7127,11 +7064,6 @@ export namespace sheets_v4 { } export interface Params$Resource$Spreadsheets$Values$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * How dates, times, and durations should be represented in the output. This is ignored if value_render_option is FORMATTED_VALUE. The default dateTime render option is [DateTimeRenderOption.SERIAL_NUMBER]. */ @@ -7155,11 +7087,6 @@ export namespace sheets_v4 { } export interface Params$Resource$Spreadsheets$Values$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Determines if the update response should include the values of the cells that were updated. By default, responses do not include the updated values. If the range to write was larger than the range actually written, the response includes all values in the requested range (excluding trailing empty rows and columns). */ diff --git a/src/apis/siteVerification/package.json b/src/apis/siteVerification/package.json index 650d0968e0..6c3fee7fbe 100644 --- a/src/apis/siteVerification/package.json +++ b/src/apis/siteVerification/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/siteVerification/v1.ts b/src/apis/siteVerification/v1.ts index 5f901cdfcc..a579dcce74 100644 --- a/src/apis/siteVerification/v1.ts +++ b/src/apis/siteVerification/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace siteVerification_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1181,22 +1193,12 @@ export namespace siteVerification_v1 { export interface Params$Resource$Webresource$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The id of a verified site or domain. */ id?: string; } export interface Params$Resource$Webresource$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The id of a verified site or domain. */ @@ -1204,11 +1206,6 @@ export namespace siteVerification_v1 { } export interface Params$Resource$Webresource$Gettoken extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1216,11 +1213,6 @@ export namespace siteVerification_v1 { } export interface Params$Resource$Webresource$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The method to use for verifying a site or domain. */ @@ -1231,19 +1223,10 @@ export namespace siteVerification_v1 { */ requestBody?: Schema$SiteVerificationWebResourceResource; } - export interface Params$Resource$Webresource$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Webresource$List + extends StandardParameters {} export interface Params$Resource$Webresource$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The id of a verified site or domain. */ @@ -1256,11 +1239,6 @@ export namespace siteVerification_v1 { } export interface Params$Resource$Webresource$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The id of a verified site or domain. */ diff --git a/src/apis/slides/package.json b/src/apis/slides/package.json index 66637b9257..02decca8d7 100644 --- a/src/apis/slides/package.json +++ b/src/apis/slides/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/slides/v1.ts b/src/apis/slides/v1.ts index 2ac025909e..d6bf449f3d 100644 --- a/src/apis/slides/v1.ts +++ b/src/apis/slides/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace slides_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -3043,11 +3055,6 @@ export namespace slides_v1 { export interface Params$Resource$Presentations$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The presentation to apply the updates to. */ @@ -3060,11 +3067,6 @@ export namespace slides_v1 { } export interface Params$Resource$Presentations$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -3072,11 +3074,6 @@ export namespace slides_v1 { } export interface Params$Resource$Presentations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the presentation to retrieve. */ @@ -3393,11 +3390,6 @@ export namespace slides_v1 { export interface Params$Resource$Presentations$Pages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The object ID of the page to retrieve. */ @@ -3409,11 +3401,6 @@ export namespace slides_v1 { } export interface Params$Resource$Presentations$Pages$Getthumbnail extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The object ID of the page whose thumbnail to retrieve. */ diff --git a/src/apis/sourcerepo/package.json b/src/apis/sourcerepo/package.json index 16629de20d..7a653c0c5a 100644 --- a/src/apis/sourcerepo/package.json +++ b/src/apis/sourcerepo/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/sourcerepo/v1.ts b/src/apis/sourcerepo/v1.ts index c339a948e7..9e46a96670 100644 --- a/src/apis/sourcerepo/v1.ts +++ b/src/apis/sourcerepo/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace sourcerepo_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -701,11 +713,6 @@ export namespace sourcerepo_v1 { export interface Params$Resource$Projects$Getconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the requested project. Values are of the form `projects/`. */ @@ -713,11 +720,6 @@ export namespace sourcerepo_v1 { } export interface Params$Resource$Projects$Updateconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the requested project. Values are of the form `projects/`. */ @@ -2043,11 +2045,6 @@ export namespace sourcerepo_v1 { export interface Params$Resource$Projects$Repos$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project in which to create the repo. Values are of the form `projects/`. */ @@ -2060,11 +2057,6 @@ export namespace sourcerepo_v1 { } export interface Params$Resource$Projects$Repos$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the repo to delete. Values are of the form `projects//repos/`. */ @@ -2072,11 +2064,6 @@ export namespace sourcerepo_v1 { } export interface Params$Resource$Projects$Repos$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the requested repository. Values are of the form `projects//repos/`. */ @@ -2084,11 +2071,6 @@ export namespace sourcerepo_v1 { } export interface Params$Resource$Projects$Repos$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The policy format version to be returned. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional bindings must specify version 3. Policies without any conditional bindings may specify any valid value or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). */ @@ -2100,11 +2082,6 @@ export namespace sourcerepo_v1 { } export interface Params$Resource$Projects$Repos$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The project ID whose repos should be listed. Values are of the form `projects/`. */ @@ -2120,11 +2097,6 @@ export namespace sourcerepo_v1 { } export interface Params$Resource$Projects$Repos$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the requested repository. Values are of the form `projects//repos/`. */ @@ -2137,11 +2109,6 @@ export namespace sourcerepo_v1 { } export interface Params$Resource$Projects$Repos$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field. */ @@ -2154,11 +2121,6 @@ export namespace sourcerepo_v1 { } export interface Params$Resource$Projects$Repos$Sync extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the repo to synchronize. Values are of the form `projects//repos/`. */ @@ -2171,11 +2133,6 @@ export namespace sourcerepo_v1 { } export interface Params$Resource$Projects$Repos$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field. */ diff --git a/src/apis/spanner/package.json b/src/apis/spanner/package.json index 01dc3bc216..d114b65948 100644 --- a/src/apis/spanner/package.json +++ b/src/apis/spanner/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/spanner/v1.ts b/src/apis/spanner/v1.ts index 24b8aed32a..a142da835a 100644 --- a/src/apis/spanner/v1.ts +++ b/src/apis/spanner/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace spanner_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1728,11 +1740,6 @@ export namespace spanner_v1 { export interface Params$Resource$Projects$Instanceconfigs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the requested instance configuration. Values are of the form `projects//instanceConfigs/`. */ @@ -1740,11 +1747,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instanceconfigs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Number of instance configurations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size. */ @@ -2965,11 +2967,6 @@ export namespace spanner_v1 { export interface Params$Resource$Projects$Instances$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the project in which to create the instance. Values are of the form `projects/`. */ @@ -2982,11 +2979,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the instance to be deleted. Values are of the form `projects//instances/` */ @@ -2994,11 +2986,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If field_mask is present, specifies the subset of Instance fields that should be returned. If absent, all Instance fields are returned. */ @@ -3010,11 +2997,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The Cloud Spanner resource for which the policy is being retrieved. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources. */ @@ -3027,11 +3009,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `name` * `display_name` * `labels.key` where key is the name of a label Some examples of using filters are: * `name:*` --> The instance has a name. * `name:Howl` --> The instance's name contains the string "howl". * `name:HOWL` --> Equivalent to above. * `NAME:howl` --> Equivalent to above. * `labels.env:*` --> The instance has the label "env". * `labels.env:dev` --> The instance has the label "env" and the value of the label contains the string "dev". * `name:howl labels.env:dev` --> The instance's name contains "howl" and it has the label "env" with its value containing "dev". */ @@ -3051,11 +3028,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A unique identifier for the instance, which cannot be changed after the instance is created. Values are of the form `projects//instances/a-z*[a-z0-9]`. The final segment of the name must be between 2 and 64 characters in length. */ @@ -3068,11 +3040,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The Cloud Spanner resource for which the policy is being set. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for databases resources. */ @@ -3085,11 +3052,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The Cloud Spanner resource for which permissions are being tested. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources. */ @@ -3305,11 +3267,6 @@ export namespace spanner_v1 { export interface Params$Resource$Projects$Instances$Backupoperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An expression that filters the list of returned backup operations. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of: `<`, `>`, `<=`, `>=`, `!=`, `=`, or `:`. Colon `:` is the contains operator. Filter rules are not case sensitive. The following fields in the operation are eligible for filtering: * `name` - The name of the long-running operation * `done` - False if the operation is in progress, else true. * `metadata.@type` - the type of metadata. For example, the type string for CreateBackupMetadata is `type.googleapis.com/google.spanner.admin.database.v1.CreateBackupMetadata`. * `metadata.` - any field in metadata.value. * `error` - Error associated with the long-running operation. * `response.@type` - the type of response. * `response.` - any field in response.value. You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic, but you can specify AND, OR, and NOT logic explicitly. Here are a few examples: * `done:true` - The operation is complete. * `metadata.database:prod` - The database the backup was taken from has a name containing the string "prod". * `(metadata.@type=type.googleapis.com/google.spanner.admin.database.v1.CreateBackupMetadata) AND` \ `(metadata.name:howl) AND` \ `(metadata.progress.start_time < \"2018-03-28T14:50:00Z\") AND` \ `(error:*)` - Returns operations where: * The operation's metadata type is CreateBackupMetadata. * The backup name contains the string "howl". * The operation started before 2018-03-28T14:50:00Z. * The operation resulted in an error. */ @@ -4570,11 +4527,6 @@ export namespace spanner_v1 { export interface Params$Resource$Projects$Instances$Backups$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The id of the backup to be created. The `backup_id` appended to `parent` forms the full backup name of the form `projects//instances//backups/`. */ @@ -4591,11 +4543,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Backups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the backup to delete. Values are of the form `projects//instances//backups/`. */ @@ -4603,11 +4550,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Backups$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Name of the backup. Values are of the form `projects//instances//backups/`. */ @@ -4615,11 +4557,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Backups$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The Cloud Spanner resource for which the policy is being retrieved. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources. */ @@ -4632,11 +4569,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Backups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An expression that filters the list of returned backups. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of: `<`, `>`, `<=`, `>=`, `!=`, `=`, or `:`. Colon `:` is the contains operator. Filter rules are not case sensitive. The following fields in the Backup are eligible for filtering: * `name` * `database` * `state` * `create_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `expire_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic, but you can specify AND, OR, and NOT logic explicitly. Here are a few examples: * `name:Howl` - The backup's name contains the string "howl". * `database:prod` - The database's name contains the string "prod". * `state:CREATING` - The backup is pending creation. * `state:READY` - The backup is fully created and ready for use. * `(name:howl) AND (create_time < \"2018-03-28T14:50:00Z\")` - The backup name contains the string "howl" and `create_time` of the backup is before 2018-03-28T14:50:00Z. * `expire_time < \"2018-03-28T14:50:00Z\"` - The backup `expire_time` is before 2018-03-28T14:50:00Z. * `size_bytes > 10000000000` - The backup's size is greater than 10GB */ @@ -4656,11 +4588,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Backups$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Output only for the CreateBackup operation. Required for the UpdateBackup operation. A globally unique identifier for the backup which cannot be changed. Values are of the form `projects//instances//backups/a-z*[a-z0-9]` The final segment of the name must be between 2 and 60 characters in length. The backup is stored in the location(s) specified in the instance configuration of the instance containing the backup, identified by the prefix of the backup name of the form `projects//instances/`. */ @@ -4677,11 +4604,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Backups$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The Cloud Spanner resource for which the policy is being set. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for databases resources. */ @@ -4694,11 +4616,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Backups$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The Cloud Spanner resource for which permissions are being tested. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources. */ @@ -5262,11 +5179,6 @@ export namespace spanner_v1 { export interface Params$Resource$Projects$Instances$Backups$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -5274,11 +5186,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Backups$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -5286,11 +5193,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Backups$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -5298,11 +5200,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Backups$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -5527,11 +5424,6 @@ export namespace spanner_v1 { export interface Params$Resource$Projects$Instances$Databaseoperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An expression that filters the list of returned operations. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of: `<`, `>`, `<=`, `>=`, `!=`, `=`, or `:`. Colon `:` is the contains operator. Filter rules are not case sensitive. The following fields in the Operation are eligible for filtering: * `name` - The name of the long-running operation * `done` - False if the operation is in progress, else true. * `metadata.@type` - the type of metadata. For example, the type string for RestoreDatabaseMetadata is `type.googleapis.com/google.spanner.admin.database.v1.RestoreDatabaseMetadata`. * `metadata.` - any field in metadata.value. * `error` - Error associated with the long-running operation. * `response.@type` - the type of response. * `response.` - any field in response.value. You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic. However, you can specify AND, OR, and NOT logic explicitly. Here are a few examples: * `done:true` - The operation is complete. * `(metadata.@type=type.googleapis.com/google.spanner.admin.database.v1.RestoreDatabaseMetadata) AND` \ `(metadata.source_type:BACKUP) AND` \ `(metadata.backup_info.backup:backup_howl) AND` \ `(metadata.name:restored_howl) AND` \ `(metadata.progress.start_time < \"2018-03-28T14:50:00Z\") AND` \ `(error:*)` - Return operations where: * The operation's metadata type is RestoreDatabaseMetadata. * The database is restored from a backup. * The backup name contains "backup_howl". * The restored database's name contains "restored_howl". * The operation started before 2018-03-28T14:50:00Z. * The operation resulted in an error. */ @@ -7009,11 +6901,6 @@ export namespace spanner_v1 { export interface Params$Resource$Projects$Instances$Databases$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the instance that will serve the new database. Values are of the form `projects//instances/`. */ @@ -7026,11 +6913,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Dropdatabase extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database to be dropped. */ @@ -7038,11 +6920,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the requested database. Values are of the form `projects//instances//databases/`. */ @@ -7050,11 +6927,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Getddl extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database whose schema we wish to get. */ @@ -7062,11 +6934,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The Cloud Spanner resource for which the policy is being retrieved. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources. */ @@ -7079,11 +6946,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Number of databases to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size. */ @@ -7099,11 +6961,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Restore extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the instance in which to create the restored database. This instance must be in the same project and have the same instance configuration as the instance containing the source backup. Values are of the form `projects//instances/`. */ @@ -7116,11 +6973,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The Cloud Spanner resource for which the policy is being set. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for databases resources. */ @@ -7133,11 +6985,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * REQUIRED: The Cloud Spanner resource for which permissions are being tested. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources. */ @@ -7150,11 +6997,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Updateddl extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database to update. */ @@ -7718,11 +7560,6 @@ export namespace spanner_v1 { export interface Params$Resource$Projects$Instances$Databases$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -7730,11 +7567,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -7742,11 +7574,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -7754,11 +7581,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -10039,11 +9861,6 @@ export namespace spanner_v1 { export interface Params$Resource$Projects$Instances$Databases$Sessions$Batchcreate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database in which the new sessions are created. */ @@ -10056,11 +9873,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Sessions$Begintransaction extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session in which the transaction runs. */ @@ -10073,11 +9885,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Sessions$Commit extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session in which the transaction to be committed is running. */ @@ -10090,11 +9897,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Sessions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database in which the new session is created. */ @@ -10107,11 +9909,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Sessions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session to delete. */ @@ -10119,11 +9916,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Sessions$Executebatchdml extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session in which the DML statements should be performed. */ @@ -10136,11 +9928,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Sessions$Executesql extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session in which the SQL query should be performed. */ @@ -10153,11 +9940,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Sessions$Executestreamingsql extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session in which the SQL query should be performed. */ @@ -10170,11 +9952,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Sessions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the session to retrieve. */ @@ -10182,11 +9959,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Sessions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The database in which to list sessions. */ @@ -10206,11 +9978,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Sessions$Partitionquery extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session used to create the partitions. */ @@ -10223,11 +9990,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Sessions$Partitionread extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session used to create the partitions. */ @@ -10240,11 +10002,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Sessions$Read extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session in which the read should be performed. */ @@ -10257,11 +10014,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Sessions$Rollback extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session in which the transaction to roll back is running. */ @@ -10274,11 +10026,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Databases$Sessions$Streamingread extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The session in which the read should be performed. */ @@ -10838,11 +10585,6 @@ export namespace spanner_v1 { export interface Params$Resource$Projects$Instances$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -10850,11 +10592,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -10862,11 +10599,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -10874,11 +10606,6 @@ export namespace spanner_v1 { } export interface Params$Resource$Projects$Instances$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/speech/package.json b/src/apis/speech/package.json index 8d89932cbb..9ba4050dc5 100644 --- a/src/apis/speech/package.json +++ b/src/apis/speech/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/speech/v1.ts b/src/apis/speech/v1.ts index 4a8002f395..a56971fb54 100644 --- a/src/apis/speech/v1.ts +++ b/src/apis/speech/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace speech_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -716,22 +728,12 @@ export namespace speech_v1 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -1057,11 +1059,6 @@ export namespace speech_v1 { export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -1069,11 +1066,6 @@ export namespace speech_v1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -1383,22 +1375,12 @@ export namespace speech_v1 { export interface Params$Resource$Speech$Longrunningrecognize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$LongRunningRecognizeRequest; } export interface Params$Resource$Speech$Recognize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/speech/v1p1beta1.ts b/src/apis/speech/v1p1beta1.ts index 45b0fe958c..1823bf8aac 100644 --- a/src/apis/speech/v1p1beta1.ts +++ b/src/apis/speech/v1p1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace speech_v1p1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -824,22 +836,12 @@ export namespace speech_v1p1beta1 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -1165,11 +1167,6 @@ export namespace speech_v1p1beta1 { export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -1177,11 +1174,6 @@ export namespace speech_v1p1beta1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -1491,22 +1483,12 @@ export namespace speech_v1p1beta1 { export interface Params$Resource$Speech$Longrunningrecognize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$LongRunningRecognizeRequest; } export interface Params$Resource$Speech$Recognize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/speech/v2beta1.ts b/src/apis/speech/v2beta1.ts index f0c316bfc9..555068daeb 100644 --- a/src/apis/speech/v2beta1.ts +++ b/src/apis/speech/v2beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace speech_v2beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -567,11 +579,6 @@ export namespace speech_v2beta1 { export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -579,11 +586,6 @@ export namespace speech_v2beta1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ diff --git a/src/apis/sql/package.json b/src/apis/sql/package.json index 97299be259..b86c594c1c 100644 --- a/src/apis/sql/package.json +++ b/src/apis/sql/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/sql/v1beta4.ts b/src/apis/sql/v1beta4.ts index 3b2489490e..ccd043cc3d 100644 --- a/src/apis/sql/v1beta4.ts +++ b/src/apis/sql/v1beta4.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace sql_v1beta4 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2193,11 +2205,6 @@ export namespace sql_v1beta4 { export interface Params$Resource$Backupruns$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the Backup Run to delete. To find a Backup Run ID, use the list method. */ @@ -2212,11 +2219,6 @@ export namespace sql_v1beta4 { project?: string; } export interface Params$Resource$Backupruns$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of this Backup Run. */ @@ -2232,11 +2234,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Backupruns$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -2252,11 +2249,6 @@ export namespace sql_v1beta4 { requestBody?: Schema$BackupRun; } export interface Params$Resource$Backupruns$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -3232,11 +3224,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Databases$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the database to be deleted in the instance. */ @@ -3251,11 +3238,6 @@ export namespace sql_v1beta4 { project?: string; } export interface Params$Resource$Databases$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the database in the instance. */ @@ -3270,11 +3252,6 @@ export namespace sql_v1beta4 { project?: string; } export interface Params$Resource$Databases$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Database instance ID. This does not include the project ID. */ @@ -3290,11 +3267,6 @@ export namespace sql_v1beta4 { requestBody?: Schema$Database; } export interface Params$Resource$Databases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -3305,11 +3277,6 @@ export namespace sql_v1beta4 { project?: string; } export interface Params$Resource$Databases$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the database to be updated in the instance. */ @@ -3329,11 +3296,6 @@ export namespace sql_v1beta4 { requestBody?: Schema$Database; } export interface Params$Resource$Databases$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the database to be updated in the instance. */ @@ -3496,11 +3458,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Flags$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Database type and version you want to retrieve flags for. By default, this method returns flags for all database types and versions. */ @@ -6868,11 +6825,6 @@ export namespace sql_v1beta4 { export interface Params$Resource$Instances$Addserverca extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -6883,11 +6835,6 @@ export namespace sql_v1beta4 { project?: string; } export interface Params$Resource$Instances$Clone extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID. */ @@ -6903,11 +6850,6 @@ export namespace sql_v1beta4 { requestBody?: Schema$InstancesCloneRequest; } export interface Params$Resource$Instances$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -6919,11 +6861,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Instances$Demotemaster extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance name. */ @@ -6939,11 +6876,6 @@ export namespace sql_v1beta4 { requestBody?: Schema$InstancesDemoteMasterRequest; } export interface Params$Resource$Instances$Export extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -6960,11 +6892,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Instances$Failover extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -6980,11 +6907,6 @@ export namespace sql_v1beta4 { requestBody?: Schema$InstancesFailoverRequest; } export interface Params$Resource$Instances$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Database instance ID. This does not include the project ID. */ @@ -6995,11 +6917,6 @@ export namespace sql_v1beta4 { project?: string; } export interface Params$Resource$Instances$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -7015,11 +6932,6 @@ export namespace sql_v1beta4 { requestBody?: Schema$InstancesImportRequest; } export interface Params$Resource$Instances$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID of the project to which the newly created Cloud SQL instances should belong. */ @@ -7031,11 +6943,6 @@ export namespace sql_v1beta4 { requestBody?: Schema$DatabaseInstance; } export interface Params$Resource$Instances$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A filter expression that filters resources listed in the response. The expression is in the form of field:value. For example, 'instanceType:CLOUD_SQL_INSTANCE'. Fields can be nested as needed as per their JSON representation, such as 'settings.userLabels.auto_start:true'. Multiple filter queries are space-separated. For example. 'state:RUNNABLE instanceType:CLOUD_SQL_INSTANCE'. By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. */ @@ -7055,11 +6962,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Instances$Listservercas extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -7070,11 +6972,6 @@ export namespace sql_v1beta4 { project?: string; } export interface Params$Resource$Instances$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -7091,11 +6988,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Instances$Promotereplica extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL read replica instance name. */ @@ -7107,11 +6999,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Instances$Resetsslconfig extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -7123,11 +7010,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Instances$Restart extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -7139,11 +7021,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Instances$Restorebackup extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -7160,11 +7037,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Instances$Rotateserverca extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -7181,11 +7053,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Instances$Startreplica extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL read replica instance name. */ @@ -7197,11 +7064,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Instances$Stopreplica extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL read replica instance name. */ @@ -7213,11 +7075,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Instances$Truncatelog extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -7233,11 +7090,6 @@ export namespace sql_v1beta4 { requestBody?: Schema$InstancesTruncateLogRequest; } export interface Params$Resource$Instances$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -7559,11 +7411,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Instance operation ID. */ @@ -7574,11 +7421,6 @@ export namespace sql_v1beta4 { project?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -8098,11 +7940,6 @@ export namespace sql_v1beta4 { export interface Params$Resource$Projects$Instances$Reschedulemaintenance extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -8119,11 +7956,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Projects$Instances$Startexternalsync extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -8139,11 +7971,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Projects$Instances$Verifyexternalsyncsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -8920,11 +8747,6 @@ export namespace sql_v1beta4 { export interface Params$Resource$Sslcerts$Createephemeral extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -8940,11 +8762,6 @@ export namespace sql_v1beta4 { requestBody?: Schema$SslCertsCreateEphemeralRequest; } export interface Params$Resource$Sslcerts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -8959,11 +8776,6 @@ export namespace sql_v1beta4 { sha1Fingerprint?: string; } export interface Params$Resource$Sslcerts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -8978,11 +8790,6 @@ export namespace sql_v1beta4 { sha1Fingerprint?: string; } export interface Params$Resource$Sslcerts$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -8998,11 +8805,6 @@ export namespace sql_v1beta4 { requestBody?: Schema$SslCertsInsertRequest; } export interface Params$Resource$Sslcerts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud SQL instance ID. This does not include the project ID. */ @@ -9158,11 +8960,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Tiers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID of the project for which to list tiers. */ @@ -9812,11 +9609,6 @@ export namespace sql_v1beta4 { } export interface Params$Resource$Users$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Host of the user in the instance. */ @@ -9835,11 +9627,6 @@ export namespace sql_v1beta4 { project?: string; } export interface Params$Resource$Users$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Database instance ID. This does not include the project ID. */ @@ -9855,11 +9642,6 @@ export namespace sql_v1beta4 { requestBody?: Schema$User; } export interface Params$Resource$Users$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Database instance ID. This does not include the project ID. */ @@ -9870,11 +9652,6 @@ export namespace sql_v1beta4 { project?: string; } export interface Params$Resource$Users$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Host of the user in the instance. */ diff --git a/src/apis/storage/package.json b/src/apis/storage/package.json index a11adac64b..0c7ab4b1d5 100644 --- a/src/apis/storage/package.json +++ b/src/apis/storage/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/storage/v1.ts b/src/apis/storage/v1.ts index 16de78d6bf..dab59fc3d2 100644 --- a/src/apis/storage/v1.ts +++ b/src/apis/storage/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace storage_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1844,11 +1856,6 @@ export namespace storage_v1 { export interface Params$Resource$Bucketaccesscontrols$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -1868,11 +1875,6 @@ export namespace storage_v1 { } export interface Params$Resource$Bucketaccesscontrols$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -1892,11 +1894,6 @@ export namespace storage_v1 { } export interface Params$Resource$Bucketaccesscontrols$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -1917,11 +1914,6 @@ export namespace storage_v1 { } export interface Params$Resource$Bucketaccesscontrols$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -1937,11 +1929,6 @@ export namespace storage_v1 { } export interface Params$Resource$Bucketaccesscontrols$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -1966,11 +1953,6 @@ export namespace storage_v1 { } export interface Params$Resource$Bucketaccesscontrols$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -3742,11 +3724,6 @@ export namespace storage_v1 { } export interface Params$Resource$Buckets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -3769,11 +3746,6 @@ export namespace storage_v1 { userProject?: string; } export interface Params$Resource$Buckets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -3801,11 +3773,6 @@ export namespace storage_v1 { } export interface Params$Resource$Buckets$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -3824,11 +3791,6 @@ export namespace storage_v1 { userProject?: string; } export interface Params$Resource$Buckets$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Apply a predefined set of access controls to this bucket. */ @@ -3860,11 +3822,6 @@ export namespace storage_v1 { requestBody?: Schema$Bucket; } export interface Params$Resource$Buckets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of buckets to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller. */ @@ -3896,11 +3853,6 @@ export namespace storage_v1 { } export interface Params$Resource$Buckets$Lockretentionpolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -3919,11 +3871,6 @@ export namespace storage_v1 { userProject?: string; } export interface Params$Resource$Buckets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -3964,11 +3911,6 @@ export namespace storage_v1 { } export interface Params$Resource$Buckets$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -3989,11 +3931,6 @@ export namespace storage_v1 { } export interface Params$Resource$Buckets$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -4012,11 +3949,6 @@ export namespace storage_v1 { userProject?: string; } export interface Params$Resource$Buckets$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -4207,11 +4139,6 @@ export namespace storage_v1 { } export interface Params$Resource$Channels$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5203,11 +5130,6 @@ export namespace storage_v1 { export interface Params$Resource$Defaultobjectaccesscontrols$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -5227,11 +5149,6 @@ export namespace storage_v1 { } export interface Params$Resource$Defaultobjectaccesscontrols$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -5251,11 +5168,6 @@ export namespace storage_v1 { } export interface Params$Resource$Defaultobjectaccesscontrols$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -5276,11 +5188,6 @@ export namespace storage_v1 { } export interface Params$Resource$Defaultobjectaccesscontrols$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -5304,11 +5211,6 @@ export namespace storage_v1 { } export interface Params$Resource$Defaultobjectaccesscontrols$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -5333,11 +5235,6 @@ export namespace storage_v1 { } export interface Params$Resource$Defaultobjectaccesscontrols$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -5969,11 +5866,6 @@ export namespace storage_v1 { export interface Params$Resource$Notifications$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent bucket of the notification. */ @@ -5993,11 +5885,6 @@ export namespace storage_v1 { } export interface Params$Resource$Notifications$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent bucket of the notification. */ @@ -6017,11 +5904,6 @@ export namespace storage_v1 { } export interface Params$Resource$Notifications$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The parent bucket of the notification. */ @@ -6042,11 +5924,6 @@ export namespace storage_v1 { } export interface Params$Resource$Notifications$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a Google Cloud Storage bucket. */ @@ -7076,11 +6953,6 @@ export namespace storage_v1 { export interface Params$Resource$Objectaccesscontrols$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -7108,11 +6980,6 @@ export namespace storage_v1 { } export interface Params$Resource$Objectaccesscontrols$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -7140,11 +7007,6 @@ export namespace storage_v1 { } export interface Params$Resource$Objectaccesscontrols$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -7173,11 +7035,6 @@ export namespace storage_v1 { } export interface Params$Resource$Objectaccesscontrols$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -7201,11 +7058,6 @@ export namespace storage_v1 { } export interface Params$Resource$Objectaccesscontrols$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -7238,11 +7090,6 @@ export namespace storage_v1 { } export interface Params$Resource$Objectaccesscontrols$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -9897,11 +9744,6 @@ export namespace storage_v1 { } export interface Params$Resource$Objects$Compose extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket containing the source objects. The destination object is stored in this bucket. */ @@ -9941,11 +9783,6 @@ export namespace storage_v1 { requestBody?: Schema$ComposeRequest; } export interface Params$Resource$Objects$Copy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which to store the new object. Overrides the provided object metadata's bucket value, if any.For information about how to URL encode object names to be path safe, see Encoding URI Path Parts. */ @@ -10025,11 +9862,6 @@ export namespace storage_v1 { requestBody?: Schema$Object; } export interface Params$Resource$Objects$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which the object resides. */ @@ -10068,11 +9900,6 @@ export namespace storage_v1 { userProject?: string; } export interface Params$Resource$Objects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which the object resides. */ @@ -10116,11 +9943,6 @@ export namespace storage_v1 { } export interface Params$Resource$Objects$Getiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which the object resides. */ @@ -10143,11 +9965,6 @@ export namespace storage_v1 { userProject?: string; } export interface Params$Resource$Objects$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which to store the new object. Overrides the provided object metadata's bucket value, if any. */ @@ -10218,11 +10035,6 @@ export namespace storage_v1 { }; } export interface Params$Resource$Objects$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which to look for objects. */ @@ -10273,11 +10085,6 @@ export namespace storage_v1 { versions?: boolean; } export interface Params$Resource$Objects$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which the object resides. */ @@ -10329,11 +10136,6 @@ export namespace storage_v1 { requestBody?: Schema$Object; } export interface Params$Resource$Objects$Rewrite extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which to store the new object. Overrides the provided object metadata's bucket value, if any. */ @@ -10422,11 +10224,6 @@ export namespace storage_v1 { } export interface Params$Resource$Objects$Setiampolicy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which the object resides. */ @@ -10455,11 +10252,6 @@ export namespace storage_v1 { } export interface Params$Resource$Objects$Testiampermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which the object resides. */ @@ -10486,11 +10278,6 @@ export namespace storage_v1 { userProject?: string; } export interface Params$Resource$Objects$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which the object resides. */ @@ -10542,11 +10329,6 @@ export namespace storage_v1 { requestBody?: Schema$Object; } export interface Params$Resource$Objects$Watchall extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which to look for objects. */ @@ -11364,11 +11146,6 @@ export namespace storage_v1 { export interface Params$Resource$Projects$Hmackeys$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID owning the service account. */ @@ -11384,11 +11161,6 @@ export namespace storage_v1 { } export interface Params$Resource$Projects$Hmackeys$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HMAC key to be deleted. */ @@ -11404,11 +11176,6 @@ export namespace storage_v1 { } export interface Params$Resource$Projects$Hmackeys$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HMAC key. */ @@ -11424,11 +11191,6 @@ export namespace storage_v1 { } export interface Params$Resource$Projects$Hmackeys$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of items to return in a single page of responses. The service uses this parameter or 250 items, whichever is smaller. The max number of items per page will also be limited by the number of distinct service accounts in the response. If the number of service accounts in a single response is too high, the page will truncated and a next page token will be returned. */ @@ -11456,11 +11218,6 @@ export namespace storage_v1 { } export interface Params$Resource$Projects$Hmackeys$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the HMAC key being updated. */ @@ -11632,11 +11389,6 @@ export namespace storage_v1 { export interface Params$Resource$Projects$Serviceaccount$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Project ID */ diff --git a/src/apis/storage/v1beta2.ts b/src/apis/storage/v1beta2.ts index 5b443930e5..25241bea29 100644 --- a/src/apis/storage/v1beta2.ts +++ b/src/apis/storage/v1beta2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace storage_v1beta2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -1441,11 +1453,6 @@ export namespace storage_v1beta2 { export interface Params$Resource$Bucketaccesscontrols$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -1457,11 +1464,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Bucketaccesscontrols$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -1473,11 +1475,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Bucketaccesscontrols$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -1490,11 +1487,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Bucketaccesscontrols$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -1502,11 +1494,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Bucketaccesscontrols$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -1523,11 +1510,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Bucketaccesscontrols$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -2524,11 +2506,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Buckets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -2543,11 +2520,6 @@ export namespace storage_v1beta2 { ifMetagenerationNotMatch?: string; } export interface Params$Resource$Buckets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -2566,11 +2538,6 @@ export namespace storage_v1beta2 { projection?: string; } export interface Params$Resource$Buckets$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A valid API project identifier. */ @@ -2586,11 +2553,6 @@ export namespace storage_v1beta2 { requestBody?: Schema$Bucket; } export interface Params$Resource$Buckets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of buckets to return. */ @@ -2609,11 +2571,6 @@ export namespace storage_v1beta2 { projection?: string; } export interface Params$Resource$Buckets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -2637,11 +2594,6 @@ export namespace storage_v1beta2 { requestBody?: Schema$Bucket; } export interface Params$Resource$Buckets$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -2814,11 +2766,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Channels$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -3747,11 +3694,6 @@ export namespace storage_v1beta2 { export interface Params$Resource$Defaultobjectaccesscontrols$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -3763,11 +3705,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Defaultobjectaccesscontrols$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -3779,11 +3716,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Defaultobjectaccesscontrols$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -3796,11 +3728,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Defaultobjectaccesscontrols$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -3816,11 +3743,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Defaultobjectaccesscontrols$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -3837,11 +3759,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Defaultobjectaccesscontrols$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -4809,11 +4726,6 @@ export namespace storage_v1beta2 { export interface Params$Resource$Objectaccesscontrols$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -4833,11 +4745,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Objectaccesscontrols$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -4857,11 +4764,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Objectaccesscontrols$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -4882,11 +4784,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Objectaccesscontrols$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -4902,11 +4799,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Objectaccesscontrols$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -4931,11 +4823,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Objectaccesscontrols$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of a bucket. */ @@ -6671,11 +6558,6 @@ export namespace storage_v1beta2 { } export interface Params$Resource$Objects$Compose extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket containing the source objects. The destination object is stored in this bucket. */ @@ -6699,11 +6581,6 @@ export namespace storage_v1beta2 { requestBody?: Schema$ComposeRequest; } export interface Params$Resource$Objects$Copy extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which to store the new object. Overrides the provided object metadata's bucket value, if any. */ @@ -6767,11 +6644,6 @@ export namespace storage_v1beta2 { requestBody?: Schema$Object; } export interface Params$Resource$Objects$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which the object resides. */ @@ -6802,11 +6674,6 @@ export namespace storage_v1beta2 { object?: string; } export interface Params$Resource$Objects$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which the object resides. */ @@ -6841,11 +6708,6 @@ export namespace storage_v1beta2 { projection?: string; } export interface Params$Resource$Objects$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which to store the new object. Overrides the provided object metadata's bucket value, if any. */ @@ -6896,11 +6758,6 @@ export namespace storage_v1beta2 { }; } export interface Params$Resource$Objects$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which to look for objects. */ @@ -6931,11 +6788,6 @@ export namespace storage_v1beta2 { versions?: boolean; } export interface Params$Resource$Objects$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which the object resides. */ @@ -6975,11 +6827,6 @@ export namespace storage_v1beta2 { requestBody?: Schema$Object; } export interface Params$Resource$Objects$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which the object resides. */ @@ -7019,11 +6866,6 @@ export namespace storage_v1beta2 { requestBody?: Schema$Object; } export interface Params$Resource$Objects$Watchall extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the bucket in which to look for objects. */ diff --git a/src/apis/storagetransfer/package.json b/src/apis/storagetransfer/package.json index c6f77fada1..1ecb8aacb7 100644 --- a/src/apis/storagetransfer/package.json +++ b/src/apis/storagetransfer/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/storagetransfer/v1.ts b/src/apis/storagetransfer/v1.ts index 1091df1132..580ab3e543 100644 --- a/src/apis/storagetransfer/v1.ts +++ b/src/apis/storagetransfer/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace storagetransfer_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -785,11 +797,6 @@ export namespace storagetransfer_v1 { export interface Params$Resource$Googleserviceaccounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ID of the Google Cloud Platform Console project that the Google service account is associated with. */ @@ -1398,22 +1405,12 @@ export namespace storagetransfer_v1 { export interface Params$Resource$Transferjobs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$TransferJob; } export interface Params$Resource$Transferjobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The job to get. */ @@ -1425,11 +1422,6 @@ export namespace storagetransfer_v1 { } export interface Params$Resource$Transferjobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A list of query parameters specified as JSON text in the form of: {"project_id":"my_project_id", "job_names":["jobid1","jobid2",...], "job_statuses":["status1","status2",...]}. Since `job_names` and `job_statuses` support multiple values, their values must be specified with array notation. `project``_``id` is required. `job_names` and `job_statuses` are optional. The valid values for `job_statuses` are case-insensitive: ENABLED, DISABLED, and DELETED. */ @@ -1445,11 +1437,6 @@ export namespace storagetransfer_v1 { } export interface Params$Resource$Transferjobs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of job to update. */ @@ -2146,11 +2133,6 @@ export namespace storagetransfer_v1 { export interface Params$Resource$Transferoperations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -2158,11 +2140,6 @@ export namespace storagetransfer_v1 { } export interface Params$Resource$Transferoperations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2170,11 +2147,6 @@ export namespace storagetransfer_v1 { } export interface Params$Resource$Transferoperations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A list of query parameters specified as JSON text in the form of: {"project_id":"my_project_id", "job_names":["jobid1","jobid2",...], "operation_names":["opid1","opid2",...], "transfer_statuses":["status1","status2",...]}. Since `job_names`, `operation_names`, and `transfer_statuses` support multiple values, they must be specified with array notation. `project``_``id` is required. `job_names`, `operation_names`, and `transfer_statuses` are optional. The valid values for `transfer_statuses` are case-insensitive: IN_PROGRESS, PAUSED, SUCCESS, FAILED, and ABORTED. */ @@ -2194,11 +2166,6 @@ export namespace storagetransfer_v1 { } export interface Params$Resource$Transferoperations$Pause extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the transfer operation. */ @@ -2211,11 +2178,6 @@ export namespace storagetransfer_v1 { } export interface Params$Resource$Transferoperations$Resume extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the transfer operation. */ diff --git a/src/apis/streetviewpublish/package.json b/src/apis/streetviewpublish/package.json index 7ad13dd931..491ce60cf8 100644 --- a/src/apis/streetviewpublish/package.json +++ b/src/apis/streetviewpublish/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/streetviewpublish/v1.ts b/src/apis/streetviewpublish/v1.ts index 1505e6bddc..72ea94496f 100644 --- a/src/apis/streetviewpublish/v1.ts +++ b/src/apis/streetviewpublish/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace streetviewpublish_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1171,33 +1183,18 @@ export namespace streetviewpublish_v1 { } export interface Params$Resource$Photo$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Photo; } export interface Params$Resource$Photo$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. ID of the Photo. */ photoId?: string; } export interface Params$Resource$Photo$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If language_code is unspecified, the user's language preference for Google services is used. */ @@ -1213,22 +1210,12 @@ export namespace streetviewpublish_v1 { } export interface Params$Resource$Photo$Startupload extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Empty; } export interface Params$Resource$Photo$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. A unique identifier for a photo. */ @@ -1851,22 +1838,12 @@ export namespace streetviewpublish_v1 { export interface Params$Resource$Photos$Batchdelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$BatchDeletePhotosRequest; } export interface Params$Resource$Photos$Batchget extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If language_code is unspecified, the user's language preference for Google services is used. */ @@ -1882,22 +1859,12 @@ export namespace streetviewpublish_v1 { } export interface Params$Resource$Photos$Batchupdate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$BatchUpdatePhotosRequest; } export interface Params$Resource$Photos$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The filter expression. For example: `placeId=ChIJj61dQgK6j4AR4GeTYWZsKWw`. The only filter supported at the moment is `placeId`. */ diff --git a/src/apis/tagmanager/package.json b/src/apis/tagmanager/package.json index 4e9bf1d6e6..c9bcdd381f 100644 --- a/src/apis/tagmanager/package.json +++ b/src/apis/tagmanager/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/tagmanager/v1.ts b/src/apis/tagmanager/v1.ts index 110c9423f9..e5d5f584ef 100644 --- a/src/apis/tagmanager/v1.ts +++ b/src/apis/tagmanager/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace tagmanager_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1403,28 +1415,13 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ accountId?: string; } - export interface Params$Resource$Accounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Accounts$List extends StandardParameters {} export interface Params$Resource$Accounts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -2209,11 +2206,6 @@ export namespace tagmanager_v1 { export interface Params$Resource$Accounts$Containers$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -2226,11 +2218,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -2242,11 +2229,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -2258,11 +2240,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -2270,11 +2247,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -3063,11 +3035,6 @@ export namespace tagmanager_v1 { export interface Params$Resource$Accounts$Containers$Environments$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -3084,11 +3051,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Environments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -3104,11 +3066,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Environments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -3124,11 +3081,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Environments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -3140,11 +3092,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Environments$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -3904,11 +3851,6 @@ export namespace tagmanager_v1 { export interface Params$Resource$Accounts$Containers$Folders$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -3925,11 +3867,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Folders$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -3945,11 +3882,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Folders$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -3965,11 +3897,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Folders$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -3981,11 +3908,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Folders$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -4160,11 +4082,6 @@ export namespace tagmanager_v1 { export interface Params$Resource$Accounts$Containers$Folders$Entities$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -4340,11 +4257,6 @@ export namespace tagmanager_v1 { export interface Params$Resource$Accounts$Containers$Move_folders$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -4555,11 +4467,6 @@ export namespace tagmanager_v1 { export interface Params$Resource$Accounts$Containers$Reauthorize_environments$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -5388,11 +5295,6 @@ export namespace tagmanager_v1 { export interface Params$Resource$Accounts$Containers$Tags$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -5409,11 +5311,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Tags$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -5429,11 +5326,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Tags$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -5449,11 +5341,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Tags$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -5465,11 +5352,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Tags$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -6342,11 +6224,6 @@ export namespace tagmanager_v1 { export interface Params$Resource$Accounts$Containers$Triggers$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -6363,11 +6240,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Triggers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -6383,11 +6255,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Triggers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -6403,11 +6270,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Triggers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -6419,11 +6281,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Triggers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -7221,11 +7078,6 @@ export namespace tagmanager_v1 { export interface Params$Resource$Accounts$Containers$Variables$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -7242,11 +7094,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Variables$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -7262,11 +7109,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Variables$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -7282,11 +7124,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Variables$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -7298,11 +7135,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Variables$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -8564,11 +8396,6 @@ export namespace tagmanager_v1 { export interface Params$Resource$Accounts$Containers$Versions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -8585,11 +8412,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Versions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -8605,11 +8427,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Versions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -8625,11 +8442,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Versions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -8649,11 +8461,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Versions$Publish extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -8673,11 +8480,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Versions$Restore extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -8693,11 +8495,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Versions$Undelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -8713,11 +8510,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Containers$Versions$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -9448,11 +9240,6 @@ export namespace tagmanager_v1 { export interface Params$Resource$Accounts$Permissions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -9465,11 +9252,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Permissions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -9481,11 +9263,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Permissions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -9497,11 +9274,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Permissions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ @@ -9509,11 +9281,6 @@ export namespace tagmanager_v1 { } export interface Params$Resource$Accounts$Permissions$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM Account ID. */ diff --git a/src/apis/tagmanager/v2.ts b/src/apis/tagmanager/v2.ts index aed7af8b0e..69f70d6eef 100644 --- a/src/apis/tagmanager/v2.ts +++ b/src/apis/tagmanager/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace tagmanager_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1998,33 +2010,18 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Accounts's API relative path. Example: accounts/{account_id} */ path?: string; } export interface Params$Resource$Accounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Continuation token for fetching the next page of results. */ pageToken?: string; } export interface Params$Resource$Accounts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the account in storage. */ @@ -2798,11 +2795,6 @@ export namespace tagmanager_v2 { export interface Params$Resource$Accounts$Containers$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Account's API relative path. Example: accounts/{account_id}. */ @@ -2815,11 +2807,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id} */ @@ -2827,11 +2814,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id} */ @@ -2839,11 +2821,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Continuation token for fetching the next page of results. */ @@ -2855,11 +2832,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the container in storage. */ @@ -3821,11 +3793,6 @@ export namespace tagmanager_v2 { export interface Params$Resource$Accounts$Containers$Environments$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id} */ @@ -3838,11 +3805,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Environments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Environment's API relative path. Example: accounts/{account_id}/containers/{container_id}/environments/{environment_id} */ @@ -3850,11 +3812,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Environments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Environment's API relative path. Example: accounts/{account_id}/containers/{container_id}/environments/{environment_id} */ @@ -3862,11 +3819,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Environments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Continuation token for fetching the next page of results. */ @@ -3878,11 +3830,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Environments$Reauthorize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Environment's API relative path. Example: accounts/{account_id}/containers/{container_id}/environments/{environment_id} */ @@ -3895,11 +3842,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Environments$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the environment in storage. */ @@ -4993,11 +4935,6 @@ export namespace tagmanager_v2 { export interface Params$Resource$Accounts$Containers$Versions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id} */ @@ -5005,11 +4942,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Versions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GTM ContainerVersion ID. Specify published to retrieve the currently published version. */ @@ -5021,11 +4953,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Versions$Live extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id} */ @@ -5033,11 +4960,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Versions$Publish extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the container version in storage. */ @@ -5049,11 +4971,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Versions$Set_latest extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id} */ @@ -5061,11 +4978,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Versions$Undelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM ContainerVersion's API relative path. Example: accounts/{account_id}/containers/{container_id}/versions/{version_id} */ @@ -5073,11 +4985,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Versions$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the container version in storage. */ @@ -5405,11 +5312,6 @@ export namespace tagmanager_v2 { export interface Params$Resource$Accounts$Containers$Version_headers$Latest extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Container's API relative path. Example: accounts/{account_id}/containers/{container_id} */ @@ -5417,11 +5319,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Version_headers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Also retrieve deleted (archived) versions when true. */ @@ -6928,11 +6825,6 @@ export namespace tagmanager_v2 { export interface Params$Resource$Accounts$Containers$Workspaces$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM parent Container's API relative path. Example: accounts/{account_id}/containers/{container_id} */ @@ -6945,11 +6837,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Create_version extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} */ @@ -6962,11 +6849,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} */ @@ -6974,11 +6856,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} */ @@ -6986,11 +6863,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Getstatus extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} */ @@ -6998,11 +6870,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Continuation token for fetching the next page of results. */ @@ -7014,11 +6881,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Quick_preview extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} */ @@ -7026,11 +6888,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Resolve_conflict extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the entity_in_workspace in the merge conflict. */ @@ -7047,11 +6904,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Sync extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} */ @@ -7059,11 +6911,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the workspace in storage. */ @@ -7665,11 +7512,6 @@ export namespace tagmanager_v2 { export interface Params$Resource$Accounts$Containers$Workspaces$Built_in_variables$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} */ @@ -7681,11 +7523,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Built_in_variables$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM BuiltInVariable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/built_in_variables */ @@ -7697,11 +7534,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Built_in_variables$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Continuation token for fetching the next page of results. */ @@ -7713,11 +7545,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Built_in_variables$Revert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM BuiltInVariable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/built_in_variables */ @@ -8915,11 +8742,6 @@ export namespace tagmanager_v2 { export interface Params$Resource$Accounts$Containers$Workspaces$Folders$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} */ @@ -8932,11 +8754,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Folders$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} */ @@ -8944,11 +8761,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Folders$Entities extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Continuation token for fetching the next page of results. */ @@ -8960,11 +8772,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Folders$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} */ @@ -8972,11 +8779,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Folders$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Continuation token for fetching the next page of results. */ @@ -8988,11 +8790,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Folders$Move_entities_to_folder extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Folder's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id} */ @@ -9017,11 +8814,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Folders$Revert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the tag in storage. */ @@ -9033,11 +8825,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Folders$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the folder in storage. */ @@ -10023,11 +9810,6 @@ export namespace tagmanager_v2 { export interface Params$Resource$Accounts$Containers$Workspaces$Tags$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} */ @@ -10040,11 +9822,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Tags$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Tag's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} */ @@ -10052,11 +9829,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Tags$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Tag's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/tags/{tag_id} */ @@ -10064,11 +9836,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Tags$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Continuation token for fetching the next page of results. */ @@ -10080,11 +9847,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Tags$Revert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of thetag in storage. */ @@ -10096,11 +9858,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Tags$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the tag in storage. */ @@ -11013,11 +10770,6 @@ export namespace tagmanager_v2 { export interface Params$Resource$Accounts$Containers$Workspaces$Templates$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} */ @@ -11030,11 +10782,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Templates$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Custom Template's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id} */ @@ -11042,11 +10789,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Templates$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Custom Template's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/templates/{template_id} */ @@ -11054,11 +10796,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Templates$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Continuation token for fetching the next page of results. */ @@ -11070,11 +10807,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Templates$Revert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the template in storage. */ @@ -11086,11 +10818,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Templates$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the templates in storage. */ @@ -12113,11 +11840,6 @@ export namespace tagmanager_v2 { export interface Params$Resource$Accounts$Containers$Workspaces$Triggers$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Workspaces's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} */ @@ -12130,11 +11852,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Triggers$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Trigger's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id} */ @@ -12142,11 +11859,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Triggers$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Trigger's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/triggers/{trigger_id} */ @@ -12154,11 +11866,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Triggers$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Continuation token for fetching the next page of results. */ @@ -12170,11 +11877,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Triggers$Revert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the trigger in storage. */ @@ -12186,11 +11888,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Triggers$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the trigger in storage. */ @@ -13138,11 +12835,6 @@ export namespace tagmanager_v2 { export interface Params$Resource$Accounts$Containers$Workspaces$Variables$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} */ @@ -13155,11 +12847,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Variables$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Variable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id} */ @@ -13167,11 +12854,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Variables$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Variable's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/variables/{variable_id} */ @@ -13179,11 +12861,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Variables$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Continuation token for fetching the next page of results. */ @@ -13195,11 +12872,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Variables$Revert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the variable in storage. */ @@ -13211,11 +12883,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Variables$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the variable in storage. */ @@ -14134,11 +13801,6 @@ export namespace tagmanager_v2 { export interface Params$Resource$Accounts$Containers$Workspaces$Zones$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Workspace's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id} */ @@ -14151,11 +13813,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Zones$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Zone's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} */ @@ -14163,11 +13820,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Zones$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Zone's API relative path. Example: accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/zones/{zone_id} */ @@ -14175,11 +13827,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Zones$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Continuation token for fetching the next page of results. */ @@ -14191,11 +13838,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Zones$Revert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the zone in storage. */ @@ -14207,11 +13849,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$Containers$Workspaces$Zones$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * When provided, this fingerprint must match the fingerprint of the zone in storage. */ @@ -14936,11 +14573,6 @@ export namespace tagmanager_v2 { export interface Params$Resource$Accounts$User_permissions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM Account's API relative path. Example: accounts/{account_id} */ @@ -14953,11 +14585,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$User_permissions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM UserPermission's API relative path. Example: accounts/{account_id}/user_permissions/{user_permission_id} */ @@ -14965,11 +14592,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$User_permissions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM UserPermission's API relative path. Example: accounts/{account_id}/user_permissions/{user_permission_id} */ @@ -14977,11 +14599,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$User_permissions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Continuation token for fetching the next page of results. */ @@ -14993,11 +14610,6 @@ export namespace tagmanager_v2 { } export interface Params$Resource$Accounts$User_permissions$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * GTM UserPermission's API relative path. Example: accounts/{account_id}/user_permissions/{user_permission_id} */ diff --git a/src/apis/tasks/package.json b/src/apis/tasks/package.json index 1f6ec213ab..11799ddfde 100644 --- a/src/apis/tasks/package.json +++ b/src/apis/tasks/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/tasks/v1.ts b/src/apis/tasks/v1.ts index fe017d7e1d..899dff9fd1 100644 --- a/src/apis/tasks/v1.ts +++ b/src/apis/tasks/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace tasks_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1094,44 +1106,24 @@ export namespace tasks_v1 { } export interface Params$Resource$Tasklists$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Task list identifier. */ tasklist?: string; } export interface Params$Resource$Tasklists$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Task list identifier. */ tasklist?: string; } export interface Params$Resource$Tasklists$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$TaskList; } export interface Params$Resource$Tasklists$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Maximum number of task lists returned on one page. Optional. The default is 20 (max allowed: 100). */ @@ -1142,11 +1134,6 @@ export namespace tasks_v1 { pageToken?: string; } export interface Params$Resource$Tasklists$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Task list identifier. */ @@ -1158,11 +1145,6 @@ export namespace tasks_v1 { requestBody?: Schema$TaskList; } export interface Params$Resource$Tasklists$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Task list identifier. */ @@ -2426,22 +2408,12 @@ export namespace tasks_v1 { } export interface Params$Resource$Tasks$Clear extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Task list identifier. */ tasklist?: string; } export interface Params$Resource$Tasks$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Task identifier. */ @@ -2452,11 +2424,6 @@ export namespace tasks_v1 { tasklist?: string; } export interface Params$Resource$Tasks$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Task identifier. */ @@ -2467,11 +2434,6 @@ export namespace tasks_v1 { tasklist?: string; } export interface Params$Resource$Tasks$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Parent task identifier. If the task is created at the top level, this parameter is omitted. Optional. */ @@ -2491,11 +2453,6 @@ export namespace tasks_v1 { requestBody?: Schema$Task; } export interface Params$Resource$Tasks$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Upper bound for a task's completion date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by completion date. */ @@ -2542,11 +2499,6 @@ export namespace tasks_v1 { updatedMin?: string; } export interface Params$Resource$Tasks$Move extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * New parent task identifier. If the task is moved to the top level, this parameter is omitted. Optional. */ @@ -2565,11 +2517,6 @@ export namespace tasks_v1 { tasklist?: string; } export interface Params$Resource$Tasks$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Task identifier. */ @@ -2585,11 +2532,6 @@ export namespace tasks_v1 { requestBody?: Schema$Task; } export interface Params$Resource$Tasks$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Task identifier. */ diff --git a/src/apis/testing/package.json b/src/apis/testing/package.json index 8802e7bb79..cb6684b668 100644 --- a/src/apis/testing/package.json +++ b/src/apis/testing/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/testing/v1.ts b/src/apis/testing/v1.ts index a86d5c18d1..e8e14566ea 100644 --- a/src/apis/testing/v1.ts +++ b/src/apis/testing/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace testing_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1502,11 +1514,6 @@ export namespace testing_v1 { export interface Params$Resource$Applicationdetailservice$Getapkdetails extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -1989,11 +1996,6 @@ export namespace testing_v1 { export interface Params$Resource$Projects$Testmatrices$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud project that owns the test. */ @@ -2005,11 +2007,6 @@ export namespace testing_v1 { } export interface Params$Resource$Projects$Testmatrices$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The GCE project under which this job will run. */ @@ -2026,11 +2023,6 @@ export namespace testing_v1 { } export interface Params$Resource$Projects$Testmatrices$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Cloud project that owns the test matrix. */ @@ -2194,11 +2186,6 @@ export namespace testing_v1 { export interface Params$Resource$Testenvironmentcatalog$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The type of environment that should be listed. */ diff --git a/src/apis/texttospeech/package.json b/src/apis/texttospeech/package.json index 3a8f0316c4..443e035ea5 100644 --- a/src/apis/texttospeech/package.json +++ b/src/apis/texttospeech/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/texttospeech/v1.ts b/src/apis/texttospeech/v1.ts index a014bbcbfe..e7d0c7cc63 100644 --- a/src/apis/texttospeech/v1.ts +++ b/src/apis/texttospeech/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace texttospeech_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -385,11 +397,6 @@ export namespace texttospeech_v1 { } export interface Params$Resource$Text$Synthesize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -541,11 +548,6 @@ export namespace texttospeech_v1 { } export interface Params$Resource$Voices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Recommended. [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If specified, the ListVoices call will only return voices that can be used to synthesize this language_code. E.g. when specifying "en-NZ", you will get supported "en-*" voices; when specifying "no", you will get supported "no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh" will also get supported "cmn-*" voices; specifying "zh-hk" will also get supported "yue-*" voices. */ diff --git a/src/apis/texttospeech/v1beta1.ts b/src/apis/texttospeech/v1beta1.ts index 4606be3e81..ac9ea1ca1d 100644 --- a/src/apis/texttospeech/v1beta1.ts +++ b/src/apis/texttospeech/v1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace texttospeech_v1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -385,11 +397,6 @@ export namespace texttospeech_v1beta1 { } export interface Params$Resource$Text$Synthesize extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -541,11 +548,6 @@ export namespace texttospeech_v1beta1 { } export interface Params$Resource$Voices$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Recommended. [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If specified, the ListVoices call will only return voices that can be used to synthesize this language_code. E.g. when specifying "en-NZ", you will get supported "en-*" voices; when specifying "no", you will get supported "no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh" will also get supported "cmn-*" voices; specifying "zh-hk" will also get supported "yue-*" voices. */ diff --git a/src/apis/toolresults/package.json b/src/apis/toolresults/package.json index 5af7685d9f..94dab1b23e 100644 --- a/src/apis/toolresults/package.json +++ b/src/apis/toolresults/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/toolresults/v1beta3.ts b/src/apis/toolresults/v1beta3.ts index 27f95ba34b..b722e5c437 100644 --- a/src/apis/toolresults/v1beta3.ts +++ b/src/apis/toolresults/v1beta3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace toolresults_v1beta3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2083,11 +2095,6 @@ export namespace toolresults_v1beta3 { } export interface Params$Resource$Clusters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A Cluster id Required. */ @@ -2106,11 +2113,6 @@ export namespace toolresults_v1beta3 { projectId?: string; } export interface Params$Resource$Clusters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An Execution id. Required. */ @@ -2442,11 +2444,6 @@ export namespace toolresults_v1beta3 { } export interface Params$Resource$Environments$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. An Environment id. */ @@ -2466,11 +2463,6 @@ export namespace toolresults_v1beta3 { } export interface Params$Resource$Environments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. An Execution id. */ @@ -3140,11 +3132,6 @@ export namespace toolresults_v1beta3 { export interface Params$Resource$Executions$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A History id. Required. */ @@ -3164,11 +3151,6 @@ export namespace toolresults_v1beta3 { requestBody?: Schema$Execution; } export interface Params$Resource$Executions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An Execution id. Required. */ @@ -3183,11 +3165,6 @@ export namespace toolresults_v1beta3 { projectId?: string; } export interface Params$Resource$Executions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A History id. Required. */ @@ -3206,11 +3183,6 @@ export namespace toolresults_v1beta3 { projectId?: string; } export interface Params$Resource$Executions$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. */ @@ -3689,11 +3661,6 @@ export namespace toolresults_v1beta3 { } export interface Params$Resource$Histories$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A Project id. Required. */ @@ -3709,11 +3676,6 @@ export namespace toolresults_v1beta3 { requestBody?: Schema$History; } export interface Params$Resource$Histories$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A History id. Required. */ @@ -3724,11 +3686,6 @@ export namespace toolresults_v1beta3 { projectId?: string; } export interface Params$Resource$Histories$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If set, only return histories with the given name. Optional. */ @@ -3922,11 +3879,6 @@ export namespace toolresults_v1beta3 { export interface Params$Resource$Perfmetricssummary$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A tool results execution ID. */ @@ -4430,11 +4382,6 @@ export namespace toolresults_v1beta3 { export interface Params$Resource$Perfsampleseries$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A tool results execution ID. */ @@ -4459,11 +4406,6 @@ export namespace toolresults_v1beta3 { } export interface Params$Resource$Perfsampleseries$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A tool results execution ID. */ @@ -4487,11 +4429,6 @@ export namespace toolresults_v1beta3 { } export interface Params$Resource$Perfsampleseries$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A tool results execution ID. */ @@ -4792,11 +4729,6 @@ export namespace toolresults_v1beta3 { export interface Params$Resource$Projects$Getsettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A Project id. Required. */ @@ -4804,11 +4736,6 @@ export namespace toolresults_v1beta3 { } export interface Params$Resource$Projects$Initializesettings extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A Project id. Required. */ @@ -5164,11 +5091,6 @@ export namespace toolresults_v1beta3 { export interface Params$Resource$Samples$Batchcreate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A tool results execution ID. */ @@ -5196,11 +5118,6 @@ export namespace toolresults_v1beta3 { requestBody?: Schema$BatchCreatePerfSamplesRequest; } export interface Params$Resource$Samples$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A tool results execution ID. */ @@ -6413,11 +6330,6 @@ export namespace toolresults_v1beta3 { export interface Params$Resource$Steps$Accessibilityclusters extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The accepted format is the canonical Unicode format with hyphen as a delimiter. Language must be lowercase, Language Script - Capitalized, Region - UPPERCASE. See http://www.unicode.org/reports/tr35/#Unicode_locale_identifier for details. Required. */ @@ -6428,11 +6340,6 @@ export namespace toolresults_v1beta3 { name?: string; } export interface Params$Resource$Steps$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. An Execution id. */ @@ -6456,11 +6363,6 @@ export namespace toolresults_v1beta3 { requestBody?: Schema$Step; } export interface Params$Resource$Steps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A Execution id. Required. */ @@ -6480,11 +6382,6 @@ export namespace toolresults_v1beta3 { } export interface Params$Resource$Steps$Getperfmetricssummary extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A tool results execution ID. */ @@ -6503,11 +6400,6 @@ export namespace toolresults_v1beta3 { stepId?: string; } export interface Params$Resource$Steps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A Execution id. Required. */ @@ -6530,11 +6422,6 @@ export namespace toolresults_v1beta3 { projectId?: string; } export interface Params$Resource$Steps$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A Execution id. Required. */ @@ -6563,11 +6450,6 @@ export namespace toolresults_v1beta3 { } export interface Params$Resource$Steps$Publishxunitxmlfiles extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A Execution id. Required. */ @@ -6939,11 +6821,6 @@ export namespace toolresults_v1beta3 { } export interface Params$Resource$Testcases$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A Execution id Required. */ @@ -6966,11 +6843,6 @@ export namespace toolresults_v1beta3 { testCaseId?: string; } export interface Params$Resource$Testcases$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A Execution id Required. */ @@ -7173,11 +7045,6 @@ export namespace toolresults_v1beta3 { } export interface Params$Resource$Thumbnails$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * An Execution id. Required. */ diff --git a/src/apis/tpu/package.json b/src/apis/tpu/package.json index 90fa128321..de86f83039 100644 --- a/src/apis/tpu/package.json +++ b/src/apis/tpu/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/tpu/v1.ts b/src/apis/tpu/v1.ts index f777f73b4a..94f3844b06 100644 --- a/src/apis/tpu/v1.ts +++ b/src/apis/tpu/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace tpu_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -742,11 +754,6 @@ export namespace tpu_v1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -754,11 +761,6 @@ export namespace tpu_v1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -1070,11 +1072,6 @@ export namespace tpu_v1 { export interface Params$Resource$Projects$Locations$Acceleratortypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name. */ @@ -1082,11 +1079,6 @@ export namespace tpu_v1 { } export interface Params$Resource$Projects$Locations$Acceleratortypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * List filter. */ @@ -2119,11 +2111,6 @@ export namespace tpu_v1 { export interface Params$Resource$Projects$Locations$Nodes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unqualified resource name. */ @@ -2140,11 +2127,6 @@ export namespace tpu_v1 { } export interface Params$Resource$Projects$Locations$Nodes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name. */ @@ -2152,11 +2134,6 @@ export namespace tpu_v1 { } export interface Params$Resource$Projects$Locations$Nodes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name. */ @@ -2164,11 +2141,6 @@ export namespace tpu_v1 { } export interface Params$Resource$Projects$Locations$Nodes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. */ @@ -2184,11 +2156,6 @@ export namespace tpu_v1 { } export interface Params$Resource$Projects$Locations$Nodes$Reimage extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name. */ @@ -2201,11 +2168,6 @@ export namespace tpu_v1 { } export interface Params$Resource$Projects$Locations$Nodes$Start extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name. */ @@ -2218,11 +2180,6 @@ export namespace tpu_v1 { } export interface Params$Resource$Projects$Locations$Nodes$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name. */ @@ -2773,11 +2730,6 @@ export namespace tpu_v1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -2785,11 +2737,6 @@ export namespace tpu_v1 { } export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -2797,11 +2744,6 @@ export namespace tpu_v1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2809,11 +2751,6 @@ export namespace tpu_v1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -3128,11 +3065,6 @@ export namespace tpu_v1 { export interface Params$Resource$Projects$Locations$Tensorflowversions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name. */ @@ -3140,11 +3072,6 @@ export namespace tpu_v1 { } export interface Params$Resource$Projects$Locations$Tensorflowversions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * List filter. */ diff --git a/src/apis/tpu/v1alpha1.ts b/src/apis/tpu/v1alpha1.ts index 902ac2394e..9d2bc500f5 100644 --- a/src/apis/tpu/v1alpha1.ts +++ b/src/apis/tpu/v1alpha1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace tpu_v1alpha1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -742,11 +754,6 @@ export namespace tpu_v1alpha1 { export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -754,11 +761,6 @@ export namespace tpu_v1alpha1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -1070,11 +1072,6 @@ export namespace tpu_v1alpha1 { export interface Params$Resource$Projects$Locations$Acceleratortypes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name. */ @@ -1082,11 +1079,6 @@ export namespace tpu_v1alpha1 { } export interface Params$Resource$Projects$Locations$Acceleratortypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * List filter. */ @@ -2125,11 +2117,6 @@ export namespace tpu_v1alpha1 { export interface Params$Resource$Projects$Locations$Nodes$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The unqualified resource name. */ @@ -2146,11 +2133,6 @@ export namespace tpu_v1alpha1 { } export interface Params$Resource$Projects$Locations$Nodes$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name. */ @@ -2158,11 +2140,6 @@ export namespace tpu_v1alpha1 { } export interface Params$Resource$Projects$Locations$Nodes$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name. */ @@ -2170,11 +2147,6 @@ export namespace tpu_v1alpha1 { } export interface Params$Resource$Projects$Locations$Nodes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. */ @@ -2190,11 +2162,6 @@ export namespace tpu_v1alpha1 { } export interface Params$Resource$Projects$Locations$Nodes$Reimage extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name. */ @@ -2207,11 +2174,6 @@ export namespace tpu_v1alpha1 { } export interface Params$Resource$Projects$Locations$Nodes$Start extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name. */ @@ -2224,11 +2186,6 @@ export namespace tpu_v1alpha1 { } export interface Params$Resource$Projects$Locations$Nodes$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name. */ @@ -2782,11 +2739,6 @@ export namespace tpu_v1alpha1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -2794,11 +2746,6 @@ export namespace tpu_v1alpha1 { } export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -2806,11 +2753,6 @@ export namespace tpu_v1alpha1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -2818,11 +2760,6 @@ export namespace tpu_v1alpha1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -3137,11 +3074,6 @@ export namespace tpu_v1alpha1 { export interface Params$Resource$Projects$Locations$Tensorflowversions$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name. */ @@ -3149,11 +3081,6 @@ export namespace tpu_v1alpha1 { } export interface Params$Resource$Projects$Locations$Tensorflowversions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * List filter. */ diff --git a/src/apis/translate/package.json b/src/apis/translate/package.json index f15f08c81a..bbb5e3265a 100644 --- a/src/apis/translate/package.json +++ b/src/apis/translate/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/translate/v2.ts b/src/apis/translate/v2.ts index 9de94f140a..2695fd312b 100644 --- a/src/apis/translate/v2.ts +++ b/src/apis/translate/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace translate_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -512,22 +524,12 @@ export namespace translate_v2 { export interface Params$Resource$Detections$Detect extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$DetectLanguageRequest; } export interface Params$Resource$Detections$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The input text upon which to perform language detection. Repeat this parameter to perform language detection on multiple text inputs. */ @@ -684,11 +686,6 @@ export namespace translate_v2 { } export interface Params$Resource$Languages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The model type for which supported languages should be returned. */ @@ -1019,11 +1016,6 @@ export namespace translate_v2 { export interface Params$Resource$Translations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The customization id for translate */ @@ -1051,11 +1043,6 @@ export namespace translate_v2 { } export interface Params$Resource$Translations$Translate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/translate/v3.ts b/src/apis/translate/v3.ts index e2d470f370..840308930b 100644 --- a/src/apis/translate/v3.ts +++ b/src/apis/translate/v3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace translate_v3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1042,11 +1054,6 @@ export namespace translate_v3 { export interface Params$Resource$Projects$Detectlanguage extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Project or location to make a call. Must refer to a caller's project. Format: `projects/{project-number-or-id}/locations/{location-id}` or `projects/{project-number-or-id}`. For global calls, use `projects/{project-number-or-id}/locations/global` or `projects/{project-number-or-id}`. Only models within the same region (has same location-id) can be used. Otherwise an INVALID_ARGUMENT (400) error is returned. */ @@ -1059,11 +1066,6 @@ export namespace translate_v3 { } export interface Params$Resource$Projects$Getsupportedlanguages extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language to use to return localized, human readable names of supported languages. If missing, then display names are not returned in a response. */ @@ -1079,11 +1081,6 @@ export namespace translate_v3 { } export interface Params$Resource$Projects$Translatetext extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Project or location to make a call. Must refer to a caller's project. Format: `projects/{project-number-or-id}` or `projects/{project-number-or-id}/locations/{location-id}`. For global calls, use `projects/{project-number-or-id}/locations/global` or `projects/{project-number-or-id}`. Non-global location is required for requests using AutoML models or custom glossaries. Models and glossaries must be within the same region (have same location-id), otherwise an INVALID_ARGUMENT (400) error is returned. */ @@ -2059,11 +2056,6 @@ export namespace translate_v3 { export interface Params$Resource$Projects$Locations$Batchtranslatetext extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Location to make a call. Must refer to a caller's project. Format: `projects/{project-number-or-id}/locations/{location-id}`. The `global` location is not supported for batch translation. Only AutoML Translation models or glossaries within the same region (have the same location-id) can be used, otherwise an INVALID_ARGUMENT (400) error is returned. */ @@ -2076,11 +2068,6 @@ export namespace translate_v3 { } export interface Params$Resource$Projects$Locations$Detectlanguage extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Project or location to make a call. Must refer to a caller's project. Format: `projects/{project-number-or-id}/locations/{location-id}` or `projects/{project-number-or-id}`. For global calls, use `projects/{project-number-or-id}/locations/global` or `projects/{project-number-or-id}`. Only models within the same region (has same location-id) can be used. Otherwise an INVALID_ARGUMENT (400) error is returned. */ @@ -2093,11 +2080,6 @@ export namespace translate_v3 { } export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -2105,11 +2087,6 @@ export namespace translate_v3 { } export interface Params$Resource$Projects$Locations$Getsupportedlanguages extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language to use to return localized, human readable names of supported languages. If missing, then display names are not returned in a response. */ @@ -2125,11 +2102,6 @@ export namespace translate_v3 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2149,11 +2121,6 @@ export namespace translate_v3 { } export interface Params$Resource$Projects$Locations$Translatetext extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Project or location to make a call. Must refer to a caller's project. Format: `projects/{project-number-or-id}` or `projects/{project-number-or-id}/locations/{location-id}`. For global calls, use `projects/{project-number-or-id}/locations/global` or `projects/{project-number-or-id}`. Non-global location is required for requests using AutoML models or custom glossaries. Models and glossaries must be within the same region (have same location-id), otherwise an INVALID_ARGUMENT (400) error is returned. */ @@ -2751,11 +2718,6 @@ export namespace translate_v3 { export interface Params$Resource$Projects$Locations$Glossaries$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project name. */ @@ -2768,11 +2730,6 @@ export namespace translate_v3 { } export interface Params$Resource$Projects$Locations$Glossaries$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the glossary to delete. */ @@ -2780,11 +2737,6 @@ export namespace translate_v3 { } export interface Params$Resource$Projects$Locations$Glossaries$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the glossary to retrieve. */ @@ -2792,11 +2744,6 @@ export namespace translate_v3 { } export interface Params$Resource$Projects$Locations$Glossaries$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Filter specifying constraints of a list operation. Filtering is not supported yet, and the parameter currently has no effect. If missing, no filtering is performed. */ @@ -3517,11 +3464,6 @@ export namespace translate_v3 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3534,11 +3476,6 @@ export namespace translate_v3 { } export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -3546,11 +3483,6 @@ export namespace translate_v3 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3558,11 +3490,6 @@ export namespace translate_v3 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -3582,11 +3509,6 @@ export namespace translate_v3 { } export interface Params$Resource$Projects$Locations$Operations$Wait extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to wait on. */ diff --git a/src/apis/translate/v3beta1.ts b/src/apis/translate/v3beta1.ts index 4eb1b1870c..7af23cc501 100644 --- a/src/apis/translate/v3beta1.ts +++ b/src/apis/translate/v3beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace translate_v3beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1042,11 +1054,6 @@ export namespace translate_v3beta1 { export interface Params$Resource$Projects$Detectlanguage extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Project or location to make a call. Must refer to a caller's project. Format: `projects/{project-number-or-id}/locations/{location-id}` or `projects/{project-number-or-id}`. For global calls, use `projects/{project-number-or-id}/locations/global` or `projects/{project-number-or-id}`. Only models within the same region (has same location-id) can be used. Otherwise an INVALID_ARGUMENT (400) error is returned. */ @@ -1059,11 +1066,6 @@ export namespace translate_v3beta1 { } export interface Params$Resource$Projects$Getsupportedlanguages extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language to use to return localized, human readable names of supported languages. If missing, then display names are not returned in a response. */ @@ -1079,11 +1081,6 @@ export namespace translate_v3beta1 { } export interface Params$Resource$Projects$Translatetext extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Project or location to make a call. Must refer to a caller's project. Format: `projects/{project-number-or-id}` or `projects/{project-number-or-id}/locations/{location-id}`. For global calls, use `projects/{project-number-or-id}/locations/global` or `projects/{project-number-or-id}`. Non-global location is required for requests using AutoML models or custom glossaries. Models and glossaries must be within the same region (have same location-id), otherwise an INVALID_ARGUMENT (400) error is returned. */ @@ -2059,11 +2056,6 @@ export namespace translate_v3beta1 { export interface Params$Resource$Projects$Locations$Batchtranslatetext extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Location to make a call. Must refer to a caller's project. Format: `projects/{project-number-or-id}/locations/{location-id}`. The `global` location is not supported for batch translation. Only AutoML Translation models or glossaries within the same region (have the same location-id) can be used, otherwise an INVALID_ARGUMENT (400) error is returned. */ @@ -2076,11 +2068,6 @@ export namespace translate_v3beta1 { } export interface Params$Resource$Projects$Locations$Detectlanguage extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Project or location to make a call. Must refer to a caller's project. Format: `projects/{project-number-or-id}/locations/{location-id}` or `projects/{project-number-or-id}`. For global calls, use `projects/{project-number-or-id}/locations/global` or `projects/{project-number-or-id}`. Only models within the same region (has same location-id) can be used. Otherwise an INVALID_ARGUMENT (400) error is returned. */ @@ -2093,11 +2080,6 @@ export namespace translate_v3beta1 { } export interface Params$Resource$Projects$Locations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Resource name for the location. */ @@ -2105,11 +2087,6 @@ export namespace translate_v3beta1 { } export interface Params$Resource$Projects$Locations$Getsupportedlanguages extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. The language to use to return localized, human readable names of supported languages. If missing, then display names are not returned in a response. */ @@ -2125,11 +2102,6 @@ export namespace translate_v3beta1 { } export interface Params$Resource$Projects$Locations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -2149,11 +2121,6 @@ export namespace translate_v3beta1 { } export interface Params$Resource$Projects$Locations$Translatetext extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Project or location to make a call. Must refer to a caller's project. Format: `projects/{project-number-or-id}` or `projects/{project-number-or-id}/locations/{location-id}`. For global calls, use `projects/{project-number-or-id}/locations/global` or `projects/{project-number-or-id}`. Non-global location is required for requests using AutoML models or custom glossaries. Models and glossaries must be within the same region (have same location-id), otherwise an INVALID_ARGUMENT (400) error is returned. */ @@ -2751,11 +2718,6 @@ export namespace translate_v3beta1 { export interface Params$Resource$Projects$Locations$Glossaries$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project name. */ @@ -2768,11 +2730,6 @@ export namespace translate_v3beta1 { } export interface Params$Resource$Projects$Locations$Glossaries$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the glossary to delete. */ @@ -2780,11 +2737,6 @@ export namespace translate_v3beta1 { } export interface Params$Resource$Projects$Locations$Glossaries$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The name of the glossary to retrieve. */ @@ -2792,11 +2744,6 @@ export namespace translate_v3beta1 { } export interface Params$Resource$Projects$Locations$Glossaries$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Filter specifying constraints of a list operation. Filtering is not supported yet, and the parameter currently has no effect. If missing, no filtering is performed. */ @@ -3523,11 +3470,6 @@ export namespace translate_v3beta1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3540,11 +3482,6 @@ export namespace translate_v3beta1 { } export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -3552,11 +3489,6 @@ export namespace translate_v3beta1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -3564,11 +3496,6 @@ export namespace translate_v3beta1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -3588,11 +3515,6 @@ export namespace translate_v3beta1 { } export interface Params$Resource$Projects$Locations$Operations$Wait extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to wait on. */ diff --git a/src/apis/vault/package.json b/src/apis/vault/package.json index 5a23aa2b11..c80b7244f7 100644 --- a/src/apis/vault/package.json +++ b/src/apis/vault/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/vault/v1.ts b/src/apis/vault/v1.ts index 5f5a809ea0..b0d8b621e2 100644 --- a/src/apis/vault/v1.ts +++ b/src/apis/vault/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace vault_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -2266,11 +2278,6 @@ export namespace vault_v1 { export interface Params$Resource$Matters$Addpermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID. */ @@ -2282,11 +2289,6 @@ export namespace vault_v1 { requestBody?: Schema$AddMatterPermissionsRequest; } export interface Params$Resource$Matters$Close extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID. */ @@ -2298,33 +2300,18 @@ export namespace vault_v1 { requestBody?: Schema$CloseMatterRequest; } export interface Params$Resource$Matters$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Matter; } export interface Params$Resource$Matters$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID */ matterId?: string; } export interface Params$Resource$Matters$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID. */ @@ -2335,11 +2322,6 @@ export namespace vault_v1 { view?: string; } export interface Params$Resource$Matters$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The number of matters to return in the response. Default and maximum are 100. */ @@ -2359,11 +2341,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Removepermissions extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID. */ @@ -2375,11 +2352,6 @@ export namespace vault_v1 { requestBody?: Schema$RemoveMatterPermissionsRequest; } export interface Params$Resource$Matters$Reopen extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID. */ @@ -2391,11 +2363,6 @@ export namespace vault_v1 { requestBody?: Schema$ReopenMatterRequest; } export interface Params$Resource$Matters$Undelete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID. */ @@ -2407,11 +2374,6 @@ export namespace vault_v1 { requestBody?: Schema$UndeleteMatterRequest; } export interface Params$Resource$Matters$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID. */ @@ -3010,11 +2972,6 @@ export namespace vault_v1 { export interface Params$Resource$Matters$Exports$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID. */ @@ -3027,11 +2984,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Exports$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The export ID. */ @@ -3043,11 +2995,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Exports$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The export ID. */ @@ -3059,11 +3006,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Exports$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID. */ @@ -4123,11 +4065,6 @@ export namespace vault_v1 { export interface Params$Resource$Matters$Holds$Addheldaccounts extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The hold ID. */ @@ -4144,11 +4081,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Holds$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID. */ @@ -4161,11 +4093,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Holds$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The hold ID. */ @@ -4177,11 +4104,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Holds$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The hold ID. */ @@ -4197,11 +4119,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Holds$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID. */ @@ -4221,11 +4138,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Holds$Removeheldaccounts extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The hold ID. */ @@ -4242,11 +4154,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Holds$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the hold. */ @@ -4697,11 +4604,6 @@ export namespace vault_v1 { export interface Params$Resource$Matters$Holds$Accounts$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The hold ID. */ @@ -4718,11 +4620,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Holds$Accounts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the account to remove from the hold. */ @@ -4738,11 +4635,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Holds$Accounts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The hold ID. */ @@ -5332,11 +5224,6 @@ export namespace vault_v1 { export interface Params$Resource$Matters$Savedqueries$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID of the parent matter for which the saved query is to be created. */ @@ -5349,11 +5236,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Savedqueries$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID of the parent matter for which the saved query is to be deleted. */ @@ -5365,11 +5247,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Savedqueries$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID of the parent matter for which the saved query is to be retrieved. */ @@ -5381,11 +5258,6 @@ export namespace vault_v1 { } export interface Params$Resource$Matters$Savedqueries$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The matter ID of the parent matter for which the saved queries are to be retrieved. */ @@ -5535,11 +5407,6 @@ export namespace vault_v1 { export interface Params$Resource$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ diff --git a/src/apis/verifiedaccess/package.json b/src/apis/verifiedaccess/package.json index a5357b419f..17630d62b8 100644 --- a/src/apis/verifiedaccess/package.json +++ b/src/apis/verifiedaccess/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/verifiedaccess/v1.ts b/src/apis/verifiedaccess/v1.ts index 003406ac3e..24021da50a 100644 --- a/src/apis/verifiedaccess/v1.ts +++ b/src/apis/verifiedaccess/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace verifiedaccess_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -469,22 +481,12 @@ export namespace verifiedaccess_v1 { } export interface Params$Resource$Challenge$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ requestBody?: Schema$Empty; } export interface Params$Resource$Challenge$Verify extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/videointelligence/package.json b/src/apis/videointelligence/package.json index 1eeccd2a8d..a71244e2d8 100644 --- a/src/apis/videointelligence/package.json +++ b/src/apis/videointelligence/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/videointelligence/v1.ts b/src/apis/videointelligence/v1.ts index dfa84809bb..39b6e16f57 100644 --- a/src/apis/videointelligence/v1.ts +++ b/src/apis/videointelligence/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace videointelligence_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -3428,11 +3440,6 @@ export namespace videointelligence_v1 { export interface Params$Resource$Operations$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -3440,11 +3447,6 @@ export namespace videointelligence_v1 { } export interface Params$Resource$Operations$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -3452,11 +3454,6 @@ export namespace videointelligence_v1 { } export interface Params$Resource$Operations$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -4060,11 +4057,6 @@ export namespace videointelligence_v1 { export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -4077,11 +4069,6 @@ export namespace videointelligence_v1 { } export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ @@ -4089,11 +4076,6 @@ export namespace videointelligence_v1 { } export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -4101,11 +4083,6 @@ export namespace videointelligence_v1 { } export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -4284,11 +4261,6 @@ export namespace videointelligence_v1 { } export interface Params$Resource$Videos$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/videointelligence/v1beta2.ts b/src/apis/videointelligence/v1beta2.ts index 9f93ccdf0f..b233b56f22 100644 --- a/src/apis/videointelligence/v1beta2.ts +++ b/src/apis/videointelligence/v1beta2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace videointelligence_v1beta2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -3106,11 +3118,6 @@ export namespace videointelligence_v1beta2 { } export interface Params$Resource$Videos$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/videointelligence/v1p1beta1.ts b/src/apis/videointelligence/v1p1beta1.ts index 332ec7cd10..3aafc9f38b 100644 --- a/src/apis/videointelligence/v1p1beta1.ts +++ b/src/apis/videointelligence/v1p1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace videointelligence_v1p1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -3106,11 +3118,6 @@ export namespace videointelligence_v1p1beta1 { } export interface Params$Resource$Videos$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/videointelligence/v1p2beta1.ts b/src/apis/videointelligence/v1p2beta1.ts index d7aa2f64cd..add260f8ee 100644 --- a/src/apis/videointelligence/v1p2beta1.ts +++ b/src/apis/videointelligence/v1p2beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace videointelligence_v1p2beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -3106,11 +3118,6 @@ export namespace videointelligence_v1p2beta1 { } export interface Params$Resource$Videos$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/videointelligence/v1p3beta1.ts b/src/apis/videointelligence/v1p3beta1.ts index 026d4987bd..78700c5635 100644 --- a/src/apis/videointelligence/v1p3beta1.ts +++ b/src/apis/videointelligence/v1p3beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace videointelligence_v1p3beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -3148,11 +3160,6 @@ export namespace videointelligence_v1p3beta1 { } export interface Params$Resource$Videos$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ diff --git a/src/apis/vision/package.json b/src/apis/vision/package.json index 234f1b2457..d8e23c292f 100644 --- a/src/apis/vision/package.json +++ b/src/apis/vision/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/vision/v1.ts b/src/apis/vision/v1.ts index 63a652b5b0..fcc76d4b42 100644 --- a/src/apis/vision/v1.ts +++ b/src/apis/vision/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace vision_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -5429,11 +5441,6 @@ export namespace vision_v1 { } export interface Params$Resource$Files$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5441,11 +5448,6 @@ export namespace vision_v1 { } export interface Params$Resource$Files$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5751,11 +5753,6 @@ export namespace vision_v1 { } export interface Params$Resource$Images$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5763,11 +5760,6 @@ export namespace vision_v1 { } export interface Params$Resource$Images$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5927,11 +5919,6 @@ export namespace vision_v1 { export interface Params$Resource$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -6491,11 +6478,6 @@ export namespace vision_v1 { export interface Params$Resource$Operations$Cancel extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be cancelled. */ @@ -6508,33 +6490,18 @@ export namespace vision_v1 { } export interface Params$Resource$Operations$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource to be deleted. */ name?: string; } export interface Params$Resource$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ name?: string; } export interface Params$Resource$Operations$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The standard list filter. */ @@ -6898,11 +6865,6 @@ export namespace vision_v1 { export interface Params$Resource$Projects$Files$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -6915,11 +6877,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Files$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -7262,11 +7219,6 @@ export namespace vision_v1 { export interface Params$Resource$Projects$Images$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -7279,11 +7231,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Images$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -7646,11 +7593,6 @@ export namespace vision_v1 { export interface Params$Resource$Projects$Locations$Files$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -7663,11 +7605,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Files$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -8010,11 +7947,6 @@ export namespace vision_v1 { export interface Params$Resource$Projects$Locations$Images$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -8027,11 +7959,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Images$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -8187,11 +8114,6 @@ export namespace vision_v1 { export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ @@ -9101,11 +9023,6 @@ export namespace vision_v1 { export interface Params$Resource$Projects$Locations$Products$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project in which the Product should be created. Format is `projects/PROJECT_ID/locations/LOC_ID`. */ @@ -9122,11 +9039,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Products$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of product to delete. Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID` */ @@ -9134,11 +9046,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Products$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the Product to get. Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID` */ @@ -9146,11 +9053,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Products$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. Default 10, maximum 100. */ @@ -9166,11 +9068,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Products$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the product. Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`. This field is ignored when creating a product. */ @@ -9187,11 +9084,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Products$Purge extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project and location in which the Products should be deleted. Format is `projects/PROJECT_ID/locations/LOC_ID`. */ @@ -9795,11 +9687,6 @@ export namespace vision_v1 { export interface Params$Resource$Projects$Locations$Products$Referenceimages$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the product in which to create the reference image. Format is `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`. */ @@ -9816,11 +9703,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Products$Referenceimages$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the reference image to delete. Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID` */ @@ -9828,11 +9710,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Products$Referenceimages$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ReferenceImage to get. Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID/referenceImages/IMAGE_ID`. */ @@ -9840,11 +9717,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Products$Referenceimages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. Default 10, maximum 100. */ @@ -11040,11 +10912,6 @@ export namespace vision_v1 { export interface Params$Resource$Projects$Locations$Productsets$Addproduct extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name for the ProductSet to modify. Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` */ @@ -11057,11 +10924,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Productsets$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project in which the ProductSet should be created. Format is `projects/PROJECT_ID/locations/LOC_ID`. */ @@ -11078,11 +10940,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Productsets$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the ProductSet to delete. Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` */ @@ -11090,11 +10947,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Productsets$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. Resource name of the ProductSet to get. Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` */ @@ -11102,11 +10954,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Productsets$Import extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The project in which the ProductSets should be imported. Format is `projects/PROJECT_ID/locations/LOC_ID`. */ @@ -11119,11 +10966,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Productsets$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of items to return. Default 10, maximum 100. */ @@ -11139,11 +10981,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Productsets$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the ProductSet. Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID`. This field is ignored when creating a ProductSet. */ @@ -11160,11 +10997,6 @@ export namespace vision_v1 { } export interface Params$Resource$Projects$Locations$Productsets$Removeproduct extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name for the ProductSet to modify. Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` */ @@ -11338,11 +11170,6 @@ export namespace vision_v1 { export interface Params$Resource$Projects$Locations$Productsets$Products$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The ProductSet resource for which to retrieve Products. Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` */ @@ -11501,11 +11328,6 @@ export namespace vision_v1 { export interface Params$Resource$Projects$Operations$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The name of the operation resource. */ diff --git a/src/apis/vision/v1p1beta1.ts b/src/apis/vision/v1p1beta1.ts index 0f0c345476..4ac400dbbd 100644 --- a/src/apis/vision/v1p1beta1.ts +++ b/src/apis/vision/v1p1beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace vision_v1p1beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -5287,11 +5299,6 @@ export namespace vision_v1p1beta1 { } export interface Params$Resource$Files$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5299,11 +5306,6 @@ export namespace vision_v1p1beta1 { } export interface Params$Resource$Files$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5628,11 +5630,6 @@ export namespace vision_v1p1beta1 { } export interface Params$Resource$Images$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5640,11 +5637,6 @@ export namespace vision_v1p1beta1 { } export interface Params$Resource$Images$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -6012,11 +6004,6 @@ export namespace vision_v1p1beta1 { export interface Params$Resource$Projects$Files$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -6029,11 +6016,6 @@ export namespace vision_v1p1beta1 { } export interface Params$Resource$Projects$Files$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -6394,11 +6376,6 @@ export namespace vision_v1p1beta1 { export interface Params$Resource$Projects$Images$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -6411,11 +6388,6 @@ export namespace vision_v1p1beta1 { } export interface Params$Resource$Projects$Images$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -6786,11 +6758,6 @@ export namespace vision_v1p1beta1 { export interface Params$Resource$Projects$Locations$Files$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -6803,11 +6770,6 @@ export namespace vision_v1p1beta1 { } export interface Params$Resource$Projects$Locations$Files$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -7168,11 +7130,6 @@ export namespace vision_v1p1beta1 { export interface Params$Resource$Projects$Locations$Images$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -7185,11 +7142,6 @@ export namespace vision_v1p1beta1 { } export interface Params$Resource$Projects$Locations$Images$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ diff --git a/src/apis/vision/v1p2beta1.ts b/src/apis/vision/v1p2beta1.ts index 535b3480c7..c098975e33 100644 --- a/src/apis/vision/v1p2beta1.ts +++ b/src/apis/vision/v1p2beta1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace vision_v1p2beta1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -5287,11 +5299,6 @@ export namespace vision_v1p2beta1 { } export interface Params$Resource$Files$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5299,11 +5306,6 @@ export namespace vision_v1p2beta1 { } export interface Params$Resource$Files$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5628,11 +5630,6 @@ export namespace vision_v1p2beta1 { } export interface Params$Resource$Images$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -5640,11 +5637,6 @@ export namespace vision_v1p2beta1 { } export interface Params$Resource$Images$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Request body metadata */ @@ -6012,11 +6004,6 @@ export namespace vision_v1p2beta1 { export interface Params$Resource$Projects$Files$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -6029,11 +6016,6 @@ export namespace vision_v1p2beta1 { } export interface Params$Resource$Projects$Files$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -6394,11 +6376,6 @@ export namespace vision_v1p2beta1 { export interface Params$Resource$Projects$Images$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -6411,11 +6388,6 @@ export namespace vision_v1p2beta1 { } export interface Params$Resource$Projects$Images$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -6786,11 +6758,6 @@ export namespace vision_v1p2beta1 { export interface Params$Resource$Projects$Locations$Files$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -6803,11 +6770,6 @@ export namespace vision_v1p2beta1 { } export interface Params$Resource$Projects$Locations$Files$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -7168,11 +7130,6 @@ export namespace vision_v1p2beta1 { export interface Params$Resource$Projects$Locations$Images$Annotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ @@ -7185,11 +7142,6 @@ export namespace vision_v1p2beta1 { } export interface Params$Resource$Projects$Locations$Images$Asyncbatchannotate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Optional. Target project and location to make a call. Format: `projects/{project-id}/locations/{location-id}`. If no parent is specified, a region will be chosen automatically. Supported location-ids: `us`: USA country only, `asia`: East asia areas, like Japan, Taiwan, `eu`: The European Union. Example: `projects/project-A/locations/eu`. */ diff --git a/src/apis/webfonts/package.json b/src/apis/webfonts/package.json index 8f1aab1382..c5e25cc0f0 100644 --- a/src/apis/webfonts/package.json +++ b/src/apis/webfonts/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/webfonts/v1.ts b/src/apis/webfonts/v1.ts index c79d6e48c9..5e04231dd7 100644 --- a/src/apis/webfonts/v1.ts +++ b/src/apis/webfonts/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace webfonts_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -283,11 +295,6 @@ export namespace webfonts_v1 { } export interface Params$Resource$Webfonts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Enables sorting of the list */ diff --git a/src/apis/webmasters/package.json b/src/apis/webmasters/package.json index 64a99bf0e7..2b5cfe35e3 100644 --- a/src/apis/webmasters/package.json +++ b/src/apis/webmasters/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/webmasters/v3.ts b/src/apis/webmasters/v3.ts index 5f49426526..df991d166e 100644 --- a/src/apis/webmasters/v3.ts +++ b/src/apis/webmasters/v3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace webmasters_v3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * Data format for the response. */ @@ -424,11 +436,6 @@ export namespace webmasters_v3 { export interface Params$Resource$Searchanalytics$Query extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The site's URL, including protocol. For example: http://www.example.com/ */ @@ -982,11 +989,6 @@ export namespace webmasters_v3 { } export interface Params$Resource$Sitemaps$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The URL of the actual sitemap. For example: http://www.example.com/sitemap.xml */ @@ -997,11 +999,6 @@ export namespace webmasters_v3 { siteUrl?: string; } export interface Params$Resource$Sitemaps$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The URL of the actual sitemap. For example: http://www.example.com/sitemap.xml */ @@ -1012,11 +1009,6 @@ export namespace webmasters_v3 { siteUrl?: string; } export interface Params$Resource$Sitemaps$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * A URL of a site's sitemap index. For example: http://www.example.com/sitemapindex.xml */ @@ -1027,11 +1019,6 @@ export namespace webmasters_v3 { siteUrl?: string; } export interface Params$Resource$Sitemaps$Submit extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The URL of the sitemap to add. For example: http://www.example.com/sitemap.xml */ @@ -1562,42 +1549,22 @@ export namespace webmasters_v3 { } export interface Params$Resource$Sites$Add extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The URL of the site to add. */ siteUrl?: string; } export interface Params$Resource$Sites$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The URI of the property as defined in Search Console. Examples: http://www.example.com/ or android-app://com.example/ Note: for property-sets, use the URI that starts with sc-set: which is used in Search Console URLs. */ siteUrl?: string; } export interface Params$Resource$Sites$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The URI of the property as defined in Search Console. Examples: http://www.example.com/ or android-app://com.example/ Note: for property-sets, use the URI that starts with sc-set: which is used in Search Console URLs. */ siteUrl?: string; } - export interface Params$Resource$Sites$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - } + export interface Params$Resource$Sites$List extends StandardParameters {} } diff --git a/src/apis/websecurityscanner/package.json b/src/apis/websecurityscanner/package.json index 9afe6c0646..81d079ec5e 100644 --- a/src/apis/websecurityscanner/package.json +++ b/src/apis/websecurityscanner/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/websecurityscanner/v1.ts b/src/apis/websecurityscanner/v1.ts index 3bbec7e850..221666baba 100644 --- a/src/apis/websecurityscanner/v1.ts +++ b/src/apis/websecurityscanner/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace websecurityscanner_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1526,11 +1538,6 @@ export namespace websecurityscanner_v1 { export interface Params$Resource$Projects$Scanconfigs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name where the scan is created, which should be a project resource name in the format 'projects/{projectId}'. */ @@ -1543,11 +1550,6 @@ export namespace websecurityscanner_v1 { } export interface Params$Resource$Projects$Scanconfigs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanConfig to be deleted. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. */ @@ -1555,11 +1557,6 @@ export namespace websecurityscanner_v1 { } export interface Params$Resource$Projects$Scanconfigs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanConfig to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. */ @@ -1567,11 +1564,6 @@ export namespace websecurityscanner_v1 { } export interface Params$Resource$Projects$Scanconfigs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of ScanConfigs to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value. */ @@ -1587,11 +1579,6 @@ export namespace websecurityscanner_v1 { } export interface Params$Resource$Projects$Scanconfigs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the ScanConfig. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. The ScanConfig IDs are generated by the system. */ @@ -1608,11 +1595,6 @@ export namespace websecurityscanner_v1 { } export interface Params$Resource$Projects$Scanconfigs$Start extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanConfig to be used. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. */ @@ -2083,11 +2065,6 @@ export namespace websecurityscanner_v1 { export interface Params$Resource$Projects$Scanconfigs$Scanruns$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanRun to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. */ @@ -2095,11 +2072,6 @@ export namespace websecurityscanner_v1 { } export interface Params$Resource$Projects$Scanconfigs$Scanruns$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of ScanRuns to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value. */ @@ -2115,11 +2087,6 @@ export namespace websecurityscanner_v1 { } export interface Params$Resource$Projects$Scanconfigs$Scanruns$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanRun to be stopped. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. */ @@ -2293,11 +2260,6 @@ export namespace websecurityscanner_v1 { export interface Params$Resource$Projects$Scanconfigs$Scanruns$Crawledurls$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of CrawledUrls to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value. */ @@ -2630,11 +2592,6 @@ export namespace websecurityscanner_v1 { export interface Params$Resource$Projects$Scanconfigs$Scanruns$Findings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Finding to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}/findings/{findingId}'. */ @@ -2642,11 +2599,6 @@ export namespace websecurityscanner_v1 { } export interface Params$Resource$Projects$Scanconfigs$Scanruns$Findings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The filter expression. The expression must be in the format: . Supported field: 'finding_type'. Supported operator: '='. */ @@ -2820,11 +2772,6 @@ export namespace websecurityscanner_v1 { export interface Params$Resource$Projects$Scanconfigs$Scanruns$Findingtypestats$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. */ diff --git a/src/apis/websecurityscanner/v1alpha.ts b/src/apis/websecurityscanner/v1alpha.ts index c1b865435a..f9b6a9907e 100644 --- a/src/apis/websecurityscanner/v1alpha.ts +++ b/src/apis/websecurityscanner/v1alpha.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace websecurityscanner_v1alpha { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1411,11 +1423,6 @@ export namespace websecurityscanner_v1alpha { export interface Params$Resource$Projects$Scanconfigs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name where the scan is created, which should be a project resource name in the format 'projects/{projectId}'. */ @@ -1428,11 +1435,6 @@ export namespace websecurityscanner_v1alpha { } export interface Params$Resource$Projects$Scanconfigs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanConfig to be deleted. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. */ @@ -1440,11 +1442,6 @@ export namespace websecurityscanner_v1alpha { } export interface Params$Resource$Projects$Scanconfigs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanConfig to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. */ @@ -1452,11 +1449,6 @@ export namespace websecurityscanner_v1alpha { } export interface Params$Resource$Projects$Scanconfigs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of ScanConfigs to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value. */ @@ -1472,11 +1464,6 @@ export namespace websecurityscanner_v1alpha { } export interface Params$Resource$Projects$Scanconfigs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the ScanConfig. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. The ScanConfig IDs are generated by the system. */ @@ -1493,11 +1480,6 @@ export namespace websecurityscanner_v1alpha { } export interface Params$Resource$Projects$Scanconfigs$Start extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanConfig to be used. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. */ @@ -1967,11 +1949,6 @@ export namespace websecurityscanner_v1alpha { export interface Params$Resource$Projects$Scanconfigs$Scanruns$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanRun to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. */ @@ -1979,11 +1956,6 @@ export namespace websecurityscanner_v1alpha { } export interface Params$Resource$Projects$Scanconfigs$Scanruns$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of ScanRuns to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value. */ @@ -1999,11 +1971,6 @@ export namespace websecurityscanner_v1alpha { } export interface Params$Resource$Projects$Scanconfigs$Scanruns$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanRun to be stopped. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. */ @@ -2177,11 +2144,6 @@ export namespace websecurityscanner_v1alpha { export interface Params$Resource$Projects$Scanconfigs$Scanruns$Crawledurls$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of CrawledUrls to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value. */ @@ -2512,11 +2474,6 @@ export namespace websecurityscanner_v1alpha { export interface Params$Resource$Projects$Scanconfigs$Scanruns$Findings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Finding to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}/findings/{findingId}'. */ @@ -2524,11 +2481,6 @@ export namespace websecurityscanner_v1alpha { } export interface Params$Resource$Projects$Scanconfigs$Scanruns$Findings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The filter expression. The expression must be in the format: . Supported field: 'finding_type'. Supported operator: '='. */ @@ -2702,11 +2654,6 @@ export namespace websecurityscanner_v1alpha { export interface Params$Resource$Projects$Scanconfigs$Scanruns$Findingtypestats$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. */ diff --git a/src/apis/websecurityscanner/v1beta.ts b/src/apis/websecurityscanner/v1beta.ts index 4b64dbcd60..ea989d646a 100644 --- a/src/apis/websecurityscanner/v1beta.ts +++ b/src/apis/websecurityscanner/v1beta.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace websecurityscanner_v1beta { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1539,11 +1551,6 @@ export namespace websecurityscanner_v1beta { export interface Params$Resource$Projects$Scanconfigs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name where the scan is created, which should be a project resource name in the format 'projects/{projectId}'. */ @@ -1556,11 +1563,6 @@ export namespace websecurityscanner_v1beta { } export interface Params$Resource$Projects$Scanconfigs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanConfig to be deleted. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. */ @@ -1568,11 +1570,6 @@ export namespace websecurityscanner_v1beta { } export interface Params$Resource$Projects$Scanconfigs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanConfig to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. */ @@ -1580,11 +1577,6 @@ export namespace websecurityscanner_v1beta { } export interface Params$Resource$Projects$Scanconfigs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of ScanConfigs to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value. */ @@ -1600,11 +1592,6 @@ export namespace websecurityscanner_v1beta { } export interface Params$Resource$Projects$Scanconfigs$Patch extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The resource name of the ScanConfig. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. The ScanConfig IDs are generated by the system. */ @@ -1621,11 +1608,6 @@ export namespace websecurityscanner_v1beta { } export interface Params$Resource$Projects$Scanconfigs$Start extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanConfig to be used. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}'. */ @@ -2099,11 +2081,6 @@ export namespace websecurityscanner_v1beta { export interface Params$Resource$Projects$Scanconfigs$Scanruns$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanRun to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. */ @@ -2111,11 +2088,6 @@ export namespace websecurityscanner_v1beta { } export interface Params$Resource$Projects$Scanconfigs$Scanruns$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of ScanRuns to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value. */ @@ -2131,11 +2103,6 @@ export namespace websecurityscanner_v1beta { } export interface Params$Resource$Projects$Scanconfigs$Scanruns$Stop extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the ScanRun to be stopped. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. */ @@ -2309,11 +2276,6 @@ export namespace websecurityscanner_v1beta { export interface Params$Resource$Projects$Scanconfigs$Scanruns$Crawledurls$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The maximum number of CrawledUrls to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value. */ @@ -2646,11 +2608,6 @@ export namespace websecurityscanner_v1beta { export interface Params$Resource$Projects$Scanconfigs$Scanruns$Findings$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The resource name of the Finding to be returned. The name follows the format of 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}/findings/{findingId}'. */ @@ -2658,11 +2615,6 @@ export namespace websecurityscanner_v1beta { } export interface Params$Resource$Projects$Scanconfigs$Scanruns$Findings$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The filter expression. The expression must be in the format: . Supported field: 'finding_type'. Supported operator: '='. */ @@ -2836,11 +2788,6 @@ export namespace websecurityscanner_v1beta { export interface Params$Resource$Projects$Scanconfigs$Scanruns$Findingtypestats$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'. */ diff --git a/src/apis/youtube/package.json b/src/apis/youtube/package.json index e51933526b..ca4b12e39c 100644 --- a/src/apis/youtube/package.json +++ b/src/apis/youtube/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/youtube/v3.ts b/src/apis/youtube/v3.ts index 6f3a0f95b7..64aed9591b 100644 --- a/src/apis/youtube/v3.ts +++ b/src/apis/youtube/v3.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace youtube_v3 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -4706,11 +4718,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Activities$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -5579,11 +5586,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Captions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -5599,11 +5601,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Captions$Download extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the caption track to download, required for One Platform. */ @@ -5626,11 +5623,6 @@ export namespace youtube_v3 { tlang?: string; } export interface Params$Resource$Captions$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the Google+ Page for the channel that the request is be on behalf of */ @@ -5669,11 +5661,6 @@ export namespace youtube_v3 { }; } export interface Params$Resource$Captions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Returns the captions with the given IDs for Stubby or Apiary. */ @@ -5696,11 +5683,6 @@ export namespace youtube_v3 { videoId?: string; } export interface Params$Resource$Captions$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * ID of the Google+ Page for the channel that the request is on behalf of. */ @@ -5946,11 +5928,6 @@ export namespace youtube_v3 { export interface Params$Resource$Channelbanners$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Unused, channel_id is currently derived from the security context of the requestor. */ @@ -6385,11 +6362,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Channels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Return the channels within the specified guide category ID. */ @@ -6436,11 +6408,6 @@ export namespace youtube_v3 { part?: string[]; } export interface Params$Resource$Channels$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The onBehalfOfContentOwner parameter indicates that the authenticated user is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The actual CMS account that the user authenticates with needs to be linked to the specified YouTube content owner. */ @@ -7158,11 +7125,6 @@ export namespace youtube_v3 { export interface Params$Resource$Channelsections$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -7174,11 +7136,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Channelsections$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Note: This parameter is intended exclusively for YouTube content partners.

                          The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -7199,11 +7156,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Channelsections$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Return the ChannelSections owned by the specified channel ID. */ @@ -7231,11 +7183,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Channelsections$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Note: This parameter is intended exclusively for YouTube content partners.

                          The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -8102,22 +8049,12 @@ export namespace youtube_v3 { } export interface Params$Resource$Comments$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ id?: string; } export interface Params$Resource$Comments$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The part parameter identifies the properties that the API response will include. Set the parameter value to snippet. The snippet part has a quota cost of 2 units. */ @@ -8129,11 +8066,6 @@ export namespace youtube_v3 { requestBody?: Schema$Comment; } export interface Params$Resource$Comments$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Returns the comments with the given IDs for One Platform. */ @@ -8161,11 +8093,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Comments$Markasspam extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Flags the comments with the given IDs as spam in the caller's opinion. */ @@ -8173,11 +8100,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Comments$Setmoderationstatus extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If set to true the author of the comment gets added to the ban list. This means all future comments of the author will autmomatically be rejected. Only valid in combination with STATUS_REJECTED. */ @@ -8192,11 +8114,6 @@ export namespace youtube_v3 { moderationStatus?: string; } export interface Params$Resource$Comments$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The part parameter identifies the properties that the API response will include. You must at least include the snippet part in the parameter value since that part contains all of the properties that the API request can update. */ @@ -8706,11 +8623,6 @@ export namespace youtube_v3 { export interface Params$Resource$Commentthreads$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The part parameter identifies the properties that the API response will include. Set the parameter value to snippet. The snippet part has a quota cost of 2 units. */ @@ -8723,11 +8635,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Commentthreads$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Returns the comment threads of all videos of the channel and the channel comments as well. */ @@ -8775,11 +8682,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Commentthreads$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The part parameter specifies a comma-separated list of commentThread resource properties that the API response will include. You must at least include the snippet part in the parameter value since that part contains all of the properties that the API request can update. */ @@ -8961,11 +8863,6 @@ export namespace youtube_v3 { export interface Params$Resource$Guidecategories$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -9142,11 +9039,6 @@ export namespace youtube_v3 { export interface Params$Resource$I18nlanguages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -9313,11 +9205,6 @@ export namespace youtube_v3 { } export interface Params$Resource$I18nregions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -10675,11 +10562,6 @@ export namespace youtube_v3 { export interface Params$Resource$Livebroadcasts$Bind extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Broadcast to bind to the stream */ @@ -10703,11 +10585,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Livebroadcasts$Control extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Whether display or hide slate. */ @@ -10739,11 +10616,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Livebroadcasts$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -10759,11 +10631,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Livebroadcasts$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Note: This parameter is intended exclusively for YouTube content partners.

                          The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -10784,11 +10651,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Livebroadcasts$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Return broadcasts with a certain status, e.g. active broadcasts. */ @@ -10828,11 +10690,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Livebroadcasts$Transition extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The status to which the broadcast is going to transition. */ @@ -10856,11 +10713,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Livebroadcasts$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Note: This parameter is intended exclusively for YouTube content partners.

                          The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -11167,11 +11019,6 @@ export namespace youtube_v3 { export interface Params$Resource$Livechatbans$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -11179,11 +11026,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Livechatbans$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The part parameter serves two purposes in this operation. It identifies the properties that the write operation will set as well as the properties that the API response returns. Set the parameter value to snippet. */ @@ -11658,11 +11500,6 @@ export namespace youtube_v3 { export interface Params$Resource$Livechatmessages$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -11670,11 +11507,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Livechatmessages$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The part parameter serves two purposes. It identifies the properties that the write operation will set as well as the properties that the API response will include. Set the parameter value to snippet. */ @@ -11687,11 +11519,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Livechatmessages$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Specifies the localization language in which the system messages should be returned. */ @@ -12175,11 +12002,6 @@ export namespace youtube_v3 { export interface Params$Resource$Livechatmoderators$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -12187,11 +12009,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Livechatmoderators$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The part parameter serves two purposes in this operation. It identifies the properties that the write operation will set as well as the properties that the API response returns. Set the parameter value to snippet. */ @@ -12204,11 +12021,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Livechatmoderators$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The id of the live chat for which moderators should be returned. */ @@ -12993,11 +12805,6 @@ export namespace youtube_v3 { export interface Params$Resource$Livestreams$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -13013,11 +12820,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Livestreams$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Note: This parameter is intended exclusively for YouTube content partners.

                          The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -13037,11 +12839,6 @@ export namespace youtube_v3 { requestBody?: Schema$LiveStream; } export interface Params$Resource$Livestreams$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Return LiveStreams with the given ids from Stubby or Apiary. */ @@ -13073,11 +12870,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Livestreams$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Note: This parameter is intended exclusively for YouTube content partners.

                          The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -13273,11 +13065,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Members$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Comma separated list of channel IDs. Only data about members that are part of this list will be included in the response. */ @@ -13465,11 +13252,6 @@ export namespace youtube_v3 { export interface Params$Resource$Membershipslevels$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The part parameter specifies the membershipsLevel resource parts that the API response will include. Supported values are id and snippet. */ @@ -14168,11 +13950,6 @@ export namespace youtube_v3 { export interface Params$Resource$Playlistitems$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -14184,11 +13961,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Playlistitems$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Note: This parameter is intended exclusively for YouTube content partners.

                          The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -14205,11 +13977,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Playlistitems$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -14241,11 +14008,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Playlistitems$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Note: This parameter is intended exclusively for YouTube content partners.

                          The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -14997,11 +14759,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Playlists$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -15012,11 +14769,6 @@ export namespace youtube_v3 { onBehalfOfContentOwner?: string; } export interface Params$Resource$Playlists$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Note: This parameter is intended exclusively for YouTube content partners.

                          The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -15036,11 +14788,6 @@ export namespace youtube_v3 { requestBody?: Schema$Playlist; } export interface Params$Resource$Playlists$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Return the playlists owned by the specified channel ID. */ @@ -15079,11 +14826,6 @@ export namespace youtube_v3 { part?: string[]; } export interface Params$Resource$Playlists$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Note: This parameter is intended exclusively for YouTube content partners.

                          The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -15361,11 +15103,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Search$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Filter on resources belonging to this channelId. */ @@ -15659,11 +15396,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Sponsors$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Parameter that specifies which channel sponsors to return. */ @@ -16198,11 +15930,6 @@ export namespace youtube_v3 { export interface Params$Resource$Subscriptions$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -16210,11 +15937,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Subscriptions$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The part parameter serves two purposes in this operation. It identifies the properties that the write operation will set as well as the properties that the API response will include. */ @@ -16227,11 +15949,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Subscriptions$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Return the subscriptions of the given channel owner. */ @@ -16455,11 +16172,6 @@ export namespace youtube_v3 { export interface Params$Resource$Superchatevents$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Return rendered funding amounts in specified language. */ @@ -16659,11 +16371,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Thumbnails$Set extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Note: This parameter is intended exclusively for YouTube content partners.

                          The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The actual CMS account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -16855,11 +16562,6 @@ export namespace youtube_v3 { export interface Params$Resource$Videoabusereportreasons$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -17040,11 +16742,6 @@ export namespace youtube_v3 { export interface Params$Resource$Videocategories$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -18311,11 +18008,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Videos$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -18326,11 +18018,6 @@ export namespace youtube_v3 { onBehalfOfContentOwner?: string; } export interface Params$Resource$Videos$Getrating extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -18341,11 +18028,6 @@ export namespace youtube_v3 { onBehalfOfContentOwner?: string; } export interface Params$Resource$Videos$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Should auto-levels be applied to the upload. */ @@ -18392,11 +18074,6 @@ export namespace youtube_v3 { }; } export interface Params$Resource$Videos$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Return the videos that are in the specified chart. */ @@ -18451,11 +18128,6 @@ export namespace youtube_v3 { videoCategoryId?: string; } export interface Params$Resource$Videos$Rate extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -18467,11 +18139,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Videos$Reportabuse extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Note: This parameter is intended exclusively for YouTube content partners.

                          The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -18483,11 +18150,6 @@ export namespace youtube_v3 { requestBody?: Schema$VideoAbuseReport; } export interface Params$Resource$Videos$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Note: This parameter is intended exclusively for YouTube content partners.

                          The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The actual CMS account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -18816,11 +18478,6 @@ export namespace youtube_v3 { } export interface Params$Resource$Watermarks$Set extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ @@ -18851,11 +18508,6 @@ export namespace youtube_v3 { }; } export interface Params$Resource$Watermarks$Unset extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * */ diff --git a/src/apis/youtubeAnalytics/package.json b/src/apis/youtubeAnalytics/package.json index 0f1efbe8bc..6b425ebf7c 100644 --- a/src/apis/youtubeAnalytics/package.json +++ b/src/apis/youtubeAnalytics/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/youtubeAnalytics/v1.ts b/src/apis/youtubeAnalytics/v1.ts index c7f78fa4af..51b7374673 100644 --- a/src/apis/youtubeAnalytics/v1.ts +++ b/src/apis/youtubeAnalytics/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace youtubeAnalytics_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ diff --git a/src/apis/youtubeAnalytics/v2.ts b/src/apis/youtubeAnalytics/v2.ts index db0aef324c..20604bb4fe 100644 --- a/src/apis/youtubeAnalytics/v2.ts +++ b/src/apis/youtubeAnalytics/v2.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace youtubeAnalytics_v2 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -832,11 +844,6 @@ export namespace youtubeAnalytics_v2 { export interface Params$Resource$Groupitems$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `id` parameter specifies the YouTube group item ID of the group item that is being deleted. */ @@ -848,11 +855,6 @@ export namespace youtubeAnalytics_v2 { } export interface Params$Resource$Groupitems$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * This parameter can only be used in a properly authorized request. **Note:** This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels. The `onBehalfOfContentOwner` parameter indicates that the request's authorization credentials identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -864,11 +866,6 @@ export namespace youtubeAnalytics_v2 { requestBody?: Schema$GroupItem; } export interface Params$Resource$Groupitems$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `groupId` parameter specifies the unique ID of the group for which you want to retrieve group items. */ @@ -1531,11 +1528,6 @@ export namespace youtubeAnalytics_v2 { } export interface Params$Resource$Groups$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `id` parameter specifies the YouTube group ID of the group that is being deleted. */ @@ -1546,11 +1538,6 @@ export namespace youtubeAnalytics_v2 { onBehalfOfContentOwner?: string; } export interface Params$Resource$Groups$Insert extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * This parameter can only be used in a properly authorized request. **Note:** This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels. The `onBehalfOfContentOwner` parameter indicates that the request's authorization credentials identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -1562,11 +1549,6 @@ export namespace youtubeAnalytics_v2 { requestBody?: Schema$Group; } export interface Params$Resource$Groups$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The `id` parameter specifies a comma-separated list of the YouTube group ID(s) for the resource(s) that are being retrieved. Each group must be owned by the authenticated user. In a `group` resource, the `id` property specifies the group's YouTube group ID. Note that if you do not specify a value for the `id` parameter, then you must set the `mine` parameter to `true`. */ @@ -1585,11 +1567,6 @@ export namespace youtubeAnalytics_v2 { pageToken?: string; } export interface Params$Resource$Groups$Update extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * This parameter can only be used in a properly authorized request. **Note:** This parameter is intended exclusively for YouTube content partners that own and manage many different YouTube channels. The `onBehalfOfContentOwner` parameter indicates that the request's authorization credentials identify a YouTube user who is acting on behalf of the content owner specified in the parameter value. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The account that the user authenticates with must be linked to the specified YouTube content owner. */ @@ -1822,11 +1799,6 @@ export namespace youtubeAnalytics_v2 { } export interface Params$Resource$Reports$Query extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The currency to which financial metrics should be converted. The default is US Dollar (USD). If the result contains no financial metrics, this flag will be ignored. Responds with an error if the specified currency is not recognized.", pattern: [A-Z]{3} */ diff --git a/src/apis/youtubereporting/package.json b/src/apis/youtubereporting/package.json index f590a4b14d..fdcee76f55 100644 --- a/src/apis/youtubereporting/package.json +++ b/src/apis/youtubereporting/package.json @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/apis/youtubereporting/v1.ts b/src/apis/youtubereporting/v1.ts index cfff1fe757..b6effb03fe 100644 --- a/src/apis/youtubereporting/v1.ts +++ b/src/apis/youtubereporting/v1.ts @@ -29,6 +29,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,17 @@ export namespace youtubereporting_v1 { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: + | string + | OAuth2Client + | JWT + | Compute + | UserRefreshClient + | GoogleAuth; + /** * V1 error format. */ @@ -1159,11 +1171,6 @@ export namespace youtubereporting_v1 { } export interface Params$Resource$Jobs$Create extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The content owner's external ID on which behalf the user is acting on. If not set, the user is acting for himself (his own channel). */ @@ -1175,11 +1182,6 @@ export namespace youtubereporting_v1 { requestBody?: Schema$Job; } export interface Params$Resource$Jobs$Delete extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the job to delete. */ @@ -1190,11 +1192,6 @@ export namespace youtubereporting_v1 { onBehalfOfContentOwner?: string; } export interface Params$Resource$Jobs$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the job to retrieve. */ @@ -1205,11 +1202,6 @@ export namespace youtubereporting_v1 { onBehalfOfContentOwner?: string; } export interface Params$Resource$Jobs$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If set to true, also system-managed jobs will be returned; otherwise only user-created jobs will be returned. System-managed jobs can neither be modified nor deleted. */ @@ -1547,11 +1539,6 @@ export namespace youtubereporting_v1 { } export interface Params$Resource$Jobs$Reports$Get extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * The ID of the job. */ @@ -1567,11 +1554,6 @@ export namespace youtubereporting_v1 { } export interface Params$Resource$Jobs$Reports$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If set, only reports created after the specified date/time are returned. */ @@ -1773,11 +1755,6 @@ export namespace youtubereporting_v1 { } export interface Params$Resource$Media$Download extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * Name of the media that is being downloaded. */ @@ -1945,11 +1922,6 @@ export namespace youtubereporting_v1 { } export interface Params$Resource$Reporttypes$List extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string | OAuth2Client | JWT | Compute | UserRefreshClient; - /** * If set to true, also system-managed report types will be returned; otherwise only the report types that can be used to create new reporting jobs will be returned. */ diff --git a/src/generator/templates/api-endpoint.njk b/src/generator/templates/api-endpoint.njk index 9ff9f838c8..5dfabbc5c6 100644 --- a/src/generator/templates/api-endpoint.njk +++ b/src/generator/templates/api-endpoint.njk @@ -22,6 +22,7 @@ import { MethodOptions, StreamMethodOptions, GlobalOptions, + GoogleAuth, BodyResponseCallback, APIRequestContext, } from 'googleapis-common'; @@ -40,6 +41,11 @@ export interface Options extends GlobalOptions { } interface StandardParameters { + /** + * Auth client or API Key for the request + */ + auth?: string|OAuth2Client|JWT|Compute|UserRefreshClient|GoogleAuth; + {% for pname, p in api.parameters|dictsort %} /** * {{ p.description|oneLine|cleanComments|safe }} @@ -123,12 +129,6 @@ export interface Schema${{ schema.id }} { {% if api.methods %} {% for mname, m in api.methods|dictsort %} export interface Params$${{ mname|capitalize }} extends StandardParameters { - - /** - * Auth client or API Key for the request - */ - auth?: string|OAuth2Client|JWT|Compute|UserRefreshClient; - {% if m.parameters %} {% for pname, p in m.parameters|dictsort %} /** diff --git a/src/generator/templates/package.json.njk b/src/generator/templates/package.json.njk index 3ba0bf74a6..04635010aa 100644 --- a/src/generator/templates/package.json.njk +++ b/src/generator/templates/package.json.njk @@ -29,7 +29,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^4.2.1" + "googleapis-common": "^4.3.0" }, "devDependencies": { "gts": "^2.0.0", diff --git a/src/generator/templates/resource-partial.njk b/src/generator/templates/resource-partial.njk index 55e3f5da89..de3f01bc16 100644 --- a/src/generator/templates/resource-partial.njk +++ b/src/generator/templates/resource-partial.njk @@ -31,11 +31,6 @@ {% if r.methods %} {% for mname, m in r.methods|dictsort %} export interface Params${{ClassName}}${{ mname|camelify|capitalize }} extends StandardParameters { - /** - * Auth client or API Key for the request - */ - auth?: string|OAuth2Client|JWT|Compute|UserRefreshClient; - {% if m.parameters %} {% for pname, p in m.parameters|dictsort %} /** diff --git a/test/test.options.ts b/test/test.options.ts index fdd62b277c..5ee5497ec1 100644 --- a/test/test.options.ts +++ b/test/test.options.ts @@ -17,6 +17,9 @@ import * as nock from 'nock'; import {URL} from 'url'; import {GoogleApis} from '../src'; import {Utils} from './utils'; +import {GoogleAuth} from 'google-auth-library'; +import * as sinon from 'sinon'; +import {GaxiosResponse} from 'gaxios'; function createNock(path?: string) { const p = path || '/drive/v2/files/woot'; @@ -24,6 +27,7 @@ function createNock(path?: string) { } describe('Options', () => { + const sandbox = sinon.createSandbox(); before(() => { nock.disableNetConnect(); }); @@ -31,6 +35,7 @@ describe('Options', () => { afterEach(() => { nock.disableNetConnect(); nock.cleanAll(); + sandbox.restore(); }); it('should be a function', () => { @@ -242,4 +247,17 @@ describe('Options', () => { scope.done(); }); + + it('should allow using a GoogleAuth object for auth', async () => { + const google = new GoogleApis(); + const auth = new GoogleAuth(); + const stub = sandbox.stub(auth, 'request').resolves({} as GaxiosResponse); + // global options + google.options({auth}); + // per-API options + const drive = google.drive({version: 'v3', auth}); + // per-call options + await drive.files.list({auth}); + assert(stub.calledOnce); + }); });