Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit cebea11

Browse files
feat(v1beta1): add Insights feature (#114)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` {synth_log} ``` </details>
1 parent b9d60cf commit cebea11

33 files changed

+14213
-178
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
7575
You'll need to obtain the `google-cloud-recommender` library. See the [Quickstart](#quickstart) section
7676
to 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

Comments
 (0)