From 220ccaf8865aa92843878991c3c3e6dae16646c8 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 14:12:35 +0000 Subject: [PATCH 1/8] fix: use full link in comment to fix JSDoc broken link (#861) - [ ] Regenerate this pull request now. Committer: @summer-ji-eng PiperOrigin-RevId: 440481666 Source-Link: https://github.com/googleapis/googleapis/commit/6a211105d97cc92e053b2d281a4bb2df1366f3e0 Source-Link: https://github.com/googleapis/googleapis-gen/commit/e6e39aff33b90a63a18e9081e480b08a41c548ac Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTZlMzlhZmYzM2I5MGE2M2ExOGU5MDgxZTQ4MGIwOGE0MWM1NDhhYyJ9 --- README.md | 4 +- .../speech/v1p1beta1/AdaptationClient.java | 70 +++++++++++-------- .../v1p1beta1/CreateCustomClassRequest.java | 49 +++++++------ .../CreateCustomClassRequestOrBuilder.java | 14 ++-- .../v1p1beta1/CreatePhraseSetRequest.java | 49 +++++++------ .../CreatePhraseSetRequestOrBuilder.java | 14 ++-- .../v1p1beta1/DeleteCustomClassRequest.java | 28 ++++---- .../DeleteCustomClassRequestOrBuilder.java | 8 +-- .../speech/v1p1beta1/GetPhraseSetRequest.java | 28 ++++---- .../GetPhraseSetRequestOrBuilder.java | 8 +-- .../v1p1beta1/ListCustomClassesRequest.java | 28 ++++---- .../ListCustomClassesRequestOrBuilder.java | 8 +-- .../v1p1beta1/ListPhraseSetRequest.java | 28 ++++---- .../ListPhraseSetRequestOrBuilder.java | 8 +-- .../v1p1beta1/UpdateCustomClassRequest.java | 48 ++++++------- .../UpdateCustomClassRequestOrBuilder.java | 12 ++-- .../v1p1beta1/UpdatePhraseSetRequest.java | 48 ++++++------- .../UpdatePhraseSetRequestOrBuilder.java | 12 ++-- .../v1p1beta1/cloud_speech_adaptation.proto | 50 +++++++------ 19 files changed, 276 insertions(+), 238 deletions(-) diff --git a/README.md b/README.md index a54ca0ce1..e6fd7271f 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,13 @@ implementation 'com.google.cloud:google-cloud-speech' If you are using Gradle without BOM, add this to your dependencies ```Groovy -implementation 'com.google.cloud:google-cloud-speech:2.2.13' +implementation 'com.google.cloud:google-cloud-speech:2.2.14' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.2.13" +libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "2.2.14" ``` ## Authentication diff --git a/google-cloud-speech/src/main/java/com/google/cloud/speech/v1p1beta1/AdaptationClient.java b/google-cloud-speech/src/main/java/com/google/cloud/speech/v1p1beta1/AdaptationClient.java index 27b168075..c6fb64a16 100644 --- a/google-cloud-speech/src/main/java/com/google/cloud/speech/v1p1beta1/AdaptationClient.java +++ b/google-cloud-speech/src/main/java/com/google/cloud/speech/v1p1beta1/AdaptationClient.java @@ -170,8 +170,9 @@ public AdaptationStub getStub() { *

`projects/{project}/locations/{location}/phraseSets` *

Speech-to-Text supports three locations: `global`, `us` (US North America), and `eu` * (Europe). If you are calling the `speech.googleapis.com` endpoint, use the `global` - * location. To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints) - * with matching `us` or `eu` location value. + * location. To specify a region, use a [regional + * endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) with matching `us` or + * `eu` location value. * @param phraseSet Required. The phrase set to create. * @param phraseSetId Required. The ID to use for the phrase set, which will become the final * component of the phrase set's resource name. @@ -210,8 +211,9 @@ public final PhraseSet createPhraseSet( *

`projects/{project}/locations/{location}/phraseSets` *

Speech-to-Text supports three locations: `global`, `us` (US North America), and `eu` * (Europe). If you are calling the `speech.googleapis.com` endpoint, use the `global` - * location. To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints) - * with matching `us` or `eu` location value. + * location. To specify a region, use a [regional + * endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) with matching `us` or + * `eu` location value. * @param phraseSet Required. The phrase set to create. * @param phraseSetId Required. The ID to use for the phrase set, which will become the final * component of the phrase set's resource name. @@ -298,8 +300,9 @@ public final UnaryCallable createPhraseSetCal *

`projects/{project}/locations/{location}/phraseSets/{phrase_set}` *

