Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [cloudscheduler] Updated Client Libraries for Cloud Scheduler #8911

Merged
merged 3 commits into from
Dec 20, 2022

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Dec 13, 2022

  • Regenerate this pull request now.

PiperOrigin-RevId: 495092454

Source-Link: googleapis/googleapis@3fbdb93

Source-Link: https://github.com/googleapis/googleapis-gen/commit/ecf0b6c90ee76e53e38cb8ea5f60475f2b4e320c
Copy-Tag: eyJwIjoiamF2YS1zY2hlZHVsZXIvLk93bEJvdC55YW1sIiwiaCI6ImVjZjBiNmM5MGVlNzZlNTNlMzhjYjhlYTVmNjA0NzVmMmI0ZTMyMGMifQ==

@trusted-contributions-gcf trusted-contributions-gcf bot 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 Dec 13, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 13, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 13, 2022
PiperOrigin-RevId: 495092454

Source-Link: googleapis/googleapis@3fbdb93

Source-Link: https://github.com/googleapis/googleapis-gen/commit/ecf0b6c90ee76e53e38cb8ea5f60475f2b4e320c
Copy-Tag: eyJwIjoiamF2YS1zY2hlZHVsZXIvLk93bEJvdC55YW1sIiwiaCI6ImVjZjBiNmM5MGVlNzZlNTNlMzhjYjhlYTVmNjA0NzVmMmI0ZTMyMGMifQ==
@gcf-owl-bot gcf-owl-bot bot force-pushed the owl-bot-copy-java-scheduler branch from 58d0fea to 6f2f34a Compare December 13, 2022 22:52
@trusted-contributions-gcf trusted-contributions-gcf bot 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 Dec 13, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 13, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 13, 2022
@snippet-bot
Copy link

snippet-bot bot commented Dec 13, 2022

Here is the summary of changes.

You are about to add 5 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@trusted-contributions-gcf trusted-contributions-gcf bot 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 Dec 13, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 13, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 13, 2022
@suztomo
Copy link
Member

suztomo commented Dec 20, 2022

2022-12-13T23:29:33.3787063Z [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile (default-testCompile) on project google-cloud-scheduler: Compilation failure: Compilation failure: 
2022-12-13T23:29:33.3788583Z [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-scheduler/google-cloud-scheduler/src/test/java/com/google/cloud/scheduler/v1beta1/MockLocationsImpl.java:[24,47] package com.google.cloud.location.LocationsGrpc does not exist
2022-12-13T23:29:33.3789722Z [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-scheduler/google-cloud-scheduler/src/test/java/com/google/cloud/scheduler/v1beta1/MockLocationsImpl.java:[35,40] cannot find symbol
2022-12-13T23:29:33.3790311Z [ERROR]   symbol: class LocationsImplBase
2022-12-13T23:29:33.3791175Z [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-scheduler/google-cloud-scheduler/src/test/java/com/google/cloud/scheduler/v1beta1/MockLocationsImpl.java:[65,3] method does not override or implement a method from a supertype
2022-12-13T23:29:33.3792316Z [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-scheduler/google-cloud-scheduler/src/test/java/com/google/cloud/scheduler/v1beta1/MockLocationsImpl.java:[86,3] method does not override or implement a method from a supertype
2022-12-13T23:29:33.3793343Z [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-scheduler/google-cloud-scheduler/src/test/java/com/google/cloud/scheduler/v1beta1/MockLocations.java:[52,23] cannot find symbol
2022-12-13T23:29:33.3793913Z [ERROR]   symbol:   method bindService()
2022-12-13T23:29:33.3794406Z [ERROR]   location: variable serviceImpl of type com.google.cloud.scheduler.v1beta1.MockLocationsImpl
2022-12-13T23:29:33.3794891Z [ERROR] -> [Help 1]
2022-12-13T23:29:33.3795162Z [ERROR] 
2022-12-13T23:29:33.3795555Z [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
2022-12-13T23:29:33.3796081Z [ERROR] Re-run Maven using the -X switch to enable full debug logging.
2022-12-13T23:29:33.3796434Z [ERROR] 
2022-12-13T23:29:33.3796991Z [ERROR] For more information about the errors and possible solutions, please read the following articles:
2022-12-13T23:29:33.3797547Z [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
2022-12-13T23:29:33.3797940Z [ERROR] 
2022-12-13T23:29:33.3798234Z [ERROR] After correcting the problems, you can resume the build with the command
2022-12-13T23:29:33.3798730Z [ERROR]   mvn <args> -rf :google-cloud-scheduler

@trusted-contributions-gcf trusted-contributions-gcf bot 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 Dec 20, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 20, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 20, 2022
@suztomo suztomo added the automerge Merge the pull request once unit tests and other checks pass. label Dec 20, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit c432bdd into main Dec 20, 2022
@gcf-merge-on-green gcf-merge-on-green bot deleted the owl-bot-copy-java-scheduler branch December 20, 2022 20:52
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Dec 20, 2022
@release-please release-please bot mentioned this pull request Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants