Skip to content

docs: create a few code snippets as examples for using Spanner Graph using Java #3234

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

Merged
merged 12 commits into from
Aug 21, 2024

Conversation

bharadwajvr
Copy link
Contributor

Add a few code snippets to illustrate how to use Spanner Graph functionality in Java. These examples resemble other snippets for how various other Spanner features can be used.

Fixes #3233 ☕️

@bharadwajvr bharadwajvr requested a review from a team as a code owner August 5, 2024 22:51
Copy link

snippet-bot bot commented Aug 5, 2024

Here is the summary of changes.

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

@product-auto-label product-auto-label bot added size: l Pull request size is large. api: spanner Issues related to the googleapis/java-spanner API. labels Aug 5, 2024
@bharadwajvr bharadwajvr marked this pull request as draft August 5, 2024 22:52
@bharadwajvr bharadwajvr marked this pull request as ready for review August 5, 2024 22:52
@bharadwajvr bharadwajvr changed the title Create a few code snippets as examples for using Spanner Graph using Java feat: Create a few code snippets as examples for using Spanner Graph using Java Aug 5, 2024
@bharadwajvr bharadwajvr marked this pull request as draft August 15, 2024 14:40
@bharadwajvr bharadwajvr marked this pull request as ready for review August 15, 2024 14:41
@bharadwajvr
Copy link
Contributor Author

Gentle ping.

@rahul2393 rahul2393 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 20, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 20, 2024
@rahul2393
Copy link
Contributor

@bharadwajvr
Copy link
Contributor Author

@rahul2393 - I fixed the style issues. Thanks. Awaiting the report.

@rahul2393 rahul2393 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 21, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 21, 2024
@rahul2393 rahul2393 changed the title feat: Create a few code snippets as examples for using Spanner Graph using Java docs: Create a few code snippets as examples for using Spanner Graph using Java Aug 21, 2024
@rahul2393 rahul2393 changed the title docs: Create a few code snippets as examples for using Spanner Graph using Java docs: create a few code snippets as examples for using Spanner Graph using Java Aug 21, 2024
@rahul2393 rahul2393 merged commit 61f0ab7 into googleapis:main Aug 21, 2024
31 checks passed
lqiu96 pushed a commit that referenced this pull request Sep 10, 2024
…using Java (#3234)

* Create a set of code snippets for using Graph on Cloud Spanner using Java

* Update SpannerGraphSample to align with doc examples already created for gcloud and cli

* Fix syntax for upate with graph query in dml

* Remove all references to Gender

* Apply the google-java formatter to fix style

* Add integration tests for SpannerGraphSample

* Fix some comments in SpannerGraphSample.java

* Fix naming style issues

* Fix one region tag that was inconsistently named

* Fix style issue in test code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create samples for Cloud Spanner Graph
3 participants