Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

feat: add Application.service_account - #234

Merged
averikitsch merged 6 commits into
mainfrom
owl-bot-copy
May 6, 2022
Merged

feat: add Application.service_account#234
averikitsch merged 6 commits into
mainfrom
owl-bot-copy

Conversation

@gcf-owl-bot

@gcf-owl-botgcf-owl-botBot commented Apr 26, 2022

Copy link
Copy Markdown
Contributor
  • Regenerate this pull request now.

feat: add client library method signature to retrieve Application by name
feat: add Service.labels
feat: add Version.app_engine_apis
feat: add VpcAccessConnector.egress_setting

PiperOrigin-RevId: 446641753

Source-Link: googleapis/googleapis@cd7a3e5

Source-Link: https://github.com/googleapis/googleapis-gen/commit/0e7d6d2055ea2ea48cefd8abb97f7f66e9b0e1a7
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGU3ZDZkMjA1NWVhMmVhNDhjZWZkOGFiYjk3ZjdmNjZlOWIwZTFhNyJ9

chore(deps): upgrade gapic-generator-java to 2.7.0 and update gax-java to 2.16.0
PiperOrigin-RevId: 446250659

Source-Link: googleapis/googleapis@dc4ef31

Source-Link: https://github.com/googleapis/googleapis-gen/commit/5fdda4ddfbab87998e77e4a453e0ff87986d2db8
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWZkZGE0ZGRmYmFiODc5OThlNzdlNGE0NTNlMGZmODc5ODZkMmRiOCJ9

chore(bazel): update version of Protobuf to v3.20.1
PiperOrigin-RevId: 444328399

Source-Link: googleapis/googleapis@c7ca416

Source-Link: https://github.com/googleapis/googleapis-gen/commit/d61705453a62b3ecda78aa30c192840ebc5a8a90
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDYxNzA1NDUzYTYyYjNlY2RhNzhhYTMwYzE5Mjg0MGViYzVhOGE5MCJ9

PiperOrigin-RevId: 444328399
Source-Link: googleapis/googleapis@c7ca416
Source-Link: https://github.com/googleapis/googleapis-gen/commit/d61705453a62b3ecda78aa30c192840ebc5a8a90
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDYxNzA1NDUzYTYyYjNlY2RhNzhhYTMwYzE5Mjg0MGViYzVhOGE5MCJ9
@gcf-owl-bot
gcf-owl-botBot requested review from a teamApril 26, 2022 02:24
@trusted-contributions-gcftrusted-contributions-gcfBot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Apr 26, 2022
@product-auto-labelproduct-auto-labelBot added the api: appengine Issues related to the googleapis/java-appengine-admin API. label Apr 26, 2022
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 26, 2022
@yoshi-kokoroyoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Apr 26, 2022
@trusted-contributions-gcftrusted-contributions-gcfBot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Apr 26, 2022
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 26, 2022
@yoshi-kokoroyoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Apr 26, 2022
@suztomosuztomo added the automerge Merge the pull request once unit tests and other checks pass. label Apr 28, 2022
@gcf-merge-on-greengcf-merge-on-greenBot removed the automerge Merge the pull request once unit tests and other checks pass. label Apr 29, 2022
…a to 2.16.0
PiperOrigin-RevId: 446250659
Source-Link: googleapis/googleapis@dc4ef31
Source-Link: https://github.com/googleapis/googleapis-gen/commit/5fdda4ddfbab87998e77e4a453e0ff87986d2db8
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWZkZGE0ZGRmYmFiODc5OThlNzdlNGE0NTNlMGZmODc5ODZkMmRiOCJ9
@gcf-owl-botgcf-owl-botBot changed the title chore(bazel): update version of Protobuf to v3.20.1chore(deps): upgrade gapic-generator-java to 2.7.0 and update gax-java to 2.16.0May 3, 2022
@trusted-contributions-gcftrusted-contributions-gcfBot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 3, 2022
@product-auto-labelproduct-auto-labelBot added the size: xl Pull request size is extra large. label May 3, 2022
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 3, 2022
@trusted-contributions-gcftrusted-contributions-gcfBot added the owlbot:run Add this label to trigger the Owlbot post processor. label May 3, 2022
@product-auto-labelproduct-auto-labelBot added size: l Pull request size is large. and removed size: xl Pull request size is extra large. labels May 3, 2022
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 3, 2022
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 3, 2022
@@ -1,5 +1,5 @@
/*
* Copyright 2021 Google LLC
* Copyright 2022 Google LLC

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't update year

feat: add client library method signature to retrieve Application by name
feat: add Service.labels
feat: add Version.app_engine_apis
feat: add VpcAccessConnector.egress_setting
PiperOrigin-RevId: 446641753
Source-Link: googleapis/googleapis@cd7a3e5
Source-Link: https://github.com/googleapis/googleapis-gen/commit/0e7d6d2055ea2ea48cefd8abb97f7f66e9b0e1a7
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGU3ZDZkMjA1NWVhMmVhNDhjZWZkOGFiYjk3ZjdmNjZlOWIwZTFhNyJ9
@gcf-owl-botgcf-owl-botBot changed the title chore(deps): upgrade gapic-generator-java to 2.7.0 and update gax-java to 2.16.0feat: add Application.service_accountMay 5, 2022
@trusted-contributions-gcftrusted-contributions-gcfBot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 5, 2022
@product-auto-labelproduct-auto-labelBot added size: xl Pull request size is extra large. and removed size: l Pull request size is large. labels May 5, 2022
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 5, 2022
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 5, 2022
@product-auto-labelproduct-auto-labelBot removed the size: xl Pull request size is extra large. label May 5, 2022
@trusted-contributions-gcftrusted-contributions-gcfBot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 5, 2022
@product-auto-labelproduct-auto-labelBot added the size: l Pull request size is large. label May 5, 2022
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 5, 2022
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 5, 2022
@Neenu1995Neenu1995 added the automerge Merge the pull request once unit tests and other checks pass. label May 5, 2022
@gcf-merge-on-green

Copy link
Copy Markdown

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-greengcf-merge-on-greenBot removed the automerge Merge the pull request once unit tests and other checks pass. label May 6, 2022
@averikitsch
averikitsch merged commit 6d6a715 into mainMay 6, 2022
@averikitsch
averikitsch deleted the owl-bot-copy branch May 6, 2022 23:50
@release-pleaserelease-pleaseBot mentioned this pull request May 6, 2022
@release-pleaserelease-pleaseBot mentioned this pull request Aug 3, 2022
@release-pleaserelease-pleaseBot mentioned this pull request Aug 22, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: appengineIssues related to the googleapis/java-appengine-admin API.owl-bot-copysize: lPull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@suztomo@averikitsch@Neenu1995@yoshi-kokoro