From 32e8447e9d37a44f58204decf5dcdc0684786651 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 7 Apr 2020 10:42:52 -0700 Subject: [PATCH] docs: change relative URLs to absolute URLs to fix broken links (#100) https://github.com/googleapis/googleapis/commit/a8d76f99d3073aaccabdcc122c798a63e812c4fe commit a8d76f99d3073aaccabdcc122c798a63e812c4fe Author: Google APIs Date: Fri Apr 3 15:13:05 2020 -0700 docs: change relative URLs to absolute URLs to fix broken links. PiperOrigin-RevId: 304702368 --- .../language/v1/ClassificationCategory.java | 14 ++-- .../v1/ClassificationCategoryOrBuilder.java | 4 +- .../google/cloud/language/v1/Document.java | 70 +++++++++---------- .../cloud/language/v1/DocumentOrBuilder.java | 20 +++--- .../cloud/language/v1/language_service.proto | 12 ++-- .../language/v1beta2/AnnotateTextRequest.java | 15 ++-- .../v1beta2/ClassificationCategory.java | 14 ++-- .../ClassificationCategoryOrBuilder.java | 4 +- .../cloud/language/v1beta2/Document.java | 70 +++++++++---------- .../language/v1beta2/DocumentOrBuilder.java | 20 +++--- .../language/v1beta2/language_service.proto | 15 ++-- synth.metadata | 11 +-- 12 files changed, 138 insertions(+), 131 deletions(-) diff --git a/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/ClassificationCategory.java b/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/ClassificationCategory.java index 99dd35d4..af498068 100644 --- a/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/ClassificationCategory.java +++ b/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/ClassificationCategory.java @@ -123,7 +123,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * The name of the category representing the document, from the [predefined
-   * taxonomy](/natural-language/docs/categories).
+   * taxonomy](https://cloud.google.com/natural-language/docs/categories).
    * 
* * string name = 1; @@ -146,7 +146,7 @@ public java.lang.String getName() { * *
    * The name of the category representing the document, from the [predefined
-   * taxonomy](/natural-language/docs/categories).
+   * taxonomy](https://cloud.google.com/natural-language/docs/categories).
    * 
* * string name = 1; @@ -523,7 +523,7 @@ public Builder mergeFrom( * *
      * The name of the category representing the document, from the [predefined
-     * taxonomy](/natural-language/docs/categories).
+     * taxonomy](https://cloud.google.com/natural-language/docs/categories).
      * 
* * string name = 1; @@ -546,7 +546,7 @@ public java.lang.String getName() { * *
      * The name of the category representing the document, from the [predefined
-     * taxonomy](/natural-language/docs/categories).
+     * taxonomy](https://cloud.google.com/natural-language/docs/categories).
      * 
* * string name = 1; @@ -569,7 +569,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name of the category representing the document, from the [predefined
-     * taxonomy](/natural-language/docs/categories).
+     * taxonomy](https://cloud.google.com/natural-language/docs/categories).
      * 
* * string name = 1; @@ -591,7 +591,7 @@ public Builder setName(java.lang.String value) { * *
      * The name of the category representing the document, from the [predefined
-     * taxonomy](/natural-language/docs/categories).
+     * taxonomy](https://cloud.google.com/natural-language/docs/categories).
      * 
* * string name = 1; @@ -609,7 +609,7 @@ public Builder clearName() { * *
      * The name of the category representing the document, from the [predefined
-     * taxonomy](/natural-language/docs/categories).
+     * taxonomy](https://cloud.google.com/natural-language/docs/categories).
      * 
* * string name = 1; diff --git a/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/ClassificationCategoryOrBuilder.java b/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/ClassificationCategoryOrBuilder.java index 4eba069c..1dd70380 100644 --- a/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/ClassificationCategoryOrBuilder.java +++ b/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/ClassificationCategoryOrBuilder.java @@ -28,7 +28,7 @@ public interface ClassificationCategoryOrBuilder * *
    * The name of the category representing the document, from the [predefined
-   * taxonomy](/natural-language/docs/categories).
+   * taxonomy](https://cloud.google.com/natural-language/docs/categories).
    * 
* * string name = 1; @@ -41,7 +41,7 @@ public interface ClassificationCategoryOrBuilder * *
    * The name of the category representing the document, from the [predefined
-   * taxonomy](/natural-language/docs/categories).
+   * taxonomy](https://cloud.google.com/natural-language/docs/categories).
    * 
* * string name = 1; diff --git a/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Document.java b/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Document.java index aa9aba3c..3c68aba3 100644 --- a/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Document.java +++ b/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Document.java @@ -499,11 +499,11 @@ public com.google.protobuf.ByteString getGcsContentUriBytes() { * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; @@ -528,11 +528,11 @@ public java.lang.String getLanguage() { * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; @@ -1314,11 +1314,11 @@ public Builder setGcsContentUriBytes(com.google.protobuf.ByteString value) { * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; @@ -1343,11 +1343,11 @@ public java.lang.String getLanguage() { * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; @@ -1372,11 +1372,11 @@ public com.google.protobuf.ByteString getLanguageBytes() { * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; @@ -1400,11 +1400,11 @@ public Builder setLanguage(java.lang.String value) { * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; @@ -1424,11 +1424,11 @@ public Builder clearLanguage() { * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; diff --git a/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/DocumentOrBuilder.java b/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/DocumentOrBuilder.java index 237f2294..aa3e4de0 100644 --- a/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/DocumentOrBuilder.java +++ b/proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/DocumentOrBuilder.java @@ -115,11 +115,11 @@ public interface DocumentOrBuilder * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; @@ -134,11 +134,11 @@ public interface DocumentOrBuilder * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; diff --git a/proto-google-cloud-language-v1/src/main/proto/google/cloud/language/v1/language_service.proto b/proto-google-cloud-language-v1/src/main/proto/google/cloud/language/v1/language_service.proto index 41d92f34..e8e4fd8d 100644 --- a/proto-google-cloud-language-v1/src/main/proto/google/cloud/language/v1/language_service.proto +++ b/proto-google-cloud-language-v1/src/main/proto/google/cloud/language/v1/language_service.proto @@ -137,11 +137,11 @@ message Document { // The language of the document (if not specified, the language is // automatically detected). Both ISO and BCP-47 language codes are // accepted.
- // [Language Support](/natural-language/docs/languages) - // lists currently supported languages for each API method. - // If the language (either specified by the caller or automatically detected) - // is not supported by the called API method, an `INVALID_ARGUMENT` error - // is returned. + // [Language + // Support](https://cloud.google.com/natural-language/docs/languages) lists + // currently supported languages for each API method. If the language (either + // specified by the caller or automatically detected) is not supported by the + // called API method, an `INVALID_ARGUMENT` error is returned. string language = 4; } @@ -954,7 +954,7 @@ message TextSpan { // Represents a category returned from the text classifier. message ClassificationCategory { // The name of the category representing the document, from the [predefined - // taxonomy](/natural-language/docs/categories). + // taxonomy](https://cloud.google.com/natural-language/docs/categories). string name = 1; // The classifier's confidence of the category. Number represents how certain diff --git a/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/AnnotateTextRequest.java b/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/AnnotateTextRequest.java index 2489f5ff..0225f261 100644 --- a/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/AnnotateTextRequest.java +++ b/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/AnnotateTextRequest.java @@ -209,7 +209,8 @@ public interface FeaturesOrBuilder *
      * Classify the full document into categories. If this is true,
      * the API will use the default model which classifies into a
-     * [predefined taxonomy](/natural-language/docs/categories).
+     * [predefined
+     * taxonomy](https://cloud.google.com/natural-language/docs/categories).
      * 
* * bool classify_text = 6; @@ -405,7 +406,8 @@ public boolean getExtractEntitySentiment() { *
      * Classify the full document into categories. If this is true,
      * the API will use the default model which classifies into a
-     * [predefined taxonomy](/natural-language/docs/categories).
+     * [predefined
+     * taxonomy](https://cloud.google.com/natural-language/docs/categories).
      * 
* * bool classify_text = 6; @@ -1015,7 +1017,8 @@ public Builder clearExtractEntitySentiment() { *
        * Classify the full document into categories. If this is true,
        * the API will use the default model which classifies into a
-       * [predefined taxonomy](/natural-language/docs/categories).
+       * [predefined
+       * taxonomy](https://cloud.google.com/natural-language/docs/categories).
        * 
* * bool classify_text = 6; @@ -1031,7 +1034,8 @@ public boolean getClassifyText() { *
        * Classify the full document into categories. If this is true,
        * the API will use the default model which classifies into a
-       * [predefined taxonomy](/natural-language/docs/categories).
+       * [predefined
+       * taxonomy](https://cloud.google.com/natural-language/docs/categories).
        * 
* * bool classify_text = 6; @@ -1051,7 +1055,8 @@ public Builder setClassifyText(boolean value) { *
        * Classify the full document into categories. If this is true,
        * the API will use the default model which classifies into a
-       * [predefined taxonomy](/natural-language/docs/categories).
+       * [predefined
+       * taxonomy](https://cloud.google.com/natural-language/docs/categories).
        * 
* * bool classify_text = 6; diff --git a/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/ClassificationCategory.java b/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/ClassificationCategory.java index b3e7e547..5b86538d 100644 --- a/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/ClassificationCategory.java +++ b/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/ClassificationCategory.java @@ -123,7 +123,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * The name of the category representing the document, from the [predefined
-   * taxonomy](/natural-language/docs/categories).
+   * taxonomy](https://cloud.google.com/natural-language/docs/categories).
    * 
* * string name = 1; @@ -146,7 +146,7 @@ public java.lang.String getName() { * *
    * The name of the category representing the document, from the [predefined
-   * taxonomy](/natural-language/docs/categories).
+   * taxonomy](https://cloud.google.com/natural-language/docs/categories).
    * 
* * string name = 1; @@ -524,7 +524,7 @@ public Builder mergeFrom( * *
      * The name of the category representing the document, from the [predefined
-     * taxonomy](/natural-language/docs/categories).
+     * taxonomy](https://cloud.google.com/natural-language/docs/categories).
      * 
* * string name = 1; @@ -547,7 +547,7 @@ public java.lang.String getName() { * *
      * The name of the category representing the document, from the [predefined
-     * taxonomy](/natural-language/docs/categories).
+     * taxonomy](https://cloud.google.com/natural-language/docs/categories).
      * 
* * string name = 1; @@ -570,7 +570,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * The name of the category representing the document, from the [predefined
-     * taxonomy](/natural-language/docs/categories).
+     * taxonomy](https://cloud.google.com/natural-language/docs/categories).
      * 
* * string name = 1; @@ -592,7 +592,7 @@ public Builder setName(java.lang.String value) { * *
      * The name of the category representing the document, from the [predefined
-     * taxonomy](/natural-language/docs/categories).
+     * taxonomy](https://cloud.google.com/natural-language/docs/categories).
      * 
* * string name = 1; @@ -610,7 +610,7 @@ public Builder clearName() { * *
      * The name of the category representing the document, from the [predefined
-     * taxonomy](/natural-language/docs/categories).
+     * taxonomy](https://cloud.google.com/natural-language/docs/categories).
      * 
* * string name = 1; diff --git a/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/ClassificationCategoryOrBuilder.java b/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/ClassificationCategoryOrBuilder.java index 239af9a8..15ee5b71 100644 --- a/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/ClassificationCategoryOrBuilder.java +++ b/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/ClassificationCategoryOrBuilder.java @@ -28,7 +28,7 @@ public interface ClassificationCategoryOrBuilder * *
    * The name of the category representing the document, from the [predefined
-   * taxonomy](/natural-language/docs/categories).
+   * taxonomy](https://cloud.google.com/natural-language/docs/categories).
    * 
* * string name = 1; @@ -41,7 +41,7 @@ public interface ClassificationCategoryOrBuilder * *
    * The name of the category representing the document, from the [predefined
-   * taxonomy](/natural-language/docs/categories).
+   * taxonomy](https://cloud.google.com/natural-language/docs/categories).
    * 
* * string name = 1; diff --git a/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/Document.java b/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/Document.java index 60c4a1b5..1163aea7 100644 --- a/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/Document.java +++ b/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/Document.java @@ -499,11 +499,11 @@ public com.google.protobuf.ByteString getGcsContentUriBytes() { * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; @@ -528,11 +528,11 @@ public java.lang.String getLanguage() { * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; @@ -1316,11 +1316,11 @@ public Builder setGcsContentUriBytes(com.google.protobuf.ByteString value) { * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; @@ -1345,11 +1345,11 @@ public java.lang.String getLanguage() { * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; @@ -1374,11 +1374,11 @@ public com.google.protobuf.ByteString getLanguageBytes() { * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; @@ -1402,11 +1402,11 @@ public Builder setLanguage(java.lang.String value) { * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; @@ -1426,11 +1426,11 @@ public Builder clearLanguage() { * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; diff --git a/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/DocumentOrBuilder.java b/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/DocumentOrBuilder.java index dca682c7..e16ab74e 100644 --- a/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/DocumentOrBuilder.java +++ b/proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/DocumentOrBuilder.java @@ -115,11 +115,11 @@ public interface DocumentOrBuilder * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; @@ -134,11 +134,11 @@ public interface DocumentOrBuilder * The language of the document (if not specified, the language is * automatically detected). Both ISO and BCP-47 language codes are * accepted.<br> - * [Language Support](/natural-language/docs/languages) - * lists currently supported languages for each API method. - * If the language (either specified by the caller or automatically detected) - * is not supported by the called API method, an `INVALID_ARGUMENT` error - * is returned. + * [Language + * Support](https://cloud.google.com/natural-language/docs/languages) lists + * currently supported languages for each API method. If the language (either + * specified by the caller or automatically detected) is not supported by the + * called API method, an `INVALID_ARGUMENT` error is returned. * * * string language = 4; diff --git a/proto-google-cloud-language-v1beta2/src/main/proto/google/cloud/language/v1beta2/language_service.proto b/proto-google-cloud-language-v1beta2/src/main/proto/google/cloud/language/v1beta2/language_service.proto index 384cdf91..afca1205 100644 --- a/proto-google-cloud-language-v1beta2/src/main/proto/google/cloud/language/v1beta2/language_service.proto +++ b/proto-google-cloud-language-v1beta2/src/main/proto/google/cloud/language/v1beta2/language_service.proto @@ -138,11 +138,11 @@ message Document { // The language of the document (if not specified, the language is // automatically detected). Both ISO and BCP-47 language codes are // accepted.
- // [Language Support](/natural-language/docs/languages) - // lists currently supported languages for each API method. - // If the language (either specified by the caller or automatically detected) - // is not supported by the called API method, an `INVALID_ARGUMENT` error - // is returned. + // [Language + // Support](https://cloud.google.com/natural-language/docs/languages) lists + // currently supported languages for each API method. If the language (either + // specified by the caller or automatically detected) is not supported by the + // called API method, an `INVALID_ARGUMENT` error is returned. string language = 4; } @@ -961,7 +961,7 @@ message TextSpan { // Represents a category returned from the text classifier. message ClassificationCategory { // The name of the category representing the document, from the [predefined - // taxonomy](/natural-language/docs/categories). + // taxonomy](https://cloud.google.com/natural-language/docs/categories). string name = 1; // The classifier's confidence of the category. Number represents how certain @@ -1089,7 +1089,8 @@ message AnnotateTextRequest { // Classify the full document into categories. If this is true, // the API will use the default model which classifies into a - // [predefined taxonomy](/natural-language/docs/categories). + // [predefined + // taxonomy](https://cloud.google.com/natural-language/docs/categories). bool classify_text = 6; } diff --git a/synth.metadata b/synth.metadata index 6d716ebf..8557ecba 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,20 +1,21 @@ { - "updateTime": "2020-04-01T23:18:09.988672Z", + "updateTime": "2020-04-04T09:10:29.932549Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "fd83ab212176a1042e8d45ea90766b3bf59ac679", - "internalRef": "302913609" + "sha": "a8d76f99d3073aaccabdcc122c798a63e812c4fe", + "internalRef": "304702368" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "fd83ab212176a1042e8d45ea90766b3bf59ac679", - "internalRef": "302913609" + "sha": "a8d76f99d3073aaccabdcc122c798a63e812c4fe", + "internalRef": "304702368", + "log": "a8d76f99d3073aaccabdcc122c798a63e812c4fe\ndocs: change relative URLs to absolute URLs to fix broken links.\n\nPiperOrigin-RevId: 304702368\n\n65c749bc6a1d240416a0e6979381b67f97aff907\ndocs: fix formatting of some regexes and string literals.\n\nPiperOrigin-RevId: 304701150\n\n9119eefcd2b5ce845a680fa4ec4093ed733498f0\nchore: set Ruby namespace in proto options\n\nPiperOrigin-RevId: 304698702\n\n62a2a7cc33d3535638d220df238823eefcca930d\nchore: set Ruby namespace in proto options\n\nPiperOrigin-RevId: 304696461\n\n23848c8f64a5e81a239d6133378468185f1756dc\nchore: set Ruby namespace in proto options\n\nPiperOrigin-RevId: 304696192\n\n9514fa9e390a4c0715972c5b510cf4c10ad049a1\ndocs: change relative URLs to absolute URLs to fix broken links.\n\nPiperOrigin-RevId: 304695334\n\n0f7b1509a9a452808c3d07fe90fedfcea763d7d5\nfix: change config_schema_version to 2.0.0 for containeranalysis v1 gapic config.\n\ncommitter: @hzyi-google\nPiperOrigin-RevId: 304672648\n\n3d52f3c126fbfc31f067a7f54737b7f0dfbce163\nDialogflow weekly v2 library update:\n- Change `parent` field's resource_reference to specify child_type instead of type per client library generation requirement;\n- Change Session with its child resource pattern to support both projects/{project}/agent/sessions/{session} and projects/{project}/agent/environments/{environment}/users/{user}/sessions/{session};\n- Fix `method_signature`\n- Regular documentation update\n\nImportant updates are also posted at:\nhttps://cloud.google.com/dialogflow/docs/release-notes\n\nPiperOrigin-RevId: 304635286\n\n4a6a01ce0ead505c245d11a2ce156de34800c58f\ndocs: change a relative URL to an absolute URL to fix broken links.\n\nPiperOrigin-RevId: 304633630\n\n1b969c28a6579265e89cd35e6c2ecacc89970e2d\nchore: set Ruby namespace in proto options\n\nPiperOrigin-RevId: 304620317\n\n5378173a889f9c7d83e36e52d38a6267190de692\nAdd v1beta2 SubmitJobAsOperation RPC to Dataproc.\n\nPiperOrigin-RevId: 304594381\n\n3d5d228a58bdf875e6147b228db3159010c735ee\nEnable visibility on the GetSnapshot and GetTopicSnapshots methods\n\nPiperOrigin-RevId: 304500143\n\n1346f5c11a0376bc82c5c03259b304de52671518\nRefresh public client library for Cloud Monitoring.\nIncrease default ListTimeSeries deadline to 90s.\n\nPiperOrigin-RevId: 304467075\n\n4a6cfccb4a32cb28db7366295d90078c6af3112f\ndocs: Fix link in monitoring summary description.\n\nPiperOrigin-RevId: 304438717\n\n6e2ea9a4b63a264090f1bd4b5b25766a3f634f3a\nfix: add interface name overrides back to logging gapic config.\n\ncommitter: @hzyi-google\nPiperOrigin-RevId: 304438432\n\n01f3ccbaa66cf3ae4e3b9fd140b1ecfbe54a3ed0\nFix: Add package/namespace options for C#, Ruby and PHP in remaining protos.\n\nPiperOrigin-RevId: 304416658\n\nb89abbf12cd3c086abddcd79adb0a653349f960a\nchore(google/maps): Rename nox.py to noxfile.py\n\nupstream wip fix here: https://github.com/googleapis/gapic-generator/pull/3156\n\nPiperOrigin-RevId: 304411146\n\nbbf26d7f11fae7789b13959bf100983c496c9807\nSynchronize new proto/yaml changes.\n\nPiperOrigin-RevId: 304409906\n\n75047719f704d61f405cac6d7439637ab36c1232\nfix Dataproc: add missing `REQUIRED` annotation.\n\nPiperOrigin-RevId: 304305096\n\n7e1b880fd5d477176cf9b0bb9b137b9bea56e787\nAdd Ruby/PHP namespace options\n\nPiperOrigin-RevId: 304288402\n\naba342359b6743353195ca53f944fe71e6fb6cd4\nchore: add java assembly target for accesscontextmanager BUILD.bazel\n\nPiperOrigin-RevId: 304207684\n\ndc65f39f33cb139b3a2244199a3e722a4d94b679\nFor Secret Manager v1 and v1beta1, noted Secret ID character limitations.\n\nPiperOrigin-RevId: 304035052\n\n2ee8c4d06db823c29a127709e66c35e38b6e98ab\nchore(deps): Update gax-java dependency\nThis is to integrate java11 incompatibility fix\n\nPiperOrigin-RevId: 304032057\n\nb5c94cec71ea9b840dc0110a0275323313ecc85a\nchore: add java assembly target for orgpolicy BUILD.bazel\n\nPiperOrigin-RevId: 304021854\n\n690f4d6344197fde775230cec165a9db3b3929c7\nchore: use the latest protoc-java-resource-name-plugin in third_party/googleapis WORKSPACE.\n- trace up only one level when calculating parent types with singleton resource names\n\nPiperOrigin-RevId: 304007414\n\n87144228bd9920b824996355f27891310fad5a32\nEnable gapic v2 for DLP.\n\nCommitter: @hzyi-google\nPiperOrigin-RevId: 303999064\n\n17cfae00f2bb51cb1683f017da7e295a1b0f01a8\nAdd a new AuthorizationType for Data Source Definition.\n\nPiperOrigin-RevId: 303992863\n\n6da3d64919c006ef40cad2026f1e39084253afe2\nfix(google/maps): Change importpath to developers.google.com/maps/go.\n\nPiperOrigin-RevId: 303976942\n\n2983dccde54f0ce31793e1e628379616c468aea0\nbuild(google/maps): only modify root build.gradle with ext plugin\n\nPiperOrigin-RevId: 303975876\n\n00f0a285f2716ce57e98afe500e450b17b556ff8\nfix: Integerate gapic-generator java_gapic rules Java11 fix\n\nPiperOrigin-RevId: 303899179\n\na62857d26bd2ae15aec13a9244989e4104195b63\nfix: add proto_package to the artman config of dataproc v1beta2 to make artman smoketest pass.\n\nPiperOrigin-RevId: 303853989\n\nf260ba248df934fd4ddc22950fb529a59d79e0b5\nchore: use the latest gapic-generator in googleapis WORKSPACE.\n- PHP multi-pattern resource name support.\n- Trace up only one level when calculating parent types with singleton resource names\n\nPiperOrigin-RevId: 303836059\n\n89c7d455fffa5d8a7e73c2f4da43a74605ed72a6\nfeat: Add client library options to OsConfigService v1 patch APIs.\n\nPiperOrigin-RevId: 303831150\n\na45b0a2a8f6f497547ab531a4da978c76441d076\ndataproc: add back non-default retry parameters.\ncommitter: @hzyi-google\n\nPiperOrigin-RevId: 303830177\n\nad895ce95f1f6d2261fbbc3e8897958294e4f017\nenable gapic v2 for containeranalysis.\ncommitter: @hzyi-google\n\nPiperOrigin-RevId: 303821111\n\nbaf83e521834b67397839bcbe2d7864b49e38787\nAdding \"resource_reference\" annotations to services.\n\nPiperOrigin-RevId: 303791704\n\n7be2811ad17013a5ea24cd75dfd9e399dd6e18fe\nfix: Update gapic-generator version to pickup discogapic fixes\n\nPiperOrigin-RevId: 303545940\n\nb655808b3481a92f478ae2f828a6ce8220e40f32\ncloudasset: add org policy and access context manager protos to client libraries.\n\nPiperOrigin-RevId: 303527638\n\nd8c5da9a9471659b51d5862dd2ea7ad3c4bc49ef\nPopulate BAZEL.build files for AccessContextManager.\n\nPiperOrigin-RevId: 303526825\n\ncf9db7161cb9d4dbef06cd8bf5354ec485e51e2d\nPopulate BAZEL.build files for OrgPolicy.\n\nPiperOrigin-RevId: 303526702\n\n558b800ed594acc02555cc560fbb39c0e42bc438\nchore: turn on gapic v2 for Dataproc API.\nfix:\n- add missing method signatures\n- remove resource_reference not on a string field\n- adjust resource name pattern orders\n\nPiperOrigin-RevId: 303431167\n\n8eb444cf5ff63f68d826acbb37b2ac3da58655fb\nAdd logging protos for Recommender v1beta1.\n\nPiperOrigin-RevId: 303426030\n\n48a166ce9f6e2a88b10947341b37336fe9dd3478\nPush of PHP, C# and Ruby namespaces\n\nPiperOrigin-RevId: 303302813\n\n42f77489b300df2e27c84a7b65c4e8f04da20981\nThis is first release of the API protos and Bazel BUILD files for the Analytics Management API V1alpha.\n\nPiperOrigin-RevId: 303241805\n\n8bea81bfa461698981b3d3a488a95633d2f6e9ff\nchore: use latest protoc-java-resource-name-plugin in bazel WORKSPACE.\nnew commits:\n- fix: stop generating `parseList` and `toStringList` if a multi-pattern resource name has subclasses (#79)\n\ncommitter: @hzyi-google\nPiperOrigin-RevId: 303197602\n\nb14af92e565264675d6b12cd2c0ded6c94ddd7f8\nfix talent API incorrect placeholders in two resource name patterns.\ncommitter: @hzyi-google\n\nPiperOrigin-RevId: 303189497\n\n8e22db908ae09e1f7e2802c03b4563fd6b524e0e\nchore(google/maps): Update postprocessing script for Java.\n\n- Update root build.gradle to load local plugin\n- Change com.google.api.grpc group to com.google.maps\n\nPiperOrigin-RevId: 303176850\n\n65816afa71e588252b7119dc723592abe51ea106\nbazel: update gapic-generator-go to v0.12.5 and gapic-generator hash\n\nChanges to gapic-generator-go include:\n* feat: strip invalid link references in comments\n* chore: updating Go deps in bazel repositories\n\nChanges to gapic-generator include:\n* fix: bazel go build gen check for cloud in proto pkg name\n* Revert \"feat: allow static substitution for group name\"\n\nPiperOrigin-RevId: 303150338\n\nd4aa417ed2bba89c2d216900282bddfdafef6128\nFix incorrect retry config in gapic v2 for kms.\n\nPiperOrigin-RevId: 303010132\n\nfd08334533204fdd1b33f79fcb263dbb5bf13de0\nfix: osconfig/v1 update go_gapic_library target to microgen interface\n\nPiperOrigin-RevId: 303007866\n\ne2c0f2a0e06d86b50aba98f67f9f291587d986b3\nUpdate comments for google/rpc/error_details.proto.\n\nPiperOrigin-RevId: 303002528\n\nf786c7586748e78a286b1620ff3ddbf7b4dcab92\nfeat: Add OsConfigService v1 patch APIs.\n\nPiperOrigin-RevId: 302999346\n\n0341fa3fc2f4073a1b1f260d37b2ce620799f545\nTurn on gapic config v2 for kms.\n\nCommitter: @hzyi-google\nPiperOrigin-RevId: 302980301\n\n32dc6e832039b61ac3fb82c72eb0a27570aebcd6\nredis: v1beta1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes\n\nPiperOrigin-RevId: 302958009\n\n685f16483cc4d87c35051f21f8f13ef4fdc919b4\nredis: v1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes\n\nPiperOrigin-RevId: 302957729\n\n733cb282ae5e64673ef86c9a5dff647df803d8b7\nAdd GAPIC cofiguration for v1 client library genetration.\n\nPiperOrigin-RevId: 302928200\n\n1b0fff5f2ec6dc4a9443d9b50e70e9c94c30c45b\ndocs: remove an internal lint declaration\n\nPiperOrigin-RevId: 302928106\n\n2be23f3f3036a6f7ce0844def3d2d3da74e5d415\nfix(google/maps): Add post-processing rules for Google Maps APIs\n\nPiperOrigin-RevId: 302925222\n\n" } }, {