@maxim_mazurok/gapi.client.dataproc-v1 0.0.20231028 → 0.0.20231109
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 +4 -1
- package/package.json +1 -1
- package/tests.ts +2 -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://dataproc.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20231109
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -477,6 +477,9 @@ declare namespace gapi.client {
|
|
|
477
477
|
/** Optional. Specifies a list of jobs on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job} */
|
|
478
478
|
jobs?:
|
|
479
479
|
string[];
|
|
480
|
+
/** Optional. (Optional) The access type to the diagnostic tarball. If not specified, falls back to default access of the bucket */
|
|
481
|
+
tarballAccess?:
|
|
482
|
+
string;
|
|
480
483
|
/** Optional. (Optional) The output Cloud Storage directory for the diagnostic tarball. If not specified, a task-specific directory in the cluster's staging bucket will be used. */
|
|
481
484
|
tarballGcsDir?:
|
|
482
485
|
string;
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20231109
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -3304,6 +3304,7 @@ gapi.load('client', async () => {
|
|
|
3304
3304
|
jobs: [
|
|
3305
3305
|
"Test string"
|
|
3306
3306
|
],
|
|
3307
|
+
tarballAccess: "Test string",
|
|
3307
3308
|
tarballGcsDir: "Test string",
|
|
3308
3309
|
yarnApplicationId: "Test string",
|
|
3309
3310
|
yarnApplicationIds: [
|