@maxim_mazurok/gapi.client.datapipelines-v1 0.2.20260621 → 0.3.20260705

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 (2) hide show
  1. package/index.d.ts +4 -12
  2. 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://datapipelines.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20260621
12
+ // Revision: 20260705
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -50,9 +50,7 @@ declare namespace gapi.client {
50
50
  | 'FLEXRS_COST_OPTIMIZED';
51
51
  /** Configuration for VM IPs. */
52
52
  ipConfiguration?:
53
- | 'WORKER_IP_UNSPECIFIED'
54
- | 'WORKER_IP_PUBLIC'
55
- | 'WORKER_IP_PRIVATE';
53
+ 'WORKER_IP_UNSPECIFIED' | 'WORKER_IP_PUBLIC' | 'WORKER_IP_PRIVATE';
56
54
  /** Name for the Cloud KMS key for the job. Key format is: projects//locations//keyRings//cryptoKeys/ */
57
55
  kmsKeyName?: string;
58
56
  /** The machine type to use for the job. Defaults to the value from the template if not specified. */
@@ -209,9 +207,7 @@ declare namespace gapi.client {
209
207
  enableStreamingEngine?: boolean;
210
208
  /** Configuration for VM IPs. */
211
209
  ipConfiguration?:
212
- | 'WORKER_IP_UNSPECIFIED'
213
- | 'WORKER_IP_PUBLIC'
214
- | 'WORKER_IP_PRIVATE';
210
+ 'WORKER_IP_UNSPECIFIED' | 'WORKER_IP_PUBLIC' | 'WORKER_IP_PRIVATE';
215
211
  /** Name for the Cloud KMS key for the job. The key format is: projects//locations//keyRings//cryptoKeys/ */
216
212
  kmsKeyName?: string;
217
213
  /** The machine type to use for the job. Defaults to the value from the template if not specified. */
@@ -246,11 +242,7 @@ declare namespace gapi.client {
246
242
  interface GoogleCloudDatapipelinesV1SdkVersion {
247
243
  /** The support status for this SDK version. */
248
244
  sdkSupportStatus?:
249
- | 'UNKNOWN'
250
- | 'SUPPORTED'
251
- | 'STALE'
252
- | 'DEPRECATED'
253
- | 'UNSUPPORTED';
245
+ 'UNKNOWN' | 'SUPPORTED' | 'STALE' | 'DEPRECATED' | 'UNSUPPORTED';
254
246
  /** The version of the SDK used to run the job. */
255
247
  version?: string;
256
248
  /** A readable string describing the version of the SDK. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.datapipelines-v1",
3
- "version": "0.2.20260621",
3
+ "version": "0.3.20260705",
4
4
  "description": "TypeScript typings for Data pipelines API v1",
5
5
  "repository": {
6
6
  "type": "git",