@maxim_mazurok/gapi.client.composer-v1 0.0.20241013 → 0.0.20241027
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 +9 -9
- 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:
|
|
12
|
+
// Revision: 20241027
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -116,13 +116,13 @@ declare namespace gapi.client {
|
|
|
116
116
|
kmsKeyName?: string;
|
|
117
117
|
}
|
|
118
118
|
interface Environment {
|
|
119
|
-
/** Configuration parameters for this environment. */
|
|
119
|
+
/** Optional. Configuration parameters for this environment. */
|
|
120
120
|
config?: EnvironmentConfig;
|
|
121
121
|
/** Output only. The time at which this environment was created. */
|
|
122
122
|
createTime?: string;
|
|
123
123
|
/** Optional. User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: * Keys must conform to regexp: \p{Ll}\p{Lo}{0,62} * Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} * Both keys and values are additionally constrained to be <= 128 bytes in size. */
|
|
124
124
|
labels?: {[P in string]: string};
|
|
125
|
-
/** The resource name of the environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. */
|
|
125
|
+
/** Identifier. The resource name of the environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. */
|
|
126
126
|
name?: string;
|
|
127
127
|
/** Output only. Reserved for future use. */
|
|
128
128
|
satisfiesPzi?: boolean;
|
|
@@ -158,17 +158,17 @@ declare namespace gapi.client {
|
|
|
158
158
|
maintenanceWindow?: MaintenanceWindow;
|
|
159
159
|
/** Optional. The configuration options for GKE cluster master authorized networks. By default master authorized networks feature is: - in case of private environment: enabled with no external networks allowlisted. - in case of public environment: disabled. */
|
|
160
160
|
masterAuthorizedNetworksConfig?: MasterAuthorizedNetworksConfig;
|
|
161
|
-
/** The configuration used for the Kubernetes Engine cluster. */
|
|
161
|
+
/** Optional. The configuration used for the Kubernetes Engine cluster. */
|
|
162
162
|
nodeConfig?: NodeConfig;
|
|
163
163
|
/** The number of nodes in the Kubernetes Engine cluster that will be used to run this environment. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*. */
|
|
164
164
|
nodeCount?: number;
|
|
165
|
-
/** The configuration used for the Private IP Cloud Composer environment. */
|
|
165
|
+
/** Optional. The configuration used for the Private IP Cloud Composer environment. */
|
|
166
166
|
privateEnvironmentConfig?: PrivateEnvironmentConfig;
|
|
167
167
|
/** Optional. The Recovery settings configuration of an environment. This field is supported for Cloud Composer environments in versions composer-2.*.*-airflow-*.*.* and newer. */
|
|
168
168
|
recoveryConfig?: RecoveryConfig;
|
|
169
169
|
/** Optional. Resilience mode of the Cloud Composer Environment. This field is supported for Cloud Composer environments in versions composer-2.2.0-airflow-*.*.* and newer. */
|
|
170
170
|
resilienceMode?: string;
|
|
171
|
-
/** The configuration settings for software inside the environment. */
|
|
171
|
+
/** Optional. The configuration settings for software inside the environment. */
|
|
172
172
|
softwareConfig?: SoftwareConfig;
|
|
173
173
|
/** Optional. The configuration settings for the Airflow web server App Engine instance. */
|
|
174
174
|
webServerConfig?: WebServerConfig;
|
|
@@ -449,7 +449,7 @@ declare namespace gapi.client {
|
|
|
449
449
|
cloudDataLineageIntegration?: CloudDataLineageIntegration;
|
|
450
450
|
/** Optional. Additional environment variables to provide to the Apache Airflow scheduler, worker, and webserver processes. Environment variable names must match the regular expression `a-zA-Z_*`. They cannot specify Apache Airflow software configuration overrides (they cannot match the regular expression `AIRFLOW__[A-Z0-9_]+__[A-Z0-9_]+`), and they cannot match any of the following reserved names: * `AIRFLOW_HOME` * `C_FORCE_ROOT` * `CONTAINER_NAME` * `DAGS_FOLDER` * `GCP_PROJECT` * `GCS_BUCKET` * `GKE_CLUSTER_NAME` * `SQL_DATABASE` * `SQL_INSTANCE` * `SQL_PASSWORD` * `SQL_PROJECT` * `SQL_REGION` * `SQL_USER` */
|
|
451
451
|
envVariables?: {[P in string]: string};
|
|
452
|
-
/** The version of the software running in the environment. This encapsulates both the version of Cloud Composer functionality and the version of Apache Airflow. It must match the regular expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0-9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version is supported and denies the request for an unsupported version. The Cloud Composer portion of the image version is a full [semantic version](https://semver.org), or an alias in the form of major version number or `latest`. When an alias is provided, the server replaces it with the current Cloud Composer version that satisfies the alias. The Apache Airflow portion of the image version is a full semantic version that points to one of the supported Apache Airflow versions, or an alias in the form of only major or major.minor versions specified. When an alias is provided, the server replaces it with the latest Apache Airflow version that satisfies the alias and is supported in the given Cloud Composer version. In all cases, the resolved image version is stored in the same field. See also [version list](/composer/docs/concepts/versioning/composer-versions) and [versioning overview](/composer/docs/concepts/versioning/composer-versioning-overview). */
|
|
452
|
+
/** Optional. The version of the software running in the environment. This encapsulates both the version of Cloud Composer functionality and the version of Apache Airflow. It must match the regular expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0-9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version is supported and denies the request for an unsupported version. The Cloud Composer portion of the image version is a full [semantic version](https://semver.org), or an alias in the form of major version number or `latest`. When an alias is provided, the server replaces it with the current Cloud Composer version that satisfies the alias. The Apache Airflow portion of the image version is a full semantic version that points to one of the supported Apache Airflow versions, or an alias in the form of only major or major.minor versions specified. When an alias is provided, the server replaces it with the latest Apache Airflow version that satisfies the alias and is supported in the given Cloud Composer version. In all cases, the resolved image version is stored in the same field. See also [version list](/composer/docs/concepts/versioning/composer-versions) and [versioning overview](/composer/docs/concepts/versioning/composer-versioning-overview). */
|
|
453
453
|
imageVersion?: string;
|
|
454
454
|
/** Optional. Custom Python Package Index (PyPI) packages to be installed in the environment. Keys refer to the lowercase package name such as "numpy" and values are the lowercase extras and version specifier such as "==1.12.0", "[devel,gcp_api]", or "[devel]>=1.8.2, <1.9.2". To specify a package without pinning it to a version specifier, use the empty string as the value. */
|
|
455
455
|
pypiPackages?: {[P in string]: string};
|
|
@@ -501,13 +501,13 @@ declare namespace gapi.client {
|
|
|
501
501
|
memoryGb?: number;
|
|
502
502
|
}
|
|
503
503
|
interface UserWorkloadsConfigMap {
|
|
504
|
-
/** Optional. The "data" field of Kubernetes ConfigMap, organized in key-value pairs. For details see: https://kubernetes.io/docs/concepts/configuration/configmap/ */
|
|
504
|
+
/** Optional. The "data" field of Kubernetes ConfigMap, organized in key-value pairs. For details see: https://kubernetes.io/docs/concepts/configuration/configmap/ Example: { "example_key": "example_value", "another_key": "another_value" } */
|
|
505
505
|
data?: {[P in string]: string};
|
|
506
506
|
/** Identifier. The resource name of the ConfigMap, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}" */
|
|
507
507
|
name?: string;
|
|
508
508
|
}
|
|
509
509
|
interface UserWorkloadsSecret {
|
|
510
|
-
/** Optional. The "data" field of Kubernetes Secret, organized in key-value pairs, which can contain sensitive values such as a password, a token, or a key. The values for all keys have to be base64-encoded strings. For details see: https://kubernetes.io/docs/concepts/configuration/secret/ */
|
|
510
|
+
/** Optional. The "data" field of Kubernetes Secret, organized in key-value pairs, which can contain sensitive values such as a password, a token, or a key. The values for all keys have to be base64-encoded strings. For details see: https://kubernetes.io/docs/concepts/configuration/secret/ Example: { "example": "ZXhhbXBsZV92YWx1ZQ==", "another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl" } */
|
|
511
511
|
data?: {[P in string]: string};
|
|
512
512
|
/** Identifier. The resource name of the Secret, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsSecrets/{userWorkloadsSecretId}" */
|
|
513
513
|
name?: string;
|