You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discovery/composer-v1.json
+11-1
Original file line number
Diff line number
Diff line change
@@ -599,7 +599,7 @@
599
599
}
600
600
}
601
601
},
602
-
"revision": "20230806",
602
+
"revision": "20230906",
603
603
"rootUrl": "https://composer.googleapis.com/",
604
604
"schemas": {
605
605
"AllowedIpRange": {
@@ -781,6 +781,10 @@
781
781
],
782
782
"type": "string"
783
783
},
784
+
"storageConfig": {
785
+
"$ref": "StorageConfig",
786
+
"description": "Optional. Storage configuration for this environment."
787
+
},
784
788
"updateTime": {
785
789
"description": "Output only. The time at which this environment was last modified.",
786
790
"format": "google-datetime",
@@ -1663,6 +1667,12 @@
1663
1667
},
1664
1668
"type": "object"
1665
1669
},
1670
+
"StorageConfig": {
1671
+
"description": "The configuration for data storage in the environment.",
1672
+
"id": "StorageConfig",
1673
+
"properties": {},
1674
+
"type": "object"
1675
+
},
1666
1676
"WebServerConfig": {
1667
1677
"description": "The configuration settings for the Airflow web server App Engine instance. Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*",
* The configuration for data storage in the environment.
931
+
*/
932
+
exportinterfaceSchema$StorageConfig{}
925
933
/**
926
934
* The configuration settings for the Airflow web server App Engine instance. Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*
0 commit comments