Skip to content

Commit f121ca9

Browse files
chore: make library generation required (#3516)
* chore: make library generation required * chore: generate libraries at Tue Dec 3 18:07:14 UTC 2024 --------- Co-authored-by: cloud-java-bot <[email protected]>
1 parent 5c8b3ad commit f121ca9

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ branchProtectionRules:
2222
- units-with-multiplexed-session (8)
2323
- units-with-multiplexed-session (11)
2424
- unmanaged_dependency_check
25+
- library_generation
2526
- pattern: 3.3.x
2627
isAdminEnforced: true
2728
requiredApprovingReviewCount: 1

.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"api_shortname": "spanner",
33
"name_pretty": "Cloud Spanner",
44
"product_documentation": "https://cloud.google.com/spanner/docs/",
5-
"api_description": "is a fully managed, mission-critical, relational database service that offers transactional consistency at global scale, \\nschemas, SQL (ANSI 2011 with extensions), and automatic, synchronous replication \\nfor high availability.\\n\\nBe sure to activate the Cloud Spanner API on the Developer's Console to\\nuse Cloud Spanner from your project.",
5+
"api_description": "is a fully managed, mission-critical, relational database service that offers transactional consistency at global scale, schemas, SQL (ANSI 2011 with extensions), and automatic, synchronous replication for high availability. Be sure to activate the Cloud Spanner API on the Developer's Console to use Cloud Spanner from your project.",
66
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-spanner/latest/history",
77
"release_level": "stable",
88
"transport": "grpc",

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-spanner'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-spanner:6.81.1'
59+
implementation 'com.google.cloud:google-cloud-spanner:6.81.2'
6060
```
6161

6262
If you are using SBT, add this to your dependencies:
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.81.1"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner" % "6.81.2"
6666
```
6767

6868
## Authentication
@@ -91,7 +91,7 @@ to add `google-cloud-spanner` as a dependency in your code.
9191
## About Cloud Spanner
9292

9393

94-
[Cloud Spanner][product-docs] is a fully managed, mission-critical, relational database service that offers transactional consistency at global scale, \nschemas, SQL (ANSI 2011 with extensions), and automatic, synchronous replication \nfor high availability.\n\nBe sure to activate the Cloud Spanner API on the Developer's Console to\nuse Cloud Spanner from your project.
94+
[Cloud Spanner][product-docs] is a fully managed, mission-critical, relational database service that offers transactional consistency at global scale, schemas, SQL (ANSI 2011 with extensions), and automatic, synchronous replication for high availability. Be sure to activate the Cloud Spanner API on the Developer's Console to use Cloud Spanner from your project.
9595

9696
See the [Cloud Spanner client library docs][javadocs] to learn how to
9797
use this Cloud Spanner Client Library.
@@ -721,7 +721,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
721721
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-spanner/java11.html
722722
[stability-image]: https://img.shields.io/badge/stability-stable-green
723723
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-spanner.svg
724-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.81.1
724+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-spanner/6.81.2
725725
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
726726
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
727727
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

0 commit comments

Comments
 (0)