Skip to content

Commit 069de07

Browse files
chore: skip google-iam-policy rather than java-iam (#1779) (#1367)
Source-Link: googleapis/synthtool@3c19c33 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:5df8b62e8da534f7604daef347698f6701e34b3f61713712a3384ac88fc32088 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 894021c commit 069de07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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:9bf82029163bc06d58f56682afd1893a42ace3e04b0359accb86f79c6ecdc9f9
16+
digest: sha256:5df8b62e8da534f7604daef347698f6701e34b3f61713712a3384ac88fc32088

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The client application making API calls must be granted [authorization scopes][a
5656
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Pub/Sub Lite [API enabled][enable-api].
5757
You will need to [enable billing][enable-billing] to use Google Cloud Pub/Sub Lite.
5858
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
59-
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
59+
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
6060
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
6161

6262
### Installation and setup
@@ -481,14 +481,14 @@ Java is a registered trademark of Oracle and/or its affiliates.
481481
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsublite/java11.html
482482
[stability-image]: https://img.shields.io/badge/stability-stable-green
483483
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsublite.svg
484-
[maven-version-link]: https://search.maven.org/search?q=g:com.google.cloud%20AND%20a:google-cloud-pubsublite&core=gav
484+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.12.0
485485
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
486486
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
487487
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
488488
[iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
489489
[developer-console]: https://console.developers.google.com/
490490
[create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
491-
[cloud-sdk]: https://cloud.google.com/sdk/
491+
[cloud-cli]: https://cloud.google.com/cli
492492
[troubleshooting]: https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting
493493
[contributing]: https://github.com/googleapis/java-pubsublite/blob/main/CONTRIBUTING.md
494494
[code-of-conduct]: https://github.com/googleapis/java-pubsublite/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct

0 commit comments

Comments
 (0)