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 `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 `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 `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 `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 `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 `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 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)
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).
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))
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
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)