@maxim_mazurok/gapi.client.dataproc-v1 0.1.20251021 → 0.1.20251104
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 -1
- 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://dataproc.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251104
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -311,6 +311,8 @@ declare namespace gapi.client {
|
|
|
311
311
|
configBucket?: string;
|
|
312
312
|
/** Optional. The config for Dataproc metrics. */
|
|
313
313
|
dataprocMetricConfig?: DataprocMetricConfig;
|
|
314
|
+
/** Optional. A Cloud Storage bucket used to collect checkpoint diagnostic data (https://cloud.google.com/dataproc/docs/support/diagnose-clusters#checkpoint_diagnostic_data). If you do not specify a diagnostic bucket, Cloud Dataproc will use the Dataproc temp bucket to collect the checkpoint diagnostic data. This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket. */
|
|
315
|
+
diagnosticBucket?: string;
|
|
314
316
|
/** Optional. Encryption settings for the cluster. */
|
|
315
317
|
encryptionConfig?: EncryptionConfig;
|
|
316
318
|
/** Optional. Port/endpoint configuration for this cluster */
|