@maxim_mazurok/gapi.client.cloudtasks-v2 0.0.20240719 → 0.0.20240808
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://cloudtasks.googleapis.com/$discovery/rest?version=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240808
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -140,9 +140,9 @@ declare namespace gapi.client {
|
|
|
140
140
|
headerOverrides?: HeaderOverride[];
|
|
141
141
|
/** The HTTP method to use for the request. When specified, it overrides HttpRequest for the task. Note that if the value is set to HttpMethod the HttpRequest of the task will be ignored at execution time. */
|
|
142
142
|
httpMethod?: string;
|
|
143
|
-
/** If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2)
|
|
143
|
+
/** If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) is generated and attached as the `Authorization` header in the HTTP request. This type of authorization should generally be used only when calling Google APIs hosted on *.googleapis.com. Note that both the service account email and the scope MUST be specified when using the queue-level authorization override. */
|
|
144
144
|
oauthToken?: OAuthToken;
|
|
145
|
-
/** If specified, an [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect) token
|
|
145
|
+
/** If specified, an [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect) token is generated and attached as an `Authorization` header in the HTTP request. This type of authorization can be used for many scenarios, including calling Cloud Run, or endpoints where you intend to validate the token yourself. Note that both the service account email and the audience MUST be specified when using the queue-level authorization override. */
|
|
146
146
|
oidcToken?: OidcToken;
|
|
147
147
|
/** URI override. When specified, overrides the execution URI for all the tasks in the queue. */
|
|
148
148
|
uriOverride?: UriOverride;
|