@maxim_mazurok/gapi.client.dataproc-v1 0.1.20251029 → 0.1.20251203
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 +5 -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: 20251203
|
|
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 */
|
|
@@ -624,6 +626,8 @@ declare namespace gapi.client {
|
|
|
624
626
|
savepointUri?: string;
|
|
625
627
|
}
|
|
626
628
|
interface GceClusterConfig {
|
|
629
|
+
/** Optional. An optional list of Compute Engine zones where the Dataproc cluster will not be located when Auto Zone is enabled. Only one of zone_uri or auto_zone_exclude_zone_uris can be set. If both are omitted, the service will pick a zone in the cluster Compute Engine region. If auto_zone_exclude_zone_uris is set and there is more than one non-excluded zone, the service will pick one of the non-excluded zones. Otherwise, cluster creation will fail with INVALID_ARGUMENT error.A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/zones/[zone] projects/[project_id]/zones/[zone] [zone] */
|
|
630
|
+
autoZoneExcludeZoneUris?: string[];
|
|
627
631
|
/** Optional. Confidential Instance Config for clusters using Confidential VMs (https://cloud.google.com/compute/confidential-vm/docs). */
|
|
628
632
|
confidentialInstanceConfig?: ConfidentialInstanceConfig;
|
|
629
633
|
/** Optional. This setting applies to subnetwork-enabled networks. It is set to true by default in clusters created with image versions 2.2.x.When set to true: All cluster VMs have internal IP addresses. Google Private Access (https://cloud.google.com/vpc/docs/private-google-access) must be enabled to access Dataproc and other Google Cloud APIs. Off-cluster dependencies must be configured to be accessible without external IP addresses.When set to false: Cluster VMs are not restricted to internal IP addresses. Ephemeral external IP addresses are assigned to each cluster VM. */
|