You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-speech/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/LongRunningRecognizeMetadata.java
+14-14
Original file line number
Diff line number
Diff line change
@@ -192,8 +192,8 @@ public com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder() {
192
192
*
193
193
*
194
194
* <pre>
195
-
* Output only. The URI of the audio file being transcribed. Empty if the audio was sent
196
-
* as byte content.
195
+
* Output only. The URI of the audio file being transcribed. Empty if the
196
+
* audio was sent as byte content.
197
197
* </pre>
198
198
*
199
199
* <code>string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -216,8 +216,8 @@ public java.lang.String getUri() {
216
216
*
217
217
*
218
218
* <pre>
219
-
* Output only. The URI of the audio file being transcribed. Empty if the audio was sent
220
-
* as byte content.
219
+
* Output only. The URI of the audio file being transcribed. Empty if the
220
+
* audio was sent as byte content.
221
221
* </pre>
222
222
*
223
223
* <code>string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -1090,8 +1090,8 @@ public com.google.protobuf.TimestampOrBuilder getLastUpdateTimeOrBuilder() {
1090
1090
*
1091
1091
*
1092
1092
* <pre>
1093
-
* Output only. The URI of the audio file being transcribed. Empty if the audio was sent
1094
-
* as byte content.
1093
+
* Output only. The URI of the audio file being transcribed. Empty if the
1094
+
* audio was sent as byte content.
1095
1095
* </pre>
1096
1096
*
1097
1097
* <code>string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -1113,8 +1113,8 @@ public java.lang.String getUri() {
1113
1113
*
1114
1114
*
1115
1115
* <pre>
1116
-
* Output only. The URI of the audio file being transcribed. Empty if the audio was sent
1117
-
* as byte content.
1116
+
* Output only. The URI of the audio file being transcribed. Empty if the
1117
+
* audio was sent as byte content.
1118
1118
* </pre>
1119
1119
*
1120
1120
* <code>string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -1136,8 +1136,8 @@ public com.google.protobuf.ByteString getUriBytes() {
1136
1136
*
1137
1137
*
1138
1138
* <pre>
1139
-
* Output only. The URI of the audio file being transcribed. Empty if the audio was sent
1140
-
* as byte content.
1139
+
* Output only. The URI of the audio file being transcribed. Empty if the
1140
+
* audio was sent as byte content.
1141
1141
* </pre>
1142
1142
*
1143
1143
* <code>string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -1158,8 +1158,8 @@ public Builder setUri(java.lang.String value) {
1158
1158
*
1159
1159
*
1160
1160
* <pre>
1161
-
* Output only. The URI of the audio file being transcribed. Empty if the audio was sent
1162
-
* as byte content.
1161
+
* Output only. The URI of the audio file being transcribed. Empty if the
1162
+
* audio was sent as byte content.
1163
1163
* </pre>
1164
1164
*
1165
1165
* <code>string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -1176,8 +1176,8 @@ public Builder clearUri() {
1176
1176
*
1177
1177
*
1178
1178
* <pre>
1179
-
* Output only. The URI of the audio file being transcribed. Empty if the audio was sent
1180
-
* as byte content.
1179
+
* Output only. The URI of the audio file being transcribed. Empty if the
1180
+
* audio was sent as byte content.
1181
1181
* </pre>
1182
1182
*
1183
1183
* <code>string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Copy file name to clipboardExpand all lines: java-speech/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/LongRunningRecognizeMetadataOrBuilder.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -111,8 +111,8 @@ public interface LongRunningRecognizeMetadataOrBuilder
111
111
*
112
112
*
113
113
* <pre>
114
-
* Output only. The URI of the audio file being transcribed. Empty if the audio was sent
115
-
* as byte content.
114
+
* Output only. The URI of the audio file being transcribed. Empty if the
115
+
* audio was sent as byte content.
116
116
* </pre>
117
117
*
118
118
* <code>string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -124,8 +124,8 @@ public interface LongRunningRecognizeMetadataOrBuilder
124
124
*
125
125
*
126
126
* <pre>
127
-
* Output only. The URI of the audio file being transcribed. Empty if the audio was sent
128
-
* as byte content.
127
+
* Output only. The URI of the audio file being transcribed. Empty if the
128
+
* audio was sent as byte content.
129
129
* </pre>
130
130
*
131
131
* <code>string uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Copy file name to clipboardExpand all lines: java-speech/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/RecognitionAudioOrBuilder.java
+9-6
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,9 @@ public interface RecognitionAudioOrBuilder
61
61
* Currently, only Google Cloud Storage URIs are
62
62
* supported, which must be specified in the following format:
63
63
* `gs://bucket_name/object_name` (other URI formats return
64
-
* [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For more information, see
0 commit comments