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: docs/dyn/composer_v1.projects.locations.environments.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,8 @@ <h3>Method Details</h3>
260
260
},
261
261
"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.
262
262
"state": "A String", # The current state of the environment.
263
+
"storageConfig": { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment.
264
+
},
263
265
"updateTime": "A String", # Output only. The time at which this environment was last modified.
264
266
"uuid": "A String", # Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created.
265
267
}
@@ -566,6 +568,8 @@ <h3>Method Details</h3>
566
568
},
567
569
"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.
568
570
"state": "A String", # The current state of the environment.
571
+
"storageConfig": { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment.
572
+
},
569
573
"updateTime": "A String", # Output only. The time at which this environment was last modified.
570
574
"uuid": "A String", # Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created.
571
575
}</pre>
@@ -718,6 +722,8 @@ <h3>Method Details</h3>
718
722
},
719
723
"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.
720
724
"state": "A String", # The current state of the environment.
725
+
"storageConfig": { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment.
726
+
},
721
727
"updateTime": "A String", # Output only. The time at which this environment was last modified.
722
728
"uuid": "A String", # Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created.
723
729
},
@@ -924,6 +930,8 @@ <h3>Method Details</h3>
924
930
},
925
931
"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.
926
932
"state": "A String", # The current state of the environment.
933
+
"storageConfig": { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment.
934
+
},
927
935
"updateTime": "A String", # Output only. The time at which this environment was last modified.
928
936
"uuid": "A String", # Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/composer.v1.json
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -599,7 +599,7 @@
599
599
}
600
600
}
601
601
},
602
-
"revision": "20230814",
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-*.*.*",
0 commit comments