@maxim_mazurok/gapi.client.composer-v1 0.0.20241210 → 0.0.20250108

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 +16 -16
  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://composer.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20241210
12
+ // Revision: 20250108
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -309,9 +309,9 @@ declare namespace gapi.client {
309
309
  connectionType?: string;
310
310
  }
311
311
  interface NodeConfig {
312
- /** Optional. The IP range in CIDR notation to use internally by Cloud Composer. IP addresses are not reserved - and the same range can be used by multiple Cloud Composer environments. In case of overlap, IPs from this range will not be accessible in the user's VPC network. Cannot be updated. If not specified, the default value of '100.64.128.0/20' is used. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
312
+ /** Optional. The IP range in CIDR notation to use internally by Cloud Composer. IP addresses are not reserved - and the same range can be used by multiple Cloud Composer environments. In case of overlap, IPs from this range will not be accessible in the user's VPC network. Cannot be updated. If not specified, the default value of '100.64.128.0/20' is used. This field is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
313
313
  composerInternalIpv4CidrBlock?: string;
314
- /** Optional. Network Attachment that Cloud Composer environment is connected to, which provides connectivity with a user's VPC network. Takes precedence over network and subnetwork settings. If not provided, but network and subnetwork are defined during environment, it will be provisioned. If not provided and network and subnetwork are also empty, then connectivity to user's VPC network is disabled. Network attachment must be provided in format projects/{project}/regions/{region}/networkAttachments/{networkAttachment}. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
314
+ /** Optional. Network Attachment that Cloud Composer environment is connected to, which provides connectivity with a user's VPC network. Takes precedence over network and subnetwork settings. If not provided, but network and subnetwork are defined during environment, it will be provisioned. If not provided and network and subnetwork are also empty, then connectivity to user's VPC network is disabled. Network attachment must be provided in format projects/{project}/regions/{region}/networkAttachments/{networkAttachment}. This field is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
315
315
  composerNetworkAttachment?: string;
316
316
  /** Optional. The disk size in GB used for node VMs. Minimum size is 30GB. If unspecified, defaults to 100GB. Cannot be updated. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*. */
317
317
  diskSizeGb?: number;
@@ -395,7 +395,7 @@ declare namespace gapi.client {
395
395
  cloudComposerNetworkIpv4ReservedRange?: string;
396
396
  /** Optional. The CIDR block from which IP range in tenant project will be reserved for Cloud SQL. Needs to be disjoint from `web_server_ipv4_cidr_block`. */
397
397
  cloudSqlIpv4CidrBlock?: string;
398
- /** Optional. If `true`, builds performed during operations that install Python packages have only private connectivity to Google services (including Artifact Registry) and VPC network (if either `NodeConfig.network` and `NodeConfig.subnetwork` fields or `NodeConfig.composer_network_attachment` field are specified). If `false`, the builds also have access to the internet. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
398
+ /** Optional. If `true`, builds performed during operations that install Python packages have only private connectivity to Google services (including Artifact Registry) and VPC network (if either `NodeConfig.network` and `NodeConfig.subnetwork` fields or `NodeConfig.composer_network_attachment` field are specified). If `false`, the builds also have access to the internet. This field is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
399
399
  enablePrivateBuildsOnly?: boolean;
400
400
  /** Optional. If `true`, a Private IP Cloud Composer environment is created. If this field is set to true, `IPAllocationPolicy.use_ip_aliases` must be set to true for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*. */
401
401
  enablePrivateEnvironment?: boolean;
@@ -457,7 +457,7 @@ declare namespace gapi.client {
457
457
  pythonVersion?: string;
458
458
  /** Optional. The number of schedulers for Airflow. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-2.*.*. */
459
459
  schedulerCount?: number;
460
- /** Optional. Whether or not the web server uses custom plugins. If unspecified, the field defaults to `PLUGINS_ENABLED`. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
460
+ /** Optional. Whether or not the web server uses custom plugins. If unspecified, the field defaults to `PLUGINS_ENABLED`. This field is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
461
461
  webServerPluginsMode?: string;
462
462
  }
463
463
  interface Status {
@@ -541,7 +541,7 @@ declare namespace gapi.client {
541
541
  storageGb?: number;
542
542
  }
543
543
  interface WorkloadsConfig {
544
- /** Optional. Resources used by Airflow DAG processors. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
544
+ /** Optional. Resources used by Airflow DAG processors. This field is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
545
545
  dagProcessor?: DagProcessorResource;
546
546
  /** Optional. Resources used by Airflow schedulers. */
547
547
  scheduler?: SchedulerResource;
@@ -553,7 +553,7 @@ declare namespace gapi.client {
553
553
  worker?: WorkerResource;
554
554
  }
555
555
  interface UserWorkloadsConfigMapsResource {
556
- /** Creates a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
556
+ /** Creates a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
557
557
  create(request: {
558
558
  /** V1 error format. */
559
559
  '$.xgafv'?: string;
@@ -611,7 +611,7 @@ declare namespace gapi.client {
611
611
  },
612
612
  body: UserWorkloadsConfigMap
613
613
  ): Request<UserWorkloadsConfigMap>;
614
- /** Deletes a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
614
+ /** Deletes a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
615
615
  delete(request?: {
616
616
  /** V1 error format. */
617
617
  '$.xgafv'?: string;
@@ -638,7 +638,7 @@ declare namespace gapi.client {
638
638
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
639
639
  uploadType?: string;
640
640
  }): Request<{}>;
641
- /** Gets an existing user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
641
+ /** Gets an existing user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
642
642
  get(request?: {
643
643
  /** V1 error format. */
644
644
  '$.xgafv'?: string;
@@ -665,7 +665,7 @@ declare namespace gapi.client {
665
665
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
666
666
  uploadType?: string;
667
667
  }): Request<UserWorkloadsConfigMap>;
668
- /** Lists user workloads ConfigMaps. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
668
+ /** Lists user workloads ConfigMaps. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
669
669
  list(request?: {
670
670
  /** V1 error format. */
671
671
  '$.xgafv'?: string;
@@ -696,7 +696,7 @@ declare namespace gapi.client {
696
696
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
697
697
  uploadType?: string;
698
698
  }): Request<ListUserWorkloadsConfigMapsResponse>;