Speech-to-Text supports three locations: `global`, `us` (US North America), and `eu` * (Europe). If you are calling the `speech.googleapis.com` endpoint, use the `global` - * location. To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints) - * with matching `us` or `eu` location value. + * location. To specify a region, use a [regional + * endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) with matching `us` or + * `eu` location value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final PhraseSet getPhraseSet(PhraseSetName name) { @@ -325,8 +328,9 @@ public final PhraseSet getPhraseSet(PhraseSetName name) { *

`projects/{project}/locations/{location}/phraseSets/{phrase_set}` *

Speech-to-Text supports three locations: `global`, `us` (US North America), and `eu` * (Europe). If you are calling the `speech.googleapis.com` endpoint, use the `global` - * location. To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints) - * with matching `us` or `eu` location value. + * location. To specify a region, use a [regional + * endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) with matching `us` or + * `eu` location value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final PhraseSet getPhraseSet(String name) { @@ -398,8 +402,9 @@ public final UnaryCallable getPhraseSetCallable( *

`projects/{project}/locations/{location}` *

Speech-to-Text supports three locations: `global`, `us` (US North America), and `eu` * (Europe). If you are calling the `speech.googleapis.com` endpoint, use the `global` - * location. To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints) - * with matching `us` or `eu` location value. + * location. To specify a region, use a [regional + * endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) with matching `us` or + * `eu` location value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListPhraseSetPagedResponse listPhraseSet(LocationName parent) { @@ -429,8 +434,9 @@ public final ListPhraseSetPagedResponse listPhraseSet(LocationName parent) { *

`projects/{project}/locations/{location}` *

Speech-to-Text supports three locations: `global`, `us` (US North America), and `eu` * (Europe). If you are calling the `speech.googleapis.com` endpoint, use the `global` - * location. To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints) - * with matching `us` or `eu` location value. + * location. To specify a region, use a [regional + * endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) with matching `us` or + * `eu` location value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListPhraseSetPagedResponse listPhraseSet(String parent) { @@ -545,8 +551,9 @@ public final UnaryCallable listPhra *

`projects/{project}/locations/{location}/phraseSets/{phrase_set}` *

Speech-to-Text supports three locations: `global`, `us` (US North America), and `eu` * (Europe). If you are calling the `speech.googleapis.com` endpoint, use the `global` - * location. To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints) - * with matching `us` or `eu` location value. + * location. To specify a region, use a [regional + * endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) with matching `us` or + * `eu` location value. * @param updateMask The list of fields to be updated. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -715,8 +722,9 @@ public final UnaryCallable deletePhraseSetCallabl *

`projects/{project}/locations/{location}/customClasses` *

Speech-to-Text supports three locations: `global`, `us` (US North America), and `eu` * (Europe). If you are calling the `speech.googleapis.com` endpoint, use the `global` - * location. To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints) - * with matching `us` or `eu` location value. + * location. To specify a region, use a [regional + * endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) with matching `us` or + * `eu` location value. * @param customClass Required. The custom class to create. * @param customClassId Required. The ID to use for the custom class, which will become the final * component of the custom class' resource name. @@ -753,8 +761,9 @@ public final CustomClass createCustomClass( *

`projects/{project}/locations/{location}/customClasses` *

Speech-to-Text supports three locations: `global`, `us` (US North America), and `eu` * (Europe). If you are calling the `speech.googleapis.com` endpoint, use the `global` - * location. To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints) - * with matching `us` or `eu` location value. + * location. To specify a region, use a [regional + * endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) with matching `us` or + * `eu` location value. * @param customClass Required. The custom class to create. * @param customClassId Required. The ID to use for the custom class, which will become the final * component of the custom class' resource name. @@ -931,8 +940,9 @@ public final UnaryCallable getCustomClassCal *

`projects/{project}/locations/{location}/customClasses` *

Speech-to-Text supports three locations: `global`, `us` (US North America), and `eu` * (Europe). If you are calling the `speech.googleapis.com` endpoint, use the `global` - * location. To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints) - * with matching `us` or `eu` location value. + * location. To specify a region, use a [regional + * endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) with matching `us` or + * `eu` location value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListCustomClassesPagedResponse listCustomClasses(LocationName parent) { @@ -962,8 +972,9 @@ public final ListCustomClassesPagedResponse listCustomClasses(LocationName paren *

`projects/{project}/locations/{location}/customClasses` *

Speech-to-Text supports three locations: `global`, `us` (US North America), and `eu` * (Europe). If you are calling the `speech.googleapis.com` endpoint, use the `global` - * location. To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints) - * with matching `us` or `eu` location value. + * location. To specify a region, use a [regional + * endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) with matching `us` or + * `eu` location value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListCustomClassesPagedResponse listCustomClasses(String parent) { @@ -1082,8 +1093,9 @@ public final ListCustomClassesPagedResponse listCustomClasses(ListCustomClassesR *

`projects/{project}/locations/{location}/customClasses/{custom_class}` *

Speech-to-Text supports three locations: `global`, `us` (US North America), and `eu` * (Europe). If you are calling the `speech.googleapis.com` endpoint, use the `global` - * location. To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints) - * with matching `us` or `eu` location value. + * location. To specify a region, use a [regional + * endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) with matching `us` or + * `eu` location value. * @param updateMask The list of fields to be updated. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -1161,8 +1173,9 @@ public final UnaryCallable updateCustomCl *

`projects/{project}/locations/{location}/customClasses/{custom_class}` *

Speech-to-Text supports three locations: `global`, `us` (US North America), and `eu` * (Europe). If you are calling the `speech.googleapis.com` endpoint, use the `global` - * location. To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints) - * with matching `us` or `eu` location value. + * location. To specify a region, use a [regional + * endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) with matching `us` or + * `eu` location value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteCustomClass(CustomClassName name) { @@ -1190,8 +1203,9 @@ public final void deleteCustomClass(CustomClassName name) { *

`projects/{project}/locations/{location}/customClasses/{custom_class}` *

Speech-to-Text supports three locations: `global`, `us` (US North America), and `eu` * (Europe). If you are calling the `speech.googleapis.com` endpoint, use the `global` - * location. To specify a region, use a [regional endpoint](/speech-to-text/docs/endpoints) - * with matching `us` or `eu` location value. + * location. To specify a region, use a [regional + * endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) with matching `us` or + * `eu` location value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteCustomClass(String name) { diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreateCustomClassRequest.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreateCustomClassRequest.java index e504c5aec..6b427baeb 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreateCustomClassRequest.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreateCustomClassRequest.java @@ -141,13 +141,14 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *

-   * Required. The parent resource where this custom class will be created. Format:
+   * Required. The parent resource where this custom class will be created.
+   * Format:
    * `projects/{project}/locations/{location}/customClasses`
    * Speech-to-Text supports three locations: `global`, `us` (US North America),
    * and `eu` (Europe). If you are calling the `speech.googleapis.com`
    * endpoint, use the `global` location. To specify a region, use a
-   * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-   * `eu` location value.
+   * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+   * with matching `us` or `eu` location value.
    * 
* * @@ -172,13 +173,14 @@ public java.lang.String getParent() { * * *
-   * Required. The parent resource where this custom class will be created. Format:
+   * Required. The parent resource where this custom class will be created.
+   * Format:
    * `projects/{project}/locations/{location}/customClasses`
    * Speech-to-Text supports three locations: `global`, `us` (US North America),
    * and `eu` (Europe). If you are calling the `speech.googleapis.com`
    * endpoint, use the `global` location. To specify a region, use a
-   * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-   * `eu` location value.
+   * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+   * with matching `us` or `eu` location value.
    * 
* * @@ -677,13 +679,14 @@ public Builder mergeFrom( * * *
-     * Required. The parent resource where this custom class will be created. Format:
+     * Required. The parent resource where this custom class will be created.
+     * Format:
      * `projects/{project}/locations/{location}/customClasses`
      * Speech-to-Text supports three locations: `global`, `us` (US North America),
      * and `eu` (Europe). If you are calling the `speech.googleapis.com`
      * endpoint, use the `global` location. To specify a region, use a
-     * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-     * `eu` location value.
+     * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+     * with matching `us` or `eu` location value.
      * 
* * @@ -707,13 +710,14 @@ public java.lang.String getParent() { * * *
-     * Required. The parent resource where this custom class will be created. Format:
+     * Required. The parent resource where this custom class will be created.
+     * Format:
      * `projects/{project}/locations/{location}/customClasses`
      * Speech-to-Text supports three locations: `global`, `us` (US North America),
      * and `eu` (Europe). If you are calling the `speech.googleapis.com`
      * endpoint, use the `global` location. To specify a region, use a
-     * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-     * `eu` location value.
+     * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+     * with matching `us` or `eu` location value.
      * 
* * @@ -737,13 +741,14 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. The parent resource where this custom class will be created. Format:
+     * Required. The parent resource where this custom class will be created.
+     * Format:
      * `projects/{project}/locations/{location}/customClasses`
      * Speech-to-Text supports three locations: `global`, `us` (US North America),
      * and `eu` (Europe). If you are calling the `speech.googleapis.com`
      * endpoint, use the `global` location. To specify a region, use a
-     * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-     * `eu` location value.
+     * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+     * with matching `us` or `eu` location value.
      * 
* * @@ -766,13 +771,14 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. The parent resource where this custom class will be created. Format:
+     * Required. The parent resource where this custom class will be created.
+     * Format:
      * `projects/{project}/locations/{location}/customClasses`
      * Speech-to-Text supports three locations: `global`, `us` (US North America),
      * and `eu` (Europe). If you are calling the `speech.googleapis.com`
      * endpoint, use the `global` location. To specify a region, use a
-     * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-     * `eu` location value.
+     * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+     * with matching `us` or `eu` location value.
      * 
* * @@ -791,13 +797,14 @@ public Builder clearParent() { * * *
-     * Required. The parent resource where this custom class will be created. Format:
+     * Required. The parent resource where this custom class will be created.
+     * Format:
      * `projects/{project}/locations/{location}/customClasses`
      * Speech-to-Text supports three locations: `global`, `us` (US North America),
      * and `eu` (Europe). If you are calling the `speech.googleapis.com`
      * endpoint, use the `global` location. To specify a region, use a
-     * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-     * `eu` location value.
+     * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+     * with matching `us` or `eu` location value.
      * 
* * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreateCustomClassRequestOrBuilder.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreateCustomClassRequestOrBuilder.java index 7380bc4df..f86f6921c 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreateCustomClassRequestOrBuilder.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreateCustomClassRequestOrBuilder.java @@ -27,13 +27,14 @@ public interface CreateCustomClassRequestOrBuilder * * *
-   * Required. The parent resource where this custom class will be created. Format:
+   * Required. The parent resource where this custom class will be created.
+   * Format:
    * `projects/{project}/locations/{location}/customClasses`
    * Speech-to-Text supports three locations: `global`, `us` (US North America),
    * and `eu` (Europe). If you are calling the `speech.googleapis.com`
    * endpoint, use the `global` location. To specify a region, use a
-   * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-   * `eu` location value.
+   * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+   * with matching `us` or `eu` location value.
    * 
* * @@ -47,13 +48,14 @@ public interface CreateCustomClassRequestOrBuilder * * *
-   * Required. The parent resource where this custom class will be created. Format:
+   * Required. The parent resource where this custom class will be created.
+   * Format:
    * `projects/{project}/locations/{location}/customClasses`
    * Speech-to-Text supports three locations: `global`, `us` (US North America),
    * and `eu` (Europe). If you are calling the `speech.googleapis.com`
    * endpoint, use the `global` location. To specify a region, use a
-   * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-   * `eu` location value.
+   * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+   * with matching `us` or `eu` location value.
    * 
* * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreatePhraseSetRequest.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreatePhraseSetRequest.java index 8fcbc6727..58268e2f4 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreatePhraseSetRequest.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreatePhraseSetRequest.java @@ -141,13 +141,14 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The parent resource where this phrase set will be created. Format:
+   * Required. The parent resource where this phrase set will be created.
+   * Format:
    * `projects/{project}/locations/{location}/phraseSets`
    * Speech-to-Text supports three locations: `global`, `us` (US North America),
    * and `eu` (Europe). If you are calling the `speech.googleapis.com`
    * endpoint, use the `global` location. To specify a region, use a
-   * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-   * `eu` location value.
+   * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+   * with matching `us` or `eu` location value.
    * 
* * @@ -172,13 +173,14 @@ public java.lang.String getParent() { * * *
-   * Required. The parent resource where this phrase set will be created. Format:
+   * Required. The parent resource where this phrase set will be created.
+   * Format:
    * `projects/{project}/locations/{location}/phraseSets`
    * Speech-to-Text supports three locations: `global`, `us` (US North America),
    * and `eu` (Europe). If you are calling the `speech.googleapis.com`
    * endpoint, use the `global` location. To specify a region, use a
-   * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-   * `eu` location value.
+   * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+   * with matching `us` or `eu` location value.
    * 
* * @@ -677,13 +679,14 @@ public Builder mergeFrom( * * *
-     * Required. The parent resource where this phrase set will be created. Format:
+     * Required. The parent resource where this phrase set will be created.
+     * Format:
      * `projects/{project}/locations/{location}/phraseSets`
      * Speech-to-Text supports three locations: `global`, `us` (US North America),
      * and `eu` (Europe). If you are calling the `speech.googleapis.com`
      * endpoint, use the `global` location. To specify a region, use a
-     * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-     * `eu` location value.
+     * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+     * with matching `us` or `eu` location value.
      * 
* * @@ -707,13 +710,14 @@ public java.lang.String getParent() { * * *
-     * Required. The parent resource where this phrase set will be created. Format:
+     * Required. The parent resource where this phrase set will be created.
+     * Format:
      * `projects/{project}/locations/{location}/phraseSets`
      * Speech-to-Text supports three locations: `global`, `us` (US North America),
      * and `eu` (Europe). If you are calling the `speech.googleapis.com`
      * endpoint, use the `global` location. To specify a region, use a
-     * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-     * `eu` location value.
+     * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+     * with matching `us` or `eu` location value.
      * 
* * @@ -737,13 +741,14 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. The parent resource where this phrase set will be created. Format:
+     * Required. The parent resource where this phrase set will be created.
+     * Format:
      * `projects/{project}/locations/{location}/phraseSets`
      * Speech-to-Text supports three locations: `global`, `us` (US North America),
      * and `eu` (Europe). If you are calling the `speech.googleapis.com`
      * endpoint, use the `global` location. To specify a region, use a
-     * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-     * `eu` location value.
+     * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+     * with matching `us` or `eu` location value.
      * 
* * @@ -766,13 +771,14 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. The parent resource where this phrase set will be created. Format:
+     * Required. The parent resource where this phrase set will be created.
+     * Format:
      * `projects/{project}/locations/{location}/phraseSets`
      * Speech-to-Text supports three locations: `global`, `us` (US North America),
      * and `eu` (Europe). If you are calling the `speech.googleapis.com`
      * endpoint, use the `global` location. To specify a region, use a
-     * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-     * `eu` location value.
+     * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+     * with matching `us` or `eu` location value.
      * 
* * @@ -791,13 +797,14 @@ public Builder clearParent() { * * *
-     * Required. The parent resource where this phrase set will be created. Format:
+     * Required. The parent resource where this phrase set will be created.
+     * Format:
      * `projects/{project}/locations/{location}/phraseSets`
      * Speech-to-Text supports three locations: `global`, `us` (US North America),
      * and `eu` (Europe). If you are calling the `speech.googleapis.com`
      * endpoint, use the `global` location. To specify a region, use a
-     * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-     * `eu` location value.
+     * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+     * with matching `us` or `eu` location value.
      * 
* * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreatePhraseSetRequestOrBuilder.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreatePhraseSetRequestOrBuilder.java index c5e1da3ee..9f9da18ba 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreatePhraseSetRequestOrBuilder.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/CreatePhraseSetRequestOrBuilder.java @@ -27,13 +27,14 @@ public interface CreatePhraseSetRequestOrBuilder * * *
-   * Required. The parent resource where this phrase set will be created. Format:
+   * Required. The parent resource where this phrase set will be created.
+   * Format:
    * `projects/{project}/locations/{location}/phraseSets`
    * Speech-to-Text supports three locations: `global`, `us` (US North America),
    * and `eu` (Europe). If you are calling the `speech.googleapis.com`
    * endpoint, use the `global` location. To specify a region, use a
-   * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-   * `eu` location value.
+   * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+   * with matching `us` or `eu` location value.
    * 
* * @@ -47,13 +48,14 @@ public interface CreatePhraseSetRequestOrBuilder * * *
-   * Required. The parent resource where this phrase set will be created. Format:
+   * Required. The parent resource where this phrase set will be created.
+   * Format:
    * `projects/{project}/locations/{location}/phraseSets`
    * Speech-to-Text supports three locations: `global`, `us` (US North America),
    * and `eu` (Europe). If you are calling the `speech.googleapis.com`
    * endpoint, use the `global` location. To specify a region, use a
-   * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or
-   * `eu` location value.
+   * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints)
+   * with matching `us` or `eu` location value.
    * 
* * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/DeleteCustomClassRequest.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/DeleteCustomClassRequest.java index 7c33bb7a8..fd974e693 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/DeleteCustomClassRequest.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/DeleteCustomClassRequest.java @@ -122,8 +122,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -153,8 +153,8 @@ public java.lang.String getName() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -505,8 +505,8 @@ public Builder mergeFrom( * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -535,8 +535,8 @@ public java.lang.String getName() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -565,8 +565,8 @@ public com.google.protobuf.ByteString getNameBytes() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -594,8 +594,8 @@ public Builder setName(java.lang.String value) { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -619,8 +619,8 @@ public Builder clearName() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/DeleteCustomClassRequestOrBuilder.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/DeleteCustomClassRequestOrBuilder.java index 29f90c2ea..21121096e 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/DeleteCustomClassRequestOrBuilder.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/DeleteCustomClassRequestOrBuilder.java @@ -32,8 +32,8 @@ public interface DeleteCustomClassRequestOrBuilder * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -52,8 +52,8 @@ public interface DeleteCustomClassRequestOrBuilder * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/GetPhraseSetRequest.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/GetPhraseSetRequest.java index 858f21155..d281a26a7 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/GetPhraseSetRequest.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/GetPhraseSetRequest.java @@ -122,8 +122,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -153,8 +153,8 @@ public java.lang.String getName() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -505,8 +505,8 @@ public Builder mergeFrom( * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -535,8 +535,8 @@ public java.lang.String getName() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -565,8 +565,8 @@ public com.google.protobuf.ByteString getNameBytes() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -594,8 +594,8 @@ public Builder setName(java.lang.String value) { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -619,8 +619,8 @@ public Builder clearName() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/GetPhraseSetRequestOrBuilder.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/GetPhraseSetRequestOrBuilder.java index b5ff46839..fb9fa55ec 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/GetPhraseSetRequestOrBuilder.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/GetPhraseSetRequestOrBuilder.java @@ -32,8 +32,8 @@ public interface GetPhraseSetRequestOrBuilder * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -52,8 +52,8 @@ public interface GetPhraseSetRequestOrBuilder * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListCustomClassesRequest.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListCustomClassesRequest.java index 48407776d..722611208 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListCustomClassesRequest.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListCustomClassesRequest.java @@ -135,8 +135,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -166,8 +166,8 @@ public java.lang.String getParent() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -625,8 +625,8 @@ public Builder mergeFrom( * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -655,8 +655,8 @@ public java.lang.String getParent() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -685,8 +685,8 @@ public com.google.protobuf.ByteString getParentBytes() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -714,8 +714,8 @@ public Builder setParent(java.lang.String value) { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -739,8 +739,8 @@ public Builder clearParent() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListCustomClassesRequestOrBuilder.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListCustomClassesRequestOrBuilder.java index c74ed3745..de9020900 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListCustomClassesRequestOrBuilder.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListCustomClassesRequestOrBuilder.java @@ -32,8 +32,8 @@ public interface ListCustomClassesRequestOrBuilder * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -52,8 +52,8 @@ public interface ListCustomClassesRequestOrBuilder * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListPhraseSetRequest.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListPhraseSetRequest.java index 06bf1a8b0..a1c1a14f4 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListPhraseSetRequest.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListPhraseSetRequest.java @@ -135,8 +135,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -166,8 +166,8 @@ public java.lang.String getParent() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -625,8 +625,8 @@ public Builder mergeFrom( * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -655,8 +655,8 @@ public java.lang.String getParent() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -685,8 +685,8 @@ public com.google.protobuf.ByteString getParentBytes() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -714,8 +714,8 @@ public Builder setParent(java.lang.String value) { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -739,8 +739,8 @@ public Builder clearParent() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListPhraseSetRequestOrBuilder.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListPhraseSetRequestOrBuilder.java index bb7eca8aa..51f535258 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListPhraseSetRequestOrBuilder.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/ListPhraseSetRequestOrBuilder.java @@ -32,8 +32,8 @@ public interface ListPhraseSetRequestOrBuilder * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -52,8 +52,8 @@ public interface ListPhraseSetRequestOrBuilder * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdateCustomClassRequest.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdateCustomClassRequest.java index a2ddd097c..f230d3ae4 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdateCustomClassRequest.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdateCustomClassRequest.java @@ -146,8 +146,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -171,8 +171,8 @@ public boolean hasCustomClass() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -198,8 +198,8 @@ public com.google.cloud.speech.v1p1beta1.CustomClass getCustomClass() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -633,8 +633,8 @@ public Builder mergeFrom( * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -657,8 +657,8 @@ public boolean hasCustomClass() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -687,8 +687,8 @@ public com.google.cloud.speech.v1p1beta1.CustomClass getCustomClass() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -719,8 +719,8 @@ public Builder setCustomClass(com.google.cloud.speech.v1p1beta1.CustomClass valu * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -749,8 +749,8 @@ public Builder setCustomClass( * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -785,8 +785,8 @@ public Builder mergeCustomClass(com.google.cloud.speech.v1p1beta1.CustomClass va * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -815,8 +815,8 @@ public Builder clearCustomClass() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -839,8 +839,8 @@ public com.google.cloud.speech.v1p1beta1.CustomClass.Builder getCustomClassBuild * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -867,8 +867,8 @@ public com.google.cloud.speech.v1p1beta1.CustomClassOrBuilder getCustomClassOrBu * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdateCustomClassRequestOrBuilder.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdateCustomClassRequestOrBuilder.java index 1792176d9..debebb143 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdateCustomClassRequestOrBuilder.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdateCustomClassRequestOrBuilder.java @@ -34,8 +34,8 @@ public interface UpdateCustomClassRequestOrBuilder * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -56,8 +56,8 @@ public interface UpdateCustomClassRequestOrBuilder * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -78,8 +78,8 @@ public interface UpdateCustomClassRequestOrBuilder * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdatePhraseSetRequest.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdatePhraseSetRequest.java index 1b6fb853b..52fa0a1be 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdatePhraseSetRequest.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdatePhraseSetRequest.java @@ -146,8 +146,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -171,8 +171,8 @@ public boolean hasPhraseSet() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -198,8 +198,8 @@ public com.google.cloud.speech.v1p1beta1.PhraseSet getPhraseSet() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -633,8 +633,8 @@ public Builder mergeFrom( * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -657,8 +657,8 @@ public boolean hasPhraseSet() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -687,8 +687,8 @@ public com.google.cloud.speech.v1p1beta1.PhraseSet getPhraseSet() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -719,8 +719,8 @@ public Builder setPhraseSet(com.google.cloud.speech.v1p1beta1.PhraseSet value) { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -749,8 +749,8 @@ public Builder setPhraseSet( * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -785,8 +785,8 @@ public Builder mergePhraseSet(com.google.cloud.speech.v1p1beta1.PhraseSet value) * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -815,8 +815,8 @@ public Builder clearPhraseSet() { * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -839,8 +839,8 @@ public com.google.cloud.speech.v1p1beta1.PhraseSet.Builder getPhraseSetBuilder() * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -867,8 +867,8 @@ public com.google.cloud.speech.v1p1beta1.PhraseSetOrBuilder getPhraseSetOrBuilde * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdatePhraseSetRequestOrBuilder.java b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdatePhraseSetRequestOrBuilder.java index 8fa366627..5bb289426 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdatePhraseSetRequestOrBuilder.java +++ b/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/UpdatePhraseSetRequestOrBuilder.java @@ -34,8 +34,8 @@ public interface UpdatePhraseSetRequestOrBuilder * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -56,8 +56,8 @@ public interface UpdatePhraseSetRequestOrBuilder * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * @@ -78,8 +78,8 @@ public interface UpdatePhraseSetRequestOrBuilder * Speech-to-Text supports three locations: `global`, `us` (US North America), * and `eu` (Europe). If you are calling the `speech.googleapis.com` * endpoint, use the `global` location. To specify a region, use a - * [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - * `eu` location value. + * [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + * with matching `us` or `eu` location value. * * * diff --git a/proto-google-cloud-speech-v1p1beta1/src/main/proto/google/cloud/speech/v1p1beta1/cloud_speech_adaptation.proto b/proto-google-cloud-speech-v1p1beta1/src/main/proto/google/cloud/speech/v1p1beta1/cloud_speech_adaptation.proto index de8ecdac9..7b29f05ee 100644 --- a/proto-google-cloud-speech-v1p1beta1/src/main/proto/google/cloud/speech/v1p1beta1/cloud_speech_adaptation.proto +++ b/proto-google-cloud-speech-v1p1beta1/src/main/proto/google/cloud/speech/v1p1beta1/cloud_speech_adaptation.proto @@ -34,7 +34,8 @@ option objc_class_prefix = "GCS"; // Service that implements Google Cloud Speech Adaptation API. service Adaptation { option (google.api.default_host) = "speech.googleapis.com"; - option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform"; + option (google.api.oauth_scopes) = + "https://www.googleapis.com/auth/cloud-platform"; // Create a set of phrase hints. Each item in the set can be a single word or // a multi-word phrase. The items in the PhraseSet are favored by the @@ -86,7 +87,8 @@ service Adaptation { post: "/v1p1beta1/{parent=projects/*/locations/*}/customClasses" body: "*" }; - option (google.api.method_signature) = "parent,custom_class,custom_class_id"; + option (google.api.method_signature) = + "parent,custom_class,custom_class_id"; } // Get a custom class. @@ -98,7 +100,8 @@ service Adaptation { } // List custom classes. - rpc ListCustomClasses(ListCustomClassesRequest) returns (ListCustomClassesResponse) { + rpc ListCustomClasses(ListCustomClassesRequest) + returns (ListCustomClassesResponse) { option (google.api.http) = { get: "/v1p1beta1/{parent=projects/*/locations/*}/customClasses" }; @@ -115,7 +118,8 @@ service Adaptation { } // Delete a custom class. - rpc DeleteCustomClass(DeleteCustomClassRequest) returns (google.protobuf.Empty) { + rpc DeleteCustomClass(DeleteCustomClassRequest) + returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1p1beta1/{name=projects/*/locations/*/customClasses/*}" }; @@ -125,15 +129,16 @@ service Adaptation { // Message sent by the client for the `CreatePhraseSet` method. message CreatePhraseSetRequest { - // Required. The parent resource where this phrase set will be created. Format: + // Required. The parent resource where this phrase set will be created. + // Format: // // `projects/{project}/locations/{location}/phraseSets` // // Speech-to-Text supports three locations: `global`, `us` (US North America), // and `eu` (Europe). If you are calling the `speech.googleapis.com` // endpoint, use the `global` location. To specify a region, use a - // [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - // `eu` location value. + // [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + // with matching `us` or `eu` location value. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -164,8 +169,8 @@ message UpdatePhraseSetRequest { // Speech-to-Text supports three locations: `global`, `us` (US North America), // and `eu` (Europe). If you are calling the `speech.googleapis.com` // endpoint, use the `global` location. To specify a region, use a - // [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - // `eu` location value. + // [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + // with matching `us` or `eu` location value. PhraseSet phrase_set = 1 [(google.api.field_behavior) = REQUIRED]; // The list of fields to be updated. @@ -181,8 +186,8 @@ message GetPhraseSetRequest { // Speech-to-Text supports three locations: `global`, `us` (US North America), // and `eu` (Europe). If you are calling the `speech.googleapis.com` // endpoint, use the `global` location. To specify a region, use a - // [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - // `eu` location value. + // [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + // with matching `us` or `eu` location value. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -200,8 +205,8 @@ message ListPhraseSetRequest { // Speech-to-Text supports three locations: `global`, `us` (US North America), // and `eu` (Europe). If you are calling the `speech.googleapis.com` // endpoint, use the `global` location. To specify a region, use a - // [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - // `eu` location value. + // [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + // with matching `us` or `eu` location value. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -248,15 +253,16 @@ message DeletePhraseSetRequest { // Message sent by the client for the `CreateCustomClass` method. message CreateCustomClassRequest { - // Required. The parent resource where this custom class will be created. Format: + // Required. The parent resource where this custom class will be created. + // Format: // // `projects/{project}/locations/{location}/customClasses` // // Speech-to-Text supports three locations: `global`, `us` (US North America), // and `eu` (Europe). If you are calling the `speech.googleapis.com` // endpoint, use the `global` location. To specify a region, use a - // [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - // `eu` location value. + // [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + // with matching `us` or `eu` location value. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -287,8 +293,8 @@ message UpdateCustomClassRequest { // Speech-to-Text supports three locations: `global`, `us` (US North America), // and `eu` (Europe). If you are calling the `speech.googleapis.com` // endpoint, use the `global` location. To specify a region, use a - // [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - // `eu` location value. + // [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + // with matching `us` or `eu` location value. CustomClass custom_class = 1 [(google.api.field_behavior) = REQUIRED]; // The list of fields to be updated. @@ -317,8 +323,8 @@ message ListCustomClassesRequest { // Speech-to-Text supports three locations: `global`, `us` (US North America), // and `eu` (Europe). If you are calling the `speech.googleapis.com` // endpoint, use the `global` location. To specify a region, use a - // [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - // `eu` location value. + // [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + // with matching `us` or `eu` location value. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -359,8 +365,8 @@ message DeleteCustomClassRequest { // Speech-to-Text supports three locations: `global`, `us` (US North America), // and `eu` (Europe). If you are calling the `speech.googleapis.com` // endpoint, use the `global` location. To specify a region, use a - // [regional endpoint](/speech-to-text/docs/endpoints) with matching `us` or - // `eu` location value. + // [regional endpoint](https://cloud.google.com/speech-to-text/docs/endpoints) + // with matching `us` or `eu` location value. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { From ada5c48edf7a31c461e4e8ebe3fd0cc424f2cae4 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 11 Apr 2022 16:16:21 +0200 Subject: [PATCH 2/8] chore(deps): update dependency com.google.cloud:google-cloud-speech to v2.2.14 (#860) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-speech](https://togithub.com/googleapis/java-speech) | `2.2.13` -> `2.2.14` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-speech/2.2.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-speech/2.2.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-speech/2.2.14/compatibility-slim/2.2.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-speech/2.2.14/confidence-slim/2.2.13)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-speech ### [`v2.2.14`](https://togithub.com/googleapis/java-speech/blob/HEAD/CHANGELOG.md#​2214-httpsgithubcomgoogleapisjava-speechcomparev2213v2214-2022-04-07) [Compare Source](https://togithub.com/googleapis/java-speech/compare/v2.2.13...v2.2.14)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-speech). --- README.md | 2 +- samples/install-without-bom/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6fd7271f..0f9061e0e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-speech - 2.2.13 + 2.2.14 ``` diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 40a6bb801..bddaed41b 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-speech - 2.2.13 + 2.2.14 From 9f7286233c70fe31f72a61b9fb1a610c2b19da4a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 14:24:12 +0000 Subject: [PATCH 3/8] chore(main): release 2.2.15-SNAPSHOT (#859) :robot: I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- google-cloud-speech-bom/pom.xml | 16 ++++++++-------- google-cloud-speech/pom.xml | 4 ++-- grpc-google-cloud-speech-v1/pom.xml | 4 ++-- grpc-google-cloud-speech-v1beta1/pom.xml | 4 ++-- grpc-google-cloud-speech-v1p1beta1/pom.xml | 4 ++-- pom.xml | 16 ++++++++-------- proto-google-cloud-speech-v1/pom.xml | 4 ++-- proto-google-cloud-speech-v1beta1/pom.xml | 4 ++-- proto-google-cloud-speech-v1p1beta1/pom.xml | 4 ++-- samples/snapshot/pom.xml | 2 +- versions.txt | 14 +++++++------- 11 files changed, 38 insertions(+), 38 deletions(-) diff --git a/google-cloud-speech-bom/pom.xml b/google-cloud-speech-bom/pom.xml index bf90957a2..196ed0535 100644 --- a/google-cloud-speech-bom/pom.xml +++ b/google-cloud-speech-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-speech-bom - 2.2.14 + 2.2.15-SNAPSHOT pom com.google.cloud @@ -53,37 +53,37 @@ com.google.cloud google-cloud-speech - 2.2.14 + 2.2.15-SNAPSHOT com.google.api.grpc grpc-google-cloud-speech-v1 - 2.2.14 + 2.2.15-SNAPSHOT com.google.api.grpc grpc-google-cloud-speech-v1beta1 - 0.86.14 + 0.86.15-SNAPSHOT com.google.api.grpc grpc-google-cloud-speech-v1p1beta1 - 0.86.14 + 0.86.15-SNAPSHOT com.google.api.grpc proto-google-cloud-speech-v1 - 2.2.14 + 2.2.15-SNAPSHOT com.google.api.grpc proto-google-cloud-speech-v1beta1 - 0.86.14 + 0.86.15-SNAPSHOT com.google.api.grpc proto-google-cloud-speech-v1p1beta1 - 0.86.14 + 0.86.15-SNAPSHOT diff --git a/google-cloud-speech/pom.xml b/google-cloud-speech/pom.xml index e0fb1e746..889414ffc 100644 --- a/google-cloud-speech/pom.xml +++ b/google-cloud-speech/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-speech - 2.2.14 + 2.2.15-SNAPSHOT jar Google Cloud Speech https://github.com/googleapis/java-speech @@ -13,7 +13,7 @@ com.google.cloud google-cloud-speech-parent - 2.2.14 + 2.2.15-SNAPSHOT google-cloud-speech diff --git a/grpc-google-cloud-speech-v1/pom.xml b/grpc-google-cloud-speech-v1/pom.xml index 59ed2fe65..dc22f68b7 100644 --- a/grpc-google-cloud-speech-v1/pom.xml +++ b/grpc-google-cloud-speech-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-speech-v1 - 2.2.14 + 2.2.15-SNAPSHOT grpc-google-cloud-speech-v1 GRPC library for grpc-google-cloud-speech-v1 com.google.cloud google-cloud-speech-parent - 2.2.14 + 2.2.15-SNAPSHOT diff --git a/grpc-google-cloud-speech-v1beta1/pom.xml b/grpc-google-cloud-speech-v1beta1/pom.xml index 03ef29603..a71ccf0b5 100644 --- a/grpc-google-cloud-speech-v1beta1/pom.xml +++ b/grpc-google-cloud-speech-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-speech-v1beta1 - 0.86.14 + 0.86.15-SNAPSHOT grpc-google-cloud-speech-v1beta1 GRPC library for grpc-google-cloud-speech-v1beta1 com.google.cloud google-cloud-speech-parent - 2.2.14 + 2.2.15-SNAPSHOT diff --git a/grpc-google-cloud-speech-v1p1beta1/pom.xml b/grpc-google-cloud-speech-v1p1beta1/pom.xml index d3ef1451d..293be46c4 100644 --- a/grpc-google-cloud-speech-v1p1beta1/pom.xml +++ b/grpc-google-cloud-speech-v1p1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-speech-v1p1beta1 - 0.86.14 + 0.86.15-SNAPSHOT grpc-google-cloud-speech-v1p1beta1 GRPC library for grpc-google-cloud-speech-v1p1beta1 com.google.cloud google-cloud-speech-parent - 2.2.14 + 2.2.15-SNAPSHOT diff --git a/pom.xml b/pom.xml index f31cc0f94..dc14fb445 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-speech-parent pom - 2.2.14 + 2.2.15-SNAPSHOT Google Cloud speech Parent https://github.com/googleapis/java-speech @@ -149,37 +149,37 @@ com.google.api.grpc proto-google-cloud-speech-v1 - 2.2.14 + 2.2.15-SNAPSHOT com.google.cloud google-cloud-speech - 2.2.14 + 2.2.15-SNAPSHOT com.google.api.grpc proto-google-cloud-speech-v1beta1 - 0.86.14 + 0.86.15-SNAPSHOT com.google.api.grpc proto-google-cloud-speech-v1p1beta1 - 0.86.14 + 0.86.15-SNAPSHOT com.google.api.grpc grpc-google-cloud-speech-v1 - 2.2.14 + 2.2.15-SNAPSHOT com.google.api.grpc grpc-google-cloud-speech-v1beta1 - 0.86.14 + 0.86.15-SNAPSHOT com.google.api.grpc grpc-google-cloud-speech-v1p1beta1 - 0.86.14 + 0.86.15-SNAPSHOT diff --git a/proto-google-cloud-speech-v1/pom.xml b/proto-google-cloud-speech-v1/pom.xml index 0307285a6..4c2f9312c 100644 --- a/proto-google-cloud-speech-v1/pom.xml +++ b/proto-google-cloud-speech-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-speech-v1 - 2.2.14 + 2.2.15-SNAPSHOT proto-google-cloud-speech-v1 PROTO library for proto-google-cloud-speech-v1 com.google.cloud google-cloud-speech-parent - 2.2.14 + 2.2.15-SNAPSHOT diff --git a/proto-google-cloud-speech-v1beta1/pom.xml b/proto-google-cloud-speech-v1beta1/pom.xml index 177ebc597..f78638515 100644 --- a/proto-google-cloud-speech-v1beta1/pom.xml +++ b/proto-google-cloud-speech-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-speech-v1beta1 - 0.86.14 + 0.86.15-SNAPSHOT proto-google-cloud-speech-v1beta1 PROTO library for proto-google-cloud-speech-v1beta1 com.google.cloud google-cloud-speech-parent - 2.2.14 + 2.2.15-SNAPSHOT diff --git a/proto-google-cloud-speech-v1p1beta1/pom.xml b/proto-google-cloud-speech-v1p1beta1/pom.xml index 5a5a338a8..ee88fe7dd 100644 --- a/proto-google-cloud-speech-v1p1beta1/pom.xml +++ b/proto-google-cloud-speech-v1p1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-speech-v1p1beta1 - 0.86.14 + 0.86.15-SNAPSHOT proto-google-cloud-speech-v1p1beta1 PROTO library for proto-google-cloud-speech-v1p1beta1 com.google.cloud google-cloud-speech-parent - 2.2.14 + 2.2.15-SNAPSHOT diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 7c42f45fc..1805fa0d5 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-speech - 2.2.14 + 2.2.15-SNAPSHOT diff --git a/versions.txt b/versions.txt index be4c2c75c..5dc930575 100644 --- a/versions.txt +++ b/versions.txt @@ -1,10 +1,10 @@ # Format: # module:released-version:current-version -google-cloud-speech:2.2.14:2.2.14 -grpc-google-cloud-speech-v1:2.2.14:2.2.14 -grpc-google-cloud-speech-v1beta1:0.86.14:0.86.14 -grpc-google-cloud-speech-v1p1beta1:0.86.14:0.86.14 -proto-google-cloud-speech-v1:2.2.14:2.2.14 -proto-google-cloud-speech-v1beta1:0.86.14:0.86.14 -proto-google-cloud-speech-v1p1beta1:0.86.14:0.86.14 +google-cloud-speech:2.2.14:2.2.15-SNAPSHOT +grpc-google-cloud-speech-v1:2.2.14:2.2.15-SNAPSHOT +grpc-google-cloud-speech-v1beta1:0.86.14:0.86.15-SNAPSHOT +grpc-google-cloud-speech-v1p1beta1:0.86.14:0.86.15-SNAPSHOT +proto-google-cloud-speech-v1:2.2.14:2.2.15-SNAPSHOT +proto-google-cloud-speech-v1beta1:0.86.14:0.86.15-SNAPSHOT +proto-google-cloud-speech-v1p1beta1:0.86.14:0.86.15-SNAPSHOT From 260b3cbc5de3c48b660e2aaed9c8f8cb3697745a Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 15 Apr 2022 01:38:16 +0200 Subject: [PATCH 4/8] deps: update dependency com.google.errorprone:error_prone_annotations to v2.13.0 (#864) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://togithub.com/google/error-prone)) | `2.12.1` -> `2.13.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.13.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.13.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.13.0/compatibility-slim/2.12.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.13.0/confidence-slim/2.12.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
google/error-prone ### [`v2.13.0`](https://togithub.com/google/error-prone/releases/v2.13.0) [Compare Source](https://togithub.com/google/error-prone/compare/v2.12.1...v2.13.0) - Handle all annotations with the simple name `Generated` in `-XepDisableWarningsInGeneratedCode` ([#​3094](https://togithub.com/google/error-prone/issues/3094)) - Reconcile `BugChecker#isSuppressed` with suppression handling in `ErrorProneScanner` ([#​3094](https://togithub.com/google/error-prone/issues/3094)) - Fix a bug in `enclosingPackage` ([`8fa64d4`](https://togithub.com/google/error-prone/commit/8fa64d48f3a1d8df852ed2546ba02b0e2b7585af)) - Improve performance of fix application ([`186334b`](https://togithub.com/google/error-prone/commit/186334bcc45d9c275037cdcce3eb509ae8b7ff50)) - Implicitly treat `@AutoBuilder` setter methods as `@CanIgnoreReturnValue`. - Remove some obsolete checks (`PublicConstructorForAbstractClass`, `HashCodeToString`) [Release Diff: v2.12.1...v2.13.0](https://togithub.com/google/error-prone/compare/v2.12.1...v2.13.0).
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-speech). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dc14fb445..7a7276ec5 100644 --- a/pom.xml +++ b/pom.xml @@ -192,7 +192,7 @@ com.google.errorprone error_prone_annotations - 2.12.1 + 2.13.0 From de6a54708155ee34ccfbbb575e8729b75fed5cca Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 15 Apr 2022 21:30:27 +0200 Subject: [PATCH 5/8] deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.10.0 (#865) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-shared-dependencies](https://togithub.com/googleapis/java-shared-dependencies) | `2.9.0` -> `2.10.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.10.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.10.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.10.0/compatibility-slim/2.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-shared-dependencies/2.10.0/confidence-slim/2.9.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-shared-dependencies ### [`v2.10.0`](https://togithub.com/googleapis/java-shared-dependencies/blob/HEAD/CHANGELOG.md#​2100-httpsgithubcomgoogleapisjava-shared-dependenciescomparev290v2100-2022-04-15) [Compare Source](https://togithub.com/googleapis/java-shared-dependencies/compare/v2.9.0...v2.10.0) ##### Dependencies - google-cloud-core 2.6.0 ([#​668](https://togithub.com/googleapis/java-shared-dependencies/issues/668)) ([22f4d18](https://togithub.com/googleapis/java-shared-dependencies/commit/22f4d1809cbb9848174b3569ab527e4bef00d443)) - reverting protobuf to 3.19.4 ([#​657](https://togithub.com/googleapis/java-shared-dependencies/issues/657)) ([8501e6d](https://togithub.com/googleapis/java-shared-dependencies/commit/8501e6d842c10d2370bbd5d5246070134336bddd)) - update dependency com.fasterxml.jackson:jackson-bom to v2.13.2.20220328 ([#​646](https://togithub.com/googleapis/java-shared-dependencies/issues/646)) ([7bfd6d7](https://togithub.com/googleapis/java-shared-dependencies/commit/7bfd6d7073859d1955b91b368c6713a72ffa14b6)) - update dependency com.google.api-client:google-api-client-bom to v1.34.0 ([#​662](https://togithub.com/googleapis/java-shared-dependencies/issues/662)) ([1b8e378](https://togithub.com/googleapis/java-shared-dependencies/commit/1b8e378fe0ccf2a28c759868caaf5ba593a95728)) - update dependency com.google.errorprone:error_prone_annotations to v2.12.1 ([#​652](https://togithub.com/googleapis/java-shared-dependencies/issues/652)) ([1cc80ee](https://togithub.com/googleapis/java-shared-dependencies/commit/1cc80ee984ebcad9bc2a95e2f28c0a49fe924b37)) - update dependency com.google.errorprone:error_prone_annotations to v2.13.0 ([#​669](https://togithub.com/googleapis/java-shared-dependencies/issues/669)) ([61b7834](https://togithub.com/googleapis/java-shared-dependencies/commit/61b78341b34a251722be4805a6bdd895cd64836c)) - update dependency com.google.http-client:google-http-client-bom to v1.41.6 ([#​654](https://togithub.com/googleapis/java-shared-dependencies/issues/654)) ([140ef40](https://togithub.com/googleapis/java-shared-dependencies/commit/140ef405bc17ed83f5ce177df59affca14fbe49c)) - update dependency com.google.http-client:google-http-client-bom to v1.41.7 ([#​658](https://togithub.com/googleapis/java-shared-dependencies/issues/658)) ([f6f93e5](https://togithub.com/googleapis/java-shared-dependencies/commit/f6f93e5b9172c9684623c4c148e4a8fe2fae1e94)) - update dependency com.google.oauth-client:google-oauth-client-bom to v1.33.2 ([#​655](https://togithub.com/googleapis/java-shared-dependencies/issues/655)) ([20cd9ed](https://togithub.com/googleapis/java-shared-dependencies/commit/20cd9eda112c96836a5ab7485a4247ed2bc0edb8)) - update dependency com.google.oauth-client:google-oauth-client-bom to v1.33.3 ([#​663](https://togithub.com/googleapis/java-shared-dependencies/issues/663)) ([f011a46](https://togithub.com/googleapis/java-shared-dependencies/commit/f011a46c551dba16851b4f8c919c40452fc5d5c3)) - update dependency com.google.protobuf:protobuf-bom to v3.20.0 ([#​651](https://togithub.com/googleapis/java-shared-dependencies/issues/651)) ([ad2ff73](https://togithub.com/googleapis/java-shared-dependencies/commit/ad2ff73207dd6493321c77d8eca0022baf13b4ce)) - update dependency io.grpc:grpc-bom to v1.45.1 ([#​647](https://togithub.com/googleapis/java-shared-dependencies/issues/647)) ([38e46fc](https://togithub.com/googleapis/java-shared-dependencies/commit/38e46fc4f03af0a02f30ce4a2fa222c71797ae15)) - update dependency org.checkerframework:checker-qual to v3.21.4 ([#​650](https://togithub.com/googleapis/java-shared-dependencies/issues/650)) ([125e80a](https://togithub.com/googleapis/java-shared-dependencies/commit/125e80ab2c3225a00c03f5ff5de94872ebb94303)) - update gax.version to v2.15.0 ([#​649](https://togithub.com/googleapis/java-shared-dependencies/issues/649)) ([c7f32a6](https://togithub.com/googleapis/java-shared-dependencies/commit/c7f32a68b14520104432282ac9598643700162eb)) - update gax.version to v2.16.0 ([#​664](https://togithub.com/googleapis/java-shared-dependencies/issues/664)) ([caaf941](https://togithub.com/googleapis/java-shared-dependencies/commit/caaf941643af04295f5527a0144587d7bf040862)) - update google.common-protos.version to v2.8.1 ([#​656](https://togithub.com/googleapis/java-shared-dependencies/issues/656)) ([df4a4a2](https://togithub.com/googleapis/java-shared-dependencies/commit/df4a4a2130a3cdb2965ea42962d1ea6a85506ba7)) - update google.common-protos.version to v2.8.2 ([#​659](https://togithub.com/googleapis/java-shared-dependencies/issues/659)) ([b499e2b](https://togithub.com/googleapis/java-shared-dependencies/commit/b499e2bc99506d48d26e35bf6e68c09409ce8b11)) - update google.common-protos.version to v2.8.3 ([#​660](https://togithub.com/googleapis/java-shared-dependencies/issues/660)) ([461081c](https://togithub.com/googleapis/java-shared-dependencies/commit/461081c0cf73057c1f6e07fc573453ad467a60ae)) - update iam.version to v1.3.0 ([#​648](https://togithub.com/googleapis/java-shared-dependencies/issues/648)) ([6670c4f](https://togithub.com/googleapis/java-shared-dependencies/commit/6670c4f61fcf075c543bfd148eea49796e0662ce)) - update iam.version to v1.3.1 ([#​661](https://togithub.com/googleapis/java-shared-dependencies/issues/661)) ([cc8fbe6](https://togithub.com/googleapis/java-shared-dependencies/commit/cc8fbe6eae03341c2ece7d3356febc843a74a812))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-speech). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7a7276ec5..b3b9cf8c2 100644 --- a/pom.xml +++ b/pom.xml @@ -185,7 +185,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.9.0 + 2.10.0 pom import From 38a03f45dd4daf9677eb9e08b1cd2b48ba6e611f Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 18 Apr 2022 17:42:30 +0200 Subject: [PATCH 6/8] deps: update dependency com.google.errorprone:error_prone_annotations to v2.13.1 (#866) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://togithub.com/google/error-prone)) | `2.13.0` -> `2.13.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.13.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.13.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.13.1/compatibility-slim/2.13.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.errorprone:error_prone_annotations/2.13.1/confidence-slim/2.13.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
google/error-prone ### [`v2.13.1`](https://togithub.com/google/error-prone/releases/v2.13.1) [Compare Source](https://togithub.com/google/error-prone/compare/v2.13.0...v2.13.1) #### What's Changed - Fix a crash in `UnnecessaryBoxedVariable` in [https://github.com/google/error-prone/pull/3118](https://togithub.com/google/error-prone/pull/3118) - Include the unicode character in the diagnostic message in [https://github.com/google/error-prone/pull/3119](https://togithub.com/google/error-prone/pull/3119) **Full Changelog**: https://github.com/google/error-prone/compare/v2.13.0...v2.13.1
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-speech). --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b3b9cf8c2..431a1f2bb 100644 --- a/pom.xml +++ b/pom.xml @@ -192,7 +192,7 @@ com.google.errorprone error_prone_annotations - 2.13.0 + 2.13.1 From 1115f48f4349a083ba79f32323931232efa2114c Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Mon, 18 Apr 2022 23:14:26 +0200 Subject: [PATCH 7/8] deps: update dependency com.google.cloud:google-cloud-storage to v2.6.1 (#867) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-storage](https://togithub.com/googleapis/java-storage) | `2.6.0` -> `2.6.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.6.1/compatibility-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-storage/2.6.1/confidence-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/java-storage ### [`v2.6.1`](https://togithub.com/googleapis/java-storage/blob/HEAD/CHANGELOG.md#​261-httpsgithubcomgoogleapisjava-storagecomparev260v261-2022-04-15) [Compare Source](https://togithub.com/googleapis/java-storage/compare/v2.6.0...v2.6.1)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-speech). --- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index bddaed41b..144129865 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -35,7 +35,7 @@ com.google.cloud google-cloud-storage - 2.6.0 + 2.6.1 commons-cli diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 1805fa0d5..95118904a 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -40,7 +40,7 @@ com.google.cloud google-cloud-storage - 2.6.0 + 2.6.1 commons-cli From fb515d0f3119e2c515f4795d1b4472fcf9b1a131 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 18:06:15 +0000 Subject: [PATCH 8/8] chore(main): release 2.2.15 (#862) :robot: I have created a release *beep* *boop* --- ### [2.2.15](https://github.com/googleapis/java-speech/compare/v2.2.14...v2.2.15) (2022-04-18) ### Bug Fixes * use full link in comment to fix JSDoc broken link ([#861](https://github.com/googleapis/java-speech/issues/861)) ([220ccaf](https://github.com/googleapis/java-speech/commit/220ccaf8865aa92843878991c3c3e6dae16646c8)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.10.0 ([#865](https://github.com/googleapis/java-speech/issues/865)) ([de6a547](https://github.com/googleapis/java-speech/commit/de6a54708155ee34ccfbbb575e8729b75fed5cca)) * update dependency com.google.cloud:google-cloud-storage to v2.6.1 ([#867](https://github.com/googleapis/java-speech/issues/867)) ([1115f48](https://github.com/googleapis/java-speech/commit/1115f48f4349a083ba79f32323931232efa2114c)) * update dependency com.google.errorprone:error_prone_annotations to v2.13.0 ([#864](https://github.com/googleapis/java-speech/issues/864)) ([260b3cb](https://github.com/googleapis/java-speech/commit/260b3cbc5de3c48b660e2aaed9c8f8cb3697745a)) * update dependency com.google.errorprone:error_prone_annotations to v2.13.1 ([#866](https://github.com/googleapis/java-speech/issues/866)) ([38a03f4](https://github.com/googleapis/java-speech/commit/38a03f45dd4daf9677eb9e08b1cd2b48ba6e611f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 15 +++++++++++++++ google-cloud-speech-bom/pom.xml | 16 ++++++++-------- google-cloud-speech/pom.xml | 4 ++-- grpc-google-cloud-speech-v1/pom.xml | 4 ++-- grpc-google-cloud-speech-v1beta1/pom.xml | 4 ++-- grpc-google-cloud-speech-v1p1beta1/pom.xml | 4 ++-- pom.xml | 16 ++++++++-------- proto-google-cloud-speech-v1/pom.xml | 4 ++-- proto-google-cloud-speech-v1beta1/pom.xml | 4 ++-- proto-google-cloud-speech-v1p1beta1/pom.xml | 4 ++-- samples/snapshot/pom.xml | 2 +- versions.txt | 14 +++++++------- 12 files changed, 53 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 512c15f36..dfc479215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +### [2.2.15](https://github.com/googleapis/java-speech/compare/v2.2.14...v2.2.15) (2022-04-18) + + +### Bug Fixes + +* use full link in comment to fix JSDoc broken link ([#861](https://github.com/googleapis/java-speech/issues/861)) ([220ccaf](https://github.com/googleapis/java-speech/commit/220ccaf8865aa92843878991c3c3e6dae16646c8)) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.10.0 ([#865](https://github.com/googleapis/java-speech/issues/865)) ([de6a547](https://github.com/googleapis/java-speech/commit/de6a54708155ee34ccfbbb575e8729b75fed5cca)) +* update dependency com.google.cloud:google-cloud-storage to v2.6.1 ([#867](https://github.com/googleapis/java-speech/issues/867)) ([1115f48](https://github.com/googleapis/java-speech/commit/1115f48f4349a083ba79f32323931232efa2114c)) +* update dependency com.google.errorprone:error_prone_annotations to v2.13.0 ([#864](https://github.com/googleapis/java-speech/issues/864)) ([260b3cb](https://github.com/googleapis/java-speech/commit/260b3cbc5de3c48b660e2aaed9c8f8cb3697745a)) +* update dependency com.google.errorprone:error_prone_annotations to v2.13.1 ([#866](https://github.com/googleapis/java-speech/issues/866)) ([38a03f4](https://github.com/googleapis/java-speech/commit/38a03f45dd4daf9677eb9e08b1cd2b48ba6e611f)) + ### [2.2.14](https://github.com/googleapis/java-speech/compare/v2.2.13...v2.2.14) (2022-04-07) diff --git a/google-cloud-speech-bom/pom.xml b/google-cloud-speech-bom/pom.xml index 196ed0535..e44c570d0 100644 --- a/google-cloud-speech-bom/pom.xml +++ b/google-cloud-speech-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-speech-bom - 2.2.15-SNAPSHOT + 2.2.15 pom com.google.cloud @@ -53,37 +53,37 @@ com.google.cloud google-cloud-speech - 2.2.15-SNAPSHOT + 2.2.15 com.google.api.grpc grpc-google-cloud-speech-v1 - 2.2.15-SNAPSHOT + 2.2.15 com.google.api.grpc grpc-google-cloud-speech-v1beta1 - 0.86.15-SNAPSHOT + 0.86.15 com.google.api.grpc grpc-google-cloud-speech-v1p1beta1 - 0.86.15-SNAPSHOT + 0.86.15 com.google.api.grpc proto-google-cloud-speech-v1 - 2.2.15-SNAPSHOT + 2.2.15 com.google.api.grpc proto-google-cloud-speech-v1beta1 - 0.86.15-SNAPSHOT + 0.86.15 com.google.api.grpc proto-google-cloud-speech-v1p1beta1 - 0.86.15-SNAPSHOT + 0.86.15
diff --git a/google-cloud-speech/pom.xml b/google-cloud-speech/pom.xml index 889414ffc..da49caada 100644 --- a/google-cloud-speech/pom.xml +++ b/google-cloud-speech/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-speech - 2.2.15-SNAPSHOT + 2.2.15 jar Google Cloud Speech https://github.com/googleapis/java-speech @@ -13,7 +13,7 @@ com.google.cloud google-cloud-speech-parent - 2.2.15-SNAPSHOT + 2.2.15 google-cloud-speech diff --git a/grpc-google-cloud-speech-v1/pom.xml b/grpc-google-cloud-speech-v1/pom.xml index dc22f68b7..b5ecd7c9c 100644 --- a/grpc-google-cloud-speech-v1/pom.xml +++ b/grpc-google-cloud-speech-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-speech-v1 - 2.2.15-SNAPSHOT + 2.2.15 grpc-google-cloud-speech-v1 GRPC library for grpc-google-cloud-speech-v1 com.google.cloud google-cloud-speech-parent - 2.2.15-SNAPSHOT + 2.2.15 diff --git a/grpc-google-cloud-speech-v1beta1/pom.xml b/grpc-google-cloud-speech-v1beta1/pom.xml index a71ccf0b5..3a43f1994 100644 --- a/grpc-google-cloud-speech-v1beta1/pom.xml +++ b/grpc-google-cloud-speech-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-speech-v1beta1 - 0.86.15-SNAPSHOT + 0.86.15 grpc-google-cloud-speech-v1beta1 GRPC library for grpc-google-cloud-speech-v1beta1 com.google.cloud google-cloud-speech-parent - 2.2.15-SNAPSHOT + 2.2.15 diff --git a/grpc-google-cloud-speech-v1p1beta1/pom.xml b/grpc-google-cloud-speech-v1p1beta1/pom.xml index 293be46c4..0e7cd185d 100644 --- a/grpc-google-cloud-speech-v1p1beta1/pom.xml +++ b/grpc-google-cloud-speech-v1p1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-speech-v1p1beta1 - 0.86.15-SNAPSHOT + 0.86.15 grpc-google-cloud-speech-v1p1beta1 GRPC library for grpc-google-cloud-speech-v1p1beta1 com.google.cloud google-cloud-speech-parent - 2.2.15-SNAPSHOT + 2.2.15 diff --git a/pom.xml b/pom.xml index 431a1f2bb..27b23c7b6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-speech-parent pom - 2.2.15-SNAPSHOT + 2.2.15 Google Cloud speech Parent https://github.com/googleapis/java-speech @@ -149,37 +149,37 @@ com.google.api.grpc proto-google-cloud-speech-v1 - 2.2.15-SNAPSHOT + 2.2.15 com.google.cloud google-cloud-speech - 2.2.15-SNAPSHOT + 2.2.15 com.google.api.grpc proto-google-cloud-speech-v1beta1 - 0.86.15-SNAPSHOT + 0.86.15 com.google.api.grpc proto-google-cloud-speech-v1p1beta1 - 0.86.15-SNAPSHOT + 0.86.15 com.google.api.grpc grpc-google-cloud-speech-v1 - 2.2.15-SNAPSHOT + 2.2.15 com.google.api.grpc grpc-google-cloud-speech-v1beta1 - 0.86.15-SNAPSHOT + 0.86.15 com.google.api.grpc grpc-google-cloud-speech-v1p1beta1 - 0.86.15-SNAPSHOT + 0.86.15 diff --git a/proto-google-cloud-speech-v1/pom.xml b/proto-google-cloud-speech-v1/pom.xml index 4c2f9312c..526f756a0 100644 --- a/proto-google-cloud-speech-v1/pom.xml +++ b/proto-google-cloud-speech-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-speech-v1 - 2.2.15-SNAPSHOT + 2.2.15 proto-google-cloud-speech-v1 PROTO library for proto-google-cloud-speech-v1 com.google.cloud google-cloud-speech-parent - 2.2.15-SNAPSHOT + 2.2.15 diff --git a/proto-google-cloud-speech-v1beta1/pom.xml b/proto-google-cloud-speech-v1beta1/pom.xml index f78638515..d5655ab87 100644 --- a/proto-google-cloud-speech-v1beta1/pom.xml +++ b/proto-google-cloud-speech-v1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-speech-v1beta1 - 0.86.15-SNAPSHOT + 0.86.15 proto-google-cloud-speech-v1beta1 PROTO library for proto-google-cloud-speech-v1beta1 com.google.cloud google-cloud-speech-parent - 2.2.15-SNAPSHOT + 2.2.15 diff --git a/proto-google-cloud-speech-v1p1beta1/pom.xml b/proto-google-cloud-speech-v1p1beta1/pom.xml index ee88fe7dd..fc9ad5c42 100644 --- a/proto-google-cloud-speech-v1p1beta1/pom.xml +++ b/proto-google-cloud-speech-v1p1beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-speech-v1p1beta1 - 0.86.15-SNAPSHOT + 0.86.15 proto-google-cloud-speech-v1p1beta1 PROTO library for proto-google-cloud-speech-v1p1beta1 com.google.cloud google-cloud-speech-parent - 2.2.15-SNAPSHOT + 2.2.15 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 95118904a..73034c3c1 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-speech - 2.2.15-SNAPSHOT + 2.2.15 diff --git a/versions.txt b/versions.txt index 5dc930575..fd990c469 100644 --- a/versions.txt +++ b/versions.txt @@ -1,10 +1,10 @@ # Format: # module:released-version:current-version -google-cloud-speech:2.2.14:2.2.15-SNAPSHOT -grpc-google-cloud-speech-v1:2.2.14:2.2.15-SNAPSHOT -grpc-google-cloud-speech-v1beta1:0.86.14:0.86.15-SNAPSHOT -grpc-google-cloud-speech-v1p1beta1:0.86.14:0.86.15-SNAPSHOT -proto-google-cloud-speech-v1:2.2.14:2.2.15-SNAPSHOT -proto-google-cloud-speech-v1beta1:0.86.14:0.86.15-SNAPSHOT -proto-google-cloud-speech-v1p1beta1:0.86.14:0.86.15-SNAPSHOT +google-cloud-speech:2.2.15:2.2.15 +grpc-google-cloud-speech-v1:2.2.15:2.2.15 +grpc-google-cloud-speech-v1beta1:0.86.15:0.86.15 +grpc-google-cloud-speech-v1p1beta1:0.86.15:0.86.15 +proto-google-cloud-speech-v1:2.2.15:2.2.15 +proto-google-cloud-speech-v1beta1:0.86.15:0.86.15 +proto-google-cloud-speech-v1p1beta1:0.86.15:0.86.15