Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 32e8447

Browse files
docs: change relative URLs to absolute URLs to fix broken links (#100)
googleapis/googleapis@a8d76f9 commit a8d76f99d3073aaccabdcc122c798a63e812c4fe Author: Google APIs <noreply@google.com> Date: Fri Apr 3 15:13:05 2020 -0700 docs: change relative URLs to absolute URLs to fix broken links. PiperOrigin-RevId: 304702368
1 parent 480275f commit 32e8447

12 files changed

Lines changed: 138 additions & 131 deletions

File tree

proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/ClassificationCategory.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
123123
*
124124
* <pre>
125125
* The name of the category representing the document, from the [predefined
126-
* taxonomy](/natural-language/docs/categories).
126+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
127127
* </pre>
128128
*
129129
* <code>string name = 1;</code>
@@ -146,7 +146,7 @@ public java.lang.String getName() {
146146
*
147147
* <pre>
148148
* The name of the category representing the document, from the [predefined
149-
* taxonomy](/natural-language/docs/categories).
149+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
150150
* </pre>
151151
*
152152
* <code>string name = 1;</code>
@@ -523,7 +523,7 @@ public Builder mergeFrom(
523523
*
524524
* <pre>
525525
* The name of the category representing the document, from the [predefined
526-
* taxonomy](/natural-language/docs/categories).
526+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
527527
* </pre>
528528
*
529529
* <code>string name = 1;</code>
@@ -546,7 +546,7 @@ public java.lang.String getName() {
546546
*
547547
* <pre>
548548
* The name of the category representing the document, from the [predefined
549-
* taxonomy](/natural-language/docs/categories).
549+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
550550
* </pre>
551551
*
552552
* <code>string name = 1;</code>
@@ -569,7 +569,7 @@ public com.google.protobuf.ByteString getNameBytes() {
569569
*
570570
* <pre>
571571
* The name of the category representing the document, from the [predefined
572-
* taxonomy](/natural-language/docs/categories).
572+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
573573
* </pre>
574574
*
575575
* <code>string name = 1;</code>
@@ -591,7 +591,7 @@ public Builder setName(java.lang.String value) {
591591
*
592592
* <pre>
593593
* The name of the category representing the document, from the [predefined
594-
* taxonomy](/natural-language/docs/categories).
594+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
595595
* </pre>
596596
*
597597
* <code>string name = 1;</code>
@@ -609,7 +609,7 @@ public Builder clearName() {
609609
*
610610
* <pre>
611611
* The name of the category representing the document, from the [predefined
612-
* taxonomy](/natural-language/docs/categories).
612+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
613613
* </pre>
614614
*
615615
* <code>string name = 1;</code>

proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/ClassificationCategoryOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface ClassificationCategoryOrBuilder
2828
*
2929
* <pre>
3030
* The name of the category representing the document, from the [predefined
31-
* taxonomy](/natural-language/docs/categories).
31+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
3232
* </pre>
3333
*
3434
* <code>string name = 1;</code>
@@ -41,7 +41,7 @@ public interface ClassificationCategoryOrBuilder
4141
*
4242
* <pre>
4343
* The name of the category representing the document, from the [predefined
44-
* taxonomy](/natural-language/docs/categories).
44+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
4545
* </pre>
4646
*
4747
* <code>string name = 1;</code>

proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/Document.java

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -499,11 +499,11 @@ public com.google.protobuf.ByteString getGcsContentUriBytes() {
499499
* The language of the document (if not specified, the language is
500500
* automatically detected). Both ISO and BCP-47 language codes are
501501
* accepted.&lt;br&gt;
502-
* [Language Support](/natural-language/docs/languages)
503-
* lists currently supported languages for each API method.
504-
* If the language (either specified by the caller or automatically detected)
505-
* is not supported by the called API method, an `INVALID_ARGUMENT` error
506-
* is returned.
502+
* [Language
503+
* Support](https://cloud.google.com/natural-language/docs/languages) lists
504+
* currently supported languages for each API method. If the language (either
505+
* specified by the caller or automatically detected) is not supported by the
506+
* called API method, an `INVALID_ARGUMENT` error is returned.
507507
* </pre>
508508
*
509509
* <code>string language = 4;</code>
@@ -528,11 +528,11 @@ public java.lang.String getLanguage() {
528528
* The language of the document (if not specified, the language is
529529
* automatically detected). Both ISO and BCP-47 language codes are
530530
* accepted.&lt;br&gt;
531-
* [Language Support](/natural-language/docs/languages)
532-
* lists currently supported languages for each API method.
533-
* If the language (either specified by the caller or automatically detected)
534-
* is not supported by the called API method, an `INVALID_ARGUMENT` error
535-
* is returned.
531+
* [Language
532+
* Support](https://cloud.google.com/natural-language/docs/languages) lists
533+
* currently supported languages for each API method. If the language (either
534+
* specified by the caller or automatically detected) is not supported by the
535+
* called API method, an `INVALID_ARGUMENT` error is returned.
536536
* </pre>
537537
*
538538
* <code>string language = 4;</code>
@@ -1314,11 +1314,11 @@ public Builder setGcsContentUriBytes(com.google.protobuf.ByteString value) {
13141314
* The language of the document (if not specified, the language is
13151315
* automatically detected). Both ISO and BCP-47 language codes are
13161316
* accepted.&lt;br&gt;
1317-
* [Language Support](/natural-language/docs/languages)
1318-
* lists currently supported languages for each API method.
1319-
* If the language (either specified by the caller or automatically detected)
1320-
* is not supported by the called API method, an `INVALID_ARGUMENT` error
1321-
* is returned.
1317+
* [Language
1318+
* Support](https://cloud.google.com/natural-language/docs/languages) lists
1319+
* currently supported languages for each API method. If the language (either
1320+
* specified by the caller or automatically detected) is not supported by the
1321+
* called API method, an `INVALID_ARGUMENT` error is returned.
13221322
* </pre>
13231323
*
13241324
* <code>string language = 4;</code>
@@ -1343,11 +1343,11 @@ public java.lang.String getLanguage() {
13431343
* The language of the document (if not specified, the language is
13441344
* automatically detected). Both ISO and BCP-47 language codes are
13451345
* accepted.&lt;br&gt;
1346-
* [Language Support](/natural-language/docs/languages)
1347-
* lists currently supported languages for each API method.
1348-
* If the language (either specified by the caller or automatically detected)
1349-
* is not supported by the called API method, an `INVALID_ARGUMENT` error
1350-
* is returned.
1346+
* [Language
1347+
* Support](https://cloud.google.com/natural-language/docs/languages) lists
1348+
* currently supported languages for each API method. If the language (either
1349+
* specified by the caller or automatically detected) is not supported by the
1350+
* called API method, an `INVALID_ARGUMENT` error is returned.
13511351
* </pre>
13521352
*
13531353
* <code>string language = 4;</code>
@@ -1372,11 +1372,11 @@ public com.google.protobuf.ByteString getLanguageBytes() {
13721372
* The language of the document (if not specified, the language is
13731373
* automatically detected). Both ISO and BCP-47 language codes are
13741374
* accepted.&lt;br&gt;
1375-
* [Language Support](/natural-language/docs/languages)
1376-
* lists currently supported languages for each API method.
1377-
* If the language (either specified by the caller or automatically detected)
1378-
* is not supported by the called API method, an `INVALID_ARGUMENT` error
1379-
* is returned.
1375+
* [Language
1376+
* Support](https://cloud.google.com/natural-language/docs/languages) lists
1377+
* currently supported languages for each API method. If the language (either
1378+
* specified by the caller or automatically detected) is not supported by the
1379+
* called API method, an `INVALID_ARGUMENT` error is returned.
13801380
* </pre>
13811381
*
13821382
* <code>string language = 4;</code>
@@ -1400,11 +1400,11 @@ public Builder setLanguage(java.lang.String value) {
14001400
* The language of the document (if not specified, the language is
14011401
* automatically detected). Both ISO and BCP-47 language codes are
14021402
* accepted.&lt;br&gt;
1403-
* [Language Support](/natural-language/docs/languages)
1404-
* lists currently supported languages for each API method.
1405-
* If the language (either specified by the caller or automatically detected)
1406-
* is not supported by the called API method, an `INVALID_ARGUMENT` error
1407-
* is returned.
1403+
* [Language
1404+
* Support](https://cloud.google.com/natural-language/docs/languages) lists
1405+
* currently supported languages for each API method. If the language (either
1406+
* specified by the caller or automatically detected) is not supported by the
1407+
* called API method, an `INVALID_ARGUMENT` error is returned.
14081408
* </pre>
14091409
*
14101410
* <code>string language = 4;</code>
@@ -1424,11 +1424,11 @@ public Builder clearLanguage() {
14241424
* The language of the document (if not specified, the language is
14251425
* automatically detected). Both ISO and BCP-47 language codes are
14261426
* accepted.&lt;br&gt;
1427-
* [Language Support](/natural-language/docs/languages)
1428-
* lists currently supported languages for each API method.
1429-
* If the language (either specified by the caller or automatically detected)
1430-
* is not supported by the called API method, an `INVALID_ARGUMENT` error
1431-
* is returned.
1427+
* [Language
1428+
* Support](https://cloud.google.com/natural-language/docs/languages) lists
1429+
* currently supported languages for each API method. If the language (either
1430+
* specified by the caller or automatically detected) is not supported by the
1431+
* called API method, an `INVALID_ARGUMENT` error is returned.
14321432
* </pre>
14331433
*
14341434
* <code>string language = 4;</code>

proto-google-cloud-language-v1/src/main/java/com/google/cloud/language/v1/DocumentOrBuilder.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ public interface DocumentOrBuilder
115115
* The language of the document (if not specified, the language is
116116
* automatically detected). Both ISO and BCP-47 language codes are
117117
* accepted.&lt;br&gt;
118-
* [Language Support](/natural-language/docs/languages)
119-
* lists currently supported languages for each API method.
120-
* If the language (either specified by the caller or automatically detected)
121-
* is not supported by the called API method, an `INVALID_ARGUMENT` error
122-
* is returned.
118+
* [Language
119+
* Support](https://cloud.google.com/natural-language/docs/languages) lists
120+
* currently supported languages for each API method. If the language (either
121+
* specified by the caller or automatically detected) is not supported by the
122+
* called API method, an `INVALID_ARGUMENT` error is returned.
123123
* </pre>
124124
*
125125
* <code>string language = 4;</code>
@@ -134,11 +134,11 @@ public interface DocumentOrBuilder
134134
* The language of the document (if not specified, the language is
135135
* automatically detected). Both ISO and BCP-47 language codes are
136136
* accepted.&lt;br&gt;
137-
* [Language Support](/natural-language/docs/languages)
138-
* lists currently supported languages for each API method.
139-
* If the language (either specified by the caller or automatically detected)
140-
* is not supported by the called API method, an `INVALID_ARGUMENT` error
141-
* is returned.
137+
* [Language
138+
* Support](https://cloud.google.com/natural-language/docs/languages) lists
139+
* currently supported languages for each API method. If the language (either
140+
* specified by the caller or automatically detected) is not supported by the
141+
* called API method, an `INVALID_ARGUMENT` error is returned.
142142
* </pre>
143143
*
144144
* <code>string language = 4;</code>

proto-google-cloud-language-v1/src/main/proto/google/cloud/language/v1/language_service.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ message Document {
137137
// The language of the document (if not specified, the language is
138138
// automatically detected). Both ISO and BCP-47 language codes are
139139
// accepted.<br>
140-
// [Language Support](/natural-language/docs/languages)
141-
// lists currently supported languages for each API method.
142-
// If the language (either specified by the caller or automatically detected)
143-
// is not supported by the called API method, an `INVALID_ARGUMENT` error
144-
// is returned.
140+
// [Language
141+
// Support](https://cloud.google.com/natural-language/docs/languages) lists
142+
// currently supported languages for each API method. If the language (either
143+
// specified by the caller or automatically detected) is not supported by the
144+
// called API method, an `INVALID_ARGUMENT` error is returned.
145145
string language = 4;
146146
}
147147

@@ -954,7 +954,7 @@ message TextSpan {
954954
// Represents a category returned from the text classifier.
955955
message ClassificationCategory {
956956
// The name of the category representing the document, from the [predefined
957-
// taxonomy](/natural-language/docs/categories).
957+
// taxonomy](https://cloud.google.com/natural-language/docs/categories).
958958
string name = 1;
959959

960960
// The classifier's confidence of the category. Number represents how certain

proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/AnnotateTextRequest.java

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ public interface FeaturesOrBuilder
209209
* <pre>
210210
* Classify the full document into categories. If this is true,
211211
* the API will use the default model which classifies into a
212-
* [predefined taxonomy](/natural-language/docs/categories).
212+
* [predefined
213+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
213214
* </pre>
214215
*
215216
* <code>bool classify_text = 6;</code>
@@ -405,7 +406,8 @@ public boolean getExtractEntitySentiment() {
405406
* <pre>
406407
* Classify the full document into categories. If this is true,
407408
* the API will use the default model which classifies into a
408-
* [predefined taxonomy](/natural-language/docs/categories).
409+
* [predefined
410+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
409411
* </pre>
410412
*
411413
* <code>bool classify_text = 6;</code>
@@ -1015,7 +1017,8 @@ public Builder clearExtractEntitySentiment() {
10151017
* <pre>
10161018
* Classify the full document into categories. If this is true,
10171019
* the API will use the default model which classifies into a
1018-
* [predefined taxonomy](/natural-language/docs/categories).
1020+
* [predefined
1021+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
10191022
* </pre>
10201023
*
10211024
* <code>bool classify_text = 6;</code>
@@ -1031,7 +1034,8 @@ public boolean getClassifyText() {
10311034
* <pre>
10321035
* Classify the full document into categories. If this is true,
10331036
* the API will use the default model which classifies into a
1034-
* [predefined taxonomy](/natural-language/docs/categories).
1037+
* [predefined
1038+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
10351039
* </pre>
10361040
*
10371041
* <code>bool classify_text = 6;</code>
@@ -1051,7 +1055,8 @@ public Builder setClassifyText(boolean value) {
10511055
* <pre>
10521056
* Classify the full document into categories. If this is true,
10531057
* the API will use the default model which classifies into a
1054-
* [predefined taxonomy](/natural-language/docs/categories).
1058+
* [predefined
1059+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
10551060
* </pre>
10561061
*
10571062
* <code>bool classify_text = 6;</code>

proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/ClassificationCategory.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
123123
*
124124
* <pre>
125125
* The name of the category representing the document, from the [predefined
126-
* taxonomy](/natural-language/docs/categories).
126+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
127127
* </pre>
128128
*
129129
* <code>string name = 1;</code>
@@ -146,7 +146,7 @@ public java.lang.String getName() {
146146
*
147147
* <pre>
148148
* The name of the category representing the document, from the [predefined
149-
* taxonomy](/natural-language/docs/categories).
149+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
150150
* </pre>
151151
*
152152
* <code>string name = 1;</code>
@@ -524,7 +524,7 @@ public Builder mergeFrom(
524524
*
525525
* <pre>
526526
* The name of the category representing the document, from the [predefined
527-
* taxonomy](/natural-language/docs/categories).
527+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
528528
* </pre>
529529
*
530530
* <code>string name = 1;</code>
@@ -547,7 +547,7 @@ public java.lang.String getName() {
547547
*
548548
* <pre>
549549
* The name of the category representing the document, from the [predefined
550-
* taxonomy](/natural-language/docs/categories).
550+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
551551
* </pre>
552552
*
553553
* <code>string name = 1;</code>
@@ -570,7 +570,7 @@ public com.google.protobuf.ByteString getNameBytes() {
570570
*
571571
* <pre>
572572
* The name of the category representing the document, from the [predefined
573-
* taxonomy](/natural-language/docs/categories).
573+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
574574
* </pre>
575575
*
576576
* <code>string name = 1;</code>
@@ -592,7 +592,7 @@ public Builder setName(java.lang.String value) {
592592
*
593593
* <pre>
594594
* The name of the category representing the document, from the [predefined
595-
* taxonomy](/natural-language/docs/categories).
595+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
596596
* </pre>
597597
*
598598
* <code>string name = 1;</code>
@@ -610,7 +610,7 @@ public Builder clearName() {
610610
*
611611
* <pre>
612612
* The name of the category representing the document, from the [predefined
613-
* taxonomy](/natural-language/docs/categories).
613+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
614614
* </pre>
615615
*
616616
* <code>string name = 1;</code>

proto-google-cloud-language-v1beta2/src/main/java/com/google/cloud/language/v1beta2/ClassificationCategoryOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface ClassificationCategoryOrBuilder
2828
*
2929
* <pre>
3030
* The name of the category representing the document, from the [predefined
31-
* taxonomy](/natural-language/docs/categories).
31+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
3232
* </pre>
3333
*
3434
* <code>string name = 1;</code>
@@ -41,7 +41,7 @@ public interface ClassificationCategoryOrBuilder
4141
*
4242
* <pre>
4343
* The name of the category representing the document, from the [predefined
44-
* taxonomy](/natural-language/docs/categories).
44+
* taxonomy](https://cloud.google.com/natural-language/docs/categories).
4545
* </pre>
4646
*
4747
* <code>string name = 1;</code>

0 commit comments

Comments
 (0)