Skip to content

Commit 4d9e24a

Browse files
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)
1 parent fe0bcad commit 4d9e24a

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

docs/dyn/composer_v1.projects.locations.environments.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ <h3>Method Details</h3>
260260
},
261261
&quot;name&quot;: &quot;A String&quot;, # The resource name of the environment, in the form: &quot;projects/{projectId}/locations/{locationId}/environments/{environmentId}&quot; EnvironmentId must start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
262262
&quot;state&quot;: &quot;A String&quot;, # The current state of the environment.
263+
&quot;storageConfig&quot;: { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment.
264+
},
263265
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which this environment was last modified.
264266
&quot;uuid&quot;: &quot;A String&quot;, # Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created.
265267
}
@@ -566,6 +568,8 @@ <h3>Method Details</h3>
566568
},
567569
&quot;name&quot;: &quot;A String&quot;, # The resource name of the environment, in the form: &quot;projects/{projectId}/locations/{locationId}/environments/{environmentId}&quot; EnvironmentId must start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
568570
&quot;state&quot;: &quot;A String&quot;, # The current state of the environment.
571+
&quot;storageConfig&quot;: { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment.
572+
},
569573
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which this environment was last modified.
570574
&quot;uuid&quot;: &quot;A String&quot;, # Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created.
571575
}</pre>
@@ -718,6 +722,8 @@ <h3>Method Details</h3>
718722
},
719723
&quot;name&quot;: &quot;A String&quot;, # The resource name of the environment, in the form: &quot;projects/{projectId}/locations/{locationId}/environments/{environmentId}&quot; EnvironmentId must start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
720724
&quot;state&quot;: &quot;A String&quot;, # The current state of the environment.
725+
&quot;storageConfig&quot;: { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment.
726+
},
721727
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which this environment was last modified.
722728
&quot;uuid&quot;: &quot;A String&quot;, # Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created.
723729
},
@@ -924,6 +930,8 @@ <h3>Method Details</h3>
924930
},
925931
&quot;name&quot;: &quot;A String&quot;, # The resource name of the environment, in the form: &quot;projects/{projectId}/locations/{locationId}/environments/{environmentId}&quot; EnvironmentId must start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
926932
&quot;state&quot;: &quot;A String&quot;, # The current state of the environment.
933+
&quot;storageConfig&quot;: { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment.
934+
},
927935
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which this environment was last modified.
928936
&quot;uuid&quot;: &quot;A String&quot;, # Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created.
929937
}

googleapiclient/discovery_cache/documents/composer.v1.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
}
600600
}
601601
},
602-
"revision": "20230814",
602+
"revision": "20230906",
603603
"rootUrl": "https://composer.googleapis.com/",
604604
"schemas": {
605605
"AllowedIpRange": {
@@ -781,6 +781,10 @@
781781
],
782782
"type": "string"
783783
},
784+
"storageConfig": {
785+
"$ref": "StorageConfig",
786+
"description": "Optional. Storage configuration for this environment."
787+
},
784788
"updateTime": {
785789
"description": "Output only. The time at which this environment was last modified.",
786790
"format": "google-datetime",
@@ -1663,6 +1667,12 @@
16631667
},
16641668
"type": "object"
16651669
},
1670+
"StorageConfig": {
1671+
"description": "The configuration for data storage in the environment.",
1672+
"id": "StorageConfig",
1673+
"properties": {},
1674+
"type": "object"
1675+
},
16661676
"WebServerConfig": {
16671677
"description": "The configuration settings for the Airflow web server App Engine instance. Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*",
16681678
"id": "WebServerConfig",

googleapiclient/discovery_cache/documents/composer.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@
655655
}
656656
}
657657
},
658-
"revision": "20230814",
658+
"revision": "20230906",
659659
"rootUrl": "https://composer.googleapis.com/",
660660
"schemas": {
661661
"AllowedIpRange": {

0 commit comments

Comments
 (0)