You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google-cloud-dataplex/src/v1/content_service_client.ts
+27-29Lines changed: 27 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -556,7 +556,7 @@ export class ContentServiceClient {
556
556
* @param {object} [options]
557
557
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
558
558
* @returns {Promise} - The promise which resolves to an array.
559
-
* The first element of the array is an object representing [Content]{@link google.cloud.dataplex.v1.Content}.
559
+
* The first element of the array is an object representing {@link google.cloud.dataplex.v1.Content | Content}.
@@ -647,7 +647,7 @@ export class ContentServiceClient {
647
647
* @param {object} [options]
648
648
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
649
649
* @returns {Promise} - The promise which resolves to an array.
650
-
* The first element of the array is an object representing [Content]{@link google.cloud.dataplex.v1.Content}.
650
+
* The first element of the array is an object representing {@link google.cloud.dataplex.v1.Content | Content}.
@@ -733,7 +733,7 @@ export class ContentServiceClient {
733
733
* @param {object} [options]
734
734
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
735
735
* @returns {Promise} - The promise which resolves to an array.
736
-
* The first element of the array is an object representing [Empty]{@link google.protobuf.Empty}.
736
+
* The first element of the array is an object representing {@link google.protobuf.Empty | Empty}.
@@ -821,7 +821,7 @@ export class ContentServiceClient {
821
821
* @param {object} [options]
822
822
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
823
823
* @returns {Promise} - The promise which resolves to an array.
824
-
* The first element of the array is an object representing [Content]{@link google.cloud.dataplex.v1.Content}.
824
+
* The first element of the array is an object representing {@link google.cloud.dataplex.v1.Content | Content}.
@@ -913,7 +913,7 @@ export class ContentServiceClient {
913
913
* @param {object} [options]
914
914
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
915
915
* @returns {Promise} - The promise which resolves to an array.
916
-
* The first element of the array is an object representing [Policy]{@link google.iam.v1.Policy}.
916
+
* The first element of the array is an object representing {@link google.iam.v1.Policy | Policy}.
@@ -1012,7 +1012,7 @@ export class ContentServiceClient {
1012
1012
* @param {object} [options]
1013
1013
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1014
1014
* @returns {Promise} - The promise which resolves to an array.
1015
-
* The first element of the array is an object representing [Policy]{@link google.iam.v1.Policy}.
1015
+
* The first element of the array is an object representing {@link google.iam.v1.Policy | Policy}.
@@ -1110,7 +1110,7 @@ export class ContentServiceClient {
1110
1110
* @param {object} [options]
1111
1111
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1112
1112
* @returns {Promise} - The promise which resolves to an array.
1113
-
* The first element of the array is an object representing [TestIamPermissionsResponse]{@link google.iam.v1.TestIamPermissionsResponse}.
1113
+
* The first element of the array is an object representing {@link google.iam.v1.TestIamPermissionsResponse | TestIamPermissionsResponse}.
@@ -1214,7 +1214,7 @@ export class ContentServiceClient {
1214
1214
* @param {object} [options]
1215
1215
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1216
1216
* @returns {Promise} - The promise which resolves to an array.
1217
-
* The first element of the array is Array of [Content]{@link google.cloud.dataplex.v1.Content}.
1217
+
* The first element of the array is Array of {@link google.cloud.dataplex.v1.Content | Content}.
1218
1218
* The client library will perform auto-pagination by default: it will call the API as many
1219
1219
* times as needed and will merge results from all the pages into this array.
1220
1220
* Note that it can affect your quota.
@@ -1322,7 +1322,7 @@ export class ContentServiceClient {
1322
1322
* @param {object} [options]
1323
1323
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1324
1324
* @returns {Stream}
1325
-
* An object stream which emits an object representing [Content]{@link google.cloud.dataplex.v1.Content} on 'data' event.
1325
+
* An object stream which emits an object representing {@link google.cloud.dataplex.v1.Content | Content} on 'data' event.
1326
1326
* The client library will perform auto-pagination by default: it will call the API as many
1327
1327
* times as needed. Note that it can affect your quota.
1328
1328
* We recommend using `listContentAsync()`
@@ -1386,7 +1386,7 @@ export class ContentServiceClient {
1386
1386
* @returns {Object}
1387
1387
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
1388
1388
* When you iterate the returned iterable, each element will be an object representing
1389
-
* [Content]{@link google.cloud.dataplex.v1.Content}. The API will be called under the hood as needed, once per the page,
1389
+
* {@link google.cloud.dataplex.v1.Content | Content}. The API will be called under the hood as needed, once per the page,
1390
1390
* so you can stop the iteration when you don't need more results.
@@ -1423,9 +1423,9 @@ export class ContentServiceClient {
1423
1423
* @param {string} request.name
1424
1424
* Resource name for the location.
1425
1425
* @param {object} [options]
1426
-
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1426
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
1427
1427
* @returns {Promise} - The promise which resolves to an array.
1428
-
* The first element of the array is an object representing [Location]{@link google.cloud.location.Location}.
1428
+
* The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
@@ -1475,7 +1475,7 @@ export class ContentServiceClient {
1475
1475
* @returns {Object}
1476
1476
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
1477
1477
* When you iterate the returned iterable, each element will be an object representing
1478
-
* [Location]{@link google.cloud.location.Location}. The API will be called under the hood as needed, once per the page,
1478
+
* {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
1479
1479
* so you can stop the iteration when you don't need more results.
* The promise has a method named "cancel" which cancels the ongoing API call.
1521
1519
*
1522
1520
* @example
1523
1521
* ```
@@ -1561,11 +1559,11 @@ export class ContentServiceClient {
1561
1559
* resources in a page.
1562
1560
* @param {Object=} options
1563
1561
* Optional parameters. You can override the default settings for this call,
1564
-
* e.g, timeout, retries, paginations, etc. See [gax.CallOptions]{@link
1565
-
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions} for the
1562
+
* e.g, timeout, retries, paginations, etc. See {@link
1563
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
1566
1564
* details.
1567
1565
* @returns {Object}
1568
-
* An iterable Object that conforms to @link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols.
1566
+
* An iterable Object that conforms to {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | iteration protocols}.
1569
1567
*
1570
1568
* @example
1571
1569
* ```
@@ -1596,8 +1594,8 @@ export class ContentServiceClient {
1596
1594
* @param {string} request.name - The name of the operation resource to be cancelled.
1597
1595
* @param {Object=} options
1598
1596
* Optional parameters. You can override the default settings for this call,
1599
-
* e.g, timeout, retries, paginations, etc. See [gax.CallOptions]{@link
1600
-
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions} for the
1597
+
* e.g, timeout, retries, paginations, etc. See {@link
1598
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
1601
1599
* details.
1602
1600
* @param {function(?Error)=} callback
1603
1601
* The function which will be called with the result of the API call.
@@ -1639,9 +1637,9 @@ export class ContentServiceClient {
1639
1637
* @param {string} request.name - The name of the operation resource to be deleted.
1640
1638
* @param {Object=} options
1641
1639
* Optional parameters. You can override the default settings for this call,
1642
-
* e.g, timeout, retries, paginations, etc. See [gax.CallOptions]{@link
1643
-
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions} for the
1644
-
* details.
1640
+
* e.g, timeout, retries, paginations, etc. See {@link
0 commit comments