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

Commit

Permalink
feat(v1beta1): add Insights feature (#114)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
{synth_log}
```
</details>
  • Loading branch information
yoshi-automation committed Mar 13, 2020
1 parent b9d60cf commit cebea11
Show file tree
Hide file tree
Showing 33 changed files with 14,213 additions and 178 deletions.
18 changes: 9 additions & 9 deletions README.md
@@ -1,6 +1,6 @@
# Google Google Cloud Recommender Client for Java
# Google Recommender Client for Java

Java idiomatic client for [Google Cloud Recommender][product-docs].
Java idiomatic client for [Recommender][product-docs].

[![Maven][maven-version-image]][maven-version-link]
![Stability][stability-image]
Expand Down Expand Up @@ -64,8 +64,8 @@ See the [Authentication][authentication] section in the base directory's README.

### Prerequisites

You will need a [Google Cloud Platform Console][developer-console] project with the Google Cloud Recommender [API enabled][enable-api].
You will need to [enable billing][enable-billing] to use Google Google Cloud Recommender.
You will need a [Google Cloud Platform Console][developer-console] project with the Recommender [API enabled][enable-api].
You will need to [enable billing][enable-billing] to use Google Recommender.
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
Expand All @@ -75,13 +75,13 @@ You will need to [enable billing][enable-billing] to use Google Google Cloud Rec
You'll need to obtain the `google-cloud-recommender` library. See the [Quickstart](#quickstart) section
to add `google-cloud-recommender` as a dependency in your code.

## About Google Cloud Recommender
## About Recommender


[Google Cloud Recommender][product-docs] delivers highly personalized product recommendations at scale.
[Recommender][product-docs] delivers highly personalized product recommendations at scale.

See the [Google Cloud Recommender client library docs][javadocs] to learn how to
use this Google Cloud Recommender Client Library.
See the [Recommender client library docs][javadocs] to learn how to
use this Recommender Client Library.



Expand All @@ -104,7 +104,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr

## Transport

Google Cloud Recommender uses gRPC for the transport layer.
Recommender uses gRPC for the transport layer.

## Java Versions

Expand Down

0 comments on commit cebea11

Please sign in to comment.