From 4d9e24a39caa038f30d6ef3593d6c5d4f6073793 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Mon, 18 Sep 2023 13:29:12 +0000 Subject: [PATCH] feat(composer): update the api #### composer:v1 The following keys were added: - schemas.Environment.properties.storageConfig.$ref (Total Keys: 1) - schemas.StorageConfig (Total Keys: 2) --- .../composer_v1.projects.locations.environments.html | 8 ++++++++ .../discovery_cache/documents/composer.v1.json | 12 +++++++++++- .../discovery_cache/documents/composer.v1beta1.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/dyn/composer_v1.projects.locations.environments.html b/docs/dyn/composer_v1.projects.locations.environments.html index 7415c713a78..bc3953d624e 100644 --- a/docs/dyn/composer_v1.projects.locations.environments.html +++ b/docs/dyn/composer_v1.projects.locations.environments.html @@ -260,6 +260,8 @@

Method Details

}, "name": "A String", # 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. "state": "A String", # The current state of the environment. + "storageConfig": { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment. + }, "updateTime": "A String", # Output only. The time at which this environment was last modified. "uuid": "A String", # Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created. } @@ -566,6 +568,8 @@

Method Details

}, "name": "A String", # 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. "state": "A String", # The current state of the environment. + "storageConfig": { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment. + }, "updateTime": "A String", # Output only. The time at which this environment was last modified. "uuid": "A String", # Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created. } @@ -718,6 +722,8 @@

Method Details

}, "name": "A String", # 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. "state": "A String", # The current state of the environment. + "storageConfig": { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment. + }, "updateTime": "A String", # Output only. The time at which this environment was last modified. "uuid": "A String", # Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created. }, @@ -924,6 +930,8 @@

Method Details

}, "name": "A String", # 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. "state": "A String", # The current state of the environment. + "storageConfig": { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment. + }, "updateTime": "A String", # Output only. The time at which this environment was last modified. "uuid": "A String", # Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created. } diff --git a/googleapiclient/discovery_cache/documents/composer.v1.json b/googleapiclient/discovery_cache/documents/composer.v1.json index 88873cb9287..92491143a29 100644 --- a/googleapiclient/discovery_cache/documents/composer.v1.json +++ b/googleapiclient/discovery_cache/documents/composer.v1.json @@ -599,7 +599,7 @@ } } }, - "revision": "20230814", + "revision": "20230906", "rootUrl": "https://composer.googleapis.com/", "schemas": { "AllowedIpRange": { @@ -781,6 +781,10 @@ ], "type": "string" }, + "storageConfig": { + "$ref": "StorageConfig", + "description": "Optional. Storage configuration for this environment." + }, "updateTime": { "description": "Output only. The time at which this environment was last modified.", "format": "google-datetime", @@ -1663,6 +1667,12 @@ }, "type": "object" }, + "StorageConfig": { + "description": "The configuration for data storage in the environment.", + "id": "StorageConfig", + "properties": {}, + "type": "object" + }, "WebServerConfig": { "description": "The configuration settings for the Airflow web server App Engine instance. Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*", "id": "WebServerConfig", diff --git a/googleapiclient/discovery_cache/documents/composer.v1beta1.json b/googleapiclient/discovery_cache/documents/composer.v1beta1.json index 857572025a4..1360ee7e7da 100644 --- a/googleapiclient/discovery_cache/documents/composer.v1beta1.json +++ b/googleapiclient/discovery_cache/documents/composer.v1beta1.json @@ -655,7 +655,7 @@ } } }, - "revision": "20230814", + "revision": "20230906", "rootUrl": "https://composer.googleapis.com/", "schemas": { "AllowedIpRange": {