@maxim_mazurok/gapi.client.dataproc-v1 0.0.20231019 → 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.
Files changed (3) hide show
  1. package/index.d.ts +10 -1
  2. package/package.json +1 -1
  3. package/tests.ts +10 -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: 20231019
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;
@@ -531,6 +534,9 @@ declare namespace gapi.client {
531
534
  /** Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster. */
532
535
  gcePdKmsKeyName?:
533
536
  string;
537
+ /** Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster. */
538
+ kmsKey?:
539
+ string;
534
540
  }
535
541
  interface EndpointConfig {
536
542
  /** Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false. */
@@ -1350,6 +1356,9 @@ declare namespace gapi.client {
1350
1356
  */
1351
1357
  nextPageToken?:
1352
1358
  string;
1359
+ /** Output only. List of jobs that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response. */
1360
+ unreachable?:
1361
+ string[];
1353
1362
  }
1354
1363
  interface ListOperationsResponse {
1355
1364
  /** The standard List next-page token. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dataproc-v1",
3
- "version": "0.0.20231019",
3
+ "version": "0.0.20231109",
4
4
  "description": "TypeScript typings for Cloud Dataproc API v1",
5
5
  "license": "MIT",
6
6
  "author": {
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: 20231019
6
+ // Revision: 20231109
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -923,6 +923,7 @@ gapi.load('client', async () => {
923
923
  },
924
924
  encryptionConfig: {
925
925
  gcePdKmsKeyName: "Test string",
926
+ kmsKey: "Test string",
926
927
  },
927
928
  endpointConfig: {
928
929
  enableHttpPortAccess: true,
@@ -1634,6 +1635,7 @@ gapi.load('client', async () => {
1634
1635
  },
1635
1636
  encryptionConfig: {
1636
1637
  gcePdKmsKeyName: "Test string",
1638
+ kmsKey: "Test string",
1637
1639
  },
1638
1640
  endpointConfig: {
1639
1641
  enableHttpPortAccess: true,
@@ -2345,6 +2347,7 @@ gapi.load('client', async () => {
2345
2347
  },
2346
2348
  encryptionConfig: {
2347
2349
  gcePdKmsKeyName: "Test string",
2350
+ kmsKey: "Test string",
2348
2351
  },
2349
2352
  endpointConfig: {
2350
2353
  enableHttpPortAccess: true,
@@ -2883,6 +2886,7 @@ gapi.load('client', async () => {
2883
2886
  },
2884
2887
  encryptionConfig: {
2885
2888
  gcePdKmsKeyName: "Test string",
2889
+ kmsKey: "Test string",
2886
2890
  },
2887
2891
  endpointConfig: {
2888
2892
  enableHttpPortAccess: true,
@@ -3300,6 +3304,7 @@ gapi.load('client', async () => {
3300
3304
  jobs: [
3301
3305
  "Test string"
3302
3306
  ],
3307
+ tarballAccess: "Test string",
3303
3308
  tarballGcsDir: "Test string",
3304
3309
  yarnApplicationId: "Test string",
3305
3310
  yarnApplicationIds: [
@@ -3438,6 +3443,7 @@ gapi.load('client', async () => {
3438
3443
  },
3439
3444
  encryptionConfig: {
3440
3445
  gcePdKmsKeyName: "Test string",
3446
+ kmsKey: "Test string",
3441
3447
  },
3442
3448
  endpointConfig: {
3443
3449
  enableHttpPortAccess: true,
@@ -5319,6 +5325,7 @@ gapi.load('client', async () => {
5319
5325
  },
5320
5326
  encryptionConfig: {
5321
5327
  gcePdKmsKeyName: "Test string",
5328
+ kmsKey: "Test string",
5322
5329
  },
5323
5330
  endpointConfig: {
5324
5331
  enableHttpPortAccess: true,
@@ -6030,6 +6037,7 @@ gapi.load('client', async () => {
6030
6037
  },
6031
6038
  encryptionConfig: {
6032
6039
  gcePdKmsKeyName: "Test string",
6040
+ kmsKey: "Test string",
6033
6041
  },
6034
6042
  endpointConfig: {
6035
6043
  enableHttpPortAccess: true,
@@ -6741,6 +6749,7 @@ gapi.load('client', async () => {
6741
6749
  },
6742
6750
  encryptionConfig: {
6743
6751
  gcePdKmsKeyName: "Test string",
6752
+ kmsKey: "Test string",
6744
6753
  },
6745
6754
  endpointConfig: {
6746
6755
  enableHttpPortAccess: true,