From 8bf47af23639ae29b203d6281bc3eeb8439f72b5 Mon Sep 17 00:00:00 2001 From: shabirmean Date: Thu, 10 Nov 2022 12:31:52 -0500 Subject: [PATCH] chore: post migration updates - groupId, artifact url, repo references --- retail/interactive-tutorials/README.md | 20 +++++++++---------- retail/interactive-tutorials/pom.xml | 4 ++-- .../user_environment_setup.sh | 2 +- .../user_import_data_to_catalog.sh | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/retail/interactive-tutorials/README.md b/retail/interactive-tutorials/README.md index c2957c237a0..1877f2aca05 100644 --- a/retail/interactive-tutorials/README.md +++ b/retail/interactive-tutorials/README.md @@ -39,7 +39,7 @@ You can find the information about the Retail services in the [documentation](ht If you would like to have a closer look at the Retail API features and try them yourself, the best option is to use the [Interactive Tutorials](https://cloud.google.com/retail/docs/overview). In the documentation chapters find the "Guide me" button, the tutorials will be launched in the CloudShell environment, and you will be able to request the Retail services and check the response with minimum time and effort. -The code samples in the directory **java-retail/samples/interactive-tutorials** are explicitly created for use with the Retail Interactive Tutorials. +The code samples in the directory **java-docs-samples/retail/interactive-tutorials** are explicitly created for use with the Retail Interactive Tutorials. If, for some reason, you have decided to proceed with these code samples without the tutorial, please go through the following steps and set up the required preconditions. @@ -52,10 +52,10 @@ To prepare the work environment you should perform the following steps: ### There are two ways to set up your work environment: -- If you want to **speed up the process** of setting up the working environment, run the script java-retail/samples/interactive-tutorials/samples/interactive-tutorials/src/main/java/user_environment_setup.sh and skip the next **set up the work environment step-by-step** tutorial step: +- If you want to **speed up the process** of setting up the working environment, run the script java-docs-samples/retail/interactive-tutorials/src/main/java/user_environment_setup.sh and skip the next **set up the work environment step-by-step** tutorial step: ```bash - bash java-retail/samples/interactive-tutorials/user_environment_setup.sh + bash java-docs-samples/retail/interactive-tutorials/user_environment_setup.sh ``` - If you want to perform the environment set up step by step along with getting the explanation you should proceed with the next tutorial step. @@ -120,7 +120,7 @@ Learn more about the [Java Google Cloud Retail library](https://googleapis.dev/j Go to the code samples directory, your starting point to run more commands. ```bash - cd java-retail/samples/interactive-tutorials/ + cd java-docs-samples/retail/interactive-tutorials/ ``` ## Import catalog data @@ -128,14 +128,14 @@ Learn more about the [Java Google Cloud Retail library](https://googleapis.dev/j This step is required if this is the first Retail API tutorial that you run. Otherwise, you can skip it. -There is a java-retail/samples/interactive-tutorials/src/main/resources/products.json file with valid products prepared in the `resources` directory. +There is a java-docs-samples/retail/interactive-tutorials/src/main/resources/products.json file with valid products prepared in the `resources` directory. -The other file, java-retail/samples/interactive-tutorials/src/main/resources/products_some_invalid.json, contains both valid and invalid products. You will use it to check the error handling. +The other file, java-docs-samples/retail/interactive-tutorials/src/main/resources/products_some_invalid.json, contains both valid and invalid products. You will use it to check the error handling. - If you want to **speed up the process**, run the following script in the Terminal directory to import all products to catalog and skip the next **Prepare the catalog data step-by-step** tutorial step: ```bash - bash java-retail/samples/interactive-tutorials/user_import_data_to_catalog.sh + bash java-docs-samples/retail/interactive-tutorials/user_import_data_to_catalog.sh ``` - If you want to upload products to the catalog step by step along with getting the explanation, you should proceed with the next tutorial step. @@ -152,10 +152,10 @@ The bucket name must be unique. For convenience, you can name it ` 4.0.0 - com.google.cloud + com.example.retail retail-interactive-tutorials jar Google Cloud Retail Interactive Tutorials - https://github.com/googleapis/java-retail + https://github.com/GoogleCloudPlatform/java-docs-samples/tree/main/retail