Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 899b264

Browse files
chore: treat java-iam as special structure module (#1777) (#1238)
Source-Link: googleapis/synthtool@4a1a55c Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:122497ed0931743ba584cd344b9bfc9a1d1c0d251781cbf352ec22b80ce88960 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 1017f2a commit 899b264

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:e62f3ea524b11c1cd6ff7f80362736d86c0056631346b5b106a421686fce2726
16+
digest: sha256:122497ed0931743ba584cd344b9bfc9a1d1c0d251781cbf352ec22b80ce88960

README.md

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

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-firestore:3.9.0'
59+
implementation 'com.google.cloud:google-cloud-firestore:3.9.1'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.9.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.9.1"
6666
```
6767

6868
## Authentication
@@ -80,7 +80,7 @@ The client application making API calls must be granted [authorization scopes][a
8080
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Firestore [API enabled][enable-api].
8181

8282
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
83-
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
83+
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
8484
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
8585

8686
### Installation and setup
@@ -220,14 +220,14 @@ Java is a registered trademark of Oracle and/or its affiliates.
220220
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-firestore/java11.html
221221
[stability-image]: https://img.shields.io/badge/stability-stable-green
222222
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-firestore.svg
223-
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-firestore&core=gav
223+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-firestore/3.9.1
224224
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
225225
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
226226
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
227227
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
228228
[developer-console]: https://console.developers.google.com/
229229
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
230-
[cloud-sdk]: https://cloud.google.com/sdk/
230+
[cloud-cli]: https://cloud.google.com/cli
231231
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting
232232
[contributing]: https://github.com/googleapis/java-firestore/blob/main/CONTRIBUTING.md
233233
[code-of-conduct]: https://github.com/googleapis/java-firestore/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct

0 commit comments

Comments
 (0)