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: [servicedirectory] added network and uid fields in Endpoint message #9666

Merged
merged 3 commits into from Jul 21, 2023

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Jul 20, 2023

  • Regenerate this pull request now.

feat: added uid field to Namespace message
feat: added uid field to Service message
feat: enable Location methods
docs: updated docs for ResolveServiceRequest message
docs: updated docs for ListServicesRequest and ListEndpointsRequest message

PiperOrigin-RevId: 549683092

Source-Link: googleapis/googleapis@c661ee0

Source-Link: https://github.com/googleapis/googleapis-gen/commit/e3c7b0298a532a7101d2ae8ec1dc0a0e2cfbb2c5
Copy-Tag: eyJwIjoiamF2YS1zZXJ2aWNlZGlyZWN0b3J5Ly5Pd2xCb3QueWFtbCIsImgiOiJlM2M3YjAyOThhNTMyYTcxMDFkMmFlOGVjMWRjMGEwZTJjZmJiMmM1In0=

feat: added uid field to Namespace message
feat: added uid field to Service message
feat: enable Location methods
docs: updated docs for ResolveServiceRequest message
docs: updated docs for ListServicesRequest and ListEndpointsRequest message

PiperOrigin-RevId: 549683092

Source-Link: googleapis/googleapis@c661ee0

Source-Link: googleapis/googleapis-gen@e3c7b02
Copy-Tag: eyJwIjoiamF2YS1zZXJ2aWNlZGlyZWN0b3J5Ly5Pd2xCb3QueWFtbCIsImgiOiJlM2M3YjAyOThhNTMyYTcxMDFkMmFlOGVjMWRjMGEwZTJjZmJiMmM1In0=
@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 Jul 20, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 20, 2023
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jul 20, 2023
@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 Jul 20, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 20, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 20, 2023
@lqiu96
Copy link
Contributor

lqiu96 commented Jul 21, 2023

Error:

2023-07-20T23:12:30.3670789Z 23:12:30:319 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project google-cloud-servicedirectory: Compilation failure: Compilation failure: 
2023-07-20T23:12:30.3672046Z 23:12:30:319 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-servicedirectory/google-cloud-servicedirectory/src/test/java/com/google/cloud/servicedirectory/v1/MockLocationsImpl.java:[24,47] package com.google.cloud.location.LocationsGrpc does not exist
2023-07-20T23:12:30.3673371Z 23:12:30:319 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-servicedirectory/google-cloud-servicedirectory/src/test/java/com/google/cloud/servicedirectory/v1/MockLocationsImpl.java:[35,40] cannot find symbol
2023-07-20T23:12:30.3674010Z 23:12:30:319 [ERROR]   symbol: class LocationsImplBase
2023-07-20T23:12:30.3675014Z 23:12:30:319 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-servicedirectory/google-cloud-servicedirectory/src/test/java/com/google/cloud/servicedirectory/v1beta1/MockLocationsImpl.java:[24,47] package com.google.cloud.location.LocationsGrpc does not exist
2023-07-20T23:12:30.3676528Z 23:12:30:319 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-servicedirectory/google-cloud-servicedirectory/src/test/java/com/google/cloud/servicedirectory/v1beta1/MockLocationsImpl.java:[35,40] cannot find symbol
2023-07-20T23:12:30.3677170Z 23:12:30:319 [ERROR]   symbol: class LocationsImplBase
2023-07-20T23:12:30.3677998Z 23:12:30:319 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-servicedirectory/google-cloud-servicedirectory/src/test/java/com/google/cloud/servicedirectory/v1/MockLocations.java:[52,23] cannot find symbol
2023-07-20T23:12:30.3678595Z 23:12:30:319 [ERROR]   symbol:   method bindService()
2023-07-20T23:12:30.3679182Z 23:12:30:319 [ERROR]   location: variable serviceImpl of type com.google.cloud.servicedirectory.v1.MockLocationsImpl
2023-07-20T23:12:30.3680275Z 23:12:30:319 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-servicedirectory/google-cloud-servicedirectory/src/test/java/com/google/cloud/servicedirectory/v1/MockLocationsImpl.java:[65,3] method does not override or implement a method from a supertype
2023-07-20T23:12:30.3681533Z 23:12:30:319 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-servicedirectory/google-cloud-servicedirectory/src/test/java/com/google/cloud/servicedirectory/v1/MockLocationsImpl.java:[86,3] method does not override or implement a method from a supertype
2023-07-20T23:12:30.3682697Z 23:12:30:319 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-servicedirectory/google-cloud-servicedirectory/src/test/java/com/google/cloud/servicedirectory/v1beta1/MockLocations.java:[52,23] cannot find symbol
2023-07-20T23:12:30.3683291Z 23:12:30:319 [ERROR]   symbol:   method bindService()
2023-07-20T23:12:30.3683786Z 23:12:30:319 [ERROR]   location: variable serviceImpl of type com.google.cloud.servicedirectory.v1beta1.MockLocationsImpl
2023-07-20T23:12:30.3684890Z 23:12:30:319 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-servicedirectory/google-cloud-servicedirectory/src/test/java/com/google/cloud/servicedirectory/v1beta1/MockLocationsImpl.java:[65,3] method does not override or implement a method from a supertype
2023-07-20T23:12:30.3686179Z 23:12:30:319 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-servicedirectory/google-cloud-servicedirectory/src/test/java/com/google/cloud/servicedirectory/v1beta1/MockLocationsImpl.java:[86,3] method does not override or implement a method from a supertype
2023-07-20T23:12:30.3686854Z 23:12:30:319 [ERROR] -> [Help 1]
2023-07-20T23:12:30.3687082Z 23:12:30:319 [ERROR] 
2023-07-20T23:12:30.3687536Z 23:12:30:319 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
2023-07-20T23:12:30.3688055Z 23:12:30:319 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
2023-07-20T23:12:30.3688369Z 23:12:30:319 [ERROR] 
2023-07-20T23:12:30.3688751Z 23:12:30:319 [ERROR] For more information about the errors and possible solutions, please read the following articles:
2023-07-20T23:12:30.3689281Z 23:12:30:319 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
2023-07-20T23:12:30.3689617Z 23:12:30:319 [ERROR] 
2023-07-20T23:12:30.3689955Z 23:12:30:319 [ERROR] After correcting the problems, you can resume the build with the command
2023-07-20T23:12:30.3690460Z 23:12:30:320 [ERROR]   mvn <args> -rf :google-cloud-servicedirectory

@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 Jul 21, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 21, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 21, 2023
@lqiu96 lqiu96 marked this pull request as ready for review July 21, 2023 18:04
@snippet-bot
Copy link

snippet-bot bot commented Jul 21, 2023

Here is the summary of changes.

You are about to add 20 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

@lqiu96 lqiu96 merged commit 378391e into main Jul 21, 2023
30 checks passed
@lqiu96 lqiu96 deleted the owl-bot-copy-java-servicedirectory branch July 21, 2023 18:04
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.

None yet

2 participants