Skip to content

Commit

Permalink
feat(composer): update the api
Browse files Browse the repository at this point in the history
#### composer:v1

The following keys were added:
- schemas.Environment.properties.storageConfig.$ref (Total Keys: 1)
- schemas.StorageConfig (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Sep 18, 2023
1 parent fe0bcad commit 4d9e24a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/dyn/composer_v1.projects.locations.environments.html
Expand Up @@ -260,6 +260,8 @@ <h3>Method Details</h3>
},
&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.
&quot;state&quot;: &quot;A String&quot;, # The current state of the environment.
&quot;storageConfig&quot;: { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment.
},
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which this environment was last modified.
&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.
}
Expand Down Expand Up @@ -566,6 +568,8 @@ <h3>Method Details</h3>
},
&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.
&quot;state&quot;: &quot;A String&quot;, # The current state of the environment.
&quot;storageConfig&quot;: { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment.
},
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which this environment was last modified.
&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.
}</pre>
Expand Down Expand Up @@ -718,6 +722,8 @@ <h3>Method Details</h3>
},
&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.
&quot;state&quot;: &quot;A String&quot;, # The current state of the environment.
&quot;storageConfig&quot;: { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment.
},
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which this environment was last modified.
&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.
},
Expand Down Expand Up @@ -924,6 +930,8 @@ <h3>Method Details</h3>
},
&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.
&quot;state&quot;: &quot;A String&quot;, # The current state of the environment.
&quot;storageConfig&quot;: { # The configuration for data storage in the environment. # Optional. Storage configuration for this environment.
},
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time at which this environment was last modified.
&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.
}
Expand Down
12 changes: 11 additions & 1 deletion googleapiclient/discovery_cache/documents/composer.v1.json
Expand Up @@ -599,7 +599,7 @@
}
}
},
"revision": "20230814",
"revision": "20230906",
"rootUrl": "https://composer.googleapis.com/",
"schemas": {
"AllowedIpRange": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Expand Up @@ -655,7 +655,7 @@
}
}
},
"revision": "20230814",
"revision": "20230906",
"rootUrl": "https://composer.googleapis.com/",
"schemas": {
"AllowedIpRange": {
Expand Down

0 comments on commit 4d9e24a

Please sign in to comment.