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: packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.create_environment.js
Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.delete_environment.js
Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.list_environments.js
Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow-service/samples/generated/v1/environments.update_environment.js
+4-4
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ function main() {
28
28
* A patch environment. Fields specified by the `updateMask` will be copied
29
29
* from the patch environment into the environment under update.
30
30
*/
31
-
// const environment = ''
31
+
// const environment = {}
32
32
/**
33
33
* Required. A comma-separated list of paths, relative to `Environment`, of
34
34
* fields to update.
@@ -135,7 +135,7 @@ function main() {
135
135
* It is an error to provide both this mask and a mask specifying one or
Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow-service/samples/generated/v1/image_versions.list_image_versions.js
Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow-service/samples/generated/v1beta1/environments.check_upgrade.js
+5-5
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,15 @@ function main() {
33
33
* When used as input, the server also checks if the provided version is
34
34
* supported and denies the request for an unsupported version.
35
35
* The Cloud Composer portion of the version is a
36
-
* [semantic version](https://semver.org) or `latest`. When the patch version
36
+
* semantic version(https://semver.org) or `latest`. When the patch version
37
37
* is omitted, the current Cloud Composer patch version is selected.
38
38
* When `latest` is provided instead of an explicit version number,
39
39
* the server replaces `latest` with the current Cloud Composer version
40
40
* and stores that version number in the same field.
41
41
* The portion of the image version that follows `airflow-` is an
Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow-service/samples/generated/v1beta1/environments.create_environment.js
Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow-service/samples/generated/v1beta1/environments.delete_environment.js
Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow-service/samples/generated/v1beta1/environments.get_environment.js
Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow-service/samples/generated/v1beta1/environments.list_environments.js
Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow-service/samples/generated/v1beta1/environments.restart_web_server.js
Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow-service/samples/generated/v1beta1/environments.update_environment.js
+6-6
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ function main(updateMask) {
28
28
* A patch environment. Fields specified by the `updateMask` will be copied
29
29
* from the patch environment into the environment under update.
30
30
*/
31
-
// const environment = ''
31
+
// const environment = {}
32
32
/**
33
33
* Required. A comma-separated list of paths, relative to `Environment`, of
34
34
* fields to update.
@@ -135,8 +135,8 @@ function main(updateMask) {
135
135
* new image version. Additionally, the new image version cannot effect
136
136
* a version downgrade and must match the current image version's
137
137
* Composer major version and Airflow major and minor versions. Consult
Copy file name to clipboardExpand all lines: packages/google-cloud-orchestration-airflow-service/samples/generated/v1beta1/image_versions.list_image_versions.js
0 commit comments