@@ -80,7 +80,7 @@ The client application making API calls must be granted [authorization scopes][a
80
80
You will need a [ Google Cloud Platform Console] [ developer-console ] project with the Cloud Datastore [ API enabled] [ enable-api ] .
81
81
82
82
[ 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:
84
84
` gcloud auth login ` and ` gcloud config set project [YOUR PROJECT ID] ` .
85
85
86
86
### Installation and setup
@@ -367,14 +367,14 @@ Java is a registered trademark of Oracle and/or its affiliates.
367
367
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-datastore/java11.html
368
368
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
369
369
[ maven-version-image ] : https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datastore.svg
370
- [ maven-version-link ] : https://search.maven.org/search?q=g: com.google.cloud%20AND%20a: google-cloud-datastore&core=gav
370
+ [ maven-version-link ] : https://central.sonatype.com/artifact/ com.google.cloud/ google-cloud-datastore/2.14.0
371
371
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
372
372
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
373
373
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
374
374
[ iam-policy ] : https://cloud.google.com/iam/docs/overview#cloud-iam-policy
375
375
[ developer-console ] : https://console.developers.google.com/
376
376
[ create-project ] : https://cloud.google.com/resource-manager/docs/creating-managing-projects
377
- [ cloud-sdk ] : https://cloud.google.com/sdk/
377
+ [ cloud-cli ] : https://cloud.google.com/cli
378
378
[ troubleshooting ] : https://github.com/googleapis/google-cloud-common/blob/main/troubleshooting/readme.md#troubleshooting
379
379
[ contributing ] : https://github.com/googleapis/java-datastore/blob/main/CONTRIBUTING.md
380
380
[ code-of-conduct ] : https://github.com/googleapis/java-datastore/blob/main/CODE_OF_CONDUCT.md#contributor-code-of-conduct
0 commit comments