699
- /** Updates a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
699
+ /** Updates a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
700
700
  update(request: {
701
701
  /** V1 error format. */
702
702
  '$.xgafv'?: string;
@@ -756,7 +756,7 @@ declare namespace gapi.client {
756
756
  ): Request<UserWorkloadsConfigMap>;
757
757
  }
758
758
  interface UserWorkloadsSecretsResource {
759
- /** Creates a user workloads Secret. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
759
+ /** Creates a user workloads Secret. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
760
760
  create(request: {
761
761
  /** V1 error format. */
762
762
  '$.xgafv'?: string;
@@ -814,7 +814,7 @@ declare namespace gapi.client {
814
814
  },
815
815
  body: UserWorkloadsSecret
816
816
  ): Request<UserWorkloadsSecret>;
817
- /** Deletes a user workloads Secret. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
817
+ /** Deletes a user workloads Secret. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
818
818
  delete(request?: {
819
819
  /** V1 error format. */
820
820
  '$.xgafv'?: string;
@@ -841,7 +841,7 @@ declare namespace gapi.client {
841
841
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
842
842
  uploadType?: string;
843
843
  }): Request<{}>;
844
- /** Gets an existing user workloads Secret. Values of the "data" field in the response are cleared. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
844
+ /** Gets an existing user workloads Secret. Values of the "data" field in the response are cleared. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
845
845
  get(request?: {
846
846
  /** V1 error format. */
847
847
  '$.xgafv'?: string;
@@ -868,7 +868,7 @@ declare namespace gapi.client {
868
868
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
869
869
  uploadType?: string;
870
870
  }): Request<UserWorkloadsSecret>;
871
- /** Lists user workloads Secrets. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
871
+ /** Lists user workloads Secrets. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
872
872
  list(request?: {
873
873
  /** V1 error format. */
874
874
  '$.xgafv'?: string;
@@ -899,7 +899,7 @@ declare namespace gapi.client {
899
899
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
900
900
  uploadType?: string;
901
901
  }): Request<ListUserWorkloadsSecretsResponse>;
902
- /** Updates a user workloads Secret. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer. */
902
+ /** Updates a user workloads Secret. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer. */
903
903
  update(request: {
904
904
  /** V1 error format. */
905
905
  '$.xgafv'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.composer-v1",
3
- "version": "0.0.20241210",
3
+ "version": "0.0.20250108",
4
4
  "description": "TypeScript typings for Cloud Composer API v1",
5
5
  "repository": {
6
6
  "type": "git",