diff --git a/java-language/google-cloud-language-bom/pom.xml b/java-language/google-cloud-language-bom/pom.xml
index 3d3c663c7b10..afd7fe5f1ff1 100644
--- a/java-language/google-cloud-language-bom/pom.xml
+++ b/java-language/google-cloud-language-bom/pom.xml
@@ -53,27 +53,27 @@
- * Finds entities, similar to
- * [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities]
- * in the text and analyzes sentiment associated with each entity and its
- * mentions.
+ * Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
+ * sentiment associated with each entity and its mentions.
*
*/
public void analyzeEntitySentiment(
@@ -578,10 +576,8 @@ public void analyzeEntities(
*
*
*
- * Finds entities, similar to
- * [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities]
- * in the text and analyzes sentiment associated with each entity and its
- * mentions.
+ * Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
+ * sentiment associated with each entity and its mentions.
*
*/
public void analyzeEntitySentiment(
@@ -701,10 +697,8 @@ public com.google.cloud.language.v1.AnalyzeEntitiesResponse analyzeEntities(
*
*
*
- * Finds entities, similar to
- * [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities]
- * in the text and analyzes sentiment associated with each entity and its
- * mentions.
+ * Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
+ * sentiment associated with each entity and its mentions.
*
*/
public com.google.cloud.language.v1.AnalyzeEntitySentimentResponse analyzeEntitySentiment(
@@ -810,10 +804,8 @@ protected LanguageServiceFutureStub build(
*
*
*
- * Finds entities, similar to
- * [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities]
- * in the text and analyzes sentiment associated with each entity and its
- * mentions.
+ * Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
+ * sentiment associated with each entity and its mentions.
*
*/
public com.google.common.util.concurrent.ListenableFuture<
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitiesResponse.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitiesResponse.java
index 23f750d858b3..accd0b3e4a93 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitiesResponse.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitiesResponse.java
@@ -206,8 +206,7 @@ public com.google.cloud.language.v1.EntityOrBuilder getEntitiesOrBuilder(int ind
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -232,8 +231,7 @@ public java.lang.String getLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -984,8 +982,7 @@ public java.util.List
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -1009,8 +1006,7 @@ public java.lang.String getLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -1034,8 +1030,7 @@ public com.google.protobuf.ByteString getLanguageBytes() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -1058,8 +1053,7 @@ public Builder setLanguage(java.lang.String value) {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -1078,8 +1072,7 @@ public Builder clearLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitiesResponseOrBuilder.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitiesResponseOrBuilder.java
index 4a920281e665..62bb035b9a46 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitiesResponseOrBuilder.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitiesResponseOrBuilder.java
@@ -80,8 +80,7 @@ public interface AnalyzeEntitiesResponseOrBuilder
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -95,8 +94,7 @@ public interface AnalyzeEntitiesResponseOrBuilder
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitySentimentResponse.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitySentimentResponse.java
index 2307898ce365..905425e5c433 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitySentimentResponse.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitySentimentResponse.java
@@ -207,8 +207,7 @@ public com.google.cloud.language.v1.EntityOrBuilder getEntitiesOrBuilder(int ind
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -233,8 +232,7 @@ public java.lang.String getLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -986,8 +984,7 @@ public java.util.List
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -1011,8 +1008,7 @@ public java.lang.String getLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -1036,8 +1032,7 @@ public com.google.protobuf.ByteString getLanguageBytes() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -1060,8 +1055,7 @@ public Builder setLanguage(java.lang.String value) {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -1080,8 +1074,7 @@ public Builder clearLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitySentimentResponseOrBuilder.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitySentimentResponseOrBuilder.java
index 885d156bfe47..16ee973a23b9 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitySentimentResponseOrBuilder.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeEntitySentimentResponseOrBuilder.java
@@ -80,8 +80,7 @@ public interface AnalyzeEntitySentimentResponseOrBuilder
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -95,8 +94,7 @@ public interface AnalyzeEntitySentimentResponseOrBuilder
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSentimentResponse.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSentimentResponse.java
index c557151855b7..49f6247cade2 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSentimentResponse.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSentimentResponse.java
@@ -201,8 +201,7 @@ public com.google.cloud.language.v1.SentimentOrBuilder getDocumentSentimentOrBui
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -227,8 +226,7 @@ public java.lang.String getLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -915,8 +913,7 @@ public com.google.cloud.language.v1.SentimentOrBuilder getDocumentSentimentOrBui
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -940,8 +937,7 @@ public java.lang.String getLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -965,8 +961,7 @@ public com.google.protobuf.ByteString getLanguageBytes() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -989,8 +984,7 @@ public Builder setLanguage(java.lang.String value) {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -1009,8 +1003,7 @@ public Builder clearLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSentimentResponseOrBuilder.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSentimentResponseOrBuilder.java
index 78f94d9bf13f..9fa9e6082d54 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSentimentResponseOrBuilder.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSentimentResponseOrBuilder.java
@@ -64,8 +64,7 @@ public interface AnalyzeSentimentResponseOrBuilder
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
@@ -79,8 +78,7 @@ public interface AnalyzeSentimentResponseOrBuilder
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 2;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSyntaxResponse.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSyntaxResponse.java
index 214cca7efb91..0288ed59c66d 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSyntaxResponse.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSyntaxResponse.java
@@ -290,8 +290,7 @@ public com.google.cloud.language.v1.TokenOrBuilder getTokensOrBuilder(int index)
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 3;
@@ -316,8 +315,7 @@ public java.lang.String getLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 3;
@@ -1470,8 +1468,7 @@ public java.util.List
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 3;
@@ -1495,8 +1492,7 @@ public java.lang.String getLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 3;
@@ -1520,8 +1516,7 @@ public com.google.protobuf.ByteString getLanguageBytes() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 3;
@@ -1544,8 +1539,7 @@ public Builder setLanguage(java.lang.String value) {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 3;
@@ -1564,8 +1558,7 @@ public Builder clearLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 3;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSyntaxResponseOrBuilder.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSyntaxResponseOrBuilder.java
index 4a950561458e..1369f367f116 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSyntaxResponseOrBuilder.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnalyzeSyntaxResponseOrBuilder.java
@@ -132,8 +132,7 @@ public interface AnalyzeSyntaxResponseOrBuilder
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 3;
@@ -147,8 +146,7 @@ public interface AnalyzeSyntaxResponseOrBuilder
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 3;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnnotateTextResponse.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnnotateTextResponse.java
index e7471838e654..56f2bb5454ed 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnnotateTextResponse.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnnotateTextResponse.java
@@ -483,8 +483,7 @@ public com.google.cloud.language.v1.SentimentOrBuilder getDocumentSentimentOrBui
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 5;
@@ -509,8 +508,7 @@ public java.lang.String getLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 5;
@@ -2502,8 +2500,7 @@ public com.google.cloud.language.v1.SentimentOrBuilder getDocumentSentimentOrBui
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 5;
@@ -2527,8 +2524,7 @@ public java.lang.String getLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 5;
@@ -2552,8 +2548,7 @@ public com.google.protobuf.ByteString getLanguageBytes() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 5;
@@ -2576,8 +2571,7 @@ public Builder setLanguage(java.lang.String value) {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 5;
@@ -2596,8 +2590,7 @@ public Builder clearLanguage() {
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 5;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnnotateTextResponseOrBuilder.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnnotateTextResponseOrBuilder.java
index 922f5b1fc067..42ca1b94e339 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnnotateTextResponseOrBuilder.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/AnnotateTextResponseOrBuilder.java
@@ -246,8 +246,7 @@ public interface AnnotateTextResponseOrBuilder
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 5;
@@ -261,8 +260,7 @@ public interface AnnotateTextResponseOrBuilder
*
* The language of the text, which will be the same as the language specified
* in the request or, if not specified, the automatically-detected language.
- * See [Document.language][google.cloud.language.v1.Document.language] field
- * for more details.
+ * See [Document.language][google.cloud.language.v1.Document.language] field for more details.
*
*
* string language = 5;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Document.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Document.java
index 76a2d96cc76e..b2b98e0942b9 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Document.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Document.java
@@ -22,7 +22,6 @@
*
*
* - * ################################################################ # * Represents the input to API methods. ** @@ -798,7 +797,6 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
- * ################################################################ #
* Represents the input to API methods.
*
*
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Entity.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Entity.java
index c6991d69761a..19b1912bf9ac 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Entity.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Entity.java
@@ -917,9 +917,9 @@ public com.google.cloud.language.v1.EntityMentionOrBuilder getMentionsOrBuilder(
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
@@ -935,9 +935,9 @@ public boolean hasSentiment() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
@@ -955,9 +955,9 @@ public com.google.cloud.language.v1.Sentiment getSentiment() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
@@ -2259,9 +2259,9 @@ public com.google.cloud.language.v1.EntityMention.Builder addMentionsBuilder(int
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
@@ -2276,9 +2276,9 @@ public boolean hasSentiment() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
@@ -2299,9 +2299,9 @@ public com.google.cloud.language.v1.Sentiment getSentiment() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
@@ -2324,9 +2324,9 @@ public Builder setSentiment(com.google.cloud.language.v1.Sentiment value) {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
@@ -2346,9 +2346,9 @@ public Builder setSentiment(com.google.cloud.language.v1.Sentiment.Builder build
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
@@ -2375,9 +2375,9 @@ public Builder mergeSentiment(com.google.cloud.language.v1.Sentiment value) {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
@@ -2398,9 +2398,9 @@ public Builder clearSentiment() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
@@ -2415,9 +2415,9 @@ public com.google.cloud.language.v1.Sentiment.Builder getSentimentBuilder() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
@@ -2436,9 +2436,9 @@ public com.google.cloud.language.v1.SentimentOrBuilder getSentimentOrBuilder() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/EntityMention.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/EntityMention.java
index d0f1d55c8375..e176c4ba21d1 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/EntityMention.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/EntityMention.java
@@ -392,9 +392,9 @@ public com.google.cloud.language.v1.EntityMention.Type getType() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
@@ -410,9 +410,9 @@ public boolean hasSentiment() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
@@ -430,9 +430,9 @@ public com.google.cloud.language.v1.Sentiment getSentiment() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
@@ -1097,9 +1097,9 @@ public Builder clearType() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
@@ -1114,9 +1114,9 @@ public boolean hasSentiment() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
@@ -1137,9 +1137,9 @@ public com.google.cloud.language.v1.Sentiment getSentiment() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
@@ -1162,9 +1162,9 @@ public Builder setSentiment(com.google.cloud.language.v1.Sentiment value) {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
@@ -1184,9 +1184,9 @@ public Builder setSentiment(com.google.cloud.language.v1.Sentiment.Builder build
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
@@ -1213,9 +1213,9 @@ public Builder mergeSentiment(com.google.cloud.language.v1.Sentiment value) {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
@@ -1236,9 +1236,9 @@ public Builder clearSentiment() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
@@ -1253,9 +1253,9 @@ public com.google.cloud.language.v1.Sentiment.Builder getSentimentBuilder() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
@@ -1274,9 +1274,9 @@ public com.google.cloud.language.v1.SentimentOrBuilder getSentimentOrBuilder() {
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/EntityMentionOrBuilder.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/EntityMentionOrBuilder.java
index 444002d5ee23..b0c19f722632 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/EntityMentionOrBuilder.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/EntityMentionOrBuilder.java
@@ -88,9 +88,9 @@ public interface EntityMentionOrBuilder
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
@@ -103,9 +103,9 @@ public interface EntityMentionOrBuilder
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
@@ -118,9 +118,9 @@ public interface EntityMentionOrBuilder
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the sentiment expressed for this
- * mention of the entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the sentiment expressed for this mention of
+ * the entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 3;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/EntityOrBuilder.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/EntityOrBuilder.java
index 326115d016a3..40475ed77623 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/EntityOrBuilder.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/EntityOrBuilder.java
@@ -226,9 +226,9 @@ java.lang.String getMetadataOrDefault(
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
@@ -241,9 +241,9 @@ java.lang.String getMetadataOrDefault(
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
@@ -256,9 +256,9 @@ java.lang.String getMetadataOrDefault(
*
*
* For calls to [AnalyzeEntitySentiment][] or if
- * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- * is set to true, this field will contain the aggregate sentiment expressed
- * for this entity in the provided document.
+ * [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ * true, this field will contain the aggregate sentiment expressed for this
+ * entity in the provided document.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 6;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Sentence.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Sentence.java
index ff00a442786f..461cdeb7099d 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Sentence.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Sentence.java
@@ -189,8 +189,8 @@ public com.google.cloud.language.v1.TextSpanOrBuilder getTextOrBuilder() {
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
@@ -206,8 +206,8 @@ public boolean hasSentiment() {
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
@@ -225,8 +225,8 @@ public com.google.cloud.language.v1.Sentiment getSentiment() {
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
@@ -782,8 +782,8 @@ public com.google.cloud.language.v1.TextSpanOrBuilder getTextOrBuilder() {
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
@@ -798,8 +798,8 @@ public boolean hasSentiment() {
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
@@ -820,8 +820,8 @@ public com.google.cloud.language.v1.Sentiment getSentiment() {
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
@@ -844,8 +844,8 @@ public Builder setSentiment(com.google.cloud.language.v1.Sentiment value) {
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
@@ -865,8 +865,8 @@ public Builder setSentiment(com.google.cloud.language.v1.Sentiment.Builder build
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
@@ -893,8 +893,8 @@ public Builder mergeSentiment(com.google.cloud.language.v1.Sentiment value) {
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
@@ -915,8 +915,8 @@ public Builder clearSentiment() {
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
@@ -931,8 +931,8 @@ public com.google.cloud.language.v1.Sentiment.Builder getSentimentBuilder() {
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
@@ -951,8 +951,8 @@ public com.google.cloud.language.v1.SentimentOrBuilder getSentimentOrBuilder() {
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/SentenceOrBuilder.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/SentenceOrBuilder.java
index bf5fefcbb1fe..beaf01608d33 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/SentenceOrBuilder.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/SentenceOrBuilder.java
@@ -63,8 +63,8 @@ public interface SentenceOrBuilder
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
@@ -77,8 +77,8 @@ public interface SentenceOrBuilder
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
@@ -91,8 +91,8 @@ public interface SentenceOrBuilder
*
*
* For calls to [AnalyzeSentiment][] or if
- * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- * is set to true, this field will contain the sentiment for the sentence.
+ * [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ * true, this field will contain the sentiment for the sentence.
*
*
* .google.cloud.language.v1.Sentiment sentiment = 2;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/TextSpan.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/TextSpan.java
index 78b8aa144147..8f4dd26947ed 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/TextSpan.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/TextSpan.java
@@ -174,9 +174,7 @@ public com.google.protobuf.ByteString getContentBytes() {
*
*
* The API calculates the beginning offset of the content in the original
- * document according to the
- * [EncodingType][google.cloud.language.v1.EncodingType] specified in the API
- * request.
+ * document according to the [EncodingType][google.cloud.language.v1.EncodingType] specified in the API request.
*
*
* int32 begin_offset = 2;
@@ -629,9 +627,7 @@ public Builder setContentBytes(com.google.protobuf.ByteString value) {
*
*
* The API calculates the beginning offset of the content in the original
- * document according to the
- * [EncodingType][google.cloud.language.v1.EncodingType] specified in the API
- * request.
+ * document according to the [EncodingType][google.cloud.language.v1.EncodingType] specified in the API request.
*
*
* int32 begin_offset = 2;
@@ -647,9 +643,7 @@ public int getBeginOffset() {
*
*
* The API calculates the beginning offset of the content in the original
- * document according to the
- * [EncodingType][google.cloud.language.v1.EncodingType] specified in the API
- * request.
+ * document according to the [EncodingType][google.cloud.language.v1.EncodingType] specified in the API request.
*
*
* int32 begin_offset = 2;
@@ -668,9 +662,7 @@ public Builder setBeginOffset(int value) {
*
*
* The API calculates the beginning offset of the content in the original
- * document according to the
- * [EncodingType][google.cloud.language.v1.EncodingType] specified in the API
- * request.
+ * document according to the [EncodingType][google.cloud.language.v1.EncodingType] specified in the API request.
*
*
* int32 begin_offset = 2;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/TextSpanOrBuilder.java b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/TextSpanOrBuilder.java
index 789ce7a8ffd7..6f39dd71419f 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/TextSpanOrBuilder.java
+++ b/java-language/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/TextSpanOrBuilder.java
@@ -53,9 +53,7 @@ public interface TextSpanOrBuilder
*
*
* The API calculates the beginning offset of the content in the original
- * document according to the
- * [EncodingType][google.cloud.language.v1.EncodingType] specified in the API
- * request.
+ * document according to the [EncodingType][google.cloud.language.v1.EncodingType] specified in the API request.
*
*
* int32 begin_offset = 2;
diff --git a/java-language/proto-google-cloud-language-v1/src/main/proto/google/cloud/language/v1/language_service.proto b/java-language/proto-google-cloud-language-v1/src/main/proto/google/cloud/language/v1/language_service.proto
index 06c68a279355..4dae89745bf4 100644
--- a/java-language/proto-google-cloud-language-v1/src/main/proto/google/cloud/language/v1/language_service.proto
+++ b/java-language/proto-google-cloud-language-v1/src/main/proto/google/cloud/language/v1/language_service.proto
@@ -1,4 +1,4 @@
-// Copyright 2019 Google LLC.
+// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -34,8 +34,7 @@ service LanguageService {
"https://www.googleapis.com/auth/cloud-platform";
// Analyzes the sentiment of the provided text.
- rpc AnalyzeSentiment(AnalyzeSentimentRequest)
- returns (AnalyzeSentimentResponse) {
+ rpc AnalyzeSentiment(AnalyzeSentimentRequest) returns (AnalyzeSentimentResponse) {
option (google.api.http) = {
post: "/v1/documents:analyzeSentiment"
body: "*"
@@ -47,8 +46,7 @@ service LanguageService {
// Finds named entities (currently proper names and common nouns) in the text
// along with entity types, salience, mentions for each entity, and
// other properties.
- rpc AnalyzeEntities(AnalyzeEntitiesRequest)
- returns (AnalyzeEntitiesResponse) {
+ rpc AnalyzeEntities(AnalyzeEntitiesRequest) returns (AnalyzeEntitiesResponse) {
option (google.api.http) = {
post: "/v1/documents:analyzeEntities"
body: "*"
@@ -57,12 +55,9 @@ service LanguageService {
option (google.api.method_signature) = "document";
}
- // Finds entities, similar to
- // [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities]
- // in the text and analyzes sentiment associated with each entity and its
- // mentions.
- rpc AnalyzeEntitySentiment(AnalyzeEntitySentimentRequest)
- returns (AnalyzeEntitySentimentResponse) {
+ // Finds entities, similar to [AnalyzeEntities][google.cloud.language.v1.LanguageService.AnalyzeEntities] in the text and analyzes
+ // sentiment associated with each entity and its mentions.
+ rpc AnalyzeEntitySentiment(AnalyzeEntitySentimentRequest) returns (AnalyzeEntitySentimentResponse) {
option (google.api.http) = {
post: "/v1/documents:analyzeEntitySentiment"
body: "*"
@@ -104,8 +99,6 @@ service LanguageService {
}
}
-// ################################################################ #
-//
// Represents the input to API methods.
message Document {
// The document types enum.
@@ -155,8 +148,8 @@ message Sentence {
TextSpan text = 1;
// For calls to [AnalyzeSentiment][] or if
- // [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment]
- // is set to true, this field will contain the sentiment for the sentence.
+ // [AnnotateTextRequest.Features.extract_document_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_document_sentiment] is set to
+ // true, this field will contain the sentiment for the sentence.
Sentiment sentiment = 2;
}
@@ -295,9 +288,9 @@ message Entity {
repeated EntityMention mentions = 5;
// For calls to [AnalyzeEntitySentiment][] or if
- // [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- // is set to true, this field will contain the aggregate sentiment expressed
- // for this entity in the provided document.
+ // [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ // true, this field will contain the aggregate sentiment expressed for this
+ // entity in the provided document.
Sentiment sentiment = 6;
}
@@ -948,9 +941,9 @@ message EntityMention {
Type type = 2;
// For calls to [AnalyzeEntitySentiment][] or if
- // [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment]
- // is set to true, this field will contain the sentiment expressed for this
- // mention of the entity in the provided document.
+ // [AnnotateTextRequest.Features.extract_entity_sentiment][google.cloud.language.v1.AnnotateTextRequest.Features.extract_entity_sentiment] is set to
+ // true, this field will contain the sentiment expressed for this mention of
+ // the entity in the provided document.
Sentiment sentiment = 3;
}
@@ -960,9 +953,7 @@ message TextSpan {
string content = 1;
// The API calculates the beginning offset of the content in the original
- // document according to the
- // [EncodingType][google.cloud.language.v1.EncodingType] specified in the API
- // request.
+ // document according to the [EncodingType][google.cloud.language.v1.EncodingType] specified in the API request.
int32 begin_offset = 2;
}
@@ -980,7 +971,9 @@ message ClassificationCategory {
// Model options available for classification requests.
message ClassificationModelOptions {
// Options for the V1 model.
- message V1Model {}
+ message V1Model {
+
+ }
// Options for the V2 model.
message V2Model {
@@ -1030,8 +1023,7 @@ message AnalyzeSentimentResponse {
// The language of the text, which will be the same as the language specified
// in the request or, if not specified, the automatically-detected language.
- // See [Document.language][google.cloud.language.v1.Document.language] field
- // for more details.
+ // See [Document.language][google.cloud.language.v1.Document.language] field for more details.
string language = 2;
// The sentiment for all the sentences in the document.
@@ -1054,8 +1046,7 @@ message AnalyzeEntitySentimentResponse {
// The language of the text, which will be the same as the language specified
// in the request or, if not specified, the automatically-detected language.
- // See [Document.language][google.cloud.language.v1.Document.language] field
- // for more details.
+ // See [Document.language][google.cloud.language.v1.Document.language] field for more details.
string language = 2;
}
@@ -1075,8 +1066,7 @@ message AnalyzeEntitiesResponse {
// The language of the text, which will be the same as the language specified
// in the request or, if not specified, the automatically-detected language.
- // See [Document.language][google.cloud.language.v1.Document.language] field
- // for more details.
+ // See [Document.language][google.cloud.language.v1.Document.language] field for more details.
string language = 2;
}
@@ -1099,8 +1089,7 @@ message AnalyzeSyntaxResponse {
// The language of the text, which will be the same as the language specified
// in the request or, if not specified, the automatically-detected language.
- // See [Document.language][google.cloud.language.v1.Document.language] field
- // for more details.
+ // See [Document.language][google.cloud.language.v1.Document.language] field for more details.
string language = 3;
}
@@ -1178,8 +1167,7 @@ message AnnotateTextResponse {
// The language of the text, which will be the same as the language specified
// in the request or, if not specified, the automatically-detected language.
- // See [Document.language][google.cloud.language.v1.Document.language] field
- // for more details.
+ // See [Document.language][google.cloud.language.v1.Document.language] field for more details.
string language = 5;
// Categories identified in the input document.
diff --git a/java-language/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/Document.java b/java-language/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/Document.java
index ad769f875742..84392173f640 100644
--- a/java-language/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/Document.java
+++ b/java-language/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/Document.java
@@ -22,7 +22,6 @@
*
*
* - * ################################################################ # * Represents the input to API methods. ** @@ -1098,7 +1097,6 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
- * ################################################################ #
* Represents the input to API methods.
*
*
diff --git a/java-language/proto-google-cloud-language-v1beta2/src/main/proto/google/cloud/language/v1beta2/language_service.proto b/java-language/proto-google-cloud-language-v1beta2/src/main/proto/google/cloud/language/v1beta2/language_service.proto
index fd51d48652de..3e6a9f8290ec 100644
--- a/java-language/proto-google-cloud-language-v1beta2/src/main/proto/google/cloud/language/v1beta2/language_service.proto
+++ b/java-language/proto-google-cloud-language-v1beta2/src/main/proto/google/cloud/language/v1beta2/language_service.proto
@@ -99,8 +99,6 @@ service LanguageService {
}
}
-// ################################################################ #
-//
// Represents the input to API methods.
message Document {
// The document types enum.