Skip to content

Commit 6287614

Browse files
docs: changing format of the jsdoc links (#35)
* docs: changing format of the jsdoc links PiperOrigin-RevId: 509352615 Source-Link: googleapis/googleapis@b737d30 Source-Link: googleapis/googleapis-gen@8efadf3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGVmYWRmM2Q1ODc4MGVhMWM1NTAyNjhkNDZhM2RjNzAxYmEzN2ZjZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5ffcb9c commit 6287614

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

packages/google-cloud-bigquery-migration/src/v2/migration_service_client.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ export class MigrationServiceClient {
356356
* @param {object} [options]
357357
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
358358
* @returns {Promise} - The promise which resolves to an array.
359-
* The first element of the array is an object representing [MigrationWorkflow]{@link google.cloud.bigquery.migration.v2.MigrationWorkflow}.
359+
* The first element of the array is an object representing {@link google.cloud.bigquery.migration.v2.MigrationWorkflow | MigrationWorkflow}.
360360
* Please see the
361361
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
362362
* for more details and examples.
@@ -460,7 +460,7 @@ export class MigrationServiceClient {
460460
* @param {object} [options]
461461
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
462462
* @returns {Promise} - The promise which resolves to an array.
463-
* The first element of the array is an object representing [MigrationWorkflow]{@link google.cloud.bigquery.migration.v2.MigrationWorkflow}.
463+
* The first element of the array is an object representing {@link google.cloud.bigquery.migration.v2.MigrationWorkflow | MigrationWorkflow}.
464464
* Please see the
465465
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
466466
* for more details and examples.
@@ -558,7 +558,7 @@ export class MigrationServiceClient {
558558
* @param {object} [options]
559559
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
560560
* @returns {Promise} - The promise which resolves to an array.
561-
* The first element of the array is an object representing [Empty]{@link google.protobuf.Empty}.
561+
* The first element of the array is an object representing {@link google.protobuf.Empty | Empty}.
562562
* Please see the
563563
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
564564
* for more details and examples.
@@ -663,7 +663,7 @@ export class MigrationServiceClient {
663663
* @param {object} [options]
664664
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
665665
* @returns {Promise} - The promise which resolves to an array.
666-
* The first element of the array is an object representing [Empty]{@link google.protobuf.Empty}.
666+
* The first element of the array is an object representing {@link google.protobuf.Empty | Empty}.
667667
* Please see the
668668
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
669669
* for more details and examples.
@@ -767,7 +767,7 @@ export class MigrationServiceClient {
767767
* @param {object} [options]
768768
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
769769
* @returns {Promise} - The promise which resolves to an array.
770-
* The first element of the array is an object representing [MigrationSubtask]{@link google.cloud.bigquery.migration.v2.MigrationSubtask}.
770+
* The first element of the array is an object representing {@link google.cloud.bigquery.migration.v2.MigrationSubtask | MigrationSubtask}.
771771
* Please see the
772772
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
773773
* for more details and examples.
@@ -877,7 +877,7 @@ export class MigrationServiceClient {
877877
* @param {object} [options]
878878
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
879879
* @returns {Promise} - The promise which resolves to an array.
880-
* The first element of the array is Array of [MigrationWorkflow]{@link google.cloud.bigquery.migration.v2.MigrationWorkflow}.
880+
* The first element of the array is Array of {@link google.cloud.bigquery.migration.v2.MigrationWorkflow | MigrationWorkflow}.
881881
* The client library will perform auto-pagination by default: it will call the API as many
882882
* times as needed and will merge results from all the pages into this array.
883883
* Note that it can affect your quota.
@@ -987,7 +987,7 @@ export class MigrationServiceClient {
987987
* @param {object} [options]
988988
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
989989
* @returns {Stream}
990-
* An object stream which emits an object representing [MigrationWorkflow]{@link google.cloud.bigquery.migration.v2.MigrationWorkflow} on 'data' event.
990+
* An object stream which emits an object representing {@link google.cloud.bigquery.migration.v2.MigrationWorkflow | MigrationWorkflow} on 'data' event.
991991
* The client library will perform auto-pagination by default: it will call the API as many
992992
* times as needed. Note that it can affect your quota.
993993
* We recommend using `listMigrationWorkflowsAsync()`
@@ -1043,7 +1043,7 @@ export class MigrationServiceClient {
10431043
* @returns {Object}
10441044
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
10451045
* When you iterate the returned iterable, each element will be an object representing
1046-
* [MigrationWorkflow]{@link google.cloud.bigquery.migration.v2.MigrationWorkflow}. The API will be called under the hood as needed, once per the page,
1046+
* {@link google.cloud.bigquery.migration.v2.MigrationWorkflow | MigrationWorkflow}. The API will be called under the hood as needed, once per the page,
10471047
* so you can stop the iteration when you don't need more results.
10481048
* Please see the
10491049
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
@@ -1098,7 +1098,7 @@ export class MigrationServiceClient {
10981098
* @param {object} [options]
10991099
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
11001100
* @returns {Promise} - The promise which resolves to an array.
1101-
* The first element of the array is Array of [MigrationSubtask]{@link google.cloud.bigquery.migration.v2.MigrationSubtask}.
1101+
* The first element of the array is Array of {@link google.cloud.bigquery.migration.v2.MigrationSubtask | MigrationSubtask}.
11021102
* The client library will perform auto-pagination by default: it will call the API as many
11031103
* times as needed and will merge results from all the pages into this array.
11041104
* Note that it can affect your quota.
@@ -1208,7 +1208,7 @@ export class MigrationServiceClient {
12081208
* @param {object} [options]
12091209
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
12101210
* @returns {Stream}
1211-
* An object stream which emits an object representing [MigrationSubtask]{@link google.cloud.bigquery.migration.v2.MigrationSubtask} on 'data' event.
1211+
* An object stream which emits an object representing {@link google.cloud.bigquery.migration.v2.MigrationSubtask | MigrationSubtask} on 'data' event.
12121212
* The client library will perform auto-pagination by default: it will call the API as many
12131213
* times as needed. Note that it can affect your quota.
12141214
* We recommend using `listMigrationSubtasksAsync()`
@@ -1268,7 +1268,7 @@ export class MigrationServiceClient {
12681268
* @returns {Object}
12691269
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
12701270
* When you iterate the returned iterable, each element will be an object representing
1271-
* [MigrationSubtask]{@link google.cloud.bigquery.migration.v2.MigrationSubtask}. The API will be called under the hood as needed, once per the page,
1271+
* {@link google.cloud.bigquery.migration.v2.MigrationSubtask | MigrationSubtask}. The API will be called under the hood as needed, once per the page,
12721272
* so you can stop the iteration when you don't need more results.
12731273
* Please see the
12741274
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)

packages/google-cloud-bigquery-migration/src/v2alpha/migration_service_client.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ export class MigrationServiceClient {
356356
* @param {object} [options]
357357
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
358358
* @returns {Promise} - The promise which resolves to an array.
359-
* The first element of the array is an object representing [MigrationWorkflow]{@link google.cloud.bigquery.migration.v2alpha.MigrationWorkflow}.
359+
* The first element of the array is an object representing {@link google.cloud.bigquery.migration.v2alpha.MigrationWorkflow | MigrationWorkflow}.
360360
* Please see the
361361
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
362362
* for more details and examples.
@@ -460,7 +460,7 @@ export class MigrationServiceClient {
460460
* @param {object} [options]
461461
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
462462
* @returns {Promise} - The promise which resolves to an array.
463-
* The first element of the array is an object representing [MigrationWorkflow]{@link google.cloud.bigquery.migration.v2alpha.MigrationWorkflow}.
463+
* The first element of the array is an object representing {@link google.cloud.bigquery.migration.v2alpha.MigrationWorkflow | MigrationWorkflow}.
464464
* Please see the
465465
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
466466
* for more details and examples.
@@ -558,7 +558,7 @@ export class MigrationServiceClient {
558558
* @param {object} [options]
559559
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
560560
* @returns {Promise} - The promise which resolves to an array.
561-
* The first element of the array is an object representing [Empty]{@link google.protobuf.Empty}.
561+
* The first element of the array is an object representing {@link google.protobuf.Empty | Empty}.
562562
* Please see the
563563
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
564564
* for more details and examples.
@@ -663,7 +663,7 @@ export class MigrationServiceClient {
663663
* @param {object} [options]
664664
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
665665
* @returns {Promise} - The promise which resolves to an array.
666-
* The first element of the array is an object representing [Empty]{@link google.protobuf.Empty}.
666+
* The first element of the array is an object representing {@link google.protobuf.Empty | Empty}.
667667
* Please see the
668668
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
669669
* for more details and examples.
@@ -767,7 +767,7 @@ export class MigrationServiceClient {
767767
* @param {object} [options]
768768
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
769769
* @returns {Promise} - The promise which resolves to an array.
770-
* The first element of the array is an object representing [MigrationSubtask]{@link google.cloud.bigquery.migration.v2alpha.MigrationSubtask}.
770+
* The first element of the array is an object representing {@link google.cloud.bigquery.migration.v2alpha.MigrationSubtask | MigrationSubtask}.
771771
* Please see the
772772
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
773773
* for more details and examples.
@@ -877,7 +877,7 @@ export class MigrationServiceClient {
877877
* @param {object} [options]
878878
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
879879
* @returns {Promise} - The promise which resolves to an array.
880-
* The first element of the array is Array of [MigrationWorkflow]{@link google.cloud.bigquery.migration.v2alpha.MigrationWorkflow}.
880+
* The first element of the array is Array of {@link google.cloud.bigquery.migration.v2alpha.MigrationWorkflow | MigrationWorkflow}.
881881
* The client library will perform auto-pagination by default: it will call the API as many
882882
* times as needed and will merge results from all the pages into this array.
883883
* Note that it can affect your quota.
@@ -987,7 +987,7 @@ export class MigrationServiceClient {
987987
* @param {object} [options]
988988
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
989989
* @returns {Stream}
990-
* An object stream which emits an object representing [MigrationWorkflow]{@link google.cloud.bigquery.migration.v2alpha.MigrationWorkflow} on 'data' event.
990+
* An object stream which emits an object representing {@link google.cloud.bigquery.migration.v2alpha.MigrationWorkflow | MigrationWorkflow} on 'data' event.
991991
* The client library will perform auto-pagination by default: it will call the API as many
992992
* times as needed. Note that it can affect your quota.
993993
* We recommend using `listMigrationWorkflowsAsync()`
@@ -1043,7 +1043,7 @@ export class MigrationServiceClient {
10431043
* @returns {Object}
10441044
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
10451045
* When you iterate the returned iterable, each element will be an object representing
1046-
* [MigrationWorkflow]{@link google.cloud.bigquery.migration.v2alpha.MigrationWorkflow}. The API will be called under the hood as needed, once per the page,
1046+
* {@link google.cloud.bigquery.migration.v2alpha.MigrationWorkflow | MigrationWorkflow}. The API will be called under the hood as needed, once per the page,
10471047
* so you can stop the iteration when you don't need more results.
10481048
* Please see the
10491049
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
@@ -1098,7 +1098,7 @@ export class MigrationServiceClient {
10981098
* @param {object} [options]
10991099
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
11001100
* @returns {Promise} - The promise which resolves to an array.
1101-
* The first element of the array is Array of [MigrationSubtask]{@link google.cloud.bigquery.migration.v2alpha.MigrationSubtask}.
1101+
* The first element of the array is Array of {@link google.cloud.bigquery.migration.v2alpha.MigrationSubtask | MigrationSubtask}.
11021102
* The client library will perform auto-pagination by default: it will call the API as many
11031103
* times as needed and will merge results from all the pages into this array.
11041104
* Note that it can affect your quota.
@@ -1208,7 +1208,7 @@ export class MigrationServiceClient {
12081208
* @param {object} [options]
12091209
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
12101210
* @returns {Stream}
1211-
* An object stream which emits an object representing [MigrationSubtask]{@link google.cloud.bigquery.migration.v2alpha.MigrationSubtask} on 'data' event.
1211+
* An object stream which emits an object representing {@link google.cloud.bigquery.migration.v2alpha.MigrationSubtask | MigrationSubtask} on 'data' event.
12121212
* The client library will perform auto-pagination by default: it will call the API as many
12131213
* times as needed. Note that it can affect your quota.
12141214
* We recommend using `listMigrationSubtasksAsync()`
@@ -1268,7 +1268,7 @@ export class MigrationServiceClient {
12681268
* @returns {Object}
12691269
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
12701270
* When you iterate the returned iterable, each element will be an object representing
1271-
* [MigrationSubtask]{@link google.cloud.bigquery.migration.v2alpha.MigrationSubtask}. The API will be called under the hood as needed, once per the page,
1271+
* {@link google.cloud.bigquery.migration.v2alpha.MigrationSubtask | MigrationSubtask}. The API will be called under the hood as needed, once per the page,
12721272
* so you can stop the iteration when you don't need more results.
12731273
* Please see the
12741274
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)

0 commit comments

Comments
 (0)