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-tpu/src/v1/tpu_client.ts
+29-31Lines changed: 29 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -484,7 +484,7 @@ export class TpuClient {
484
484
* @param {object} [options]
485
485
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
486
486
* @returns {Promise} - The promise which resolves to an array.
487
-
* The first element of the array is an object representing [Node]{@link google.cloud.tpu.v1.Node}.
487
+
* The first element of the array is an object representing {@link google.cloud.tpu.v1.Node | Node}.
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
569
569
* @returns {Promise} - The promise which resolves to an array.
570
-
* The first element of the array is an object representing [TensorFlowVersion]{@link google.cloud.tpu.v1.TensorFlowVersion}.
570
+
* The first element of the array is an object representing {@link google.cloud.tpu.v1.TensorFlowVersion | TensorFlowVersion}.
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
660
660
* @returns {Promise} - The promise which resolves to an array.
661
-
* The first element of the array is an object representing [AcceleratorType]{@link google.cloud.tpu.v1.AcceleratorType}.
661
+
* The first element of the array is an object representing {@link google.cloud.tpu.v1.AcceleratorType | AcceleratorType}.
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1446
1446
* @returns {Promise} - The promise which resolves to an array.
1447
-
* The first element of the array is Array of [Node]{@link google.cloud.tpu.v1.Node}.
1447
+
* The first element of the array is Array of {@link google.cloud.tpu.v1.Node | Node}.
1448
1448
* The client library will perform auto-pagination by default: it will call the API as many
1449
1449
* times as needed and will merge results from all the pages into this array.
1450
1450
* Note that it can affect your quota.
@@ -1534,7 +1534,7 @@ export class TpuClient {
1534
1534
* @param {object} [options]
1535
1535
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1536
1536
* @returns {Stream}
1537
-
* An object stream which emits an object representing [Node]{@link google.cloud.tpu.v1.Node} on 'data' event.
1537
+
* An object stream which emits an object representing {@link google.cloud.tpu.v1.Node | Node} on 'data' event.
1538
1538
* The client library will perform auto-pagination by default: it will call the API as many
1539
1539
* times as needed. Note that it can affect your quota.
1540
1540
* We recommend using `listNodesAsync()`
@@ -1582,7 +1582,7 @@ export class TpuClient {
1582
1582
* @returns {Object}
1583
1583
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
1584
1584
* When you iterate the returned iterable, each element will be an object representing
1585
-
* [Node]{@link google.cloud.tpu.v1.Node}. The API will be called under the hood as needed, once per the page,
1585
+
* {@link google.cloud.tpu.v1.Node | Node}. The API will be called under the hood as needed, once per the page,
1586
1586
* so you can stop the iteration when you don't need more results.
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1631
1631
* @returns {Promise} - The promise which resolves to an array.
1632
-
* The first element of the array is Array of [TensorFlowVersion]{@link google.cloud.tpu.v1.TensorFlowVersion}.
1632
+
* The first element of the array is Array of {@link google.cloud.tpu.v1.TensorFlowVersion | TensorFlowVersion}.
1633
1633
* The client library will perform auto-pagination by default: it will call the API as many
1634
1634
* times as needed and will merge results from all the pages into this array.
1635
1635
* Note that it can affect your quota.
@@ -1735,7 +1735,7 @@ export class TpuClient {
1735
1735
* @param {object} [options]
1736
1736
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1737
1737
* @returns {Stream}
1738
-
* An object stream which emits an object representing [TensorFlowVersion]{@link google.cloud.tpu.v1.TensorFlowVersion} on 'data' event.
1738
+
* An object stream which emits an object representing {@link google.cloud.tpu.v1.TensorFlowVersion | TensorFlowVersion} on 'data' event.
1739
1739
* The client library will perform auto-pagination by default: it will call the API as many
1740
1740
* times as needed. Note that it can affect your quota.
1741
1741
* We recommend using `listTensorFlowVersionsAsync()`
@@ -1787,7 +1787,7 @@ export class TpuClient {
1787
1787
* @returns {Object}
1788
1788
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
1789
1789
* When you iterate the returned iterable, each element will be an object representing
1790
-
* [TensorFlowVersion]{@link google.cloud.tpu.v1.TensorFlowVersion}. The API will be called under the hood as needed, once per the page,
1790
+
* {@link google.cloud.tpu.v1.TensorFlowVersion | TensorFlowVersion}. The API will be called under the hood as needed, once per the page,
1791
1791
* so you can stop the iteration when you don't need more results.
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1836
1836
* @returns {Promise} - The promise which resolves to an array.
1837
-
* The first element of the array is Array of [AcceleratorType]{@link google.cloud.tpu.v1.AcceleratorType}.
1837
+
* The first element of the array is Array of {@link google.cloud.tpu.v1.AcceleratorType | AcceleratorType}.
1838
1838
* The client library will perform auto-pagination by default: it will call the API as many
1839
1839
* times as needed and will merge results from all the pages into this array.
1840
1840
* Note that it can affect your quota.
@@ -1936,7 +1936,7 @@ export class TpuClient {
1936
1936
* @param {object} [options]
1937
1937
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1938
1938
* @returns {Stream}
1939
-
* An object stream which emits an object representing [AcceleratorType]{@link google.cloud.tpu.v1.AcceleratorType} on 'data' event.
1939
+
* An object stream which emits an object representing {@link google.cloud.tpu.v1.AcceleratorType | AcceleratorType} on 'data' event.
1940
1940
* The client library will perform auto-pagination by default: it will call the API as many
1941
1941
* times as needed. Note that it can affect your quota.
1942
1942
* We recommend using `listAcceleratorTypesAsync()`
@@ -1988,7 +1988,7 @@ export class TpuClient {
1988
1988
* @returns {Object}
1989
1989
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
1990
1990
* When you iterate the returned iterable, each element will be an object representing
1991
-
* [AcceleratorType]{@link google.cloud.tpu.v1.AcceleratorType}. The API will be called under the hood as needed, once per the page,
1991
+
* {@link google.cloud.tpu.v1.AcceleratorType | AcceleratorType}. The API will be called under the hood as needed, once per the page,
1992
1992
* so you can stop the iteration when you don't need more results.
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
2028
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
2029
2029
* @returns {Promise} - The promise which resolves to an array.
2030
-
* The first element of the array is an object representing [Location]{@link google.cloud.location.Location}.
2030
+
* The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
2079
2079
* When you iterate the returned iterable, each element will be an object representing
2080
-
* [Location]{@link google.cloud.location.Location}. The API will be called under the hood as needed, once per the page,
2080
+
* {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
2081
2081
* 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.
2123
2121
*
2124
2122
* @example
2125
2123
* ```
@@ -2163,11 +2161,11 @@ export class TpuClient {
2163
2161
* resources in a page.
2164
2162
* @param {Object=} options
2165
2163
* Optional parameters. You can override the default settings for this call,
2166
-
* e.g, timeout, retries, paginations, etc. See [gax.CallOptions]{@link
2167
-
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions} for the
2164
+
* e.g, timeout, retries, paginations, etc. See {@link
2165
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
2168
2166
* details.
2169
2167
* @returns {Object}
2170
-
* An iterable Object that conforms to @link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols.
2168
+
* An iterable Object that conforms to {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | iteration protocols}.
2171
2169
*
2172
2170
* @example
2173
2171
* ```
@@ -2198,8 +2196,8 @@ export class TpuClient {
2198
2196
* @param {string} request.name - The name of the operation resource to be cancelled.
2199
2197
* @param {Object=} options
2200
2198
* Optional parameters. You can override the default settings for this call,
2201
-
* e.g, timeout, retries, paginations, etc. See [gax.CallOptions]{@link
2202
-
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions} for the
2199
+
* e.g, timeout, retries, paginations, etc. See {@link
2200
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
2203
2201
* details.
2204
2202
* @param {function(?Error)=} callback
2205
2203
* The function which will be called with the result of the API call.
@@ -2241,9 +2239,9 @@ export class TpuClient {
2241
2239
* @param {string} request.name - The name of the operation resource to be deleted.
2242
2240
* @param {Object=} options
2243
2241
* Optional parameters. You can override the default settings for this call,
2244
-
* e.g, timeout, retries, paginations, etc. See [gax.CallOptions]{@link
2245
-
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions} for the
2246
-
* details.
2242
+
* e.g, timeout, retries, paginations, etc. See {@link
0 commit comments