@@ -72,7 +72,7 @@ export class TranslationServiceClient {
72
72
*
73
73
* @param {object } [options] - The configuration object.
74
74
* The options accepted by the constructor are described in detail
75
- * in [this document]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#creating-the-client-instance) .
75
+ * in { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#creating-the-client-instance| this document} .
76
76
* The common options are:
77
77
* @param {object } [options.credentials] - Credentials object.
78
78
* @param {string } [options.credentials.client_email]
@@ -501,7 +501,7 @@ export class TranslationServiceClient {
501
501
* @returns {Promise } - The promise which resolves to an array.
502
502
* The first element of the array is an object representing [TranslateTextResponse]{@link google.cloud.translation.v3.TranslateTextResponse}.
503
503
* Please see the
504
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
504
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods| documentation}
505
505
* for more details and examples.
506
506
* @example
507
507
* const [response] = await client.translateText(request);
@@ -627,7 +627,7 @@ export class TranslationServiceClient {
627
627
* @returns {Promise } - The promise which resolves to an array.
628
628
* The first element of the array is an object representing [DetectLanguageResponse]{@link google.cloud.translation.v3.DetectLanguageResponse}.
629
629
* Please see the
630
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
630
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods| documentation}
631
631
* for more details and examples.
632
632
* @example
633
633
* const [response] = await client.detectLanguage(request);
@@ -751,7 +751,7 @@ export class TranslationServiceClient {
751
751
* @returns {Promise } - The promise which resolves to an array.
752
752
* The first element of the array is an object representing [SupportedLanguages]{@link google.cloud.translation.v3.SupportedLanguages}.
753
753
* Please see the
754
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
754
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods| documentation}
755
755
* for more details and examples.
756
756
* @example
757
757
* const [response] = await client.getSupportedLanguages(request);
@@ -902,7 +902,7 @@ export class TranslationServiceClient {
902
902
* @returns {Promise } - The promise which resolves to an array.
903
903
* The first element of the array is an object representing [TranslateDocumentResponse]{@link google.cloud.translation.v3.TranslateDocumentResponse}.
904
904
* Please see the
905
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
905
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods| documentation}
906
906
* for more details and examples.
907
907
* @example
908
908
* const [response] = await client.translateDocument(request);
@@ -990,7 +990,7 @@ export class TranslationServiceClient {
990
990
* @returns {Promise } - The promise which resolves to an array.
991
991
* The first element of the array is an object representing [Glossary]{@link google.cloud.translation.v3.Glossary}.
992
992
* Please see the
993
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
993
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods| documentation}
994
994
* for more details and examples.
995
995
* @example
996
996
* const [response] = await client.getGlossary(request);
@@ -1143,7 +1143,7 @@ export class TranslationServiceClient {
1143
1143
* a long running operation. Its `promise()` method returns a promise
1144
1144
* you can `await` for.
1145
1145
* Please see the
1146
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations)
1146
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations| documentation}
1147
1147
* for more details and examples.
1148
1148
* @example
1149
1149
* const [operation] = await client.batchTranslateText(request);
@@ -1204,7 +1204,7 @@ export class TranslationServiceClient {
1204
1204
* @returns {Promise } - The promise which resolves to an object.
1205
1205
* The decoded operation object has result and metadata field to get information from.
1206
1206
* Please see the
1207
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations)
1207
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations| documentation}
1208
1208
* for more details and examples.
1209
1209
* @example
1210
1210
* const decodedOperation = await checkBatchTranslateTextProgress(name);
@@ -1343,7 +1343,7 @@ export class TranslationServiceClient {
1343
1343
* a long running operation. Its `promise()` method returns a promise
1344
1344
* you can `await` for.
1345
1345
* Please see the
1346
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations)
1346
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations| documentation}
1347
1347
* for more details and examples.
1348
1348
* @example
1349
1349
* const [operation] = await client.batchTranslateDocument(request);
@@ -1408,7 +1408,7 @@ export class TranslationServiceClient {
1408
1408
* @returns {Promise } - The promise which resolves to an object.
1409
1409
* The decoded operation object has result and metadata field to get information from.
1410
1410
* Please see the
1411
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations)
1411
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations| documentation}
1412
1412
* for more details and examples.
1413
1413
* @example
1414
1414
* const decodedOperation = await checkBatchTranslateDocumentProgress(name);
@@ -1491,7 +1491,7 @@ export class TranslationServiceClient {
1491
1491
* a long running operation. Its `promise()` method returns a promise
1492
1492
* you can `await` for.
1493
1493
* Please see the
1494
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations)
1494
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations| documentation}
1495
1495
* for more details and examples.
1496
1496
* @example
1497
1497
* const [operation] = await client.createGlossary(request);
@@ -1552,7 +1552,7 @@ export class TranslationServiceClient {
1552
1552
* @returns {Promise } - The promise which resolves to an object.
1553
1553
* The decoded operation object has result and metadata field to get information from.
1554
1554
* Please see the
1555
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations)
1555
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations| documentation}
1556
1556
* for more details and examples.
1557
1557
* @example
1558
1558
* const decodedOperation = await checkCreateGlossaryProgress(name);
@@ -1634,7 +1634,7 @@ export class TranslationServiceClient {
1634
1634
* a long running operation. Its `promise()` method returns a promise
1635
1635
* you can `await` for.
1636
1636
* Please see the
1637
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations)
1637
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations| documentation}
1638
1638
* for more details and examples.
1639
1639
* @example
1640
1640
* const [operation] = await client.deleteGlossary(request);
@@ -1695,7 +1695,7 @@ export class TranslationServiceClient {
1695
1695
* @returns {Promise } - The promise which resolves to an object.
1696
1696
* The decoded operation object has result and metadata field to get information from.
1697
1697
* Please see the
1698
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations)
1698
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations| documentation}
1699
1699
* for more details and examples.
1700
1700
* @example
1701
1701
* const decodedOperation = await checkDeleteGlossaryProgress(name);
@@ -1799,7 +1799,7 @@ export class TranslationServiceClient {
1799
1799
* We recommend using `listGlossariesAsync()`
1800
1800
* method described below for async iteration which you can stop as needed.
1801
1801
* Please see the
1802
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
1802
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination| documentation}
1803
1803
* for more details and examples.
1804
1804
*/
1805
1805
listGlossaries (
@@ -1886,7 +1886,7 @@ export class TranslationServiceClient {
1886
1886
* We recommend using `listGlossariesAsync()`
1887
1887
* method described below for async iteration which you can stop as needed.
1888
1888
* Please see the
1889
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
1889
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination| documentation}
1890
1890
* for more details and examples.
1891
1891
*/
1892
1892
listGlossariesStream (
@@ -1947,12 +1947,12 @@ export class TranslationServiceClient {
1947
1947
* @param {object } [options]
1948
1948
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1949
1949
* @returns {Object }
1950
- * An iterable Object that allows [async iteration]( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) .
1950
+ * An iterable Object that allows { @link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols| async iteration} .
1951
1951
* When you iterate the returned iterable, each element will be an object representing
1952
1952
* [Glossary]{@link google.cloud.translation.v3.Glossary}. The API will be called under the hood as needed, once per the page,
1953
1953
* so you can stop the iteration when you don't need more results.
1954
1954
* Please see the
1955
- * [documentation]( https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
1955
+ * { @link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination| documentation}
1956
1956
* for more details and examples.
1957
1957
* @example
1958
1958
* const iterable = client.listGlossariesAsync(request);
0 commit comments