diff --git a/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionAudio.java b/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionAudio.java index 5de4c278bd5f..c0eb65dd0fbb 100644 --- a/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionAudio.java +++ b/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionAudio.java @@ -9,8 +9,8 @@ *
* Contains audio data in the encoding specified in the `RecognitionConfig`. * Either `content` or `uri` must be supplied. Supplying both or neither - * returns [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]. See - * [content limits](/speech-to-text/quotas#content). + * returns [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]. + * See [content limits](/speech-to-text/quotas#content). ** * Protobuf type {@code google.cloud.speech.v1.RecognitionAudio} @@ -167,8 +167,9 @@ public com.google.protobuf.ByteString getContent() { * Currently, only Google Cloud Storage URIs are * supported, which must be specified in the following format: * `gs://bucket_name/object_name` (other URI formats return - * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see - * [Request URIs](https://cloud.google.com/storage/docs/reference-uris). + * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). + * For more information, see [Request + * URIs](https://cloud.google.com/storage/docs/reference-uris). * * *
string uri = 2;
@@ -198,8 +199,9 @@ public java.lang.String getUri() {
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
@@ -416,8 +418,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Contains audio data in the encoding specified in the `RecognitionConfig`.
* Either `content` or `uri` must be supplied. Supplying both or neither
- * returns [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]. See
- * [content limits](/speech-to-text/quotas#content).
+ * returns [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT].
+ * See [content limits](/speech-to-text/quotas#content).
*
*
* Protobuf type {@code google.cloud.speech.v1.RecognitionAudio}
@@ -670,8 +672,9 @@ public Builder clearContent() {
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
@@ -701,8 +704,9 @@ public java.lang.String getUri() {
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
@@ -732,8 +736,9 @@ public com.google.protobuf.ByteString getUriBytes() {
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
@@ -756,8 +761,9 @@ public Builder setUri(java.lang.String value) {
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
@@ -779,8 +785,9 @@ public Builder clearUri() {
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
diff --git a/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionAudioOrBuilder.java b/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionAudioOrBuilder.java
index 3f8d5986a603..c41082816b3e 100644
--- a/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionAudioOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionAudioOrBuilder.java
@@ -30,8 +30,9 @@ public interface RecognitionAudioOrBuilder
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
@@ -46,8 +47,9 @@ public interface RecognitionAudioOrBuilder
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
diff --git a/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionConfig.java b/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionConfig.java
index 6904737bf13a..45d444d9a6f6 100644
--- a/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionConfig.java
+++ b/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionConfig.java
@@ -192,7 +192,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* an `AudioEncoding` when you send send `FLAC` or `WAV` audio, the
* encoding configuration must match the encoding described in the audio
* header; otherwise the request returns an
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error code.
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error
+ * code.
*
*
* Protobuf enum {@code google.cloud.speech.v1.RecognitionConfig.AudioEncoding}
@@ -490,7 +491,8 @@ private AudioEncoding(int value) {
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -504,7 +506,8 @@ public int getEncodingValue() {
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -530,7 +533,8 @@ public com.google.cloud.speech.v1.RecognitionConfig.AudioEncoding getEncoding()
* source to 16000 Hz. If that's not possible, use the native sample rate of
* the audio source (instead of re-sampling).
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
*
*
* int32 sample_rate_hertz = 2;
@@ -1464,7 +1468,8 @@ public Builder mergeFrom(
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -1478,7 +1483,8 @@ public int getEncodingValue() {
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -1494,7 +1500,8 @@ public Builder setEncodingValue(int value) {
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -1513,7 +1520,8 @@ public com.google.cloud.speech.v1.RecognitionConfig.AudioEncoding getEncoding()
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -1533,7 +1541,8 @@ public Builder setEncoding(com.google.cloud.speech.v1.RecognitionConfig.AudioEnc
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -1556,7 +1565,8 @@ public Builder clearEncoding() {
* source to 16000 Hz. If that's not possible, use the native sample rate of
* the audio source (instead of re-sampling).
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
*
*
* int32 sample_rate_hertz = 2;
@@ -1574,7 +1584,8 @@ public int getSampleRateHertz() {
* source to 16000 Hz. If that's not possible, use the native sample rate of
* the audio source (instead of re-sampling).
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
*
*
* int32 sample_rate_hertz = 2;
@@ -1595,7 +1606,8 @@ public Builder setSampleRateHertz(int value) {
* source to 16000 Hz. If that's not possible, use the native sample rate of
* the audio source (instead of re-sampling).
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
*
*
* int32 sample_rate_hertz = 2;
diff --git a/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionConfigOrBuilder.java b/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionConfigOrBuilder.java
index 43532b9f87e9..6751b9c28703 100644
--- a/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionConfigOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionConfigOrBuilder.java
@@ -14,7 +14,8 @@ public interface RecognitionConfigOrBuilder
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -26,7 +27,8 @@ public interface RecognitionConfigOrBuilder
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -43,7 +45,8 @@ public interface RecognitionConfigOrBuilder
* source to 16000 Hz. If that's not possible, use the native sample rate of
* the audio source (instead of re-sampling).
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
*
*
* int32 sample_rate_hertz = 2;
diff --git a/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/StreamingRecognizeResponse.java b/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/StreamingRecognizeResponse.java
index fd0760ed694e..2609259e5e99 100644
--- a/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/StreamingRecognizeResponse.java
+++ b/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/StreamingRecognizeResponse.java
@@ -304,8 +304,8 @@ private SpeechEventType(int value) {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -317,8 +317,8 @@ public boolean hasError() {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -330,8 +330,8 @@ public com.google.rpc.Status getError() {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -912,8 +912,8 @@ public Builder mergeFrom(
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -925,8 +925,8 @@ public boolean hasError() {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -942,8 +942,8 @@ public com.google.rpc.Status getError() {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -965,8 +965,8 @@ public Builder setError(com.google.rpc.Status value) {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -985,8 +985,8 @@ public Builder setError(com.google.rpc.Status.Builder builderForValue) {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -1009,8 +1009,8 @@ public Builder mergeError(com.google.rpc.Status value) {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -1030,8 +1030,8 @@ public Builder clearError() {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -1045,8 +1045,8 @@ public com.google.rpc.Status.Builder getErrorBuilder() {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -1062,8 +1062,8 @@ public com.google.rpc.StatusOrBuilder getErrorOrBuilder() {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
diff --git a/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/StreamingRecognizeResponseOrBuilder.java b/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/StreamingRecognizeResponseOrBuilder.java
index c584397737d8..93eff3cf9c65 100644
--- a/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/StreamingRecognizeResponseOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/StreamingRecognizeResponseOrBuilder.java
@@ -12,8 +12,8 @@ public interface StreamingRecognizeResponseOrBuilder
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -23,8 +23,8 @@ public interface StreamingRecognizeResponseOrBuilder
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -34,8 +34,8 @@ public interface StreamingRecognizeResponseOrBuilder
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
diff --git a/google-api-grpc/proto-google-cloud-speech-v1/src/main/proto/google/cloud/speech/v1/cloud_speech.proto b/google-api-grpc/proto-google-cloud-speech-v1/src/main/proto/google/cloud/speech/v1/cloud_speech.proto
index da21a7c7fde9..11bd981b8cd4 100644
--- a/google-api-grpc/proto-google-cloud-speech-v1/src/main/proto/google/cloud/speech/v1/cloud_speech.proto
+++ b/google-api-grpc/proto-google-cloud-speech-v1/src/main/proto/google/cloud/speech/v1/cloud_speech.proto
@@ -31,7 +31,6 @@ option java_multiple_files = true;
option java_outer_classname = "SpeechProto";
option java_package = "com.google.cloud.speech.v1";
-
// Service that implements Google Cloud Speech API.
service Speech {
// Performs synchronous speech recognition: receive results after all audio
@@ -47,7 +46,8 @@ service Speech {
// google.longrunning.Operations interface. Returns either an
// `Operation.error` or an `Operation.response` which contains
// a `LongRunningRecognizeResponse` message.
- rpc LongRunningRecognize(LongRunningRecognizeRequest) returns (google.longrunning.Operation) {
+ rpc LongRunningRecognize(LongRunningRecognizeRequest)
+ returns (google.longrunning.Operation) {
option (google.api.http) = {
post: "/v1/speech:longrunningrecognize"
body: "*"
@@ -56,8 +56,8 @@ service Speech {
// Performs bidirectional streaming speech recognition: receive results while
// sending audio. This method is only available via the gRPC API (not REST).
- rpc StreamingRecognize(stream StreamingRecognizeRequest) returns (stream StreamingRecognizeResponse) {
- }
+ rpc StreamingRecognize(stream StreamingRecognizeRequest)
+ returns (stream StreamingRecognizeResponse) {}
}
// The top-level message sent by the client for the `Recognize` method.
@@ -155,7 +155,8 @@ message RecognitionConfig {
// an `AudioEncoding` when you send send `FLAC` or `WAV` audio, the
// encoding configuration must match the encoding described in the audio
// header; otherwise the request returns an
- // [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error code.
+ // [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error
+ // code.
enum AudioEncoding {
// Not specified.
ENCODING_UNSPECIFIED = 0;
@@ -203,7 +204,8 @@ message RecognitionConfig {
// Encoding of audio data sent in all `RecognitionAudio` messages.
// This field is optional for `FLAC` and `WAV` audio files and required
- // for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ // for all other audio formats. For details, see
+ // [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
AudioEncoding encoding = 1;
// Sample rate in Hertz of the audio data sent in all
@@ -212,7 +214,8 @@ message RecognitionConfig {
// source to 16000 Hz. If that's not possible, use the native sample rate of
// the audio source (instead of re-sampling).
// This field is optional for `FLAC` and `WAV` audio files and required
- // for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
+ // for all other audio formats. For details, see
+ // [AudioEncoding][google.cloud.speech.v1.RecognitionConfig.AudioEncoding].
int32 sample_rate_hertz = 2;
// *Optional* The number of channels in the input audio data.
@@ -341,8 +344,8 @@ message SpeechContext {
// Contains audio data in the encoding specified in the `RecognitionConfig`.
// Either `content` or `uri` must be supplied. Supplying both or neither
-// returns [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]. See
-// [content limits](/speech-to-text/quotas#content).
+// returns [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT].
+// See [content limits](/speech-to-text/quotas#content).
message RecognitionAudio {
// The audio source, which is either inline content or a Google Cloud
// Storage uri.
@@ -357,8 +360,9 @@ message RecognitionAudio {
// Currently, only Google Cloud Storage URIs are
// supported, which must be specified in the following format:
// `gs://bucket_name/object_name` (other URI formats return
- // [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- // [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ // [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ // For more information, see [Request
+ // URIs](https://cloud.google.com/storage/docs/reference-uris).
string uri = 2;
}
}
@@ -463,8 +467,8 @@ message StreamingRecognizeResponse {
END_OF_SINGLE_UTTERANCE = 1;
}
- // Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- // specifies the error for the operation.
+ // Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ // message that specifies the error for the operation.
google.rpc.Status error = 1;
// Output only. This repeated list contains zero or more results that
diff --git a/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionAudio.java b/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionAudio.java
index d6d0cef8d16c..77f0ebd28fda 100644
--- a/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionAudio.java
+++ b/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionAudio.java
@@ -9,8 +9,8 @@
* * Contains audio data in the encoding specified in the `RecognitionConfig`. * Either `content` or `uri` must be supplied. Supplying both or neither - * returns [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]. See - * [content limits](/speech-to-text/quotas#content). + * returns [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]. + * See [content limits](/speech-to-text/quotas#content). ** * Protobuf type {@code google.cloud.speech.v1p1beta1.RecognitionAudio} @@ -167,8 +167,9 @@ public com.google.protobuf.ByteString getContent() { * Currently, only Google Cloud Storage URIs are * supported, which must be specified in the following format: * `gs://bucket_name/object_name` (other URI formats return - * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see - * [Request URIs](https://cloud.google.com/storage/docs/reference-uris). + * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). + * For more information, see [Request + * URIs](https://cloud.google.com/storage/docs/reference-uris). * * *
string uri = 2;
@@ -198,8 +199,9 @@ public java.lang.String getUri() {
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
@@ -416,8 +418,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
* Contains audio data in the encoding specified in the `RecognitionConfig`.
* Either `content` or `uri` must be supplied. Supplying both or neither
- * returns [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]. See
- * [content limits](/speech-to-text/quotas#content).
+ * returns [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT].
+ * See [content limits](/speech-to-text/quotas#content).
*
*
* Protobuf type {@code google.cloud.speech.v1p1beta1.RecognitionAudio}
@@ -672,8 +674,9 @@ public Builder clearContent() {
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
@@ -703,8 +706,9 @@ public java.lang.String getUri() {
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
@@ -734,8 +738,9 @@ public com.google.protobuf.ByteString getUriBytes() {
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
@@ -758,8 +763,9 @@ public Builder setUri(java.lang.String value) {
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
@@ -781,8 +787,9 @@ public Builder clearUri() {
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
diff --git a/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionAudioOrBuilder.java b/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionAudioOrBuilder.java
index af5bb9e3d8da..5e6728fb6aa8 100644
--- a/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionAudioOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionAudioOrBuilder.java
@@ -30,8 +30,9 @@ public interface RecognitionAudioOrBuilder
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
@@ -46,8 +47,9 @@ public interface RecognitionAudioOrBuilder
* Currently, only Google Cloud Storage URIs are
* supported, which must be specified in the following format:
* `gs://bucket_name/object_name` (other URI formats return
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- * [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ * For more information, see [Request
+ * URIs](https://cloud.google.com/storage/docs/reference-uris).
*
*
* string uri = 2;
diff --git a/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionConfig.java b/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionConfig.java
index 44bb34beefdf..5fc326801967 100644
--- a/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionConfig.java
+++ b/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionConfig.java
@@ -241,7 +241,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* an `AudioEncoding` when you send send `FLAC` or `WAV` audio, the
* encoding configuration must match the encoding described in the audio
* header; otherwise the request returns an
- * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error code.
+ * [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error
+ * code.
*
*
* Protobuf enum {@code google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding}
@@ -541,7 +542,8 @@ private AudioEncoding(int value) {
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -555,7 +557,8 @@ public int getEncodingValue() {
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -581,7 +584,8 @@ public com.google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding getEnco
* source to 16000 Hz. If that's not possible, use the native sample rate of
* the audio source (instead of re-sampling).
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
*
*
* int32 sample_rate_hertz = 2;
@@ -823,9 +827,10 @@ public boolean getProfanityFilter() {
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -837,9 +842,10 @@ public java.util.List
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -852,9 +858,10 @@ public java.util.List
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -866,9 +873,10 @@ public int getSpeechContextsCount() {
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -880,9 +888,10 @@ public com.google.cloud.speech.v1p1beta1.SpeechContext getSpeechContexts(int ind
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -1820,7 +1829,8 @@ public Builder mergeFrom(
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -1834,7 +1844,8 @@ public int getEncodingValue() {
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -1850,7 +1861,8 @@ public Builder setEncodingValue(int value) {
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -1869,7 +1881,8 @@ public com.google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding getEnco
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -1890,7 +1903,8 @@ public Builder setEncoding(
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -1913,7 +1927,8 @@ public Builder clearEncoding() {
* source to 16000 Hz. If that's not possible, use the native sample rate of
* the audio source (instead of re-sampling).
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
*
*
* int32 sample_rate_hertz = 2;
@@ -1931,7 +1946,8 @@ public int getSampleRateHertz() {
* source to 16000 Hz. If that's not possible, use the native sample rate of
* the audio source (instead of re-sampling).
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
*
*
* int32 sample_rate_hertz = 2;
@@ -1952,7 +1968,8 @@ public Builder setSampleRateHertz(int value) {
* source to 16000 Hz. If that's not possible, use the native sample rate of
* the audio source (instead of re-sampling).
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
*
*
* int32 sample_rate_hertz = 2;
@@ -2582,9 +2599,10 @@ private void ensureSpeechContextsIsMutable() {
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2600,9 +2618,10 @@ public java.util.List
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2618,9 +2637,10 @@ public int getSpeechContextsCount() {
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2636,9 +2656,10 @@ public com.google.cloud.speech.v1p1beta1.SpeechContext getSpeechContexts(int ind
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2661,9 +2682,10 @@ public Builder setSpeechContexts(
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2683,9 +2705,10 @@ public Builder setSpeechContexts(
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2707,9 +2730,10 @@ public Builder addSpeechContexts(com.google.cloud.speech.v1p1beta1.SpeechContext
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2732,9 +2756,10 @@ public Builder addSpeechContexts(
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2754,9 +2779,10 @@ public Builder addSpeechContexts(
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2776,9 +2802,10 @@ public Builder addSpeechContexts(
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2798,9 +2825,10 @@ public Builder addAllSpeechContexts(
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2819,9 +2847,10 @@ public Builder clearSpeechContexts() {
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2840,9 +2869,10 @@ public Builder removeSpeechContexts(int index) {
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2855,9 +2885,10 @@ public com.google.cloud.speech.v1p1beta1.SpeechContext.Builder getSpeechContexts
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2874,9 +2905,10 @@ public com.google.cloud.speech.v1p1beta1.SpeechContextOrBuilder getSpeechContext
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2893,9 +2925,10 @@ public com.google.cloud.speech.v1p1beta1.SpeechContextOrBuilder getSpeechContext
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2908,9 +2941,10 @@ public com.google.cloud.speech.v1p1beta1.SpeechContext.Builder addSpeechContexts
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -2924,9 +2958,10 @@ public com.google.cloud.speech.v1p1beta1.SpeechContext.Builder addSpeechContexts
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
diff --git a/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionConfigOrBuilder.java b/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionConfigOrBuilder.java
index 09b872469346..6e5358abb908 100644
--- a/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionConfigOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/RecognitionConfigOrBuilder.java
@@ -14,7 +14,8 @@ public interface RecognitionConfigOrBuilder
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -26,7 +27,8 @@ public interface RecognitionConfigOrBuilder
*
* Encoding of audio data sent in all `RecognitionAudio` messages.
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
*
*
* .google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding encoding = 1;
@@ -43,7 +45,8 @@ public interface RecognitionConfigOrBuilder
* source to 16000 Hz. If that's not possible, use the native sample rate of
* the audio source (instead of re-sampling).
* This field is optional for `FLAC` and `WAV` audio files and required
- * for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ * for all other audio formats. For details, see
+ * [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
*
*
* int32 sample_rate_hertz = 2;
@@ -233,9 +236,10 @@ public interface RecognitionConfigOrBuilder
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -245,9 +249,10 @@ public interface RecognitionConfigOrBuilder
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -257,9 +262,10 @@ public interface RecognitionConfigOrBuilder
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -269,9 +275,10 @@ public interface RecognitionConfigOrBuilder
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
@@ -282,9 +289,10 @@ public interface RecognitionConfigOrBuilder
*
*
*
- * *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- * A means to provide context to assist the speech recognition. For more
- * information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ * *Optional* array of
+ * [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ * provide context to assist the speech recognition. For more information, see
+ * [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
*
*
* repeated .google.cloud.speech.v1p1beta1.SpeechContext speech_contexts = 6;
diff --git a/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/StreamingRecognizeResponse.java b/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/StreamingRecognizeResponse.java
index 2e47fe0b2980..8810050c17e9 100644
--- a/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/StreamingRecognizeResponse.java
+++ b/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/StreamingRecognizeResponse.java
@@ -304,8 +304,8 @@ private SpeechEventType(int value) {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -317,8 +317,8 @@ public boolean hasError() {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -330,8 +330,8 @@ public com.google.rpc.Status getError() {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -918,8 +918,8 @@ public Builder mergeFrom(
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -931,8 +931,8 @@ public boolean hasError() {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -948,8 +948,8 @@ public com.google.rpc.Status getError() {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -971,8 +971,8 @@ public Builder setError(com.google.rpc.Status value) {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -991,8 +991,8 @@ public Builder setError(com.google.rpc.Status.Builder builderForValue) {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -1015,8 +1015,8 @@ public Builder mergeError(com.google.rpc.Status value) {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -1036,8 +1036,8 @@ public Builder clearError() {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -1051,8 +1051,8 @@ public com.google.rpc.Status.Builder getErrorBuilder() {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -1068,8 +1068,8 @@ public com.google.rpc.StatusOrBuilder getErrorOrBuilder() {
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
diff --git a/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/StreamingRecognizeResponseOrBuilder.java b/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/StreamingRecognizeResponseOrBuilder.java
index a8fe0d884f7a..fd8d2223a2be 100644
--- a/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/StreamingRecognizeResponseOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/StreamingRecognizeResponseOrBuilder.java
@@ -12,8 +12,8 @@ public interface StreamingRecognizeResponseOrBuilder
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -23,8 +23,8 @@ public interface StreamingRecognizeResponseOrBuilder
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
@@ -34,8 +34,8 @@ public interface StreamingRecognizeResponseOrBuilder
*
*
*
- * Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- * specifies the error for the operation.
+ * Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ * message that specifies the error for the operation.
*
*
* .google.rpc.Status error = 1;
diff --git a/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/proto/google/cloud/speech/v1p1beta1/cloud_speech.proto b/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/proto/google/cloud/speech/v1p1beta1/cloud_speech.proto
index 53283d3b7d33..d603d97dd81f 100644
--- a/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/proto/google/cloud/speech/v1p1beta1/cloud_speech.proto
+++ b/google-api-grpc/proto-google-cloud-speech-v1p1beta1/src/main/proto/google/cloud/speech/v1p1beta1/cloud_speech.proto
@@ -31,7 +31,6 @@ option java_multiple_files = true;
option java_outer_classname = "SpeechProto";
option java_package = "com.google.cloud.speech.v1p1beta1";
-
// Service that implements Google Cloud Speech API.
service Speech {
// Performs synchronous speech recognition: receive results after all audio
@@ -47,7 +46,8 @@ service Speech {
// google.longrunning.Operations interface. Returns either an
// `Operation.error` or an `Operation.response` which contains
// a `LongRunningRecognizeResponse` message.
- rpc LongRunningRecognize(LongRunningRecognizeRequest) returns (google.longrunning.Operation) {
+ rpc LongRunningRecognize(LongRunningRecognizeRequest)
+ returns (google.longrunning.Operation) {
option (google.api.http) = {
post: "/v1p1beta1/speech:longrunningrecognize"
body: "*"
@@ -56,8 +56,8 @@ service Speech {
// Performs bidirectional streaming speech recognition: receive results while
// sending audio. This method is only available via the gRPC API (not REST).
- rpc StreamingRecognize(stream StreamingRecognizeRequest) returns (stream StreamingRecognizeResponse) {
- }
+ rpc StreamingRecognize(stream StreamingRecognizeRequest)
+ returns (stream StreamingRecognizeResponse) {}
}
// The top-level message sent by the client for the `Recognize` method.
@@ -155,7 +155,8 @@ message RecognitionConfig {
// an `AudioEncoding` when you send send `FLAC` or `WAV` audio, the
// encoding configuration must match the encoding described in the audio
// header; otherwise the request returns an
- // [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error code.
+ // [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT] error
+ // code.
enum AudioEncoding {
// Not specified.
ENCODING_UNSPECIFIED = 0;
@@ -203,7 +204,8 @@ message RecognitionConfig {
// Encoding of audio data sent in all `RecognitionAudio` messages.
// This field is optional for `FLAC` and `WAV` audio files and required
- // for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ // for all other audio formats. For details, see
+ // [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
AudioEncoding encoding = 1;
// Sample rate in Hertz of the audio data sent in all
@@ -212,7 +214,8 @@ message RecognitionConfig {
// source to 16000 Hz. If that's not possible, use the native sample rate of
// the audio source (instead of re-sampling).
// This field is optional for `FLAC` and `WAV` audio files and required
- // for all other audio formats. For details, see [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
+ // for all other audio formats. For details, see
+ // [AudioEncoding][google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding].
int32 sample_rate_hertz = 2;
// *Optional* The number of channels in the input audio data.
@@ -269,9 +272,10 @@ message RecognitionConfig {
// won't be filtered out.
bool profanity_filter = 5;
- // *Optional* array of [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext].
- // A means to provide context to assist the speech recognition. For more
- // information, see [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
+ // *Optional* array of
+ // [SpeechContext][google.cloud.speech.v1p1beta1.SpeechContext]. A means to
+ // provide context to assist the speech recognition. For more information, see
+ // [Phrase Hints](/speech-to-text/docs/basics#phrase-hints).
repeated SpeechContext speech_contexts = 6;
// *Optional* If `true`, the top result includes a list of words and
@@ -511,8 +515,8 @@ message SpeechContext {
// Contains audio data in the encoding specified in the `RecognitionConfig`.
// Either `content` or `uri` must be supplied. Supplying both or neither
-// returns [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]. See
-// [content limits](/speech-to-text/quotas#content).
+// returns [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT].
+// See [content limits](/speech-to-text/quotas#content).
message RecognitionAudio {
// The audio source, which is either inline content or a Google Cloud
// Storage uri.
@@ -527,8 +531,9 @@ message RecognitionAudio {
// Currently, only Google Cloud Storage URIs are
// supported, which must be specified in the following format:
// `gs://bucket_name/object_name` (other URI formats return
- // [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
- // [Request URIs](https://cloud.google.com/storage/docs/reference-uris).
+ // [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]).
+ // For more information, see [Request
+ // URIs](https://cloud.google.com/storage/docs/reference-uris).
string uri = 2;
}
}
@@ -633,8 +638,8 @@ message StreamingRecognizeResponse {
END_OF_SINGLE_UTTERANCE = 1;
}
- // Output only. If set, returns a [google.rpc.Status][google.rpc.Status] message that
- // specifies the error for the operation.
+ // Output only. If set, returns a [google.rpc.Status][google.rpc.Status]
+ // message that specifies the error for the operation.
google.rpc.Status error = 1;
// Output only. This repeated list contains zero or more results that
diff --git a/google-cloud-clients/google-cloud-speech/synth.metadata b/google-cloud-clients/google-cloud-speech/synth.metadata
index 9ec3da5b0a0f..c39d9478f2f5 100644
--- a/google-cloud-clients/google-cloud-speech/synth.metadata
+++ b/google-cloud-clients/google-cloud-speech/synth.metadata
@@ -1,19 +1,19 @@
{
- "updateTime": "2019-02-06T08:43:50.557356Z",
+ "updateTime": "2019-02-26T08:51:45.318623Z",
"sources": [
{
"generator": {
"name": "artman",
- "version": "0.16.9",
- "dockerImage": "googleapis/artman@sha256:80c39fa84e7203c8f355e01bdeef82155013cc39dcaa48fba7a6fe2c253623e3"
+ "version": "0.16.14",
+ "dockerImage": "googleapis/artman@sha256:f3d61ae45abaeefb6be5f228cda22732c2f1b00fb687c79c4bd4f2c42bb1e1a7"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
- "sha": "fb6037c65475bce990d8dcef955c66b0bdcb6e4a",
- "internalRef": "232615156"
+ "sha": "29f098cb03a9983cc9cb15993de5da64419046f2",
+ "internalRef": "235621085"
}
}
],