-
Notifications
You must be signed in to change notification settings - Fork 124
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: Add java sample for managed autoscaler #2709
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
product-auto-label
bot
added
size: l
Pull request size is large.
api: spanner
Issues related to the googleapis/java-spanner API.
samples
Issues that are directly related to samples.
labels
Oct 27, 2023
product-auto-label
bot
added
size: m
Pull request size is medium.
and removed
size: l
Pull request size is large.
labels
Oct 27, 2023
arpan14
reviewed
Nov 28, 2023
@@ -0,0 +1,85 @@ | |||
/* | |||
* Copyright 2021 Google LLC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
* Copyright 2021 Google LLC | |
* Copyright 2023 Google LLC |
...s/snippets/src/main/java/com/example/spanner/CreateInstanceWithAutoscalingConfigExample.java
Show resolved
Hide resolved
.../snippets/src/test/java/com/example/spanner/CreateInstanceWithAutoscalingConfigSampleIT.java
Show resolved
Hide resolved
.../snippets/src/test/java/com/example/spanner/CreateInstanceWithAutoscalingConfigSampleIT.java
Outdated
Show resolved
Hide resolved
...s/snippets/src/main/java/com/example/spanner/CreateInstanceWithAutoscalingConfigExample.java
Outdated
Show resolved
Hide resolved
arpan14
approved these changes
Nov 29, 2023
arpan14
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Nov 29, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Nov 29, 2023
arpan14
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
kokoro:run
Add this label to force Kokoro to re-run the tests.
automerge
Merge the pull request once unit tests and other checks pass.
labels
Nov 29, 2023
yoshi-kokoro
removed
kokoro:run
Add this label to force Kokoro to re-run the tests.
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
labels
Nov 29, 2023
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Nov 29, 2023
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Dec 1, 2023
🤖 I have created a release *beep* *boop* --- ## [6.55.0](https://togithub.com/googleapis/java-spanner/compare/v6.54.0...v6.55.0) (2023-12-01) ### Features * Add java sample for managed autoscaler ([#2709](https://togithub.com/googleapis/java-spanner/issues/2709)) ([9ea4f4f](https://togithub.com/googleapis/java-spanner/commit/9ea4f4fe2925410b3defb4e53f3f0a328cc2e738)) ### Bug Fixes * **deps:** Update the Java code generator (gapic-generator-java) to 2.30.0 ([#2703](https://togithub.com/googleapis/java-spanner/issues/2703)) ([961aa78](https://togithub.com/googleapis/java-spanner/commit/961aa7894be41ff87f1b460aa374ee2ed75a163b)) ### Dependencies * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.20.0 ([#2746](https://togithub.com/googleapis/java-spanner/issues/2746)) ([12bcabb](https://togithub.com/googleapis/java-spanner/commit/12bcabbf1ef82b19524400ebe280d9986bf70ea7)) * Update dependency commons-io:commons-io to v2.15.1 ([#2745](https://togithub.com/googleapis/java-spanner/issues/2745)) ([b9d9571](https://togithub.com/googleapis/java-spanner/commit/b9d9571dcc2d1d004cd785d79e45754c0ce63a51)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
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.
samples
Issues that are directly related to samples.
size: m
Pull request size is medium.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add java sample for managed autoscaler.
See the support for autoscaler here: claire921@e5e6923.