-
Notifications
You must be signed in to change notification settings - Fork 122
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
docs: samples and tests for database Admin APIs. #2775
Merged
gcf-merge-on-green
merged 39 commits into
googleapis:main
from
arpan14:admin-database-apis
Feb 15, 2024
Merged
docs: samples and tests for database Admin APIs. #2775
gcf-merge-on-green
merged 39 commits into
googleapis:main
from
arpan14:admin-database-apis
Feb 15, 2024
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
…od while retrying exceptions in unit tests. * For details on issue see - googleapis#2206
fix: prevent illegal negative timeout values into thread sleep() method while retrying exceptions in unit tests.
product-auto-label
bot
added
the
api: spanner
Issues related to the googleapis/java-spanner API.
label
Jan 9, 2024
Warning: This pull request is touching the following templated files:
|
product-auto-label
bot
added
the
samples
Issues that are directly related to samples.
label
Jan 9, 2024
arpan14
force-pushed
the
admin-database-apis
branch
from
January 13, 2024 06:43
03bef0c
to
19f75d8
Compare
product-auto-label
bot
added
size: u
Pull request is empty.
and removed
size: xl
Pull request size is extra large.
labels
Jan 13, 2024
product-auto-label
bot
added
size: xl
Pull request size is extra large.
and removed
size: u
Pull request is empty.
labels
Jan 13, 2024
olavloite
reviewed
Feb 14, 2024
samples/snippets/src/main/java/com/example/spanner/admin/generated/AddAndDropDatabaseRole.java
Show resolved
Hide resolved
samples/snippets/src/main/java/com/example/spanner/admin/generated/AddJsonbColumnSample.java
Show resolved
Hide resolved
...java/com/example/spanner/admin/generated/CreateDatabaseWithVersionRetentionPeriodSample.java
Show resolved
Hide resolved
samples/snippets/src/main/java/com/example/spanner/admin/generated/EnableFineGrainedAccess.java
Show resolved
Hide resolved
olavloite
approved these changes
Feb 15, 2024
arpan14
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Feb 15, 2024
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Feb 15, 2024
arpan14
added
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Feb 15, 2024
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Feb 15, 2024
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Feb 15, 2024
🤖 I have created a release *beep* *boop* --- ## [6.59.0](https://github.com/googleapis/java-spanner/compare/v6.58.0...v6.59.0) (2024-02-15) ### Features * Support public methods to use autogenerated admin clients. ([#2878](https://github.com/googleapis/java-spanner/issues/2878)) ([53bcb3e](https://github.com/googleapis/java-spanner/commit/53bcb3eca2e814472c3def24e8e03d47652a8e42)) ### Dependencies * Update dependency com.google.cloud:sdk-platform-java-config to v3.25.0 ([#2888](https://github.com/googleapis/java-spanner/issues/2888)) ([8e2da51](https://github.com/googleapis/java-spanner/commit/8e2da5126263c7acd134fb7fcfeb590ca190ce8e)) ### Documentation * README for OpenTelemetry metrics and traces ([#2880](https://github.com/googleapis/java-spanner/issues/2880)) ([c8632f5](https://github.com/googleapis/java-spanner/commit/c8632f5b2f462420a8c2a1f4308a68a18a414472)) * Samples and tests for database Admin APIs. ([#2775](https://github.com/googleapis/java-spanner/issues/2775)) ([14ae01c](https://github.com/googleapis/java-spanner/commit/14ae01cd82e455a0dc22d7e3bb8c362e541ede12)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.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: xl
Pull request size is extra large.
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.
Adds samples and tests for auto-generated Database Admin APIs.