1- # Google Google Cloud Recommender Client for Java
1+ # Google Recommender Client for Java
22
3- Java idiomatic client for [ Google Cloud Recommender] [ product-docs ] .
3+ Java idiomatic client for [ Recommender] [ product-docs ] .
44
55[ ![ Maven] [ maven-version-image ]] [ maven-version-link ]
66![ Stability] [ stability-image ]
@@ -64,8 +64,8 @@ See the [Authentication][authentication] section in the base directory's README.
6464
6565### Prerequisites
6666
67- You will need a [ Google Cloud Platform Console] [ developer-console ] project with the Google Cloud Recommender [ API enabled] [ enable-api ] .
68- You will need to [ enable billing] [ enable-billing ] to use Google Google Cloud Recommender.
67+ You will need a [ Google Cloud Platform Console] [ developer-console ] project with the Recommender [ API enabled] [ enable-api ] .
68+ You will need to [ enable billing] [ enable-billing ] to use Google Recommender.
6969[ Follow these instructions] [ create-project ] to get your project set up. You will also need to set up the local development environment by
7070[ installing the Google Cloud SDK] [ cloud-sdk ] and running the following commands in command line:
7171` gcloud auth login ` and ` gcloud config set project [YOUR PROJECT ID] ` .
@@ -75,13 +75,13 @@ You will need to [enable billing][enable-billing] to use Google Google Cloud Rec
7575You'll need to obtain the ` google-cloud-recommender ` library. See the [ Quickstart] ( #quickstart ) section
7676to add ` google-cloud-recommender ` as a dependency in your code.
7777
78- ## About Google Cloud Recommender
78+ ## About Recommender
7979
8080
81- [ Google Cloud Recommender] [ product-docs ] delivers highly personalized product recommendations at scale.
81+ [ Recommender] [ product-docs ] delivers highly personalized product recommendations at scale.
8282
83- See the [ Google Cloud Recommender client library docs] [ javadocs ] to learn how to
84- use this Google Cloud Recommender Client Library.
83+ See the [ Recommender client library docs] [ javadocs ] to learn how to
84+ use this Recommender Client Library.
8585
8686
8787
@@ -104,7 +104,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
104104
105105## Transport
106106
107- Google Cloud Recommender uses gRPC for the transport layer.
107+ Recommender uses gRPC for the transport layer.
108108
109109## Java Versions
110110
0 commit comments