Skip to content

Commit 083a96b

Browse files
feat: [orchestration-airflow] add airflow_byoid_uri field to Cloud Composer API (#9383)
* feat: add airflow_byoid_uri field to Cloud Composer API PiperOrigin-RevId: 527102116 Source-Link: googleapis/googleapis@baf6171 Source-Link: https://github.com/googleapis/googleapis-gen/commit/5b90e617e5af922132b6918575bd3b5cf008a799 Copy-Tag: eyJwIjoiamF2YS1vcmNoZXN0cmF0aW9uLWFpcmZsb3cvLk93bEJvdC55YW1sIiwiaCI6IjViOTBlNjE3ZTVhZjkyMjEzMmI2OTE4NTc1YmQzYjVjZjAwOGE3OTkifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: add airflow_byoid_uri field to Cloud Composer API PiperOrigin-RevId: 527102364 Source-Link: googleapis/googleapis@6a48073 Source-Link: https://github.com/googleapis/googleapis-gen/commit/a161ce2eb69fd3a5cb534b9511d09991d3afeb2f Copy-Tag: eyJwIjoiamF2YS1vcmNoZXN0cmF0aW9uLWFpcmZsb3cvLk93bEJvdC55YW1sIiwiaCI6ImExNjFjZTJlYjY5ZmQzYTVjYjUzNGI5NTExZDA5OTkxZDNhZmViMmYifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 80e0262 commit 083a96b

File tree

9 files changed

+992
-488
lines changed

9 files changed

+992
-488
lines changed

java-orchestration-airflow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.11.0</version>
23+
<version>26.13.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-orchestration-airflow.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-orchestration-airflow/1.14.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-orchestration-airflow/1.15.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)