diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 6bf3e92e..62592923 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,4 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:b2e8f445ca0e605d4bbefbfdbdf7335692d75cf1647af62243828dcc0ea4e690 -# created: 2022-07-14T21:08:10.768472192Z + digest: sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93 diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 30fdb7b9..db2d8ad1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,3 +8,6 @@ # The java-samples-reviewers team is the default owner for samples changes samples/**/*.java @googleapis/java-samples-reviewers + +# Generated snippets should not be owned by samples reviewers +samples/snippets/generated/ @googleapis/yoshi-java diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0e8a7d..02b937b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.3.4](https://github.com/googleapis/java-translate/compare/v2.3.3...v2.3.4) (2022-09-15) + + +### Dependencies + +* Update dependency com.google.cloud:google-cloud-core to v2.8.10 ([#1069](https://github.com/googleapis/java-translate/issues/1069)) ([41f3cba](https://github.com/googleapis/java-translate/commit/41f3cbaad4bca9997030b76afd0c2688472ba6da)) +* Update dependency com.google.cloud:google-cloud-core to v2.8.11 ([#1073](https://github.com/googleapis/java-translate/issues/1073)) ([a8d904f](https://github.com/googleapis/java-translate/commit/a8d904f891b16cfbcb852da760397500b7601d11)) +* Update dependency com.google.cloud:google-cloud-core to v2.8.9 ([#1066](https://github.com/googleapis/java-translate/issues/1066)) ([255af16](https://github.com/googleapis/java-translate/commit/255af16f3ca6f3b5dde630965fab84b34d27c01f)) +* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#1074](https://github.com/googleapis/java-translate/issues/1074)) ([9a19d71](https://github.com/googleapis/java-translate/commit/9a19d711962d9998b3ce3486105feaddb82b42a7)) +* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#1077](https://github.com/googleapis/java-translate/issues/1077)) ([2ef99d7](https://github.com/googleapis/java-translate/commit/2ef99d7337652aebcdc45218adee905ee81b80cc)) +* Update dependency com.google.cloud:google-cloud-storage to v2.11.3 ([#1060](https://github.com/googleapis/java-translate/issues/1060)) ([fdce980](https://github.com/googleapis/java-translate/commit/fdce980e8d7e3cad86155ecec39d4779485c7d28)) + ## [2.3.3](https://github.com/googleapis/java-translate/compare/v2.3.2...v2.3.3) (2022-08-05) diff --git a/README.md b/README.md index d2c3e2de..c8634400 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.0.0 + 26.1.1 pom import @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-translate - 2.3.2 + 2.3.3 ``` @@ -50,20 +50,20 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.0.0') +implementation platform('com.google.cloud:libraries-bom:26.1.1') implementation 'com.google.cloud:google-cloud-translate' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-translate:2.3.2' +implementation 'com.google.cloud:google-cloud-translate:2.3.3' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.3.2" +libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.3.3" ``` ## Authentication diff --git a/google-cloud-translate-bom/pom.xml b/google-cloud-translate-bom/pom.xml index 02fc9b30..1216fd71 100644 --- a/google-cloud-translate-bom/pom.xml +++ b/google-cloud-translate-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-translate-bom - 2.3.3 + 2.3.4 pom com.google.cloud @@ -52,27 +52,27 @@ com.google.cloud google-cloud-translate - 2.3.3 + 2.3.4 com.google.api.grpc grpc-google-cloud-translate-v3beta1 - 0.85.3 + 0.85.4 com.google.api.grpc grpc-google-cloud-translate-v3 - 2.3.3 + 2.3.4 com.google.api.grpc proto-google-cloud-translate-v3beta1 - 0.85.3 + 0.85.4 com.google.api.grpc proto-google-cloud-translate-v3 - 2.3.3 + 2.3.4 diff --git a/google-cloud-translate/pom.xml b/google-cloud-translate/pom.xml index 488304c7..b4226129 100644 --- a/google-cloud-translate/pom.xml +++ b/google-cloud-translate/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-translate - 2.3.3 + 2.3.4 jar Google Cloud Translate https://github.com/googleapis/java-translate @@ -11,7 +11,7 @@ com.google.cloud google-cloud-translate-parent - 2.3.3 + 2.3.4 google-cloud-translate diff --git a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/TranslationServiceClient.java b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/TranslationServiceClient.java index 851b62b3..1a7892d8 100644 --- a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/TranslationServiceClient.java +++ b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/TranslationServiceClient.java @@ -45,8 +45,11 @@ * calls that map to API methods. Sample code to get started: * *
{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
  *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
  *   String targetLanguageCode = "targetLanguageCode-106414698";
@@ -86,8 +89,11 @@
  * 

To customize credentials: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * TranslationServiceSettings translationServiceSettings =
  *     TranslationServiceSettings.newBuilder()
  *         .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
@@ -99,8 +105,11 @@
  * 

To customize the endpoint: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * TranslationServiceSettings translationServiceSettings =
  *     TranslationServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
  * TranslationServiceClient translationServiceClient =
@@ -111,8 +120,11 @@
  * the wire:
  *
  * 
{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * TranslationServiceSettings translationServiceSettings =
  *     TranslationServiceSettings.newBuilder()
  *         .setTransportChannelProvider(
@@ -206,8 +218,11 @@ public final OperationsClient getHttpJsonOperationsClient() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
    *   String targetLanguageCode = "targetLanguageCode-106414698";
@@ -250,8 +265,11 @@ public final TranslateTextResponse translateText(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
    *   String targetLanguageCode = "targetLanguageCode-106414698";
@@ -294,8 +312,11 @@ public final TranslateTextResponse translateText(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
    *   String model = "model104069929";
@@ -365,8 +386,11 @@ public final TranslateTextResponse translateText(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
    *   String model = "model104069929";
@@ -436,8 +460,11 @@ public final TranslateTextResponse translateText(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   TranslateTextRequest request =
    *       TranslateTextRequest.newBuilder()
@@ -468,8 +495,11 @@ public final TranslateTextResponse translateText(TranslateTextRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   TranslateTextRequest request =
    *       TranslateTextRequest.newBuilder()
@@ -500,8 +530,11 @@ public final UnaryCallable translat
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
    *   String model = "model104069929";
@@ -549,8 +582,11 @@ public final DetectLanguageResponse detectLanguage(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
    *   String model = "model104069929";
@@ -598,8 +634,11 @@ public final DetectLanguageResponse detectLanguage(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   DetectLanguageRequest request =
    *       DetectLanguageRequest.newBuilder()
@@ -626,8 +665,11 @@ public final DetectLanguageResponse detectLanguage(DetectLanguageRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   DetectLanguageRequest request =
    *       DetectLanguageRequest.newBuilder()
@@ -655,8 +697,11 @@ public final DetectLanguageResponse detectLanguage(DetectLanguageRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
    *   String model = "model104069929";
@@ -705,8 +750,11 @@ public final SupportedLanguages getSupportedLanguages(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
    *   String model = "model104069929";
@@ -755,8 +803,11 @@ public final SupportedLanguages getSupportedLanguages(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   GetSupportedLanguagesRequest request =
    *       GetSupportedLanguagesRequest.newBuilder()
@@ -782,8 +833,11 @@ public final SupportedLanguages getSupportedLanguages(GetSupportedLanguagesReque
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   GetSupportedLanguagesRequest request =
    *       GetSupportedLanguagesRequest.newBuilder()
@@ -810,8 +864,11 @@ public final SupportedLanguages getSupportedLanguages(GetSupportedLanguagesReque
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   TranslateDocumentRequest request =
    *       TranslateDocumentRequest.newBuilder()
@@ -842,8 +899,11 @@ public final TranslateDocumentResponse translateDocument(TranslateDocumentReques
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   TranslateDocumentRequest request =
    *       TranslateDocumentRequest.newBuilder()
@@ -880,8 +940,11 @@ public final TranslateDocumentResponse translateDocument(TranslateDocumentReques
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   BatchTranslateTextRequest request =
    *       BatchTranslateTextRequest.newBuilder()
@@ -919,8 +982,11 @@ public final TranslateDocumentResponse translateDocument(TranslateDocumentReques
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   BatchTranslateTextRequest request =
    *       BatchTranslateTextRequest.newBuilder()
@@ -958,8 +1024,11 @@ public final TranslateDocumentResponse translateDocument(TranslateDocumentReques
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   BatchTranslateTextRequest request =
    *       BatchTranslateTextRequest.newBuilder()
@@ -996,8 +1065,11 @@ public final UnaryCallable batchTranslateT
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
    *   String sourceLanguageCode = "sourceLanguageCode1645917472";
@@ -1060,8 +1132,11 @@ public final UnaryCallable batchTranslateT
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
    *   String sourceLanguageCode = "sourceLanguageCode1645917472";
@@ -1124,8 +1199,11 @@ public final UnaryCallable batchTranslateT
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   BatchTranslateDocumentRequest request =
    *       BatchTranslateDocumentRequest.newBuilder()
@@ -1164,8 +1242,11 @@ public final UnaryCallable batchTranslateT
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   BatchTranslateDocumentRequest request =
    *       BatchTranslateDocumentRequest.newBuilder()
@@ -1206,8 +1287,11 @@ public final UnaryCallable batchTranslateT
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   BatchTranslateDocumentRequest request =
    *       BatchTranslateDocumentRequest.newBuilder()
@@ -1240,8 +1324,11 @@ public final UnaryCallable batchTranslateT
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
    *   Glossary glossary = Glossary.newBuilder().build();
@@ -1271,8 +1358,11 @@ public final OperationFuture createGlossaryAsy
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
    *   Glossary glossary = Glossary.newBuilder().build();
@@ -1299,8 +1389,11 @@ public final OperationFuture createGlossaryAsy
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   CreateGlossaryRequest request =
    *       CreateGlossaryRequest.newBuilder()
@@ -1327,8 +1420,11 @@ public final OperationFuture createGlossaryAsy
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   CreateGlossaryRequest request =
    *       CreateGlossaryRequest.newBuilder()
@@ -1355,8 +1451,11 @@ public final OperationFuture createGlossaryAsy
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   CreateGlossaryRequest request =
    *       CreateGlossaryRequest.newBuilder()
@@ -1381,8 +1480,11 @@ public final UnaryCallable createGlossaryCalla
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
    *   for (Glossary element : translationServiceClient.listGlossaries(parent).iterateAll()) {
@@ -1409,8 +1511,11 @@ public final ListGlossariesPagedResponse listGlossaries(LocationName parent) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
    *   for (Glossary element : translationServiceClient.listGlossaries(parent).iterateAll()) {
@@ -1434,8 +1539,11 @@ public final ListGlossariesPagedResponse listGlossaries(String parent) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   ListGlossariesRequest request =
    *       ListGlossariesRequest.newBuilder()
@@ -1464,8 +1572,11 @@ public final ListGlossariesPagedResponse listGlossaries(ListGlossariesRequest re
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   ListGlossariesRequest request =
    *       ListGlossariesRequest.newBuilder()
@@ -1495,8 +1606,11 @@ public final ListGlossariesPagedResponse listGlossaries(ListGlossariesRequest re
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   ListGlossariesRequest request =
    *       ListGlossariesRequest.newBuilder()
@@ -1533,8 +1647,11 @@ public final ListGlossariesPagedResponse listGlossaries(ListGlossariesRequest re
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   GlossaryName name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]");
    *   Glossary response = translationServiceClient.getGlossary(name);
@@ -1557,8 +1674,11 @@ public final Glossary getGlossary(GlossaryName name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]").toString();
    *   Glossary response = translationServiceClient.getGlossary(name);
@@ -1580,8 +1700,11 @@ public final Glossary getGlossary(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   GetGlossaryRequest request =
    *       GetGlossaryRequest.newBuilder()
@@ -1605,8 +1728,11 @@ public final Glossary getGlossary(GetGlossaryRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   GetGlossaryRequest request =
    *       GetGlossaryRequest.newBuilder()
@@ -1631,8 +1757,11 @@ public final UnaryCallable getGlossaryCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   GlossaryName name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]");
    *   DeleteGlossaryResponse response = translationServiceClient.deleteGlossaryAsync(name).get();
@@ -1657,8 +1786,11 @@ public final OperationFuture del
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]").toString();
    *   DeleteGlossaryResponse response = translationServiceClient.deleteGlossaryAsync(name).get();
@@ -1682,8 +1814,11 @@ public final OperationFuture del
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   DeleteGlossaryRequest request =
    *       DeleteGlossaryRequest.newBuilder()
@@ -1709,8 +1844,11 @@ public final OperationFuture del
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   DeleteGlossaryRequest request =
    *       DeleteGlossaryRequest.newBuilder()
@@ -1737,8 +1875,11 @@ public final OperationFuture del
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   DeleteGlossaryRequest request =
    *       DeleteGlossaryRequest.newBuilder()
diff --git a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/TranslationServiceSettings.java b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/TranslationServiceSettings.java
index 0b1c73e6..898d303d 100644
--- a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/TranslationServiceSettings.java
+++ b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/TranslationServiceSettings.java
@@ -55,17 +55,17 @@
  * 

For example, to set the total timeout of translateText to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * TranslationServiceSettings.Builder translationServiceSettingsBuilder =
  *     TranslationServiceSettings.newBuilder();
  * translationServiceSettingsBuilder
  *     .translateTextSettings()
  *     .setRetrySettings(
- *         translationServiceSettingsBuilder
- *             .translateTextSettings()
- *             .getRetrySettings()
- *             .toBuilder()
+ *         translationServiceSettingsBuilder.translateTextSettings().getRetrySettings().toBuilder()
  *             .setTotalTimeout(Duration.ofSeconds(30))
  *             .build());
  * TranslationServiceSettings translationServiceSettings =
diff --git a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/package-info.java b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/package-info.java
index 00c68e48..9579a101 100644
--- a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/package-info.java
+++ b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/package-info.java
@@ -26,8 +26,11 @@
  * 

Sample for TranslationServiceClient: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
  *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
  *   String targetLanguageCode = "targetLanguageCode-106414698";
diff --git a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/stub/HttpJsonTranslationServiceStub.java b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/stub/HttpJsonTranslationServiceStub.java
index 147fd458..971bf779 100644
--- a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/stub/HttpJsonTranslationServiceStub.java
+++ b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/stub/HttpJsonTranslationServiceStub.java
@@ -115,7 +115,7 @@ public class HttpJsonTranslationServiceStub extends TranslationServiceStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("*", request.toBuilder().clearParent().build()))
+                                  .toBody("*", request.toBuilder().clearParent().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -152,7 +152,7 @@ public class HttpJsonTranslationServiceStub extends TranslationServiceStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("*", request.toBuilder().clearParent().build()))
+                                  .toBody("*", request.toBuilder().clearParent().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -226,7 +226,7 @@ public class HttpJsonTranslationServiceStub extends TranslationServiceStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("*", request.toBuilder().clearParent().build()))
+                                  .toBody("*", request.toBuilder().clearParent().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -263,7 +263,7 @@ public class HttpJsonTranslationServiceStub extends TranslationServiceStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("*", request.toBuilder().clearParent().build()))
+                                  .toBody("*", request.toBuilder().clearParent().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -303,7 +303,7 @@ public class HttpJsonTranslationServiceStub extends TranslationServiceStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("*", request.toBuilder().clearParent().build()))
+                                  .toBody("*", request.toBuilder().clearParent().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -342,7 +342,7 @@ public class HttpJsonTranslationServiceStub extends TranslationServiceStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("glossary", request.getGlossary()))
+                                  .toBody("glossary", request.getGlossary(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
diff --git a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/stub/TranslationServiceStubSettings.java b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/stub/TranslationServiceStubSettings.java
index 8d212900..e00fd568 100644
--- a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/stub/TranslationServiceStubSettings.java
+++ b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3/stub/TranslationServiceStubSettings.java
@@ -98,17 +98,17 @@
  * 

For example, to set the total timeout of translateText to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * TranslationServiceStubSettings.Builder translationServiceSettingsBuilder =
  *     TranslationServiceStubSettings.newBuilder();
  * translationServiceSettingsBuilder
  *     .translateTextSettings()
  *     .setRetrySettings(
- *         translationServiceSettingsBuilder
- *             .translateTextSettings()
- *             .getRetrySettings()
- *             .toBuilder()
+ *         translationServiceSettingsBuilder.translateTextSettings().getRetrySettings().toBuilder()
  *             .setTotalTimeout(Duration.ofSeconds(30))
  *             .build());
  * TranslationServiceStubSettings translationServiceSettings =
diff --git a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/TranslationServiceClient.java b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/TranslationServiceClient.java
index 9672ea88..980d2e9c 100644
--- a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/TranslationServiceClient.java
+++ b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/TranslationServiceClient.java
@@ -45,8 +45,11 @@
  * calls that map to API methods. Sample code to get started:
  *
  * 
{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
  *   TranslateTextRequest request =
  *       TranslateTextRequest.newBuilder()
@@ -93,8 +96,11 @@
  * 

To customize credentials: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * TranslationServiceSettings translationServiceSettings =
  *     TranslationServiceSettings.newBuilder()
  *         .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
@@ -106,8 +112,11 @@
  * 

To customize the endpoint: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * TranslationServiceSettings translationServiceSettings =
  *     TranslationServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
  * TranslationServiceClient translationServiceClient =
@@ -118,8 +127,11 @@
  * the wire:
  *
  * 
{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * TranslationServiceSettings translationServiceSettings =
  *     TranslationServiceSettings.newBuilder()
  *         .setTransportChannelProvider(
@@ -214,8 +226,11 @@ public final OperationsClient getHttpJsonOperationsClient() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   TranslateTextRequest request =
    *       TranslateTextRequest.newBuilder()
@@ -246,8 +261,11 @@ public final TranslateTextResponse translateText(TranslateTextRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   TranslateTextRequest request =
    *       TranslateTextRequest.newBuilder()
@@ -278,8 +296,11 @@ public final UnaryCallable translat
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
    *   String model = "model104069929";
@@ -324,8 +345,11 @@ public final DetectLanguageResponse detectLanguage(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
    *   String model = "model104069929";
@@ -369,8 +393,11 @@ public final DetectLanguageResponse detectLanguage(String parent, String model,
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   DetectLanguageRequest request =
    *       DetectLanguageRequest.newBuilder()
@@ -397,8 +424,11 @@ public final DetectLanguageResponse detectLanguage(DetectLanguageRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   DetectLanguageRequest request =
    *       DetectLanguageRequest.newBuilder()
@@ -426,8 +456,11 @@ public final DetectLanguageResponse detectLanguage(DetectLanguageRequest request
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
    *   String displayLanguageCode = "displayLanguageCode-1457478841";
@@ -476,8 +509,11 @@ public final SupportedLanguages getSupportedLanguages(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
    *   String displayLanguageCode = "displayLanguageCode-1457478841";
@@ -526,8 +562,11 @@ public final SupportedLanguages getSupportedLanguages(
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   GetSupportedLanguagesRequest request =
    *       GetSupportedLanguagesRequest.newBuilder()
@@ -553,8 +592,11 @@ public final SupportedLanguages getSupportedLanguages(GetSupportedLanguagesReque
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   GetSupportedLanguagesRequest request =
    *       GetSupportedLanguagesRequest.newBuilder()
@@ -581,8 +623,11 @@ public final SupportedLanguages getSupportedLanguages(GetSupportedLanguagesReque
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   TranslateDocumentRequest request =
    *       TranslateDocumentRequest.newBuilder()
@@ -613,8 +658,11 @@ public final TranslateDocumentResponse translateDocument(TranslateDocumentReques
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   TranslateDocumentRequest request =
    *       TranslateDocumentRequest.newBuilder()
@@ -651,8 +699,11 @@ public final TranslateDocumentResponse translateDocument(TranslateDocumentReques
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   BatchTranslateTextRequest request =
    *       BatchTranslateTextRequest.newBuilder()
@@ -690,8 +741,11 @@ public final TranslateDocumentResponse translateDocument(TranslateDocumentReques
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   BatchTranslateTextRequest request =
    *       BatchTranslateTextRequest.newBuilder()
@@ -729,8 +783,11 @@ public final TranslateDocumentResponse translateDocument(TranslateDocumentReques
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   BatchTranslateTextRequest request =
    *       BatchTranslateTextRequest.newBuilder()
@@ -767,8 +824,11 @@ public final UnaryCallable batchTranslateT
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
    *   String sourceLanguageCode = "sourceLanguageCode1645917472";
@@ -831,8 +891,11 @@ public final UnaryCallable batchTranslateT
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
    *   String sourceLanguageCode = "sourceLanguageCode1645917472";
@@ -895,8 +958,11 @@ public final UnaryCallable batchTranslateT
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   BatchTranslateDocumentRequest request =
    *       BatchTranslateDocumentRequest.newBuilder()
@@ -935,8 +1001,11 @@ public final UnaryCallable batchTranslateT
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   BatchTranslateDocumentRequest request =
    *       BatchTranslateDocumentRequest.newBuilder()
@@ -977,8 +1046,11 @@ public final UnaryCallable batchTranslateT
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   BatchTranslateDocumentRequest request =
    *       BatchTranslateDocumentRequest.newBuilder()
@@ -1011,8 +1083,11 @@ public final UnaryCallable batchTranslateT
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
    *   Glossary glossary = Glossary.newBuilder().build();
@@ -1042,8 +1117,11 @@ public final OperationFuture createGlossaryAsy
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
    *   Glossary glossary = Glossary.newBuilder().build();
@@ -1070,8 +1148,11 @@ public final OperationFuture createGlossaryAsy
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   CreateGlossaryRequest request =
    *       CreateGlossaryRequest.newBuilder()
@@ -1098,8 +1179,11 @@ public final OperationFuture createGlossaryAsy
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   CreateGlossaryRequest request =
    *       CreateGlossaryRequest.newBuilder()
@@ -1126,8 +1210,11 @@ public final OperationFuture createGlossaryAsy
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   CreateGlossaryRequest request =
    *       CreateGlossaryRequest.newBuilder()
@@ -1152,8 +1239,11 @@ public final UnaryCallable createGlossaryCalla
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
    *   String filter = "filter-1274492040";
@@ -1195,8 +1285,11 @@ public final ListGlossariesPagedResponse listGlossaries(LocationName parent, Str
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
    *   String filter = "filter-1274492040";
@@ -1235,8 +1328,11 @@ public final ListGlossariesPagedResponse listGlossaries(String parent, String fi
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   ListGlossariesRequest request =
    *       ListGlossariesRequest.newBuilder()
@@ -1265,8 +1361,11 @@ public final ListGlossariesPagedResponse listGlossaries(ListGlossariesRequest re
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   ListGlossariesRequest request =
    *       ListGlossariesRequest.newBuilder()
@@ -1296,8 +1395,11 @@ public final ListGlossariesPagedResponse listGlossaries(ListGlossariesRequest re
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   ListGlossariesRequest request =
    *       ListGlossariesRequest.newBuilder()
@@ -1334,8 +1436,11 @@ public final ListGlossariesPagedResponse listGlossaries(ListGlossariesRequest re
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   GlossaryName name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]");
    *   Glossary response = translationServiceClient.getGlossary(name);
@@ -1358,8 +1463,11 @@ public final Glossary getGlossary(GlossaryName name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]").toString();
    *   Glossary response = translationServiceClient.getGlossary(name);
@@ -1381,8 +1489,11 @@ public final Glossary getGlossary(String name) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   GetGlossaryRequest request =
    *       GetGlossaryRequest.newBuilder()
@@ -1406,8 +1517,11 @@ public final Glossary getGlossary(GetGlossaryRequest request) {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   GetGlossaryRequest request =
    *       GetGlossaryRequest.newBuilder()
@@ -1432,8 +1546,11 @@ public final UnaryCallable getGlossaryCallable() {
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   GlossaryName name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]");
    *   DeleteGlossaryResponse response = translationServiceClient.deleteGlossaryAsync(name).get();
@@ -1458,8 +1575,11 @@ public final OperationFuture del
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   String name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]").toString();
    *   DeleteGlossaryResponse response = translationServiceClient.deleteGlossaryAsync(name).get();
@@ -1483,8 +1603,11 @@ public final OperationFuture del
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   DeleteGlossaryRequest request =
    *       DeleteGlossaryRequest.newBuilder()
@@ -1510,8 +1633,11 @@ public final OperationFuture del
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   DeleteGlossaryRequest request =
    *       DeleteGlossaryRequest.newBuilder()
@@ -1538,8 +1664,11 @@ public final OperationFuture del
    * 

Sample code: * *

{@code
-   * // This snippet has been automatically generated for illustrative purposes only.
-   * // It may require modifications to work in your environment.
+   * // This snippet has been automatically generated and should be regarded as a code template only.
+   * // It will require modifications to work:
+   * // - It may require correct/in-range values for request initialization.
+   * // - It may require specifying regional endpoints when creating the service client as shown in
+   * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
    * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
    *   DeleteGlossaryRequest request =
    *       DeleteGlossaryRequest.newBuilder()
diff --git a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/TranslationServiceSettings.java b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/TranslationServiceSettings.java
index fd89310d..1e8deeb3 100644
--- a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/TranslationServiceSettings.java
+++ b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/TranslationServiceSettings.java
@@ -55,17 +55,17 @@
  * 

For example, to set the total timeout of translateText to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * TranslationServiceSettings.Builder translationServiceSettingsBuilder =
  *     TranslationServiceSettings.newBuilder();
  * translationServiceSettingsBuilder
  *     .translateTextSettings()
  *     .setRetrySettings(
- *         translationServiceSettingsBuilder
- *             .translateTextSettings()
- *             .getRetrySettings()
- *             .toBuilder()
+ *         translationServiceSettingsBuilder.translateTextSettings().getRetrySettings().toBuilder()
  *             .setTotalTimeout(Duration.ofSeconds(30))
  *             .build());
  * TranslationServiceSettings translationServiceSettings =
diff --git a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/package-info.java b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/package-info.java
index 275ddb36..920f3b20 100644
--- a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/package-info.java
+++ b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/package-info.java
@@ -26,8 +26,11 @@
  * 

Sample for TranslationServiceClient: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
  *   TranslateTextRequest request =
  *       TranslateTextRequest.newBuilder()
diff --git a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/stub/HttpJsonTranslationServiceStub.java b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/stub/HttpJsonTranslationServiceStub.java
index dddc1b5c..7de85c95 100644
--- a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/stub/HttpJsonTranslationServiceStub.java
+++ b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/stub/HttpJsonTranslationServiceStub.java
@@ -116,7 +116,7 @@ public class HttpJsonTranslationServiceStub extends TranslationServiceStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("*", request.toBuilder().clearParent().build()))
+                                  .toBody("*", request.toBuilder().clearParent().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -154,7 +154,7 @@ public class HttpJsonTranslationServiceStub extends TranslationServiceStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("*", request.toBuilder().clearParent().build()))
+                                  .toBody("*", request.toBuilder().clearParent().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -229,7 +229,7 @@ public class HttpJsonTranslationServiceStub extends TranslationServiceStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("*", request.toBuilder().clearParent().build()))
+                                  .toBody("*", request.toBuilder().clearParent().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -266,7 +266,7 @@ public class HttpJsonTranslationServiceStub extends TranslationServiceStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("*", request.toBuilder().clearParent().build()))
+                                  .toBody("*", request.toBuilder().clearParent().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -306,7 +306,7 @@ public class HttpJsonTranslationServiceStub extends TranslationServiceStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("*", request.toBuilder().clearParent().build()))
+                                  .toBody("*", request.toBuilder().clearParent().build(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
@@ -346,7 +346,7 @@ public class HttpJsonTranslationServiceStub extends TranslationServiceStub {
                       .setRequestBodyExtractor(
                           request ->
                               ProtoRestSerializer.create()
-                                  .toBody("glossary", request.getGlossary()))
+                                  .toBody("glossary", request.getGlossary(), false))
                       .build())
               .setResponseParser(
                   ProtoMessageResponseParser.newBuilder()
diff --git a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/stub/TranslationServiceStubSettings.java b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/stub/TranslationServiceStubSettings.java
index 12219409..8c4d92e8 100644
--- a/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/stub/TranslationServiceStubSettings.java
+++ b/google-cloud-translate/src/main/java/com/google/cloud/translate/v3beta1/stub/TranslationServiceStubSettings.java
@@ -98,17 +98,17 @@
  * 

For example, to set the total timeout of translateText to 30 seconds: * *

{@code
- * // This snippet has been automatically generated for illustrative purposes only.
- * // It may require modifications to work in your environment.
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
  * TranslationServiceStubSettings.Builder translationServiceSettingsBuilder =
  *     TranslationServiceStubSettings.newBuilder();
  * translationServiceSettingsBuilder
  *     .translateTextSettings()
  *     .setRetrySettings(
- *         translationServiceSettingsBuilder
- *             .translateTextSettings()
- *             .getRetrySettings()
- *             .toBuilder()
+ *         translationServiceSettingsBuilder.translateTextSettings().getRetrySettings().toBuilder()
  *             .setTotalTimeout(Duration.ofSeconds(30))
  *             .build());
  * TranslationServiceStubSettings translationServiceSettings =
diff --git a/grpc-google-cloud-translate-v3/pom.xml b/grpc-google-cloud-translate-v3/pom.xml
index 5f2f6e9e..0f0ad554 100644
--- a/grpc-google-cloud-translate-v3/pom.xml
+++ b/grpc-google-cloud-translate-v3/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   grpc-google-cloud-translate-v3
-  2.3.3
+  2.3.4
   grpc-google-cloud-translate-v3
   GRPC library for grpc-google-cloud-translate-v3
   
     com.google.cloud
     google-cloud-translate-parent
-    2.3.3
+    2.3.4
   
   
     
diff --git a/grpc-google-cloud-translate-v3beta1/pom.xml b/grpc-google-cloud-translate-v3beta1/pom.xml
index 8dffa4af..6d1297bf 100644
--- a/grpc-google-cloud-translate-v3beta1/pom.xml
+++ b/grpc-google-cloud-translate-v3beta1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   grpc-google-cloud-translate-v3beta1
-  0.85.3
+  0.85.4
   grpc-google-cloud-translate-v3beta1
   GRPC library for grpc-google-cloud-translate-v3beta1
   
     com.google.cloud
     google-cloud-translate-parent
-    2.3.3
+    2.3.4
   
   
     
diff --git a/pom.xml b/pom.xml
index 25be165a..4a89d0a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   com.google.cloud
   google-cloud-translate-parent
   pom
-  2.3.3
+  2.3.4
   Google Cloud Translate Parent
   https://github.com/googleapis/java-translate
   
@@ -61,33 +61,33 @@
       
         com.google.api.grpc
         proto-google-cloud-translate-v3beta1
-        0.85.3
+        0.85.4
       
       
         com.google.api.grpc
         proto-google-cloud-translate-v3
-        2.3.3
+        2.3.4
       
       
         com.google.api.grpc
         grpc-google-cloud-translate-v3beta1
-        0.85.3
+        0.85.4
       
       
         com.google.api.grpc
         grpc-google-cloud-translate-v3
-        2.3.3
+        2.3.4
       
       
         com.google.cloud
         google-cloud-translate
-        2.3.3
+        2.3.4
       
 
       
         com.google.cloud
         google-cloud-shared-dependencies
-        3.0.1
+        3.0.3
         pom
         import
       
@@ -143,7 +143,7 @@
       
         org.apache.maven.plugins
         maven-project-info-reports-plugin
-        3.4.0
+        3.4.1
         
           
             
@@ -170,7 +170,7 @@
       
         org.apache.maven.plugins
         maven-javadoc-plugin
-        3.4.0
+        3.4.1
         
           
             html
diff --git a/proto-google-cloud-translate-v3/pom.xml b/proto-google-cloud-translate-v3/pom.xml
index 8141e398..ea69931e 100644
--- a/proto-google-cloud-translate-v3/pom.xml
+++ b/proto-google-cloud-translate-v3/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   proto-google-cloud-translate-v3
-  2.3.3
+  2.3.4
   proto-google-cloud-translate-v3
   PROTO library for proto-google-cloud-translate-v3
   
     com.google.cloud
     google-cloud-translate-parent
-    2.3.3
+    2.3.4
   
   
     
diff --git a/proto-google-cloud-translate-v3/src/main/java/com/google/cloud/translate/v3/TranslationServiceProto.java b/proto-google-cloud-translate-v3/src/main/java/com/google/cloud/translate/v3/TranslationServiceProto.java
index d0d9cc1a..da98187a 100644
--- a/proto-google-cloud-translate-v3/src/main/java/com/google/cloud/translate/v3/TranslationServiceProto.java
+++ b/proto-google-cloud-translate-v3/src/main/java/com/google/cloud/translate/v3/TranslationServiceProto.java
@@ -233,289 +233,288 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
           + "v3\032\034google/api/annotations.proto\032\027google"
           + "/api/client.proto\032\037google/api/field_beha"
           + "vior.proto\032\031google/api/resource.proto\032#g"
-          + "oogle/longrunning/operations.proto\032\033goog"
-          + "le/protobuf/empty.proto\032\037google/protobuf"
-          + "/timestamp.proto\032\027google/rpc/status.prot"
-          + "o\"N\n\033TranslateTextGlossaryConfig\022\025\n\010glos"
-          + "sary\030\001 \001(\tB\003\340A\002\022\030\n\013ignore_case\030\002 \001(\010B\003\340A"
-          + "\001\"\265\003\n\024TranslateTextRequest\022\025\n\010contents\030\001"
-          + " \003(\tB\003\340A\002\022\026\n\tmime_type\030\003 \001(\tB\003\340A\001\022!\n\024sou"
-          + "rce_language_code\030\004 \001(\tB\003\340A\001\022!\n\024target_l"
-          + "anguage_code\030\005 \001(\tB\003\340A\002\0229\n\006parent\030\010 \001(\tB"
-          + ")\340A\002\372A#\n!locations.googleapis.com/Locati"
-          + "on\022\022\n\005model\030\006 \001(\tB\003\340A\001\022V\n\017glossary_confi"
-          + "g\030\007 \001(\01328.google.cloud.translation.v3.Tr"
-          + "anslateTextGlossaryConfigB\003\340A\001\022R\n\006labels"
-          + "\030\n \003(\0132=.google.cloud.translation.v3.Tra"
-          + "nslateTextRequest.LabelsEntryB\003\340A\001\032-\n\013La"
+          + "oogle/longrunning/operations.proto\032\037goog"
+          + "le/protobuf/timestamp.proto\"N\n\033Translate"
+          + "TextGlossaryConfig\022\025\n\010glossary\030\001 \001(\tB\003\340A"
+          + "\002\022\030\n\013ignore_case\030\002 \001(\010B\003\340A\001\"\265\003\n\024Translat"
+          + "eTextRequest\022\025\n\010contents\030\001 \003(\tB\003\340A\002\022\026\n\tm"
+          + "ime_type\030\003 \001(\tB\003\340A\001\022!\n\024source_language_c"
+          + "ode\030\004 \001(\tB\003\340A\001\022!\n\024target_language_code\030\005"
+          + " \001(\tB\003\340A\002\0229\n\006parent\030\010 \001(\tB)\340A\002\372A#\n!locat"
+          + "ions.googleapis.com/Location\022\022\n\005model\030\006 "
+          + "\001(\tB\003\340A\001\022V\n\017glossary_config\030\007 \001(\01328.goog"
+          + "le.cloud.translation.v3.TranslateTextGlo"
+          + "ssaryConfigB\003\340A\001\022R\n\006labels\030\n \003(\0132=.googl"
+          + "e.cloud.translation.v3.TranslateTextRequ"
+          + "est.LabelsEntryB\003\340A\001\032-\n\013LabelsEntry\022\013\n\003k"
+          + "ey\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\240\001\n\025Translat"
+          + "eTextResponse\022>\n\014translations\030\001 \003(\0132(.go"
+          + "ogle.cloud.translation.v3.Translation\022G\n"
+          + "\025glossary_translations\030\003 \003(\0132(.google.cl"
+          + "oud.translation.v3.Translation\"\250\001\n\013Trans"
+          + "lation\022\027\n\017translated_text\030\001 \001(\t\022\r\n\005model"
+          + "\030\002 \001(\t\022\036\n\026detected_language_code\030\004 \001(\t\022Q"
+          + "\n\017glossary_config\030\003 \001(\01328.google.cloud.t"
+          + "ranslation.v3.TranslateTextGlossaryConfi"
+          + "g\"\237\002\n\025DetectLanguageRequest\0229\n\006parent\030\005 "
+          + "\001(\tB)\340A\002\372A#\n!locations.googleapis.com/Lo"
+          + "cation\022\022\n\005model\030\004 \001(\tB\003\340A\001\022\021\n\007content\030\001 "
+          + "\001(\tH\000\022\026\n\tmime_type\030\003 \001(\tB\003\340A\001\022S\n\006labels\030"
+          + "\006 \003(\0132>.google.cloud.translation.v3.Dete"
+          + "ctLanguageRequest.LabelsEntryB\003\340A\001\032-\n\013La"
           + "belsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028"
-          + "\001\"\240\001\n\025TranslateTextResponse\022>\n\014translati"
-          + "ons\030\001 \003(\0132(.google.cloud.translation.v3."
-          + "Translation\022G\n\025glossary_translations\030\003 \003"
-          + "(\0132(.google.cloud.translation.v3.Transla"
-          + "tion\"\250\001\n\013Translation\022\027\n\017translated_text\030"
-          + "\001 \001(\t\022\r\n\005model\030\002 \001(\t\022\036\n\026detected_languag"
-          + "e_code\030\004 \001(\t\022Q\n\017glossary_config\030\003 \001(\01328."
-          + "google.cloud.translation.v3.TranslateTex"
-          + "tGlossaryConfig\"\237\002\n\025DetectLanguageReques"
-          + "t\0229\n\006parent\030\005 \001(\tB)\340A\002\372A#\n!locations.goo"
-          + "gleapis.com/Location\022\022\n\005model\030\004 \001(\tB\003\340A\001"
-          + "\022\021\n\007content\030\001 \001(\tH\000\022\026\n\tmime_type\030\003 \001(\tB\003"
-          + "\340A\001\022S\n\006labels\030\006 \003(\0132>.google.cloud.trans"
-          + "lation.v3.DetectLanguageRequest.LabelsEn"
-          + "tryB\003\340A\001\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005"
-          + "value\030\002 \001(\t:\0028\001B\010\n\006source\"=\n\020DetectedLan"
-          + "guage\022\025\n\rlanguage_code\030\001 \001(\t\022\022\n\nconfiden"
-          + "ce\030\002 \001(\002\"Z\n\026DetectLanguageResponse\022@\n\tla"
-          + "nguages\030\001 \003(\0132-.google.cloud.translation"
-          + ".v3.DetectedLanguage\"\221\001\n\034GetSupportedLan"
-          + "guagesRequest\0229\n\006parent\030\003 \001(\tB)\340A\002\372A#\n!l"
-          + "ocations.googleapis.com/Location\022\"\n\025disp"
-          + "lay_language_code\030\001 \001(\tB\003\340A\001\022\022\n\005model\030\002 "
-          + "\001(\tB\003\340A\001\"W\n\022SupportedLanguages\022A\n\tlangua"
-          + "ges\030\001 \003(\0132..google.cloud.translation.v3."
-          + "SupportedLanguage\"p\n\021SupportedLanguage\022\025"
-          + "\n\rlanguage_code\030\001 \001(\t\022\024\n\014display_name\030\002 "
-          + "\001(\t\022\026\n\016support_source\030\003 \001(\010\022\026\n\016support_t"
-          + "arget\030\004 \001(\010\"#\n\tGcsSource\022\026\n\tinput_uri\030\001 "
-          + "\001(\tB\003\340A\002\"m\n\013InputConfig\022\026\n\tmime_type\030\001 \001"
-          + "(\tB\003\340A\001\022<\n\ngcs_source\030\002 \001(\0132&.google.clo"
-          + "ud.translation.v3.GcsSourceH\000B\010\n\006source\""
-          + "0\n\016GcsDestination\022\036\n\021output_uri_prefix\030\001"
-          + " \001(\tB\003\340A\002\"e\n\014OutputConfig\022F\n\017gcs_destina"
-          + "tion\030\001 \001(\0132+.google.cloud.translation.v3"
-          + ".GcsDestinationH\000B\r\n\013destination\"\203\001\n\023Doc"
-          + "umentInputConfig\022\021\n\007content\030\001 \001(\014H\000\022<\n\ng"
-          + "cs_source\030\002 \001(\0132&.google.cloud.translati"
-          + "on.v3.GcsSourceH\000\022\021\n\tmime_type\030\004 \001(\tB\010\n\006"
-          + "source\"\212\001\n\024DocumentOutputConfig\022K\n\017gcs_d"
-          + "estination\030\001 \001(\0132+.google.cloud.translat"
-          + "ion.v3.GcsDestinationB\003\340A\001H\000\022\026\n\tmime_typ"
-          + "e\030\003 \001(\tB\003\340A\001B\r\n\013destination\"\226\004\n\030Translat"
-          + "eDocumentRequest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022!\n"
-          + "\024source_language_code\030\002 \001(\tB\003\340A\001\022!\n\024targ"
-          + "et_language_code\030\003 \001(\tB\003\340A\002\022T\n\025document_"
-          + "input_config\030\004 \001(\01320.google.cloud.transl"
-          + "ation.v3.DocumentInputConfigB\003\340A\002\022V\n\026doc"
-          + "ument_output_config\030\005 \001(\01321.google.cloud"
-          + ".translation.v3.DocumentOutputConfigB\003\340A"
-          + "\001\022\022\n\005model\030\006 \001(\tB\003\340A\001\022V\n\017glossary_config"
-          + "\030\007 \001(\01328.google.cloud.translation.v3.Tra"
-          + "nslateTextGlossaryConfigB\003\340A\001\022V\n\006labels\030"
-          + "\010 \003(\0132A.google.cloud.translation.v3.Tran"
-          + "slateDocumentRequest.LabelsEntryB\003\340A\001\032-\n"
-          + "\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t"
-          + ":\0028\001\"e\n\023DocumentTranslation\022\033\n\023byte_stre"
-          + "am_outputs\030\001 \003(\014\022\021\n\tmime_type\030\002 \001(\t\022\036\n\026d"
-          + "etected_language_code\030\003 \001(\t\"\246\002\n\031Translat"
-          + "eDocumentResponse\022N\n\024document_translatio"
-          + "n\030\001 \001(\01320.google.cloud.translation.v3.Do"
-          + "cumentTranslation\022W\n\035glossary_document_t"
-          + "ranslation\030\002 \001(\01320.google.cloud.translat"
-          + "ion.v3.DocumentTranslation\022\r\n\005model\030\003 \001("
-          + "\t\022Q\n\017glossary_config\030\004 \001(\01328.google.clou"
-          + "d.translation.v3.TranslateTextGlossaryCo"
-          + "nfig\"\210\006\n\031BatchTranslateTextRequest\0229\n\006pa"
-          + "rent\030\001 \001(\tB)\340A\002\372A#\n!locations.googleapis"
-          + ".com/Location\022!\n\024source_language_code\030\002 "
-          + "\001(\tB\003\340A\002\022\"\n\025target_language_codes\030\003 \003(\tB"
-          + "\003\340A\002\022W\n\006models\030\004 \003(\0132B.google.cloud.tran"
-          + "slation.v3.BatchTranslateTextRequest.Mod"
-          + "elsEntryB\003\340A\001\022D\n\rinput_configs\030\005 \003(\0132(.g"
-          + "oogle.cloud.translation.v3.InputConfigB\003"
-          + "\340A\002\022E\n\routput_config\030\006 \001(\0132).google.clou"
-          + "d.translation.v3.OutputConfigB\003\340A\002\022_\n\ngl"
-          + "ossaries\030\007 \003(\0132F.google.cloud.translatio"
-          + "n.v3.BatchTranslateTextRequest.Glossarie"
-          + "sEntryB\003\340A\001\022W\n\006labels\030\t \003(\0132B.google.clo"
-          + "ud.translation.v3.BatchTranslateTextRequ"
-          + "est.LabelsEntryB\003\340A\001\032-\n\013ModelsEntry\022\013\n\003k"
-          + "ey\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032k\n\017Glossarie"
-          + "sEntry\022\013\n\003key\030\001 \001(\t\022G\n\005value\030\002 \001(\01328.goo"
-          + "gle.cloud.translation.v3.TranslateTextGl"
-          + "ossaryConfig:\0028\001\032-\n\013LabelsEntry\022\013\n\003key\030\001"
-          + " \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\316\002\n\026BatchTransla"
-          + "teMetadata\022H\n\005state\030\001 \001(\01629.google.cloud"
-          + ".translation.v3.BatchTranslateMetadata.S"
-          + "tate\022\035\n\025translated_characters\030\002 \001(\003\022\031\n\021f"
-          + "ailed_characters\030\003 \001(\003\022\030\n\020total_characte"
-          + "rs\030\004 \001(\003\022/\n\013submit_time\030\005 \001(\0132\032.google.p"
-          + "rotobuf.Timestamp\"e\n\005State\022\025\n\021STATE_UNSP"
-          + "ECIFIED\020\000\022\013\n\007RUNNING\020\001\022\r\n\tSUCCEEDED\020\002\022\n\n"
-          + "\006FAILED\020\003\022\016\n\nCANCELLING\020\004\022\r\n\tCANCELLED\020\005"
-          + "\"\313\001\n\026BatchTranslateResponse\022\030\n\020total_cha"
-          + "racters\030\001 \001(\003\022\035\n\025translated_characters\030\002"
-          + " \001(\003\022\031\n\021failed_characters\030\003 \001(\003\022/\n\013submi"
-          + "t_time\030\004 \001(\0132\032.google.protobuf.Timestamp"
-          + "\022,\n\010end_time\030\005 \001(\0132\032.google.protobuf.Tim"
-          + "estamp\"]\n\023GlossaryInputConfig\022<\n\ngcs_sou"
-          + "rce\030\001 \001(\0132&.google.cloud.translation.v3."
-          + "GcsSourceH\000B\010\n\006source\"\377\004\n\010Glossary\022\021\n\004na"
-          + "me\030\001 \001(\tB\003\340A\002\022O\n\rlanguage_pair\030\003 \001(\01326.g"
-          + "oogle.cloud.translation.v3.Glossary.Lang"
-          + "uageCodePairH\000\022T\n\022language_codes_set\030\004 \001"
-          + "(\01326.google.cloud.translation.v3.Glossar"
-          + "y.LanguageCodesSetH\000\022F\n\014input_config\030\005 \001"
-          + "(\01320.google.cloud.translation.v3.Glossar"
-          + "yInputConfig\022\030\n\013entry_count\030\006 \001(\005B\003\340A\003\0224"
-          + "\n\013submit_time\030\007 \001(\0132\032.google.protobuf.Ti"
-          + "mestampB\003\340A\003\0221\n\010end_time\030\010 \001(\0132\032.google."
-          + "protobuf.TimestampB\003\340A\003\032N\n\020LanguageCodeP"
-          + "air\022\034\n\024source_language_code\030\001 \001(\t\022\034\n\024tar"
-          + "get_language_code\030\002 \001(\t\032*\n\020LanguageCodes"
-          + "Set\022\026\n\016language_codes\030\001 \003(\t:e\352Ab\n!transl"
-          + "ate.googleapis.com/Glossary\022=projects/{p"
-          + "roject}/locations/{location}/glossaries/"
-          + "{glossary}B\013\n\tlanguages\"\220\001\n\025CreateGlossa"
-          + "ryRequest\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!locat"
-          + "ions.googleapis.com/Location\022<\n\010glossary"
-          + "\030\002 \001(\0132%.google.cloud.translation.v3.Glo"
-          + "ssaryB\003\340A\002\"M\n\022GetGlossaryRequest\0227\n\004name"
-          + "\030\001 \001(\tB)\340A\002\372A#\n!translate.googleapis.com"
-          + "/Glossary\"P\n\025DeleteGlossaryRequest\0227\n\004na"
-          + "me\030\001 \001(\tB)\340A\002\372A#\n!translate.googleapis.c"
-          + "om/Glossary\"\230\001\n\025ListGlossariesRequest\0229\n"
-          + "\006parent\030\001 \001(\tB)\340A\002\372A#\n!locations.googlea"
-          + "pis.com/Location\022\026\n\tpage_size\030\002 \001(\005B\003\340A\001"
-          + "\022\027\n\npage_token\030\003 \001(\tB\003\340A\001\022\023\n\006filter\030\004 \001("
-          + "\tB\003\340A\001\"l\n\026ListGlossariesResponse\0229\n\nglos"
-          + "saries\030\001 \003(\0132%.google.cloud.translation."
-          + "v3.Glossary\022\027\n\017next_page_token\030\002 \001(\t\"\210\002\n"
-          + "\026CreateGlossaryMetadata\022\014\n\004name\030\001 \001(\t\022H\n"
-          + "\005state\030\002 \001(\01629.google.cloud.translation."
-          + "v3.CreateGlossaryMetadata.State\022/\n\013submi"
-          + "t_time\030\003 \001(\0132\032.google.protobuf.Timestamp"
-          + "\"e\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\013\n\007RUNN"
-          + "ING\020\001\022\r\n\tSUCCEEDED\020\002\022\n\n\006FAILED\020\003\022\016\n\nCANC"
-          + "ELLING\020\004\022\r\n\tCANCELLED\020\005\"\210\002\n\026DeleteGlossa"
-          + "ryMetadata\022\014\n\004name\030\001 \001(\t\022H\n\005state\030\002 \001(\0162"
-          + "9.google.cloud.translation.v3.DeleteGlos"
-          + "saryMetadata.State\022/\n\013submit_time\030\003 \001(\0132"
-          + "\032.google.protobuf.Timestamp\"e\n\005State\022\025\n\021"
-          + "STATE_UNSPECIFIED\020\000\022\013\n\007RUNNING\020\001\022\r\n\tSUCC"
-          + "EEDED\020\002\022\n\n\006FAILED\020\003\022\016\n\nCANCELLING\020\004\022\r\n\tC"
-          + "ANCELLED\020\005\"\205\001\n\026DeleteGlossaryResponse\022\014\n"
-          + "\004name\030\001 \001(\t\022/\n\013submit_time\030\002 \001(\0132\032.googl"
-          + "e.protobuf.Timestamp\022,\n\010end_time\030\003 \001(\0132\032"
-          + ".google.protobuf.Timestamp\"\324\006\n\035BatchTran"
-          + "slateDocumentRequest\0229\n\006parent\030\001 \001(\tB)\340A"
+          + "\001B\010\n\006source\"=\n\020DetectedLanguage\022\025\n\rlangu"
+          + "age_code\030\001 \001(\t\022\022\n\nconfidence\030\002 \001(\002\"Z\n\026De"
+          + "tectLanguageResponse\022@\n\tlanguages\030\001 \003(\0132"
+          + "-.google.cloud.translation.v3.DetectedLa"
+          + "nguage\"\221\001\n\034GetSupportedLanguagesRequest\022"
+          + "9\n\006parent\030\003 \001(\tB)\340A\002\372A#\n!locations.googl"
+          + "eapis.com/Location\022\"\n\025display_language_c"
+          + "ode\030\001 \001(\tB\003\340A\001\022\022\n\005model\030\002 \001(\tB\003\340A\001\"W\n\022Su"
+          + "pportedLanguages\022A\n\tlanguages\030\001 \003(\0132..go"
+          + "ogle.cloud.translation.v3.SupportedLangu"
+          + "age\"p\n\021SupportedLanguage\022\025\n\rlanguage_cod"
+          + "e\030\001 \001(\t\022\024\n\014display_name\030\002 \001(\t\022\026\n\016support"
+          + "_source\030\003 \001(\010\022\026\n\016support_target\030\004 \001(\010\"#\n"
+          + "\tGcsSource\022\026\n\tinput_uri\030\001 \001(\tB\003\340A\002\"m\n\013In"
+          + "putConfig\022\026\n\tmime_type\030\001 \001(\tB\003\340A\001\022<\n\ngcs"
+          + "_source\030\002 \001(\0132&.google.cloud.translation"
+          + ".v3.GcsSourceH\000B\010\n\006source\"0\n\016GcsDestinat"
+          + "ion\022\036\n\021output_uri_prefix\030\001 \001(\tB\003\340A\002\"e\n\014O"
+          + "utputConfig\022F\n\017gcs_destination\030\001 \001(\0132+.g"
+          + "oogle.cloud.translation.v3.GcsDestinatio"
+          + "nH\000B\r\n\013destination\"\203\001\n\023DocumentInputConf"
+          + "ig\022\021\n\007content\030\001 \001(\014H\000\022<\n\ngcs_source\030\002 \001("
+          + "\0132&.google.cloud.translation.v3.GcsSourc"
+          + "eH\000\022\021\n\tmime_type\030\004 \001(\tB\010\n\006source\"\212\001\n\024Doc"
+          + "umentOutputConfig\022K\n\017gcs_destination\030\001 \001"
+          + "(\0132+.google.cloud.translation.v3.GcsDest"
+          + "inationB\003\340A\001H\000\022\026\n\tmime_type\030\003 \001(\tB\003\340A\001B\r"
+          + "\n\013destination\"\226\004\n\030TranslateDocumentReque"
+          + "st\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022!\n\024source_langua"
+          + "ge_code\030\002 \001(\tB\003\340A\001\022!\n\024target_language_co"
+          + "de\030\003 \001(\tB\003\340A\002\022T\n\025document_input_config\030\004"
+          + " \001(\01320.google.cloud.translation.v3.Docum"
+          + "entInputConfigB\003\340A\002\022V\n\026document_output_c"
+          + "onfig\030\005 \001(\01321.google.cloud.translation.v"
+          + "3.DocumentOutputConfigB\003\340A\001\022\022\n\005model\030\006 \001"
+          + "(\tB\003\340A\001\022V\n\017glossary_config\030\007 \001(\01328.googl"
+          + "e.cloud.translation.v3.TranslateTextGlos"
+          + "saryConfigB\003\340A\001\022V\n\006labels\030\010 \003(\0132A.google"
+          + ".cloud.translation.v3.TranslateDocumentR"
+          + "equest.LabelsEntryB\003\340A\001\032-\n\013LabelsEntry\022\013"
+          + "\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"e\n\023Docume"
+          + "ntTranslation\022\033\n\023byte_stream_outputs\030\001 \003"
+          + "(\014\022\021\n\tmime_type\030\002 \001(\t\022\036\n\026detected_langua"
+          + "ge_code\030\003 \001(\t\"\246\002\n\031TranslateDocumentRespo"
+          + "nse\022N\n\024document_translation\030\001 \001(\01320.goog"
+          + "le.cloud.translation.v3.DocumentTranslat"
+          + "ion\022W\n\035glossary_document_translation\030\002 \001"
+          + "(\01320.google.cloud.translation.v3.Documen"
+          + "tTranslation\022\r\n\005model\030\003 \001(\t\022Q\n\017glossary_"
+          + "config\030\004 \001(\01328.google.cloud.translation."
+          + "v3.TranslateTextGlossaryConfig\"\210\006\n\031Batch"
+          + "TranslateTextRequest\0229\n\006parent\030\001 \001(\tB)\340A"
           + "\002\372A#\n!locations.googleapis.com/Location\022"
           + "!\n\024source_language_code\030\002 \001(\tB\003\340A\002\022\"\n\025ta"
-          + "rget_language_codes\030\003 \003(\tB\003\340A\002\022Q\n\rinput_"
-          + "configs\030\004 \003(\01325.google.cloud.translation"
-          + ".v3.BatchDocumentInputConfigB\003\340A\002\022R\n\rout"
-          + "put_config\030\005 \001(\01326.google.cloud.translat"
-          + "ion.v3.BatchDocumentOutputConfigB\003\340A\002\022[\n"
-          + "\006models\030\006 \003(\0132F.google.cloud.translation"
-          + ".v3.BatchTranslateDocumentRequest.Models"
-          + "EntryB\003\340A\001\022c\n\nglossaries\030\007 \003(\0132J.google."
-          + "cloud.translation.v3.BatchTranslateDocum"
-          + "entRequest.GlossariesEntryB\003\340A\001\022r\n\022forma"
-          + "t_conversions\030\010 \003(\0132Q.google.cloud.trans"
-          + "lation.v3.BatchTranslateDocumentRequest."
-          + "FormatConversionsEntryB\003\340A\001\032-\n\013ModelsEnt"
-          + "ry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032k\n\017Gl"
-          + "ossariesEntry\022\013\n\003key\030\001 \001(\t\022G\n\005value\030\002 \001("
-          + "\01328.google.cloud.translation.v3.Translat"
-          + "eTextGlossaryConfig:\0028\001\0328\n\026FormatConvers"
-          + "ionsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028"
-          + "\001\"b\n\030BatchDocumentInputConfig\022<\n\ngcs_sou"
-          + "rce\030\001 \001(\0132&.google.cloud.translation.v3."
-          + "GcsSourceH\000B\010\n\006source\"r\n\031BatchDocumentOu"
-          + "tputConfig\022F\n\017gcs_destination\030\001 \001(\0132+.go"
-          + "ogle.cloud.translation.v3.GcsDestination"
-          + "H\000B\r\n\013destination\"\331\002\n\036BatchTranslateDocu"
-          + "mentResponse\022\023\n\013total_pages\030\001 \001(\003\022\030\n\020tra"
-          + "nslated_pages\030\002 \001(\003\022\024\n\014failed_pages\030\003 \001("
-          + "\003\022\034\n\024total_billable_pages\030\004 \001(\003\022\030\n\020total"
-          + "_characters\030\005 \001(\003\022\035\n\025translated_characte"
-          + "rs\030\006 \001(\003\022\031\n\021failed_characters\030\007 \001(\003\022!\n\031t"
-          + "otal_billable_characters\030\010 \001(\003\022/\n\013submit"
-          + "_time\030\t \001(\0132\032.google.protobuf.Timestamp\022"
-          + ",\n\010end_time\030\n \001(\0132\032.google.protobuf.Time"
-          + "stamp\"\344\003\n\036BatchTranslateDocumentMetadata"
-          + "\022P\n\005state\030\001 \001(\0162A.google.cloud.translati"
-          + "on.v3.BatchTranslateDocumentMetadata.Sta"
-          + "te\022\023\n\013total_pages\030\002 \001(\003\022\030\n\020translated_pa"
-          + "ges\030\003 \001(\003\022\024\n\014failed_pages\030\004 \001(\003\022\034\n\024total"
-          + "_billable_pages\030\005 \001(\003\022\030\n\020total_character"
-          + "s\030\006 \001(\003\022\035\n\025translated_characters\030\007 \001(\003\022\031"
-          + "\n\021failed_characters\030\010 \001(\003\022!\n\031total_billa"
-          + "ble_characters\030\t \001(\003\022/\n\013submit_time\030\n \001("
-          + "\0132\032.google.protobuf.Timestamp\"e\n\005State\022\025"
-          + "\n\021STATE_UNSPECIFIED\020\000\022\013\n\007RUNNING\020\001\022\r\n\tSU"
-          + "CCEEDED\020\002\022\n\n\006FAILED\020\003\022\016\n\nCANCELLING\020\004\022\r\n"
-          + "\tCANCELLED\020\0052\246\024\n\022TranslationService\022\324\002\n\r"
-          + "TranslateText\0221.google.cloud.translation"
-          + ".v3.TranslateTextRequest\0322.google.cloud."
-          + "translation.v3.TranslateTextResponse\"\333\001\202"
-          + "\323\344\223\002b\"1/v3/{parent=projects/*/locations/"
-          + "*}:translateText:\001*Z*\"%/v3/{parent=proje"
-          + "cts/*}:translateText:\001*\332A$parent,target_"
-          + "language_code,contents\332AIparent,model,mi"
-          + "me_type,source_language_code,target_lang"
-          + "uage_code,contents\022\207\002\n\016DetectLanguage\0222."
-          + "google.cloud.translation.v3.DetectLangua"
-          + "geRequest\0323.google.cloud.translation.v3."
-          + "DetectLanguageResponse\"\213\001\202\323\344\223\002d\"2/v3/{pa"
-          + "rent=projects/*/locations/*}:detectLangu"
-          + "age:\001*Z+\"&/v3/{parent=projects/*}:detect"
-          + "Language:\001*\332A\036parent,model,mime_type,con"
-          + "tent\022\227\002\n\025GetSupportedLanguages\0229.google."
-          + "cloud.translation.v3.GetSupportedLanguag"
-          + "esRequest\032/.google.cloud.translation.v3."
-          + "SupportedLanguages\"\221\001\202\323\344\223\002f\0226/v3/{parent"
-          + "=projects/*/locations/*}/supportedLangua"
-          + "gesZ,\022*/v3/{parent=projects/*}/supported"
-          + "Languages\332A\"parent,model,display_languag"
-          + "e_code\022\304\001\n\021TranslateDocument\0225.google.cl"
-          + "oud.translation.v3.TranslateDocumentRequ"
-          + "est\0326.google.cloud.translation.v3.Transl"
-          + "ateDocumentResponse\"@\202\323\344\223\002:\"5/v3/{parent"
-          + "=projects/*/locations/*}:translateDocume"
-          + "nt:\001*\022\341\001\n\022BatchTranslateText\0226.google.cl"
-          + "oud.translation.v3.BatchTranslateTextReq"
-          + "uest\032\035.google.longrunning.Operation\"t\202\323\344"
-          + "\223\002;\"6/v3/{parent=projects/*/locations/*}"
-          + ":batchTranslateText:\001*\312A0\n\026BatchTranslat"
-          + "eResponse\022\026BatchTranslateMetadata\022\316\002\n\026Ba"
-          + "tchTranslateDocument\022:.google.cloud.tran"
-          + "slation.v3.BatchTranslateDocumentRequest"
-          + "\032\035.google.longrunning.Operation\"\330\001\202\323\344\223\002?"
-          + "\":/v3/{parent=projects/*/locations/*}:ba"
-          + "tchTranslateDocument:\001*\332AMparent,source_"
-          + "language_code,target_language_codes,inpu"
-          + "t_configs,output_config\312A@\n\036BatchTransla"
-          + "teDocumentResponse\022\036BatchTranslateDocume"
-          + "ntMetadata\022\334\001\n\016CreateGlossary\0222.google.c"
-          + "loud.translation.v3.CreateGlossaryReques"
-          + "t\032\035.google.longrunning.Operation\"w\202\323\344\223\002:"
-          + "\"./v3/{parent=projects/*/locations/*}/gl"
-          + "ossaries:\010glossary\332A\017parent,glossary\312A\"\n"
-          + "\010Glossary\022\026CreateGlossaryMetadata\022\272\001\n\016Li"
-          + "stGlossaries\0222.google.cloud.translation."
-          + "v3.ListGlossariesRequest\0323.google.cloud."
-          + "translation.v3.ListGlossariesResponse\"?\202"
-          + "\323\344\223\0020\022./v3/{parent=projects/*/locations/"
-          + "*}/glossaries\332A\006parent\022\244\001\n\013GetGlossary\022/"
-          + ".google.cloud.translation.v3.GetGlossary"
-          + "Request\032%.google.cloud.translation.v3.Gl"
-          + "ossary\"=\202\323\344\223\0020\022./v3/{name=projects/*/loc"
-          + "ations/*/glossaries/*}\332A\004name\022\325\001\n\016Delete"
-          + "Glossary\0222.google.cloud.translation.v3.D"
-          + "eleteGlossaryRequest\032\035.google.longrunnin"
-          + "g.Operation\"p\202\323\344\223\0020*./v3/{name=projects/"
-          + "*/locations/*/glossaries/*}\332A\004name\312A0\n\026D"
-          + "eleteGlossaryResponse\022\026DeleteGlossaryMet"
-          + "adata\032~\312A\030translate.googleapis.com\322A`htt"
-          + "ps://www.googleapis.com/auth/cloud-platf"
-          + "orm,https://www.googleapis.com/auth/clou"
-          + "d-translationB\330\001\n\035com.google.cloud.trans"
-          + "late.v3B\027TranslationServiceProtoP\001ZBgoog"
-          + "le.golang.org/genproto/googleapis/cloud/"
-          + "translate/v3;translate\370\001\001\252\002\031Google.Cloud"
-          + ".Translate.V3\312\002\031Google\\Cloud\\Translate\\V"
-          + "3\352\002\034Google::Cloud::Translate::V3b\006proto3"
+          + "rget_language_codes\030\003 \003(\tB\003\340A\002\022W\n\006models"
+          + "\030\004 \003(\0132B.google.cloud.translation.v3.Bat"
+          + "chTranslateTextRequest.ModelsEntryB\003\340A\001\022"
+          + "D\n\rinput_configs\030\005 \003(\0132(.google.cloud.tr"
+          + "anslation.v3.InputConfigB\003\340A\002\022E\n\routput_"
+          + "config\030\006 \001(\0132).google.cloud.translation."
+          + "v3.OutputConfigB\003\340A\002\022_\n\nglossaries\030\007 \003(\013"
+          + "2F.google.cloud.translation.v3.BatchTran"
+          + "slateTextRequest.GlossariesEntryB\003\340A\001\022W\n"
+          + "\006labels\030\t \003(\0132B.google.cloud.translation"
+          + ".v3.BatchTranslateTextRequest.LabelsEntr"
+          + "yB\003\340A\001\032-\n\013ModelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005va"
+          + "lue\030\002 \001(\t:\0028\001\032k\n\017GlossariesEntry\022\013\n\003key\030"
+          + "\001 \001(\t\022G\n\005value\030\002 \001(\01328.google.cloud.tran"
+          + "slation.v3.TranslateTextGlossaryConfig:\002"
+          + "8\001\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030"
+          + "\002 \001(\t:\0028\001\"\316\002\n\026BatchTranslateMetadata\022H\n\005"
+          + "state\030\001 \001(\01629.google.cloud.translation.v"
+          + "3.BatchTranslateMetadata.State\022\035\n\025transl"
+          + "ated_characters\030\002 \001(\003\022\031\n\021failed_characte"
+          + "rs\030\003 \001(\003\022\030\n\020total_characters\030\004 \001(\003\022/\n\013su"
+          + "bmit_time\030\005 \001(\0132\032.google.protobuf.Timest"
+          + "amp\"e\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\013\n\007R"
+          + "UNNING\020\001\022\r\n\tSUCCEEDED\020\002\022\n\n\006FAILED\020\003\022\016\n\nC"
+          + "ANCELLING\020\004\022\r\n\tCANCELLED\020\005\"\313\001\n\026BatchTran"
+          + "slateResponse\022\030\n\020total_characters\030\001 \001(\003\022"
+          + "\035\n\025translated_characters\030\002 \001(\003\022\031\n\021failed"
+          + "_characters\030\003 \001(\003\022/\n\013submit_time\030\004 \001(\0132\032"
+          + ".google.protobuf.Timestamp\022,\n\010end_time\030\005"
+          + " \001(\0132\032.google.protobuf.Timestamp\"]\n\023Glos"
+          + "saryInputConfig\022<\n\ngcs_source\030\001 \001(\0132&.go"
+          + "ogle.cloud.translation.v3.GcsSourceH\000B\010\n"
+          + "\006source\"\377\004\n\010Glossary\022\021\n\004name\030\001 \001(\tB\003\340A\002\022"
+          + "O\n\rlanguage_pair\030\003 \001(\01326.google.cloud.tr"
+          + "anslation.v3.Glossary.LanguageCodePairH\000"
+          + "\022T\n\022language_codes_set\030\004 \001(\01326.google.cl"
+          + "oud.translation.v3.Glossary.LanguageCode"
+          + "sSetH\000\022F\n\014input_config\030\005 \001(\01320.google.cl"
+          + "oud.translation.v3.GlossaryInputConfig\022\030"
+          + "\n\013entry_count\030\006 \001(\005B\003\340A\003\0224\n\013submit_time\030"
+          + "\007 \001(\0132\032.google.protobuf.TimestampB\003\340A\003\0221"
+          + "\n\010end_time\030\010 \001(\0132\032.google.protobuf.Times"
+          + "tampB\003\340A\003\032N\n\020LanguageCodePair\022\034\n\024source_"
+          + "language_code\030\001 \001(\t\022\034\n\024target_language_c"
+          + "ode\030\002 \001(\t\032*\n\020LanguageCodesSet\022\026\n\016languag"
+          + "e_codes\030\001 \003(\t:e\352Ab\n!translate.googleapis"
+          + ".com/Glossary\022=projects/{project}/locati"
+          + "ons/{location}/glossaries/{glossary}B\013\n\t"
+          + "languages\"\220\001\n\025CreateGlossaryRequest\0229\n\006p"
+          + "arent\030\001 \001(\tB)\340A\002\372A#\n!locations.googleapi"
+          + "s.com/Location\022<\n\010glossary\030\002 \001(\0132%.googl"
+          + "e.cloud.translation.v3.GlossaryB\003\340A\002\"M\n\022"
+          + "GetGlossaryRequest\0227\n\004name\030\001 \001(\tB)\340A\002\372A#"
+          + "\n!translate.googleapis.com/Glossary\"P\n\025D"
+          + "eleteGlossaryRequest\0227\n\004name\030\001 \001(\tB)\340A\002\372"
+          + "A#\n!translate.googleapis.com/Glossary\"\230\001"
+          + "\n\025ListGlossariesRequest\0229\n\006parent\030\001 \001(\tB"
+          + ")\340A\002\372A#\n!locations.googleapis.com/Locati"
+          + "on\022\026\n\tpage_size\030\002 \001(\005B\003\340A\001\022\027\n\npage_token"
+          + "\030\003 \001(\tB\003\340A\001\022\023\n\006filter\030\004 \001(\tB\003\340A\001\"l\n\026List"
+          + "GlossariesResponse\0229\n\nglossaries\030\001 \003(\0132%"
+          + ".google.cloud.translation.v3.Glossary\022\027\n"
+          + "\017next_page_token\030\002 \001(\t\"\210\002\n\026CreateGlossar"
+          + "yMetadata\022\014\n\004name\030\001 \001(\t\022H\n\005state\030\002 \001(\01629"
+          + ".google.cloud.translation.v3.CreateGloss"
+          + "aryMetadata.State\022/\n\013submit_time\030\003 \001(\0132\032"
+          + ".google.protobuf.Timestamp\"e\n\005State\022\025\n\021S"
+          + "TATE_UNSPECIFIED\020\000\022\013\n\007RUNNING\020\001\022\r\n\tSUCCE"
+          + "EDED\020\002\022\n\n\006FAILED\020\003\022\016\n\nCANCELLING\020\004\022\r\n\tCA"
+          + "NCELLED\020\005\"\210\002\n\026DeleteGlossaryMetadata\022\014\n\004"
+          + "name\030\001 \001(\t\022H\n\005state\030\002 \001(\01629.google.cloud"
+          + ".translation.v3.DeleteGlossaryMetadata.S"
+          + "tate\022/\n\013submit_time\030\003 \001(\0132\032.google.proto"
+          + "buf.Timestamp\"e\n\005State\022\025\n\021STATE_UNSPECIF"
+          + "IED\020\000\022\013\n\007RUNNING\020\001\022\r\n\tSUCCEEDED\020\002\022\n\n\006FAI"
+          + "LED\020\003\022\016\n\nCANCELLING\020\004\022\r\n\tCANCELLED\020\005\"\205\001\n"
+          + "\026DeleteGlossaryResponse\022\014\n\004name\030\001 \001(\t\022/\n"
+          + "\013submit_time\030\002 \001(\0132\032.google.protobuf.Tim"
+          + "estamp\022,\n\010end_time\030\003 \001(\0132\032.google.protob"
+          + "uf.Timestamp\"\324\006\n\035BatchTranslateDocumentR"
+          + "equest\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!location"
+          + "s.googleapis.com/Location\022!\n\024source_lang"
+          + "uage_code\030\002 \001(\tB\003\340A\002\022\"\n\025target_language_"
+          + "codes\030\003 \003(\tB\003\340A\002\022Q\n\rinput_configs\030\004 \003(\0132"
+          + "5.google.cloud.translation.v3.BatchDocum"
+          + "entInputConfigB\003\340A\002\022R\n\routput_config\030\005 \001"
+          + "(\01326.google.cloud.translation.v3.BatchDo"
+          + "cumentOutputConfigB\003\340A\002\022[\n\006models\030\006 \003(\0132"
+          + "F.google.cloud.translation.v3.BatchTrans"
+          + "lateDocumentRequest.ModelsEntryB\003\340A\001\022c\n\n"
+          + "glossaries\030\007 \003(\0132J.google.cloud.translat"
+          + "ion.v3.BatchTranslateDocumentRequest.Glo"
+          + "ssariesEntryB\003\340A\001\022r\n\022format_conversions\030"
+          + "\010 \003(\0132Q.google.cloud.translation.v3.Batc"
+          + "hTranslateDocumentRequest.FormatConversi"
+          + "onsEntryB\003\340A\001\032-\n\013ModelsEntry\022\013\n\003key\030\001 \001("
+          + "\t\022\r\n\005value\030\002 \001(\t:\0028\001\032k\n\017GlossariesEntry\022"
+          + "\013\n\003key\030\001 \001(\t\022G\n\005value\030\002 \001(\01328.google.clo"
+          + "ud.translation.v3.TranslateTextGlossaryC"
+          + "onfig:\0028\001\0328\n\026FormatConversionsEntry\022\013\n\003k"
+          + "ey\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"b\n\030BatchDocu"
+          + "mentInputConfig\022<\n\ngcs_source\030\001 \001(\0132&.go"
+          + "ogle.cloud.translation.v3.GcsSourceH\000B\010\n"
+          + "\006source\"r\n\031BatchDocumentOutputConfig\022F\n\017"
+          + "gcs_destination\030\001 \001(\0132+.google.cloud.tra"
+          + "nslation.v3.GcsDestinationH\000B\r\n\013destinat"
+          + "ion\"\331\002\n\036BatchTranslateDocumentResponse\022\023"
+          + "\n\013total_pages\030\001 \001(\003\022\030\n\020translated_pages\030"
+          + "\002 \001(\003\022\024\n\014failed_pages\030\003 \001(\003\022\034\n\024total_bil"
+          + "lable_pages\030\004 \001(\003\022\030\n\020total_characters\030\005 "
+          + "\001(\003\022\035\n\025translated_characters\030\006 \001(\003\022\031\n\021fa"
+          + "iled_characters\030\007 \001(\003\022!\n\031total_billable_"
+          + "characters\030\010 \001(\003\022/\n\013submit_time\030\t \001(\0132\032."
+          + "google.protobuf.Timestamp\022,\n\010end_time\030\n "
+          + "\001(\0132\032.google.protobuf.Timestamp\"\344\003\n\036Batc"
+          + "hTranslateDocumentMetadata\022P\n\005state\030\001 \001("
+          + "\0162A.google.cloud.translation.v3.BatchTra"
+          + "nslateDocumentMetadata.State\022\023\n\013total_pa"
+          + "ges\030\002 \001(\003\022\030\n\020translated_pages\030\003 \001(\003\022\024\n\014f"
+          + "ailed_pages\030\004 \001(\003\022\034\n\024total_billable_page"
+          + "s\030\005 \001(\003\022\030\n\020total_characters\030\006 \001(\003\022\035\n\025tra"
+          + "nslated_characters\030\007 \001(\003\022\031\n\021failed_chara"
+          + "cters\030\010 \001(\003\022!\n\031total_billable_characters"
+          + "\030\t \001(\003\022/\n\013submit_time\030\n \001(\0132\032.google.pro"
+          + "tobuf.Timestamp\"e\n\005State\022\025\n\021STATE_UNSPEC"
+          + "IFIED\020\000\022\013\n\007RUNNING\020\001\022\r\n\tSUCCEEDED\020\002\022\n\n\006F"
+          + "AILED\020\003\022\016\n\nCANCELLING\020\004\022\r\n\tCANCELLED\020\0052\246"
+          + "\024\n\022TranslationService\022\324\002\n\rTranslateText\022"
+          + "1.google.cloud.translation.v3.TranslateT"
+          + "extRequest\0322.google.cloud.translation.v3"
+          + ".TranslateTextResponse\"\333\001\202\323\344\223\002b\"1/v3/{pa"
+          + "rent=projects/*/locations/*}:translateTe"
+          + "xt:\001*Z*\"%/v3/{parent=projects/*}:transla"
+          + "teText:\001*\332A$parent,target_language_code,"
+          + "contents\332AIparent,model,mime_type,source"
+          + "_language_code,target_language_code,cont"
+          + "ents\022\207\002\n\016DetectLanguage\0222.google.cloud.t"
+          + "ranslation.v3.DetectLanguageRequest\0323.go"
+          + "ogle.cloud.translation.v3.DetectLanguage"
+          + "Response\"\213\001\202\323\344\223\002d\"2/v3/{parent=projects/"
+          + "*/locations/*}:detectLanguage:\001*Z+\"&/v3/"
+          + "{parent=projects/*}:detectLanguage:\001*\332A\036"
+          + "parent,model,mime_type,content\022\227\002\n\025GetSu"
+          + "pportedLanguages\0229.google.cloud.translat"
+          + "ion.v3.GetSupportedLanguagesRequest\032/.go"
+          + "ogle.cloud.translation.v3.SupportedLangu"
+          + "ages\"\221\001\202\323\344\223\002f\0226/v3/{parent=projects/*/lo"
+          + "cations/*}/supportedLanguagesZ,\022*/v3/{pa"
+          + "rent=projects/*}/supportedLanguages\332A\"pa"
+          + "rent,model,display_language_code\022\304\001\n\021Tra"
+          + "nslateDocument\0225.google.cloud.translatio"
+          + "n.v3.TranslateDocumentRequest\0326.google.c"
+          + "loud.translation.v3.TranslateDocumentRes"
+          + "ponse\"@\202\323\344\223\002:\"5/v3/{parent=projects/*/lo"
+          + "cations/*}:translateDocument:\001*\022\341\001\n\022Batc"
+          + "hTranslateText\0226.google.cloud.translatio"
+          + "n.v3.BatchTranslateTextRequest\032\035.google."
+          + "longrunning.Operation\"t\202\323\344\223\002;\"6/v3/{pare"
+          + "nt=projects/*/locations/*}:batchTranslat"
+          + "eText:\001*\312A0\n\026BatchTranslateResponse\022\026Bat"
+          + "chTranslateMetadata\022\316\002\n\026BatchTranslateDo"
+          + "cument\022:.google.cloud.translation.v3.Bat"
+          + "chTranslateDocumentRequest\032\035.google.long"
+          + "running.Operation\"\330\001\202\323\344\223\002?\":/v3/{parent="
+          + "projects/*/locations/*}:batchTranslateDo"
+          + "cument:\001*\332AMparent,source_language_code,"
+          + "target_language_codes,input_configs,outp"
+          + "ut_config\312A@\n\036BatchTranslateDocumentResp"
+          + "onse\022\036BatchTranslateDocumentMetadata\022\334\001\n"
+          + "\016CreateGlossary\0222.google.cloud.translati"
+          + "on.v3.CreateGlossaryRequest\032\035.google.lon"
+          + "grunning.Operation\"w\202\323\344\223\002:\"./v3/{parent="
+          + "projects/*/locations/*}/glossaries:\010glos"
+          + "sary\332A\017parent,glossary\312A\"\n\010Glossary\022\026Cre"
+          + "ateGlossaryMetadata\022\272\001\n\016ListGlossaries\0222"
+          + ".google.cloud.translation.v3.ListGlossar"
+          + "iesRequest\0323.google.cloud.translation.v3"
+          + ".ListGlossariesResponse\"?\202\323\344\223\0020\022./v3/{pa"
+          + "rent=projects/*/locations/*}/glossaries\332"
+          + "A\006parent\022\244\001\n\013GetGlossary\022/.google.cloud."
+          + "translation.v3.GetGlossaryRequest\032%.goog"
+          + "le.cloud.translation.v3.Glossary\"=\202\323\344\223\0020"
+          + "\022./v3/{name=projects/*/locations/*/gloss"
+          + "aries/*}\332A\004name\022\325\001\n\016DeleteGlossary\0222.goo"
+          + "gle.cloud.translation.v3.DeleteGlossaryR"
+          + "equest\032\035.google.longrunning.Operation\"p\202"
+          + "\323\344\223\0020*./v3/{name=projects/*/locations/*/"
+          + "glossaries/*}\332A\004name\312A0\n\026DeleteGlossaryR"
+          + "esponse\022\026DeleteGlossaryMetadata\032~\312A\030tran"
+          + "slate.googleapis.com\322A`https://www.googl"
+          + "eapis.com/auth/cloud-platform,https://ww"
+          + "w.googleapis.com/auth/cloud-translationB"
+          + "\330\001\n\035com.google.cloud.translate.v3B\027Trans"
+          + "lationServiceProtoP\001ZBgoogle.golang.org/"
+          + "genproto/googleapis/cloud/translate/v3;t"
+          + "ranslate\370\001\001\252\002\031Google.Cloud.Translate.V3\312"
+          + "\002\031Google\\Cloud\\Translate\\V3\352\002\034Google::Cl"
+          + "oud::Translate::V3b\006proto3"
     };
     descriptor =
         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -526,9 +525,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
               com.google.api.FieldBehaviorProto.getDescriptor(),
               com.google.api.ResourceProto.getDescriptor(),
               com.google.longrunning.OperationsProto.getDescriptor(),
-              com.google.protobuf.EmptyProto.getDescriptor(),
               com.google.protobuf.TimestampProto.getDescriptor(),
-              com.google.rpc.StatusProto.getDescriptor(),
             });
     internal_static_google_cloud_translation_v3_TranslateTextGlossaryConfig_descriptor =
         getDescriptor().getMessageTypes().get(0);
@@ -1006,9 +1003,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
     com.google.api.FieldBehaviorProto.getDescriptor();
     com.google.api.ResourceProto.getDescriptor();
     com.google.longrunning.OperationsProto.getDescriptor();
-    com.google.protobuf.EmptyProto.getDescriptor();
     com.google.protobuf.TimestampProto.getDescriptor();
-    com.google.rpc.StatusProto.getDescriptor();
   }
 
   // @@protoc_insertion_point(outer_class_scope)
diff --git a/proto-google-cloud-translate-v3/src/main/proto/google/cloud/translate/v3/translation_service.proto b/proto-google-cloud-translate-v3/src/main/proto/google/cloud/translate/v3/translation_service.proto
index 9f770248..4ea17dad 100644
--- a/proto-google-cloud-translate-v3/src/main/proto/google/cloud/translate/v3/translation_service.proto
+++ b/proto-google-cloud-translate-v3/src/main/proto/google/cloud/translate/v3/translation_service.proto
@@ -21,9 +21,7 @@ import "google/api/client.proto";
 import "google/api/field_behavior.proto";
 import "google/api/resource.proto";
 import "google/longrunning/operations.proto";
-import "google/protobuf/empty.proto";
 import "google/protobuf/timestamp.proto";
-import "google/rpc/status.proto";
 
 option cc_enable_arenas = true;
 option csharp_namespace = "Google.Cloud.Translate.V3";
diff --git a/proto-google-cloud-translate-v3beta1/pom.xml b/proto-google-cloud-translate-v3beta1/pom.xml
index 44812427..d62c4763 100644
--- a/proto-google-cloud-translate-v3beta1/pom.xml
+++ b/proto-google-cloud-translate-v3beta1/pom.xml
@@ -4,13 +4,13 @@
   4.0.0
   com.google.api.grpc
   proto-google-cloud-translate-v3beta1
-  0.85.3
+  0.85.4
   proto-google-cloud-translate-v3beta1
   PROTO library for proto-google-cloud-translate-v3beta1
   
     com.google.cloud
     google-cloud-translate-parent
-    2.3.3
+    2.3.4
   
   
     
diff --git a/proto-google-cloud-translate-v3beta1/src/main/java/com/google/cloud/translate/v3beta1/TranslationServiceProto.java b/proto-google-cloud-translate-v3beta1/src/main/java/com/google/cloud/translate/v3beta1/TranslationServiceProto.java
index c5d28b95..d9847146 100644
--- a/proto-google-cloud-translate-v3beta1/src/main/java/com/google/cloud/translate/v3beta1/TranslationServiceProto.java
+++ b/proto-google-cloud-translate-v3beta1/src/main/java/com/google/cloud/translate/v3beta1/TranslationServiceProto.java
@@ -234,295 +234,294 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
           + "to\032\027google/api/client.proto\032\037google/api/"
           + "field_behavior.proto\032\031google/api/resourc"
           + "e.proto\032#google/longrunning/operations.p"
-          + "roto\032\037google/protobuf/timestamp.proto\032\027g"
-          + "oogle/rpc/status.proto\"N\n\033TranslateTextG"
-          + "lossaryConfig\022\025\n\010glossary\030\001 \001(\tB\003\340A\002\022\030\n\013"
-          + "ignore_case\030\002 \001(\010B\003\340A\001\"\277\003\n\024TranslateText"
-          + "Request\022\025\n\010contents\030\001 \003(\tB\003\340A\002\022\026\n\tmime_t"
-          + "ype\030\003 \001(\tB\003\340A\001\022!\n\024source_language_code\030\004"
-          + " \001(\tB\003\340A\001\022!\n\024target_language_code\030\005 \001(\tB"
-          + "\003\340A\002\0229\n\006parent\030\010 \001(\tB)\340A\002\372A#\n!locations."
-          + "googleapis.com/Location\022\022\n\005model\030\006 \001(\tB\003"
-          + "\340A\001\022[\n\017glossary_config\030\007 \001(\0132=.google.cl"
-          + "oud.translation.v3beta1.TranslateTextGlo"
-          + "ssaryConfigB\003\340A\001\022W\n\006labels\030\n \003(\0132B.googl"
+          + "roto\032\037google/protobuf/timestamp.proto\"N\n"
+          + "\033TranslateTextGlossaryConfig\022\025\n\010glossary"
+          + "\030\001 \001(\tB\003\340A\002\022\030\n\013ignore_case\030\002 \001(\010B\003\340A\001\"\277\003"
+          + "\n\024TranslateTextRequest\022\025\n\010contents\030\001 \003(\t"
+          + "B\003\340A\002\022\026\n\tmime_type\030\003 \001(\tB\003\340A\001\022!\n\024source_"
+          + "language_code\030\004 \001(\tB\003\340A\001\022!\n\024target_langu"
+          + "age_code\030\005 \001(\tB\003\340A\002\0229\n\006parent\030\010 \001(\tB)\340A\002"
+          + "\372A#\n!locations.googleapis.com/Location\022\022"
+          + "\n\005model\030\006 \001(\tB\003\340A\001\022[\n\017glossary_config\030\007 "
+          + "\001(\0132=.google.cloud.translation.v3beta1.T"
+          + "ranslateTextGlossaryConfigB\003\340A\001\022W\n\006label"
+          + "s\030\n \003(\0132B.google.cloud.translation.v3bet"
+          + "a1.TranslateTextRequest.LabelsEntryB\003\340A\001"
+          + "\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 "
+          + "\001(\t:\0028\001\"\252\001\n\025TranslateTextResponse\022C\n\014tra"
+          + "nslations\030\001 \003(\0132-.google.cloud.translati"
+          + "on.v3beta1.Translation\022L\n\025glossary_trans"
+          + "lations\030\003 \003(\0132-.google.cloud.translation"
+          + ".v3beta1.Translation\"\255\001\n\013Translation\022\027\n\017"
+          + "translated_text\030\001 \001(\t\022\r\n\005model\030\002 \001(\t\022\036\n\026"
+          + "detected_language_code\030\004 \001(\t\022V\n\017glossary"
+          + "_config\030\003 \001(\0132=.google.cloud.translation"
+          + ".v3beta1.TranslateTextGlossaryConfig\"\244\002\n"
+          + "\025DetectLanguageRequest\0229\n\006parent\030\005 \001(\tB)"
+          + "\340A\002\372A#\n!locations.googleapis.com/Locatio"
+          + "n\022\022\n\005model\030\004 \001(\tB\003\340A\001\022\021\n\007content\030\001 \001(\tH\000"
+          + "\022\026\n\tmime_type\030\003 \001(\tB\003\340A\001\022X\n\006labels\030\006 \003(\013"
+          + "2C.google.cloud.translation.v3beta1.Dete"
+          + "ctLanguageRequest.LabelsEntryB\003\340A\001\032-\n\013La"
+          + "belsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028"
+          + "\001B\010\n\006source\"=\n\020DetectedLanguage\022\025\n\rlangu"
+          + "age_code\030\001 \001(\t\022\022\n\nconfidence\030\002 \001(\002\"_\n\026De"
+          + "tectLanguageResponse\022E\n\tlanguages\030\001 \003(\0132"
+          + "2.google.cloud.translation.v3beta1.Detec"
+          + "tedLanguage\"\221\001\n\034GetSupportedLanguagesReq"
+          + "uest\0229\n\006parent\030\003 \001(\tB)\340A\002\372A#\n!locations."
+          + "googleapis.com/Location\022\"\n\025display_langu"
+          + "age_code\030\001 \001(\tB\003\340A\001\022\022\n\005model\030\002 \001(\tB\003\340A\001\""
+          + "\\\n\022SupportedLanguages\022F\n\tlanguages\030\001 \003(\013"
+          + "23.google.cloud.translation.v3beta1.Supp"
+          + "ortedLanguage\"p\n\021SupportedLanguage\022\025\n\rla"
+          + "nguage_code\030\001 \001(\t\022\024\n\014display_name\030\002 \001(\t\022"
+          + "\026\n\016support_source\030\003 \001(\010\022\026\n\016support_targe"
+          + "t\030\004 \001(\010\"#\n\tGcsSource\022\026\n\tinput_uri\030\001 \001(\tB"
+          + "\003\340A\002\"r\n\013InputConfig\022\026\n\tmime_type\030\001 \001(\tB\003"
+          + "\340A\001\022A\n\ngcs_source\030\002 \001(\0132+.google.cloud.t"
+          + "ranslation.v3beta1.GcsSourceH\000B\010\n\006source"
+          + "\"0\n\016GcsDestination\022\036\n\021output_uri_prefix\030"
+          + "\001 \001(\tB\003\340A\002\"j\n\014OutputConfig\022K\n\017gcs_destin"
+          + "ation\030\001 \001(\01320.google.cloud.translation.v"
+          + "3beta1.GcsDestinationH\000B\r\n\013destination\"\210"
+          + "\001\n\023DocumentInputConfig\022\021\n\007content\030\001 \001(\014H"
+          + "\000\022A\n\ngcs_source\030\002 \001(\0132+.google.cloud.tra"
+          + "nslation.v3beta1.GcsSourceH\000\022\021\n\tmime_typ"
+          + "e\030\004 \001(\tB\010\n\006source\"\217\001\n\024DocumentOutputConf"
+          + "ig\022P\n\017gcs_destination\030\001 \001(\01320.google.clo"
+          + "ud.translation.v3beta1.GcsDestinationB\003\340"
+          + "A\001H\000\022\026\n\tmime_type\030\003 \001(\tB\003\340A\001B\r\n\013destinat"
+          + "ion\"\252\004\n\030TranslateDocumentRequest\022\023\n\006pare"
+          + "nt\030\001 \001(\tB\003\340A\002\022!\n\024source_language_code\030\002 "
+          + "\001(\tB\003\340A\001\022!\n\024target_language_code\030\003 \001(\tB\003"
+          + "\340A\002\022Y\n\025document_input_config\030\004 \001(\01325.goo"
+          + "gle.cloud.translation.v3beta1.DocumentIn"
+          + "putConfigB\003\340A\002\022[\n\026document_output_config"
+          + "\030\005 \001(\01326.google.cloud.translation.v3beta"
+          + "1.DocumentOutputConfigB\003\340A\001\022\022\n\005model\030\006 \001"
+          + "(\tB\003\340A\001\022[\n\017glossary_config\030\007 \001(\0132=.googl"
           + "e.cloud.translation.v3beta1.TranslateTex"
-          + "tRequest.LabelsEntryB\003\340A\001\032-\n\013LabelsEntry"
-          + "\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\252\001\n\025Tra"
-          + "nslateTextResponse\022C\n\014translations\030\001 \003(\013"
-          + "2-.google.cloud.translation.v3beta1.Tran"
-          + "slation\022L\n\025glossary_translations\030\003 \003(\0132-"
-          + ".google.cloud.translation.v3beta1.Transl"
-          + "ation\"\255\001\n\013Translation\022\027\n\017translated_text"
-          + "\030\001 \001(\t\022\r\n\005model\030\002 \001(\t\022\036\n\026detected_langua"
-          + "ge_code\030\004 \001(\t\022V\n\017glossary_config\030\003 \001(\0132="
-          + ".google.cloud.translation.v3beta1.Transl"
-          + "ateTextGlossaryConfig\"\244\002\n\025DetectLanguage"
-          + "Request\0229\n\006parent\030\005 \001(\tB)\340A\002\372A#\n!locatio"
-          + "ns.googleapis.com/Location\022\022\n\005model\030\004 \001("
-          + "\tB\003\340A\001\022\021\n\007content\030\001 \001(\tH\000\022\026\n\tmime_type\030\003"
-          + " \001(\tB\003\340A\001\022X\n\006labels\030\006 \003(\0132C.google.cloud"
-          + ".translation.v3beta1.DetectLanguageReque"
-          + "st.LabelsEntryB\003\340A\001\032-\n\013LabelsEntry\022\013\n\003ke"
-          + "y\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001B\010\n\006source\"=\n\020"
-          + "DetectedLanguage\022\025\n\rlanguage_code\030\001 \001(\t\022"
-          + "\022\n\nconfidence\030\002 \001(\002\"_\n\026DetectLanguageRes"
-          + "ponse\022E\n\tlanguages\030\001 \003(\01322.google.cloud."
-          + "translation.v3beta1.DetectedLanguage\"\221\001\n"
-          + "\034GetSupportedLanguagesRequest\0229\n\006parent\030"
-          + "\003 \001(\tB)\340A\002\372A#\n!locations.googleapis.com/"
-          + "Location\022\"\n\025display_language_code\030\001 \001(\tB"
-          + "\003\340A\001\022\022\n\005model\030\002 \001(\tB\003\340A\001\"\\\n\022SupportedLan"
-          + "guages\022F\n\tlanguages\030\001 \003(\01323.google.cloud"
-          + ".translation.v3beta1.SupportedLanguage\"p"
-          + "\n\021SupportedLanguage\022\025\n\rlanguage_code\030\001 \001"
-          + "(\t\022\024\n\014display_name\030\002 \001(\t\022\026\n\016support_sour"
-          + "ce\030\003 \001(\010\022\026\n\016support_target\030\004 \001(\010\"#\n\tGcsS"
-          + "ource\022\026\n\tinput_uri\030\001 \001(\tB\003\340A\002\"r\n\013InputCo"
-          + "nfig\022\026\n\tmime_type\030\001 \001(\tB\003\340A\001\022A\n\ngcs_sour"
-          + "ce\030\002 \001(\0132+.google.cloud.translation.v3be"
-          + "ta1.GcsSourceH\000B\010\n\006source\"0\n\016GcsDestinat"
-          + "ion\022\036\n\021output_uri_prefix\030\001 \001(\tB\003\340A\002\"j\n\014O"
+          + "tGlossaryConfigB\003\340A\001\022[\n\006labels\030\010 \003(\0132F.g"
+          + "oogle.cloud.translation.v3beta1.Translat"
+          + "eDocumentRequest.LabelsEntryB\003\340A\001\032-\n\013Lab"
+          + "elsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001"
+          + "\"e\n\023DocumentTranslation\022\033\n\023byte_stream_o"
+          + "utputs\030\001 \003(\014\022\021\n\tmime_type\030\002 \001(\t\022\036\n\026detec"
+          + "ted_language_code\030\003 \001(\t\"\265\002\n\031TranslateDoc"
+          + "umentResponse\022S\n\024document_translation\030\001 "
+          + "\001(\01325.google.cloud.translation.v3beta1.D"
+          + "ocumentTranslation\022\\\n\035glossary_document_"
+          + "translation\030\002 \001(\01325.google.cloud.transla"
+          + "tion.v3beta1.DocumentTranslation\022\r\n\005mode"
+          + "l\030\003 \001(\t\022V\n\017glossary_config\030\004 \001(\0132=.googl"
+          + "e.cloud.translation.v3beta1.TranslateTex"
+          + "tGlossaryConfig\"\246\006\n\031BatchTranslateTextRe"
+          + "quest\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!locations"
+          + ".googleapis.com/Location\022!\n\024source_langu"
+          + "age_code\030\002 \001(\tB\003\340A\002\022\"\n\025target_language_c"
+          + "odes\030\003 \003(\tB\003\340A\002\022\\\n\006models\030\004 \003(\0132G.google"
+          + ".cloud.translation.v3beta1.BatchTranslat"
+          + "eTextRequest.ModelsEntryB\003\340A\001\022I\n\rinput_c"
+          + "onfigs\030\005 \003(\0132-.google.cloud.translation."
+          + "v3beta1.InputConfigB\003\340A\002\022J\n\routput_confi"
+          + "g\030\006 \001(\0132..google.cloud.translation.v3bet"
+          + "a1.OutputConfigB\003\340A\002\022d\n\nglossaries\030\007 \003(\013"
+          + "2K.google.cloud.translation.v3beta1.Batc"
+          + "hTranslateTextRequest.GlossariesEntryB\003\340"
+          + "A\001\022\\\n\006labels\030\t \003(\0132G.google.cloud.transl"
+          + "ation.v3beta1.BatchTranslateTextRequest."
+          + "LabelsEntryB\003\340A\001\032-\n\013ModelsEntry\022\013\n\003key\030\001"
+          + " \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032p\n\017GlossariesEnt"
+          + "ry\022\013\n\003key\030\001 \001(\t\022L\n\005value\030\002 \001(\0132=.google."
+          + "cloud.translation.v3beta1.TranslateTextG"
+          + "lossaryConfig:\0028\001\032-\n\013LabelsEntry\022\013\n\003key\030"
+          + "\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\323\002\n\026BatchTransl"
+          + "ateMetadata\022M\n\005state\030\001 \001(\0162>.google.clou"
+          + "d.translation.v3beta1.BatchTranslateMeta"
+          + "data.State\022\035\n\025translated_characters\030\002 \001("
+          + "\003\022\031\n\021failed_characters\030\003 \001(\003\022\030\n\020total_ch"
+          + "aracters\030\004 \001(\003\022/\n\013submit_time\030\005 \001(\0132\032.go"
+          + "ogle.protobuf.Timestamp\"e\n\005State\022\025\n\021STAT"
+          + "E_UNSPECIFIED\020\000\022\013\n\007RUNNING\020\001\022\r\n\tSUCCEEDE"
+          + "D\020\002\022\n\n\006FAILED\020\003\022\016\n\nCANCELLING\020\004\022\r\n\tCANCE"
+          + "LLED\020\005\"\313\001\n\026BatchTranslateResponse\022\030\n\020tot"
+          + "al_characters\030\001 \001(\003\022\035\n\025translated_charac"
+          + "ters\030\002 \001(\003\022\031\n\021failed_characters\030\003 \001(\003\022/\n"
+          + "\013submit_time\030\004 \001(\0132\032.google.protobuf.Tim"
+          + "estamp\022,\n\010end_time\030\005 \001(\0132\032.google.protob"
+          + "uf.Timestamp\"b\n\023GlossaryInputConfig\022A\n\ng"
+          + "cs_source\030\001 \001(\0132+.google.cloud.translati"
+          + "on.v3beta1.GcsSourceH\000B\010\n\006source\"\216\005\n\010Glo"
+          + "ssary\022\021\n\004name\030\001 \001(\tB\003\340A\002\022T\n\rlanguage_pai"
+          + "r\030\003 \001(\0132;.google.cloud.translation.v3bet"
+          + "a1.Glossary.LanguageCodePairH\000\022Y\n\022langua"
+          + "ge_codes_set\030\004 \001(\0132;.google.cloud.transl"
+          + "ation.v3beta1.Glossary.LanguageCodesSetH"
+          + "\000\022K\n\014input_config\030\005 \001(\01325.google.cloud.t"
+          + "ranslation.v3beta1.GlossaryInputConfig\022\030"
+          + "\n\013entry_count\030\006 \001(\005B\003\340A\003\0224\n\013submit_time\030"
+          + "\007 \001(\0132\032.google.protobuf.TimestampB\003\340A\003\0221"
+          + "\n\010end_time\030\010 \001(\0132\032.google.protobuf.Times"
+          + "tampB\003\340A\003\032N\n\020LanguageCodePair\022\034\n\024source_"
+          + "language_code\030\001 \001(\t\022\034\n\024target_language_c"
+          + "ode\030\002 \001(\t\032*\n\020LanguageCodesSet\022\026\n\016languag"
+          + "e_codes\030\001 \003(\t:e\352Ab\n!translate.googleapis"
+          + ".com/Glossary\022=projects/{project}/locati"
+          + "ons/{location}/glossaries/{glossary}B\013\n\t"
+          + "languages\"\225\001\n\025CreateGlossaryRequest\0229\n\006p"
+          + "arent\030\001 \001(\tB)\340A\002\372A#\n!locations.googleapi"
+          + "s.com/Location\022A\n\010glossary\030\002 \001(\0132*.googl"
+          + "e.cloud.translation.v3beta1.GlossaryB\003\340A"
+          + "\002\"M\n\022GetGlossaryRequest\0227\n\004name\030\001 \001(\tB)\340"
+          + "A\002\372A#\n!translate.googleapis.com/Glossary"
+          + "\"P\n\025DeleteGlossaryRequest\0227\n\004name\030\001 \001(\tB"
+          + ")\340A\002\372A#\n!translate.googleapis.com/Glossa"
+          + "ry\"\230\001\n\025ListGlossariesRequest\0229\n\006parent\030\001"
+          + " \001(\tB)\340A\002\372A#\n!locations.googleapis.com/L"
+          + "ocation\022\026\n\tpage_size\030\002 \001(\005B\003\340A\001\022\027\n\npage_"
+          + "token\030\003 \001(\tB\003\340A\001\022\023\n\006filter\030\004 \001(\tB\003\340A\001\"q\n"
+          + "\026ListGlossariesResponse\022>\n\nglossaries\030\001 "
+          + "\003(\0132*.google.cloud.translation.v3beta1.G"
+          + "lossary\022\027\n\017next_page_token\030\002 \001(\t\"\215\002\n\026Cre"
+          + "ateGlossaryMetadata\022\014\n\004name\030\001 \001(\t\022M\n\005sta"
+          + "te\030\002 \001(\0162>.google.cloud.translation.v3be"
+          + "ta1.CreateGlossaryMetadata.State\022/\n\013subm"
+          + "it_time\030\003 \001(\0132\032.google.protobuf.Timestam"
+          + "p\"e\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\013\n\007RUN"
+          + "NING\020\001\022\r\n\tSUCCEEDED\020\002\022\n\n\006FAILED\020\003\022\016\n\nCAN"
+          + "CELLING\020\004\022\r\n\tCANCELLED\020\005\"\215\002\n\026DeleteGloss"
+          + "aryMetadata\022\014\n\004name\030\001 \001(\t\022M\n\005state\030\002 \001(\016"
+          + "2>.google.cloud.translation.v3beta1.Dele"
+          + "teGlossaryMetadata.State\022/\n\013submit_time\030"
+          + "\003 \001(\0132\032.google.protobuf.Timestamp\"e\n\005Sta"
+          + "te\022\025\n\021STATE_UNSPECIFIED\020\000\022\013\n\007RUNNING\020\001\022\r"
+          + "\n\tSUCCEEDED\020\002\022\n\n\006FAILED\020\003\022\016\n\nCANCELLING\020"
+          + "\004\022\r\n\tCANCELLED\020\005\"\205\001\n\026DeleteGlossaryRespo"
+          + "nse\022\014\n\004name\030\001 \001(\t\022/\n\013submit_time\030\002 \001(\0132\032"
+          + ".google.protobuf.Timestamp\022,\n\010end_time\030\003"
+          + " \001(\0132\032.google.protobuf.Timestamp\"\362\006\n\035Bat"
+          + "chTranslateDocumentRequest\0229\n\006parent\030\001 \001"
+          + "(\tB)\340A\002\372A#\n!locations.googleapis.com/Loc"
+          + "ation\022!\n\024source_language_code\030\002 \001(\tB\003\340A\002"
+          + "\022\"\n\025target_language_codes\030\003 \003(\tB\003\340A\002\022V\n\r"
+          + "input_configs\030\004 \003(\0132:.google.cloud.trans"
+          + "lation.v3beta1.BatchDocumentInputConfigB"
+          + "\003\340A\002\022W\n\routput_config\030\005 \001(\0132;.google.clo"
+          + "ud.translation.v3beta1.BatchDocumentOutp"
+          + "utConfigB\003\340A\002\022`\n\006models\030\006 \003(\0132K.google.c"
+          + "loud.translation.v3beta1.BatchTranslateD"
+          + "ocumentRequest.ModelsEntryB\003\340A\001\022h\n\ngloss"
+          + "aries\030\007 \003(\0132O.google.cloud.translation.v"
+          + "3beta1.BatchTranslateDocumentRequest.Glo"
+          + "ssariesEntryB\003\340A\001\022w\n\022format_conversions\030"
+          + "\010 \003(\0132V.google.cloud.translation.v3beta1"
+          + ".BatchTranslateDocumentRequest.FormatCon"
+          + "versionsEntryB\003\340A\001\032-\n\013ModelsEntry\022\013\n\003key"
+          + "\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\032p\n\017GlossariesE"
+          + "ntry\022\013\n\003key\030\001 \001(\t\022L\n\005value\030\002 \001(\0132=.googl"
+          + "e.cloud.translation.v3beta1.TranslateTex"
+          + "tGlossaryConfig:\0028\001\0328\n\026FormatConversions"
+          + "Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"g\n"
+          + "\030BatchDocumentInputConfig\022A\n\ngcs_source\030"
+          + "\001 \001(\0132+.google.cloud.translation.v3beta1"
+          + ".GcsSourceH\000B\010\n\006source\"w\n\031BatchDocumentO"
           + "utputConfig\022K\n\017gcs_destination\030\001 \001(\01320.g"
           + "oogle.cloud.translation.v3beta1.GcsDesti"
-          + "nationH\000B\r\n\013destination\"\210\001\n\023DocumentInpu"
-          + "tConfig\022\021\n\007content\030\001 \001(\014H\000\022A\n\ngcs_source"
-          + "\030\002 \001(\0132+.google.cloud.translation.v3beta"
-          + "1.GcsSourceH\000\022\021\n\tmime_type\030\004 \001(\tB\010\n\006sour"
-          + "ce\"\217\001\n\024DocumentOutputConfig\022P\n\017gcs_desti"
-          + "nation\030\001 \001(\01320.google.cloud.translation."
-          + "v3beta1.GcsDestinationB\003\340A\001H\000\022\026\n\tmime_ty"
-          + "pe\030\003 \001(\tB\003\340A\001B\r\n\013destination\"\252\004\n\030Transla"
-          + "teDocumentRequest\022\023\n\006parent\030\001 \001(\tB\003\340A\002\022!"
-          + "\n\024source_language_code\030\002 \001(\tB\003\340A\001\022!\n\024tar"
-          + "get_language_code\030\003 \001(\tB\003\340A\002\022Y\n\025document"
-          + "_input_config\030\004 \001(\01325.google.cloud.trans"
-          + "lation.v3beta1.DocumentInputConfigB\003\340A\002\022"
-          + "[\n\026document_output_config\030\005 \001(\01326.google"
-          + ".cloud.translation.v3beta1.DocumentOutpu"
-          + "tConfigB\003\340A\001\022\022\n\005model\030\006 \001(\tB\003\340A\001\022[\n\017glos"
-          + "sary_config\030\007 \001(\0132=.google.cloud.transla"
-          + "tion.v3beta1.TranslateTextGlossaryConfig"
-          + "B\003\340A\001\022[\n\006labels\030\010 \003(\0132F.google.cloud.tra"
-          + "nslation.v3beta1.TranslateDocumentReques"
-          + "t.LabelsEntryB\003\340A\001\032-\n\013LabelsEntry\022\013\n\003key"
-          + "\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"e\n\023DocumentTra"
-          + "nslation\022\033\n\023byte_stream_outputs\030\001 \003(\014\022\021\n"
-          + "\tmime_type\030\002 \001(\t\022\036\n\026detected_language_co"
-          + "de\030\003 \001(\t\"\265\002\n\031TranslateDocumentResponse\022S"
-          + "\n\024document_translation\030\001 \001(\01325.google.cl"
-          + "oud.translation.v3beta1.DocumentTranslat"
-          + "ion\022\\\n\035glossary_document_translation\030\002 \001"
-          + "(\01325.google.cloud.translation.v3beta1.Do"
-          + "cumentTranslation\022\r\n\005model\030\003 \001(\t\022V\n\017glos"
-          + "sary_config\030\004 \001(\0132=.google.cloud.transla"
-          + "tion.v3beta1.TranslateTextGlossaryConfig"
-          + "\"\246\006\n\031BatchTranslateTextRequest\0229\n\006parent"
-          + "\030\001 \001(\tB)\340A\002\372A#\n!locations.googleapis.com"
-          + "/Location\022!\n\024source_language_code\030\002 \001(\tB"
-          + "\003\340A\002\022\"\n\025target_language_codes\030\003 \003(\tB\003\340A\002"
-          + "\022\\\n\006models\030\004 \003(\0132G.google.cloud.translat"
-          + "ion.v3beta1.BatchTranslateTextRequest.Mo"
-          + "delsEntryB\003\340A\001\022I\n\rinput_configs\030\005 \003(\0132-."
-          + "google.cloud.translation.v3beta1.InputCo"
-          + "nfigB\003\340A\002\022J\n\routput_config\030\006 \001(\0132..googl"
-          + "e.cloud.translation.v3beta1.OutputConfig"
-          + "B\003\340A\002\022d\n\nglossaries\030\007 \003(\0132K.google.cloud"
-          + ".translation.v3beta1.BatchTranslateTextR"
-          + "equest.GlossariesEntryB\003\340A\001\022\\\n\006labels\030\t "
-          + "\003(\0132G.google.cloud.translation.v3beta1.B"
-          + "atchTranslateTextRequest.LabelsEntryB\003\340A"
-          + "\001\032-\n\013ModelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002"
-          + " \001(\t:\0028\001\032p\n\017GlossariesEntry\022\013\n\003key\030\001 \001(\t"
-          + "\022L\n\005value\030\002 \001(\0132=.google.cloud.translati"
-          + "on.v3beta1.TranslateTextGlossaryConfig:\002"
-          + "8\001\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030"
-          + "\002 \001(\t:\0028\001\"\323\002\n\026BatchTranslateMetadata\022M\n\005"
-          + "state\030\001 \001(\0162>.google.cloud.translation.v"
-          + "3beta1.BatchTranslateMetadata.State\022\035\n\025t"
-          + "ranslated_characters\030\002 \001(\003\022\031\n\021failed_cha"
-          + "racters\030\003 \001(\003\022\030\n\020total_characters\030\004 \001(\003\022"
-          + "/\n\013submit_time\030\005 \001(\0132\032.google.protobuf.T"
-          + "imestamp\"e\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000"
-          + "\022\013\n\007RUNNING\020\001\022\r\n\tSUCCEEDED\020\002\022\n\n\006FAILED\020\003"
-          + "\022\016\n\nCANCELLING\020\004\022\r\n\tCANCELLED\020\005\"\313\001\n\026Batc"
-          + "hTranslateResponse\022\030\n\020total_characters\030\001"
-          + " \001(\003\022\035\n\025translated_characters\030\002 \001(\003\022\031\n\021f"
-          + "ailed_characters\030\003 \001(\003\022/\n\013submit_time\030\004 "
-          + "\001(\0132\032.google.protobuf.Timestamp\022,\n\010end_t"
-          + "ime\030\005 \001(\0132\032.google.protobuf.Timestamp\"b\n"
-          + "\023GlossaryInputConfig\022A\n\ngcs_source\030\001 \001(\013"
-          + "2+.google.cloud.translation.v3beta1.GcsS"
-          + "ourceH\000B\010\n\006source\"\216\005\n\010Glossary\022\021\n\004name\030\001"
-          + " \001(\tB\003\340A\002\022T\n\rlanguage_pair\030\003 \001(\0132;.googl"
-          + "e.cloud.translation.v3beta1.Glossary.Lan"
-          + "guageCodePairH\000\022Y\n\022language_codes_set\030\004 "
-          + "\001(\0132;.google.cloud.translation.v3beta1.G"
-          + "lossary.LanguageCodesSetH\000\022K\n\014input_conf"
-          + "ig\030\005 \001(\01325.google.cloud.translation.v3be"
-          + "ta1.GlossaryInputConfig\022\030\n\013entry_count\030\006"
-          + " \001(\005B\003\340A\003\0224\n\013submit_time\030\007 \001(\0132\032.google."
-          + "protobuf.TimestampB\003\340A\003\0221\n\010end_time\030\010 \001("
-          + "\0132\032.google.protobuf.TimestampB\003\340A\003\032N\n\020La"
-          + "nguageCodePair\022\034\n\024source_language_code\030\001"
-          + " \001(\t\022\034\n\024target_language_code\030\002 \001(\t\032*\n\020La"
-          + "nguageCodesSet\022\026\n\016language_codes\030\001 \003(\t:e"
-          + "\352Ab\n!translate.googleapis.com/Glossary\022="
-          + "projects/{project}/locations/{location}/"
-          + "glossaries/{glossary}B\013\n\tlanguages\"\225\001\n\025C"
-          + "reateGlossaryRequest\0229\n\006parent\030\001 \001(\tB)\340A"
-          + "\002\372A#\n!locations.googleapis.com/Location\022"
-          + "A\n\010glossary\030\002 \001(\0132*.google.cloud.transla"
-          + "tion.v3beta1.GlossaryB\003\340A\002\"M\n\022GetGlossar"
-          + "yRequest\0227\n\004name\030\001 \001(\tB)\340A\002\372A#\n!translat"
-          + "e.googleapis.com/Glossary\"P\n\025DeleteGloss"
-          + "aryRequest\0227\n\004name\030\001 \001(\tB)\340A\002\372A#\n!transl"
-          + "ate.googleapis.com/Glossary\"\230\001\n\025ListGlos"
-          + "sariesRequest\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!l"
-          + "ocations.googleapis.com/Location\022\026\n\tpage"
-          + "_size\030\002 \001(\005B\003\340A\001\022\027\n\npage_token\030\003 \001(\tB\003\340A"
-          + "\001\022\023\n\006filter\030\004 \001(\tB\003\340A\001\"q\n\026ListGlossaries"
-          + "Response\022>\n\nglossaries\030\001 \003(\0132*.google.cl"
-          + "oud.translation.v3beta1.Glossary\022\027\n\017next"
-          + "_page_token\030\002 \001(\t\"\215\002\n\026CreateGlossaryMeta"
-          + "data\022\014\n\004name\030\001 \001(\t\022M\n\005state\030\002 \001(\0162>.goog"
-          + "le.cloud.translation.v3beta1.CreateGloss"
-          + "aryMetadata.State\022/\n\013submit_time\030\003 \001(\0132\032"
-          + ".google.protobuf.Timestamp\"e\n\005State\022\025\n\021S"
-          + "TATE_UNSPECIFIED\020\000\022\013\n\007RUNNING\020\001\022\r\n\tSUCCE"
-          + "EDED\020\002\022\n\n\006FAILED\020\003\022\016\n\nCANCELLING\020\004\022\r\n\tCA"
-          + "NCELLED\020\005\"\215\002\n\026DeleteGlossaryMetadata\022\014\n\004"
-          + "name\030\001 \001(\t\022M\n\005state\030\002 \001(\0162>.google.cloud"
-          + ".translation.v3beta1.DeleteGlossaryMetad"
-          + "ata.State\022/\n\013submit_time\030\003 \001(\0132\032.google."
-          + "protobuf.Timestamp\"e\n\005State\022\025\n\021STATE_UNS"
-          + "PECIFIED\020\000\022\013\n\007RUNNING\020\001\022\r\n\tSUCCEEDED\020\002\022\n"
-          + "\n\006FAILED\020\003\022\016\n\nCANCELLING\020\004\022\r\n\tCANCELLED\020"
-          + "\005\"\205\001\n\026DeleteGlossaryResponse\022\014\n\004name\030\001 \001"
-          + "(\t\022/\n\013submit_time\030\002 \001(\0132\032.google.protobu"
-          + "f.Timestamp\022,\n\010end_time\030\003 \001(\0132\032.google.p"
-          + "rotobuf.Timestamp\"\362\006\n\035BatchTranslateDocu"
-          + "mentRequest\0229\n\006parent\030\001 \001(\tB)\340A\002\372A#\n!loc"
-          + "ations.googleapis.com/Location\022!\n\024source"
-          + "_language_code\030\002 \001(\tB\003\340A\002\022\"\n\025target_lang"
-          + "uage_codes\030\003 \003(\tB\003\340A\002\022V\n\rinput_configs\030\004"
-          + " \003(\0132:.google.cloud.translation.v3beta1."
-          + "BatchDocumentInputConfigB\003\340A\002\022W\n\routput_"
-          + "config\030\005 \001(\0132;.google.cloud.translation."
-          + "v3beta1.BatchDocumentOutputConfigB\003\340A\002\022`"
-          + "\n\006models\030\006 \003(\0132K.google.cloud.translatio"
-          + "n.v3beta1.BatchTranslateDocumentRequest."
-          + "ModelsEntryB\003\340A\001\022h\n\nglossaries\030\007 \003(\0132O.g"
-          + "oogle.cloud.translation.v3beta1.BatchTra"
-          + "nslateDocumentRequest.GlossariesEntryB\003\340"
-          + "A\001\022w\n\022format_conversions\030\010 \003(\0132V.google."
+          + "nationH\000B\r\n\013destination\"\331\002\n\036BatchTransla"
+          + "teDocumentResponse\022\023\n\013total_pages\030\001 \001(\003\022"
+          + "\030\n\020translated_pages\030\002 \001(\003\022\024\n\014failed_page"
+          + "s\030\003 \001(\003\022\034\n\024total_billable_pages\030\004 \001(\003\022\030\n"
+          + "\020total_characters\030\005 \001(\003\022\035\n\025translated_ch"
+          + "aracters\030\006 \001(\003\022\031\n\021failed_characters\030\007 \001("
+          + "\003\022!\n\031total_billable_characters\030\010 \001(\003\022/\n\013"
+          + "submit_time\030\t \001(\0132\032.google.protobuf.Time"
+          + "stamp\022,\n\010end_time\030\n \001(\0132\032.google.protobu"
+          + "f.Timestamp\"\351\003\n\036BatchTranslateDocumentMe"
+          + "tadata\022U\n\005state\030\001 \001(\0162F.google.cloud.tra"
+          + "nslation.v3beta1.BatchTranslateDocumentM"
+          + "etadata.State\022\023\n\013total_pages\030\002 \001(\003\022\030\n\020tr"
+          + "anslated_pages\030\003 \001(\003\022\024\n\014failed_pages\030\004 \001"
+          + "(\003\022\034\n\024total_billable_pages\030\005 \001(\003\022\030\n\020tota"
+          + "l_characters\030\006 \001(\003\022\035\n\025translated_charact"
+          + "ers\030\007 \001(\003\022\031\n\021failed_characters\030\010 \001(\003\022!\n\031"
+          + "total_billable_characters\030\t \001(\003\022/\n\013submi"
+          + "t_time\030\n \001(\0132\032.google.protobuf.Timestamp"
+          + "\"e\n\005State\022\025\n\021STATE_UNSPECIFIED\020\000\022\013\n\007RUNN"
+          + "ING\020\001\022\r\n\tSUCCEEDED\020\002\022\n\n\006FAILED\020\003\022\016\n\nCANC"
+          + "ELLING\020\004\022\r\n\tCANCELLED\020\0052\302\024\n\022TranslationS"
+          + "ervice\022\364\001\n\rTranslateText\0226.google.cloud."
+          + "translation.v3beta1.TranslateTextRequest"
+          + "\0327.google.cloud.translation.v3beta1.Tran"
+          + "slateTextResponse\"r\202\323\344\223\002l\"6/v3beta1/{par"
+          + "ent=projects/*/locations/*}:translateTex"
+          + "t:\001*Z/\"*/v3beta1/{parent=projects/*}:tra"
+          + "nslateText:\001*\022\223\002\n\016DetectLanguage\0227.googl"
+          + "e.cloud.translation.v3beta1.DetectLangua"
+          + "geRequest\0328.google.cloud.translation.v3b"
+          + "eta1.DetectLanguageResponse\"\215\001\202\323\344\223\002n\"7/v"
+          + "3beta1/{parent=projects/*/locations/*}:d"
+          + "etectLanguage:\001*Z0\"+/v3beta1/{parent=pro"
+          + "jects/*}:detectLanguage:\001*\332A\026parent,mode"
+          + "l,mime_type\022\253\002\n\025GetSupportedLanguages\022>."
+          + "google.cloud.translation.v3beta1.GetSupp"
+          + "ortedLanguagesRequest\0324.google.cloud.tra"
+          + "nslation.v3beta1.SupportedLanguages\"\233\001\202\323"
+          + "\344\223\002p\022;/v3beta1/{parent=projects/*/locati"
+          + "ons/*}/supportedLanguagesZ1\022//v3beta1/{p"
+          + "arent=projects/*}/supportedLanguages\332A\"p"
+          + "arent,display_language_code,model\022\323\001\n\021Tr"
+          + "anslateDocument\022:.google.cloud.translati"
+          + "on.v3beta1.TranslateDocumentRequest\032;.go"
+          + "ogle.cloud.translation.v3beta1.Translate"
+          + "DocumentResponse\"E\202\323\344\223\002?\":/v3beta1/{pare"
+          + "nt=projects/*/locations/*}:translateDocu"
+          + "ment:\001*\022\353\001\n\022BatchTranslateText\022;.google."
           + "cloud.translation.v3beta1.BatchTranslate"
-          + "DocumentRequest.FormatConversionsEntryB\003"
-          + "\340A\001\032-\n\013ModelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value"
-          + "\030\002 \001(\t:\0028\001\032p\n\017GlossariesEntry\022\013\n\003key\030\001 \001"
-          + "(\t\022L\n\005value\030\002 \001(\0132=.google.cloud.transla"
-          + "tion.v3beta1.TranslateTextGlossaryConfig"
-          + ":\0028\001\0328\n\026FormatConversionsEntry\022\013\n\003key\030\001 "
-          + "\001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"g\n\030BatchDocumentI"
-          + "nputConfig\022A\n\ngcs_source\030\001 \001(\0132+.google."
-          + "cloud.translation.v3beta1.GcsSourceH\000B\010\n"
-          + "\006source\"w\n\031BatchDocumentOutputConfig\022K\n\017"
-          + "gcs_destination\030\001 \001(\01320.google.cloud.tra"
-          + "nslation.v3beta1.GcsDestinationH\000B\r\n\013des"
-          + "tination\"\331\002\n\036BatchTranslateDocumentRespo"
-          + "nse\022\023\n\013total_pages\030\001 \001(\003\022\030\n\020translated_p"
-          + "ages\030\002 \001(\003\022\024\n\014failed_pages\030\003 \001(\003\022\034\n\024tota"
-          + "l_billable_pages\030\004 \001(\003\022\030\n\020total_characte"
-          + "rs\030\005 \001(\003\022\035\n\025translated_characters\030\006 \001(\003\022"
-          + "\031\n\021failed_characters\030\007 \001(\003\022!\n\031total_bill"
-          + "able_characters\030\010 \001(\003\022/\n\013submit_time\030\t \001"
-          + "(\0132\032.google.protobuf.Timestamp\022,\n\010end_ti"
-          + "me\030\n \001(\0132\032.google.protobuf.Timestamp\"\351\003\n"
-          + "\036BatchTranslateDocumentMetadata\022U\n\005state"
-          + "\030\001 \001(\0162F.google.cloud.translation.v3beta"
-          + "1.BatchTranslateDocumentMetadata.State\022\023"
-          + "\n\013total_pages\030\002 \001(\003\022\030\n\020translated_pages\030"
-          + "\003 \001(\003\022\024\n\014failed_pages\030\004 \001(\003\022\034\n\024total_bil"
-          + "lable_pages\030\005 \001(\003\022\030\n\020total_characters\030\006 "
-          + "\001(\003\022\035\n\025translated_characters\030\007 \001(\003\022\031\n\021fa"
-          + "iled_characters\030\010 \001(\003\022!\n\031total_billable_"
-          + "characters\030\t \001(\003\022/\n\013submit_time\030\n \001(\0132\032."
-          + "google.protobuf.Timestamp\"e\n\005State\022\025\n\021ST"
-          + "ATE_UNSPECIFIED\020\000\022\013\n\007RUNNING\020\001\022\r\n\tSUCCEE"
-          + "DED\020\002\022\n\n\006FAILED\020\003\022\016\n\nCANCELLING\020\004\022\r\n\tCAN"
-          + "CELLED\020\0052\302\024\n\022TranslationService\022\364\001\n\rTran"
-          + "slateText\0226.google.cloud.translation.v3b"
-          + "eta1.TranslateTextRequest\0327.google.cloud"
-          + ".translation.v3beta1.TranslateTextRespon"
-          + "se\"r\202\323\344\223\002l\"6/v3beta1/{parent=projects/*/"
-          + "locations/*}:translateText:\001*Z/\"*/v3beta"
-          + "1/{parent=projects/*}:translateText:\001*\022\223"
-          + "\002\n\016DetectLanguage\0227.google.cloud.transla"
-          + "tion.v3beta1.DetectLanguageRequest\0328.goo"
-          + "gle.cloud.translation.v3beta1.DetectLang"
-          + "uageResponse\"\215\001\202\323\344\223\002n\"7/v3beta1/{parent="
-          + "projects/*/locations/*}:detectLanguage:\001"
-          + "*Z0\"+/v3beta1/{parent=projects/*}:detect"
-          + "Language:\001*\332A\026parent,model,mime_type\022\253\002\n"
-          + "\025GetSupportedLanguages\022>.google.cloud.tr"
-          + "anslation.v3beta1.GetSupportedLanguagesR"
-          + "equest\0324.google.cloud.translation.v3beta"
-          + "1.SupportedLanguages\"\233\001\202\323\344\223\002p\022;/v3beta1/"
-          + "{parent=projects/*/locations/*}/supporte"
-          + "dLanguagesZ1\022//v3beta1/{parent=projects/"
-          + "*}/supportedLanguages\332A\"parent,display_l"
-          + "anguage_code,model\022\323\001\n\021TranslateDocument"
-          + "\022:.google.cloud.translation.v3beta1.Tran"
-          + "slateDocumentRequest\032;.google.cloud.tran"
-          + "slation.v3beta1.TranslateDocumentRespons"
-          + "e\"E\202\323\344\223\002?\":/v3beta1/{parent=projects/*/l"
-          + "ocations/*}:translateDocument:\001*\022\353\001\n\022Bat"
-          + "chTranslateText\022;.google.cloud.translati"
-          + "on.v3beta1.BatchTranslateTextRequest\032\035.g"
-          + "oogle.longrunning.Operation\"y\202\323\344\223\002@\";/v3"
-          + "beta1/{parent=projects/*/locations/*}:ba"
-          + "tchTranslateText:\001*\312A0\n\026BatchTranslateRe"
-          + "sponse\022\026BatchTranslateMetadata\022\330\002\n\026Batch"
-          + "TranslateDocument\022?.google.cloud.transla"
-          + "tion.v3beta1.BatchTranslateDocumentReque"
-          + "st\032\035.google.longrunning.Operation\"\335\001\202\323\344\223"
-          + "\002D\"?/v3beta1/{parent=projects/*/location"
-          + "s/*}:batchTranslateDocument:\001*\332AMparent,"
-          + "source_language_code,target_language_cod"
-          + "es,input_configs,output_config\312A@\n\036Batch"
-          + "TranslateDocumentResponse\022\036BatchTranslat"
-          + "eDocumentMetadata\022\346\001\n\016CreateGlossary\0227.g"
-          + "oogle.cloud.translation.v3beta1.CreateGl"
-          + "ossaryRequest\032\035.google.longrunning.Opera"
-          + "tion\"|\202\323\344\223\002?\"3/v3beta1/{parent=projects/"
-          + "*/locations/*}/glossaries:\010glossary\332A\017pa"
-          + "rent,glossary\312A\"\n\010Glossary\022\026CreateGlossa"
-          + "ryMetadata\022\320\001\n\016ListGlossaries\0227.google.c"
-          + "loud.translation.v3beta1.ListGlossariesR"
-          + "equest\0328.google.cloud.translation.v3beta"
-          + "1.ListGlossariesResponse\"K\202\323\344\223\0025\0223/v3bet"
-          + "a1/{parent=projects/*/locations/*}/gloss"
-          + "aries\332A\rparent,filter\022\263\001\n\013GetGlossary\0224."
-          + "google.cloud.translation.v3beta1.GetGlos"
-          + "saryRequest\032*.google.cloud.translation.v"
-          + "3beta1.Glossary\"B\202\323\344\223\0025\0223/v3beta1/{name="
-          + "projects/*/locations/*/glossaries/*}\332A\004n"
-          + "ame\022\337\001\n\016DeleteGlossary\0227.google.cloud.tr"
-          + "anslation.v3beta1.DeleteGlossaryRequest\032"
-          + "\035.google.longrunning.Operation\"u\202\323\344\223\0025*3"
+          + "TextRequest\032\035.google.longrunning.Operati"
+          + "on\"y\202\323\344\223\002@\";/v3beta1/{parent=projects/*/"
+          + "locations/*}:batchTranslateText:\001*\312A0\n\026B"
+          + "atchTranslateResponse\022\026BatchTranslateMet"
+          + "adata\022\330\002\n\026BatchTranslateDocument\022?.googl"
+          + "e.cloud.translation.v3beta1.BatchTransla"
+          + "teDocumentRequest\032\035.google.longrunning.O"
+          + "peration\"\335\001\202\323\344\223\002D\"?/v3beta1/{parent=proj"
+          + "ects/*/locations/*}:batchTranslateDocume"
+          + "nt:\001*\332AMparent,source_language_code,targ"
+          + "et_language_codes,input_configs,output_c"
+          + "onfig\312A@\n\036BatchTranslateDocumentResponse"
+          + "\022\036BatchTranslateDocumentMetadata\022\346\001\n\016Cre"
+          + "ateGlossary\0227.google.cloud.translation.v"
+          + "3beta1.CreateGlossaryRequest\032\035.google.lo"
+          + "ngrunning.Operation\"|\202\323\344\223\002?\"3/v3beta1/{p"
+          + "arent=projects/*/locations/*}/glossaries"
+          + ":\010glossary\332A\017parent,glossary\312A\"\n\010Glossar"
+          + "y\022\026CreateGlossaryMetadata\022\320\001\n\016ListGlossa"
+          + "ries\0227.google.cloud.translation.v3beta1."
+          + "ListGlossariesRequest\0328.google.cloud.tra"
+          + "nslation.v3beta1.ListGlossariesResponse\""
+          + "K\202\323\344\223\0025\0223/v3beta1/{parent=projects/*/loc"
+          + "ations/*}/glossaries\332A\rparent,filter\022\263\001\n"
+          + "\013GetGlossary\0224.google.cloud.translation."
+          + "v3beta1.GetGlossaryRequest\032*.google.clou"
+          + "d.translation.v3beta1.Glossary\"B\202\323\344\223\0025\0223"
           + "/v3beta1/{name=projects/*/locations/*/gl"
-          + "ossaries/*}\332A\004name\312A0\n\026DeleteGlossaryRes"
-          + "ponse\022\026DeleteGlossaryMetadata\032~\312A\030transl"
-          + "ate.googleapis.com\322A`https://www.googlea"
-          + "pis.com/auth/cloud-platform,https://www."
-          + "googleapis.com/auth/cloud-translationB\361\001"
-          + "\n\"com.google.cloud.translate.v3beta1B\027Tr"
-          + "anslationServiceProtoP\001ZGgoogle.golang.o"
-          + "rg/genproto/googleapis/cloud/translate/v"
-          + "3beta1;translate\370\001\001\252\002\036Google.Cloud.Trans"
-          + "late.V3Beta1\312\002\036Google\\Cloud\\Translate\\V3"
-          + "beta1\352\002!Google::Cloud::Translate::V3beta"
-          + "1b\006proto3"
+          + "ossaries/*}\332A\004name\022\337\001\n\016DeleteGlossary\0227."
+          + "google.cloud.translation.v3beta1.DeleteG"
+          + "lossaryRequest\032\035.google.longrunning.Oper"
+          + "ation\"u\202\323\344\223\0025*3/v3beta1/{name=projects/*"
+          + "/locations/*/glossaries/*}\332A\004name\312A0\n\026De"
+          + "leteGlossaryResponse\022\026DeleteGlossaryMeta"
+          + "data\032~\312A\030translate.googleapis.com\322A`http"
+          + "s://www.googleapis.com/auth/cloud-platfo"
+          + "rm,https://www.googleapis.com/auth/cloud"
+          + "-translationB\361\001\n\"com.google.cloud.transl"
+          + "ate.v3beta1B\027TranslationServiceProtoP\001ZG"
+          + "google.golang.org/genproto/googleapis/cl"
+          + "oud/translate/v3beta1;translate\370\001\001\252\002\036Goo"
+          + "gle.Cloud.Translate.V3Beta1\312\002\036Google\\Clo"
+          + "ud\\Translate\\V3beta1\352\002!Google::Cloud::Tr"
+          + "anslate::V3beta1b\006proto3"
     };
     descriptor =
         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -534,7 +533,6 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
               com.google.api.ResourceProto.getDescriptor(),
               com.google.longrunning.OperationsProto.getDescriptor(),
               com.google.protobuf.TimestampProto.getDescriptor(),
-              com.google.rpc.StatusProto.getDescriptor(),
             });
     internal_static_google_cloud_translation_v3beta1_TranslateTextGlossaryConfig_descriptor =
         getDescriptor().getMessageTypes().get(0);
@@ -1017,7 +1015,6 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
     com.google.api.ResourceProto.getDescriptor();
     com.google.longrunning.OperationsProto.getDescriptor();
     com.google.protobuf.TimestampProto.getDescriptor();
-    com.google.rpc.StatusProto.getDescriptor();
   }
 
   // @@protoc_insertion_point(outer_class_scope)
diff --git a/proto-google-cloud-translate-v3beta1/src/main/proto/google/cloud/translate/v3beta1/translation_service.proto b/proto-google-cloud-translate-v3beta1/src/main/proto/google/cloud/translate/v3beta1/translation_service.proto
index 362d3ef3..05ad079f 100644
--- a/proto-google-cloud-translate-v3beta1/src/main/proto/google/cloud/translate/v3beta1/translation_service.proto
+++ b/proto-google-cloud-translate-v3beta1/src/main/proto/google/cloud/translate/v3beta1/translation_service.proto
@@ -22,7 +22,6 @@ import "google/api/field_behavior.proto";
 import "google/api/resource.proto";
 import "google/longrunning/operations.proto";
 import "google/protobuf/timestamp.proto";
-import "google/rpc/status.proto";
 
 option cc_enable_arenas = true;
 option csharp_namespace = "Google.Cloud.Translate.V3Beta1";
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 6bdc1cf6..7612cf23 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,13 +29,13 @@
     
       com.google.cloud
       google-cloud-translate
-      2.3.2
+      2.3.3
     
     
     
       com.google.cloud
       google-cloud-storage
-      2.11.2
+      2.11.3
     
     
       junit
@@ -52,7 +52,7 @@
     
       com.google.cloud
       google-cloud-core
-      2.8.8
+      2.8.11
       test
       tests
     
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 1d3a3cb2..2f1b81ce 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,13 +28,13 @@
     
       com.google.cloud
       google-cloud-translate
-      2.3.3
+      2.3.4
     
     
     
       com.google.cloud
       google-cloud-storage
-      2.11.2
+      2.11.3
     
 
     
@@ -52,7 +52,7 @@
     
       com.google.cloud
       google-cloud-core
-      2.8.8
+      2.8.11
       test
       tests
     
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/stub/translationservicestubsettings/translatetext/SyncTranslateText.java b/samples/snippets/generated/com/google/cloud/translate/v3/stub/translationservicestubsettings/translatetext/SyncTranslateText.java
index 12fcf716..185f4d37 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/stub/translationservicestubsettings/translatetext/SyncTranslateText.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/stub/translationservicestubsettings/translatetext/SyncTranslateText.java
@@ -27,17 +27,17 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncTranslateText() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     TranslationServiceStubSettings.Builder translationServiceSettingsBuilder =
         TranslationServiceStubSettings.newBuilder();
     translationServiceSettingsBuilder
         .translateTextSettings()
         .setRetrySettings(
-            translationServiceSettingsBuilder
-                .translateTextSettings()
-                .getRetrySettings()
-                .toBuilder()
+            translationServiceSettingsBuilder.translateTextSettings().getRetrySettings().toBuilder()
                 .setTotalTimeout(Duration.ofSeconds(30))
                 .build());
     TranslationServiceStubSettings translationServiceSettings =
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocument.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocument.java
index cdfb6277..666c35ee 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocument.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocument.java
@@ -35,8 +35,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncBatchTranslateDocument() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       BatchTranslateDocumentRequest request =
           BatchTranslateDocumentRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocumentLRO.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocumentLRO.java
index 601e6389..f14466a9 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocumentLRO.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocumentLRO.java
@@ -36,8 +36,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncBatchTranslateDocumentLRO() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       BatchTranslateDocumentRequest request =
           BatchTranslateDocumentRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocument.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocument.java
index fc26e794..19d67e06 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocument.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocument.java
@@ -34,8 +34,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncBatchTranslateDocument() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       BatchTranslateDocumentRequest request =
           BatchTranslateDocumentRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentLocationnameStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentLocationnameStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java
index db5954cb..282fb280 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentLocationnameStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentLocationnameStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java
@@ -35,8 +35,11 @@ public static void main(String[] args) throws Exception {
   public static void
       syncBatchTranslateDocumentLocationnameStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig()
           throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
       String sourceLanguageCode = "sourceLanguageCode1645917472";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentStringStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentStringStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java
index 4e1bf861..4e6e9dd2 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentStringStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentStringStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java
@@ -35,8 +35,11 @@ public static void main(String[] args) throws Exception {
   public static void
       syncBatchTranslateDocumentStringStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig()
           throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
       String sourceLanguageCode = "sourceLanguageCode1645917472";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatetext/AsyncBatchTranslateText.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatetext/AsyncBatchTranslateText.java
index 4f97afc9..52d95d31 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatetext/AsyncBatchTranslateText.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatetext/AsyncBatchTranslateText.java
@@ -35,8 +35,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncBatchTranslateText() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       BatchTranslateTextRequest request =
           BatchTranslateTextRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatetext/AsyncBatchTranslateTextLRO.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatetext/AsyncBatchTranslateTextLRO.java
index 1201b6ae..f7cc40bf 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatetext/AsyncBatchTranslateTextLRO.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatetext/AsyncBatchTranslateTextLRO.java
@@ -36,8 +36,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncBatchTranslateTextLRO() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       BatchTranslateTextRequest request =
           BatchTranslateTextRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatetext/SyncBatchTranslateText.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatetext/SyncBatchTranslateText.java
index c947a82e..c9607ae4 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatetext/SyncBatchTranslateText.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/batchtranslatetext/SyncBatchTranslateText.java
@@ -34,8 +34,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncBatchTranslateText() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       BatchTranslateTextRequest request =
           BatchTranslateTextRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/create/SyncCreateSetCredentialsProvider.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/create/SyncCreateSetCredentialsProvider.java
index 16a74786..af69a061 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/create/SyncCreateSetCredentialsProvider.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/create/SyncCreateSetCredentialsProvider.java
@@ -29,8 +29,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncCreateSetCredentialsProvider() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     TranslationServiceSettings translationServiceSettings =
         TranslationServiceSettings.newBuilder()
             .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/create/SyncCreateSetCredentialsProvider1.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/create/SyncCreateSetCredentialsProvider1.java
index 2ee09605..23c06c88 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/create/SyncCreateSetCredentialsProvider1.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/create/SyncCreateSetCredentialsProvider1.java
@@ -27,8 +27,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncCreateSetCredentialsProvider1() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     TranslationServiceSettings translationServiceSettings =
         TranslationServiceSettings.newBuilder()
             .setTransportChannelProvider(
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/create/SyncCreateSetEndpoint.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/create/SyncCreateSetEndpoint.java
index 71d0be95..3ce5bb8a 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/create/SyncCreateSetEndpoint.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/create/SyncCreateSetEndpoint.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncCreateSetEndpoint() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     TranslationServiceSettings translationServiceSettings =
         TranslationServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
     TranslationServiceClient translationServiceClient =
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/AsyncCreateGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/AsyncCreateGlossary.java
index 12101ab0..51f70fb7 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/AsyncCreateGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/AsyncCreateGlossary.java
@@ -31,8 +31,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncCreateGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       CreateGlossaryRequest request =
           CreateGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/AsyncCreateGlossaryLRO.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/AsyncCreateGlossaryLRO.java
index eb6b8832..c17b5cf7 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/AsyncCreateGlossaryLRO.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/AsyncCreateGlossaryLRO.java
@@ -31,8 +31,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncCreateGlossaryLRO() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       CreateGlossaryRequest request =
           CreateGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/SyncCreateGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/SyncCreateGlossary.java
index 17f5b098..163bd287 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/SyncCreateGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/SyncCreateGlossary.java
@@ -29,8 +29,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncCreateGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       CreateGlossaryRequest request =
           CreateGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/SyncCreateGlossaryLocationnameGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/SyncCreateGlossaryLocationnameGlossary.java
index 4d689c0f..f3542823 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/SyncCreateGlossaryLocationnameGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/SyncCreateGlossaryLocationnameGlossary.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncCreateGlossaryLocationnameGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
       Glossary glossary = Glossary.newBuilder().build();
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/SyncCreateGlossaryStringGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/SyncCreateGlossaryStringGlossary.java
index 2e9f301c..9c0429ef 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/SyncCreateGlossaryStringGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/createglossary/SyncCreateGlossaryStringGlossary.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncCreateGlossaryStringGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
       Glossary glossary = Glossary.newBuilder().build();
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/AsyncDeleteGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/AsyncDeleteGlossary.java
index 1ad42b27..ceaaf0a5 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/AsyncDeleteGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/AsyncDeleteGlossary.java
@@ -30,8 +30,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncDeleteGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       DeleteGlossaryRequest request =
           DeleteGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/AsyncDeleteGlossaryLRO.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/AsyncDeleteGlossaryLRO.java
index f94c525f..739964df 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/AsyncDeleteGlossaryLRO.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/AsyncDeleteGlossaryLRO.java
@@ -31,8 +31,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncDeleteGlossaryLRO() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       DeleteGlossaryRequest request =
           DeleteGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/SyncDeleteGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/SyncDeleteGlossary.java
index 6bd57c6e..45df1e36 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/SyncDeleteGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/SyncDeleteGlossary.java
@@ -29,8 +29,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncDeleteGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       DeleteGlossaryRequest request =
           DeleteGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/SyncDeleteGlossaryGlossaryname.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/SyncDeleteGlossaryGlossaryname.java
index 750faad6..552bb15f 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/SyncDeleteGlossaryGlossaryname.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/SyncDeleteGlossaryGlossaryname.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncDeleteGlossaryGlossaryname() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       GlossaryName name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]");
       DeleteGlossaryResponse response = translationServiceClient.deleteGlossaryAsync(name).get();
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/SyncDeleteGlossaryString.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/SyncDeleteGlossaryString.java
index fe1e6ed9..3d9a5988 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/SyncDeleteGlossaryString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/deleteglossary/SyncDeleteGlossaryString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncDeleteGlossaryString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]").toString();
       DeleteGlossaryResponse response = translationServiceClient.deleteGlossaryAsync(name).get();
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/AsyncDetectLanguage.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/AsyncDetectLanguage.java
index 4115a959..7a077115 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/AsyncDetectLanguage.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/AsyncDetectLanguage.java
@@ -31,8 +31,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncDetectLanguage() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       DetectLanguageRequest request =
           DetectLanguageRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/SyncDetectLanguage.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/SyncDetectLanguage.java
index 56f975a6..e1ff3b9d 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/SyncDetectLanguage.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/SyncDetectLanguage.java
@@ -30,8 +30,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncDetectLanguage() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       DetectLanguageRequest request =
           DetectLanguageRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/SyncDetectLanguageLocationnameStringStringString.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/SyncDetectLanguageLocationnameStringStringString.java
index 68fb37ff..fcadaba7 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/SyncDetectLanguageLocationnameStringStringString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/SyncDetectLanguageLocationnameStringStringString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncDetectLanguageLocationnameStringStringString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
       String model = "model104069929";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/SyncDetectLanguageStringStringStringString.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/SyncDetectLanguageStringStringStringString.java
index 1201c3ca..224bcdf9 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/SyncDetectLanguageStringStringStringString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/detectlanguage/SyncDetectLanguageStringStringStringString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncDetectLanguageStringStringStringString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
       String model = "model104069929";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/AsyncGetGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/AsyncGetGlossary.java
index 37a5b2a4..5ce3cd6f 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/AsyncGetGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/AsyncGetGlossary.java
@@ -30,8 +30,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncGetGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       GetGlossaryRequest request =
           GetGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/SyncGetGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/SyncGetGlossary.java
index f626a53d..302a53a7 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/SyncGetGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/SyncGetGlossary.java
@@ -29,8 +29,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncGetGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       GetGlossaryRequest request =
           GetGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/SyncGetGlossaryGlossaryname.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/SyncGetGlossaryGlossaryname.java
index 81c6cddf..5a29c91a 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/SyncGetGlossaryGlossaryname.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/SyncGetGlossaryGlossaryname.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncGetGlossaryGlossaryname() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       GlossaryName name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]");
       Glossary response = translationServiceClient.getGlossary(name);
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/SyncGetGlossaryString.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/SyncGetGlossaryString.java
index 652c5d36..49d05818 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/SyncGetGlossaryString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getglossary/SyncGetGlossaryString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncGetGlossaryString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]").toString();
       Glossary response = translationServiceClient.getGlossary(name);
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/AsyncGetSupportedLanguages.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/AsyncGetSupportedLanguages.java
index 605430c6..814e5bd8 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/AsyncGetSupportedLanguages.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/AsyncGetSupportedLanguages.java
@@ -30,8 +30,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncGetSupportedLanguages() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       GetSupportedLanguagesRequest request =
           GetSupportedLanguagesRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguages.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguages.java
index cb33cf7e..d79391f8 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguages.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguages.java
@@ -29,8 +29,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncGetSupportedLanguages() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       GetSupportedLanguagesRequest request =
           GetSupportedLanguagesRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesLocationnameStringString.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesLocationnameStringString.java
index e857149a..39624e51 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesLocationnameStringString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesLocationnameStringString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncGetSupportedLanguagesLocationnameStringString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
       String model = "model104069929";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesStringStringString.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesStringStringString.java
index 0b2eb101..3ea299a1 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesStringStringString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesStringStringString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncGetSupportedLanguagesStringStringString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
       String model = "model104069929";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/AsyncListGlossaries.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/AsyncListGlossaries.java
index f7f542ab..2154cc60 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/AsyncListGlossaries.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/AsyncListGlossaries.java
@@ -30,8 +30,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncListGlossaries() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       ListGlossariesRequest request =
           ListGlossariesRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/AsyncListGlossariesPaged.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/AsyncListGlossariesPaged.java
index 5271aa2c..1322c254 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/AsyncListGlossariesPaged.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/AsyncListGlossariesPaged.java
@@ -31,8 +31,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncListGlossariesPaged() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       ListGlossariesRequest request =
           ListGlossariesRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/SyncListGlossaries.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/SyncListGlossaries.java
index bfa1d27a..36a5ed45 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/SyncListGlossaries.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/SyncListGlossaries.java
@@ -29,8 +29,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncListGlossaries() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       ListGlossariesRequest request =
           ListGlossariesRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/SyncListGlossariesLocationname.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/SyncListGlossariesLocationname.java
index 8c717701..6550000a 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/SyncListGlossariesLocationname.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/SyncListGlossariesLocationname.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncListGlossariesLocationname() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
       for (Glossary element : translationServiceClient.listGlossaries(parent).iterateAll()) {
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/SyncListGlossariesString.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/SyncListGlossariesString.java
index 0da16ff5..cf297b62 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/SyncListGlossariesString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/listglossaries/SyncListGlossariesString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncListGlossariesString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
       for (Glossary element : translationServiceClient.listGlossaries(parent).iterateAll()) {
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatedocument/AsyncTranslateDocument.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatedocument/AsyncTranslateDocument.java
index 6d52ab89..1a1620a0 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatedocument/AsyncTranslateDocument.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatedocument/AsyncTranslateDocument.java
@@ -33,8 +33,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncTranslateDocument() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       TranslateDocumentRequest request =
           TranslateDocumentRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatedocument/SyncTranslateDocument.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatedocument/SyncTranslateDocument.java
index c9b5ac1e..58392f90 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatedocument/SyncTranslateDocument.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatedocument/SyncTranslateDocument.java
@@ -32,8 +32,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncTranslateDocument() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       TranslateDocumentRequest request =
           TranslateDocumentRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/AsyncTranslateText.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/AsyncTranslateText.java
index 8e3588f3..a1a56871 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/AsyncTranslateText.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/AsyncTranslateText.java
@@ -33,8 +33,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncTranslateText() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       TranslateTextRequest request =
           TranslateTextRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateText.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateText.java
index 2f10cdb1..cb8b56c4 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateText.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateText.java
@@ -32,8 +32,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncTranslateText() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       TranslateTextRequest request =
           TranslateTextRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextLocationnameStringListstring.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextLocationnameStringListstring.java
index 31ae08b8..2933882f 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextLocationnameStringListstring.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextLocationnameStringListstring.java
@@ -30,8 +30,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncTranslateTextLocationnameStringListstring() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
       String targetLanguageCode = "targetLanguageCode-106414698";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextLocationnameStringStringStringStringListstring.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextLocationnameStringStringStringStringListstring.java
index 0731cf51..f3ad52a9 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextLocationnameStringStringStringStringListstring.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextLocationnameStringStringStringStringListstring.java
@@ -31,8 +31,11 @@ public static void main(String[] args) throws Exception {
 
   public static void syncTranslateTextLocationnameStringStringStringStringListstring()
       throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
       String model = "model104069929";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextStringStringListstring.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextStringStringListstring.java
index fe7d29cd..083d76f0 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextStringStringListstring.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextStringStringListstring.java
@@ -30,8 +30,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncTranslateTextStringStringListstring() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
       String targetLanguageCode = "targetLanguageCode-106414698";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextStringStringStringStringStringListstring.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextStringStringStringStringStringListstring.java
index bf3fdbb6..096ee855 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextStringStringStringStringStringListstring.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationserviceclient/translatetext/SyncTranslateTextStringStringStringStringStringListstring.java
@@ -30,8 +30,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncTranslateTextStringStringStringStringStringListstring() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
       String model = "model104069929";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3/translationservicesettings/translatetext/SyncTranslateText.java b/samples/snippets/generated/com/google/cloud/translate/v3/translationservicesettings/translatetext/SyncTranslateText.java
index fd4fb672..6fe80cd7 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3/translationservicesettings/translatetext/SyncTranslateText.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3/translationservicesettings/translatetext/SyncTranslateText.java
@@ -27,17 +27,17 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncTranslateText() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     TranslationServiceSettings.Builder translationServiceSettingsBuilder =
         TranslationServiceSettings.newBuilder();
     translationServiceSettingsBuilder
         .translateTextSettings()
         .setRetrySettings(
-            translationServiceSettingsBuilder
-                .translateTextSettings()
-                .getRetrySettings()
-                .toBuilder()
+            translationServiceSettingsBuilder.translateTextSettings().getRetrySettings().toBuilder()
                 .setTotalTimeout(Duration.ofSeconds(30))
                 .build());
     TranslationServiceSettings translationServiceSettings =
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/stub/translationservicestubsettings/translatetext/SyncTranslateText.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/stub/translationservicestubsettings/translatetext/SyncTranslateText.java
index 373c307a..cafc21cc 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/stub/translationservicestubsettings/translatetext/SyncTranslateText.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/stub/translationservicestubsettings/translatetext/SyncTranslateText.java
@@ -27,17 +27,17 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncTranslateText() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     TranslationServiceStubSettings.Builder translationServiceSettingsBuilder =
         TranslationServiceStubSettings.newBuilder();
     translationServiceSettingsBuilder
         .translateTextSettings()
         .setRetrySettings(
-            translationServiceSettingsBuilder
-                .translateTextSettings()
-                .getRetrySettings()
-                .toBuilder()
+            translationServiceSettingsBuilder.translateTextSettings().getRetrySettings().toBuilder()
                 .setTotalTimeout(Duration.ofSeconds(30))
                 .build());
     TranslationServiceStubSettings translationServiceSettings =
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocument.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocument.java
index 09511cce..adbd4745 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocument.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocument.java
@@ -35,8 +35,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncBatchTranslateDocument() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       BatchTranslateDocumentRequest request =
           BatchTranslateDocumentRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocumentLRO.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocumentLRO.java
index 1ccbfd3d..0c51cbb3 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocumentLRO.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/AsyncBatchTranslateDocumentLRO.java
@@ -36,8 +36,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncBatchTranslateDocumentLRO() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       BatchTranslateDocumentRequest request =
           BatchTranslateDocumentRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocument.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocument.java
index 91c10c50..0bdfa47e 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocument.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocument.java
@@ -34,8 +34,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncBatchTranslateDocument() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       BatchTranslateDocumentRequest request =
           BatchTranslateDocumentRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentLocationnameStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentLocationnameStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java
index 1ea78bc7..68259407 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentLocationnameStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentLocationnameStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java
@@ -35,8 +35,11 @@ public static void main(String[] args) throws Exception {
   public static void
       syncBatchTranslateDocumentLocationnameStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig()
           throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
       String sourceLanguageCode = "sourceLanguageCode1645917472";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentStringStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentStringStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java
index 0fd83e38..43206694 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentStringStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatedocument/SyncBatchTranslateDocumentStringStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig.java
@@ -35,8 +35,11 @@ public static void main(String[] args) throws Exception {
   public static void
       syncBatchTranslateDocumentStringStringListstringListbatchdocumentinputconfigBatchdocumentoutputconfig()
           throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
       String sourceLanguageCode = "sourceLanguageCode1645917472";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatetext/AsyncBatchTranslateText.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatetext/AsyncBatchTranslateText.java
index 2e097d5f..6cb66f99 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatetext/AsyncBatchTranslateText.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatetext/AsyncBatchTranslateText.java
@@ -35,8 +35,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncBatchTranslateText() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       BatchTranslateTextRequest request =
           BatchTranslateTextRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatetext/AsyncBatchTranslateTextLRO.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatetext/AsyncBatchTranslateTextLRO.java
index 84a461c3..74020bcd 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatetext/AsyncBatchTranslateTextLRO.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatetext/AsyncBatchTranslateTextLRO.java
@@ -36,8 +36,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncBatchTranslateTextLRO() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       BatchTranslateTextRequest request =
           BatchTranslateTextRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatetext/SyncBatchTranslateText.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatetext/SyncBatchTranslateText.java
index 04f0dcea..10159957 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatetext/SyncBatchTranslateText.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/batchtranslatetext/SyncBatchTranslateText.java
@@ -34,8 +34,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncBatchTranslateText() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       BatchTranslateTextRequest request =
           BatchTranslateTextRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/create/SyncCreateSetCredentialsProvider.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/create/SyncCreateSetCredentialsProvider.java
index deb0f696..5568b85e 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/create/SyncCreateSetCredentialsProvider.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/create/SyncCreateSetCredentialsProvider.java
@@ -29,8 +29,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncCreateSetCredentialsProvider() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     TranslationServiceSettings translationServiceSettings =
         TranslationServiceSettings.newBuilder()
             .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/create/SyncCreateSetCredentialsProvider1.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/create/SyncCreateSetCredentialsProvider1.java
index d050696b..1d89d86c 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/create/SyncCreateSetCredentialsProvider1.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/create/SyncCreateSetCredentialsProvider1.java
@@ -27,8 +27,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncCreateSetCredentialsProvider1() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     TranslationServiceSettings translationServiceSettings =
         TranslationServiceSettings.newBuilder()
             .setTransportChannelProvider(
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/create/SyncCreateSetEndpoint.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/create/SyncCreateSetEndpoint.java
index 307a43d8..9bce160d 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/create/SyncCreateSetEndpoint.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/create/SyncCreateSetEndpoint.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncCreateSetEndpoint() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     TranslationServiceSettings translationServiceSettings =
         TranslationServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
     TranslationServiceClient translationServiceClient =
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/AsyncCreateGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/AsyncCreateGlossary.java
index 0f9a6911..120a422e 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/AsyncCreateGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/AsyncCreateGlossary.java
@@ -31,8 +31,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncCreateGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       CreateGlossaryRequest request =
           CreateGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/AsyncCreateGlossaryLRO.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/AsyncCreateGlossaryLRO.java
index cef0e3be..627bcef0 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/AsyncCreateGlossaryLRO.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/AsyncCreateGlossaryLRO.java
@@ -31,8 +31,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncCreateGlossaryLRO() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       CreateGlossaryRequest request =
           CreateGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/SyncCreateGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/SyncCreateGlossary.java
index 113054c0..3d80f184 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/SyncCreateGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/SyncCreateGlossary.java
@@ -29,8 +29,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncCreateGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       CreateGlossaryRequest request =
           CreateGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/SyncCreateGlossaryLocationnameGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/SyncCreateGlossaryLocationnameGlossary.java
index abd73013..d0bf3503 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/SyncCreateGlossaryLocationnameGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/SyncCreateGlossaryLocationnameGlossary.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncCreateGlossaryLocationnameGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
       Glossary glossary = Glossary.newBuilder().build();
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/SyncCreateGlossaryStringGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/SyncCreateGlossaryStringGlossary.java
index 8cc1a253..70a23666 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/SyncCreateGlossaryStringGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/createglossary/SyncCreateGlossaryStringGlossary.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncCreateGlossaryStringGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
       Glossary glossary = Glossary.newBuilder().build();
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/AsyncDeleteGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/AsyncDeleteGlossary.java
index 60debf32..dc95568b 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/AsyncDeleteGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/AsyncDeleteGlossary.java
@@ -30,8 +30,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncDeleteGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       DeleteGlossaryRequest request =
           DeleteGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/AsyncDeleteGlossaryLRO.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/AsyncDeleteGlossaryLRO.java
index ee99b3ac..b64df1a8 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/AsyncDeleteGlossaryLRO.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/AsyncDeleteGlossaryLRO.java
@@ -31,8 +31,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncDeleteGlossaryLRO() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       DeleteGlossaryRequest request =
           DeleteGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/SyncDeleteGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/SyncDeleteGlossary.java
index a3706b7e..21fd577d 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/SyncDeleteGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/SyncDeleteGlossary.java
@@ -29,8 +29,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncDeleteGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       DeleteGlossaryRequest request =
           DeleteGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/SyncDeleteGlossaryGlossaryname.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/SyncDeleteGlossaryGlossaryname.java
index a860a706..2803bfdc 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/SyncDeleteGlossaryGlossaryname.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/SyncDeleteGlossaryGlossaryname.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncDeleteGlossaryGlossaryname() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       GlossaryName name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]");
       DeleteGlossaryResponse response = translationServiceClient.deleteGlossaryAsync(name).get();
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/SyncDeleteGlossaryString.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/SyncDeleteGlossaryString.java
index b064a201..457dd5e1 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/SyncDeleteGlossaryString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/deleteglossary/SyncDeleteGlossaryString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncDeleteGlossaryString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]").toString();
       DeleteGlossaryResponse response = translationServiceClient.deleteGlossaryAsync(name).get();
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/AsyncDetectLanguage.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/AsyncDetectLanguage.java
index 4a1e54dd..d176ad3f 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/AsyncDetectLanguage.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/AsyncDetectLanguage.java
@@ -31,8 +31,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncDetectLanguage() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       DetectLanguageRequest request =
           DetectLanguageRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/SyncDetectLanguage.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/SyncDetectLanguage.java
index 30aa84a8..4a4a6dfe 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/SyncDetectLanguage.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/SyncDetectLanguage.java
@@ -30,8 +30,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncDetectLanguage() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       DetectLanguageRequest request =
           DetectLanguageRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/SyncDetectLanguageLocationnameStringString.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/SyncDetectLanguageLocationnameStringString.java
index deac9beb..e21f8442 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/SyncDetectLanguageLocationnameStringString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/SyncDetectLanguageLocationnameStringString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncDetectLanguageLocationnameStringString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
       String model = "model104069929";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/SyncDetectLanguageStringStringString.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/SyncDetectLanguageStringStringString.java
index 9e8e52f1..a431e2c1 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/SyncDetectLanguageStringStringString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/detectlanguage/SyncDetectLanguageStringStringString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncDetectLanguageStringStringString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
       String model = "model104069929";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/AsyncGetGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/AsyncGetGlossary.java
index 29e1239a..b7e93337 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/AsyncGetGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/AsyncGetGlossary.java
@@ -30,8 +30,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncGetGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       GetGlossaryRequest request =
           GetGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/SyncGetGlossary.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/SyncGetGlossary.java
index ecac547f..4335fe32 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/SyncGetGlossary.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/SyncGetGlossary.java
@@ -29,8 +29,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncGetGlossary() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       GetGlossaryRequest request =
           GetGlossaryRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/SyncGetGlossaryGlossaryname.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/SyncGetGlossaryGlossaryname.java
index 6cbc8ea7..939f5187 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/SyncGetGlossaryGlossaryname.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/SyncGetGlossaryGlossaryname.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncGetGlossaryGlossaryname() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       GlossaryName name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]");
       Glossary response = translationServiceClient.getGlossary(name);
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/SyncGetGlossaryString.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/SyncGetGlossaryString.java
index 538406f5..18da9391 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/SyncGetGlossaryString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getglossary/SyncGetGlossaryString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncGetGlossaryString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String name = GlossaryName.of("[PROJECT]", "[LOCATION]", "[GLOSSARY]").toString();
       Glossary response = translationServiceClient.getGlossary(name);
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/AsyncGetSupportedLanguages.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/AsyncGetSupportedLanguages.java
index bf2c5c8e..73f2012b 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/AsyncGetSupportedLanguages.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/AsyncGetSupportedLanguages.java
@@ -30,8 +30,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncGetSupportedLanguages() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       GetSupportedLanguagesRequest request =
           GetSupportedLanguagesRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguages.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguages.java
index 141b90da..a5a0ea56 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguages.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguages.java
@@ -29,8 +29,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncGetSupportedLanguages() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       GetSupportedLanguagesRequest request =
           GetSupportedLanguagesRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesLocationnameStringString.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesLocationnameStringString.java
index 81072f27..8bd86ac1 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesLocationnameStringString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesLocationnameStringString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncGetSupportedLanguagesLocationnameStringString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
       String displayLanguageCode = "displayLanguageCode-1457478841";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesStringStringString.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesStringStringString.java
index 05a8f673..019fd262 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesStringStringString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/getsupportedlanguages/SyncGetSupportedLanguagesStringStringString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncGetSupportedLanguagesStringStringString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
       String displayLanguageCode = "displayLanguageCode-1457478841";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/AsyncListGlossaries.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/AsyncListGlossaries.java
index 5937cc68..bd3297c0 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/AsyncListGlossaries.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/AsyncListGlossaries.java
@@ -30,8 +30,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncListGlossaries() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       ListGlossariesRequest request =
           ListGlossariesRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/AsyncListGlossariesPaged.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/AsyncListGlossariesPaged.java
index b2f7787c..00f120da 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/AsyncListGlossariesPaged.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/AsyncListGlossariesPaged.java
@@ -31,8 +31,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncListGlossariesPaged() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       ListGlossariesRequest request =
           ListGlossariesRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/SyncListGlossaries.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/SyncListGlossaries.java
index db1f97c4..7c8435ae 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/SyncListGlossaries.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/SyncListGlossaries.java
@@ -29,8 +29,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncListGlossaries() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       ListGlossariesRequest request =
           ListGlossariesRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/SyncListGlossariesLocationnameString.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/SyncListGlossariesLocationnameString.java
index ba70bad7..5e953806 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/SyncListGlossariesLocationnameString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/SyncListGlossariesLocationnameString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncListGlossariesLocationnameString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
       String filter = "filter-1274492040";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/SyncListGlossariesStringString.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/SyncListGlossariesStringString.java
index eef3497f..15b715f0 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/SyncListGlossariesStringString.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/listglossaries/SyncListGlossariesStringString.java
@@ -28,8 +28,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncListGlossariesStringString() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
       String filter = "filter-1274492040";
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatedocument/AsyncTranslateDocument.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatedocument/AsyncTranslateDocument.java
index 021abde8..304dc4b9 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatedocument/AsyncTranslateDocument.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatedocument/AsyncTranslateDocument.java
@@ -33,8 +33,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncTranslateDocument() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       TranslateDocumentRequest request =
           TranslateDocumentRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatedocument/SyncTranslateDocument.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatedocument/SyncTranslateDocument.java
index 1451afac..56d8c6f9 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatedocument/SyncTranslateDocument.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatedocument/SyncTranslateDocument.java
@@ -32,8 +32,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncTranslateDocument() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       TranslateDocumentRequest request =
           TranslateDocumentRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatetext/AsyncTranslateText.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatetext/AsyncTranslateText.java
index c50d3092..a3adb2b1 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatetext/AsyncTranslateText.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatetext/AsyncTranslateText.java
@@ -33,8 +33,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void asyncTranslateText() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       TranslateTextRequest request =
           TranslateTextRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatetext/SyncTranslateText.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatetext/SyncTranslateText.java
index e9c2ce87..ff1c735d 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatetext/SyncTranslateText.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationserviceclient/translatetext/SyncTranslateText.java
@@ -32,8 +32,11 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncTranslateText() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     try (TranslationServiceClient translationServiceClient = TranslationServiceClient.create()) {
       TranslateTextRequest request =
           TranslateTextRequest.newBuilder()
diff --git a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationservicesettings/translatetext/SyncTranslateText.java b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationservicesettings/translatetext/SyncTranslateText.java
index 3d570006..a89b7357 100644
--- a/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationservicesettings/translatetext/SyncTranslateText.java
+++ b/samples/snippets/generated/com/google/cloud/translate/v3beta1/translationservicesettings/translatetext/SyncTranslateText.java
@@ -27,17 +27,17 @@ public static void main(String[] args) throws Exception {
   }
 
   public static void syncTranslateText() throws Exception {
-    // This snippet has been automatically generated for illustrative purposes only.
-    // It may require modifications to work in your environment.
+    // This snippet has been automatically generated and should be regarded as a code template only.
+    // It will require modifications to work:
+    // - It may require correct/in-range values for request initialization.
+    // - It may require specifying regional endpoints when creating the service client as shown in
+    // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
     TranslationServiceSettings.Builder translationServiceSettingsBuilder =
         TranslationServiceSettings.newBuilder();
     translationServiceSettingsBuilder
         .translateTextSettings()
         .setRetrySettings(
-            translationServiceSettingsBuilder
-                .translateTextSettings()
-                .getRetrySettings()
-                .toBuilder()
+            translationServiceSettingsBuilder.translateTextSettings().getRetrySettings().toBuilder()
                 .setTotalTimeout(Duration.ofSeconds(30))
                 .build());
     TranslationServiceSettings translationServiceSettings =
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 6b9df00d..57f5330c 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
       
         com.google.cloud
         libraries-bom
-        26.0.0
+        26.1.1
         pom
         import
       
@@ -62,7 +62,7 @@
     
       com.google.cloud
       google-cloud-core
-      2.8.8
+      2.8.11
       test
       tests
     
diff --git a/versions.txt b/versions.txt
index 875e92a9..c742bae8 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,8 +1,8 @@
 # Format:
 # module:released-version:current-version
 
-google-cloud-translate:2.3.3:2.3.3
-grpc-google-cloud-translate-v3beta1:0.85.3:0.85.3
-grpc-google-cloud-translate-v3:2.3.3:2.3.3
-proto-google-cloud-translate-v3beta1:0.85.3:0.85.3
-proto-google-cloud-translate-v3:2.3.3:2.3.3
+google-cloud-translate:2.3.4:2.3.4
+grpc-google-cloud-translate-v3beta1:0.85.4:0.85.4
+grpc-google-cloud-translate-v3:2.3.4:2.3.4
+proto-google-cloud-translate-v3beta1:0.85.4:0.85.4
+proto-google-cloud-translate-v3:2.3.4:2.3.4