Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2206)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 8, 2023
1 parent 4aa710d commit 9a034cd
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 4 deletions.
13 changes: 11 additions & 2 deletions composer/v1/composer-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
}
}
},
"revision": "20230917",
"revision": "20231004",
"rootUrl": "https://composer.googleapis.com/",
"schemas": {
"AllowedIpRange": {
Expand Down Expand Up @@ -682,6 +682,10 @@
"machineType": {
"description": "Optional. Cloud SQL machine type used by Airflow database. It has to be one of: db-n1-standard-2, db-n1-standard-4, db-n1-standard-8 or db-n1-standard-16. If not specified, db-n1-standard-2 will be used. Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.",
"type": "string"
},
"zone": {
"description": "Optional. The Compute Engine zone where the Airflow database is created. If zone is provided, it must be in the region selected for the environment. If zone is not provided, a zone is automatically selected. The zone can only be set during environment creation. Supported for Cloud Composer environments in versions composer-2.*.*-airflow-*.*.*.",
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -1675,7 +1679,12 @@
"StorageConfig": {
"description": "The configuration for data storage in the environment.",
"id": "StorageConfig",
"properties": {},
"properties": {
"bucket": {
"description": "Optional. The name of the Cloud Storage bucket used by the environment. No `gs://` prefix.",
"type": "string"
}
},
"type": "object"
},
"TriggererResource": {
Expand Down
33 changes: 33 additions & 0 deletions composer/v1/composer-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions composer/v1beta1/composer-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
}
}
},
"revision": "20230917",
"revision": "20231004",
"rootUrl": "https://composer.googleapis.com/",
"schemas": {
"AllowedIpRange": {
Expand Down Expand Up @@ -760,6 +760,10 @@
"machineType": {
"description": "Optional. Cloud SQL machine type used by Airflow database. It has to be one of: db-n1-standard-2, db-n1-standard-4, db-n1-standard-8 or db-n1-standard-16. If not specified, db-n1-standard-2 will be used. Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.",
"type": "string"
},
"zone": {
"description": "Optional. The Compute Engine zone where the Airflow database is created. If zone is provided, it must be in the region selected for the environment. If zone is not provided, a zone is automatically selected. The zone can only be set during environment creation. Supported for Cloud Composer environments in versions composer-2.*.*-airflow-*.*.*.",
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -1772,7 +1776,12 @@
"StorageConfig": {
"description": "The configuration for data storage in the environment.",
"id": "StorageConfig",
"properties": {},
"properties": {
"bucket": {
"description": "Optional. The name of the Cloud Storage bucket used by the environment. No `gs://` prefix.",
"type": "string"
}
},
"type": "object"
},
"TriggererResource": {
Expand Down
33 changes: 33 additions & 0 deletions composer/v1beta1/composer-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9a034cd

Please sign in to comment.