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-beyondcorp-clientgateways/src/v1/client_gateways_service_client.ts
+31-33Lines changed: 31 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -508,7 +508,7 @@ export class ClientGatewaysServiceClient {
508
508
* @param {object} [options]
509
509
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
510
510
* @returns {Promise} - The promise which resolves to an array.
511
-
* The first element of the array is an object representing [ClientGateway]{@link google.cloud.beyondcorp.clientgateways.v1.ClientGateway}.
511
+
* The first element of the array is an object representing {@link google.cloud.beyondcorp.clientgateways.v1.ClientGateway | ClientGateway}.
@@ -932,7 +932,7 @@ export class ClientGatewaysServiceClient {
932
932
* @param {object} [options]
933
933
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
934
934
* @returns {Promise} - The promise which resolves to an array.
935
-
* The first element of the array is Array of [ClientGateway]{@link google.cloud.beyondcorp.clientgateways.v1.ClientGateway}.
935
+
* The first element of the array is Array of {@link google.cloud.beyondcorp.clientgateways.v1.ClientGateway | ClientGateway}.
936
936
* The client library will perform auto-pagination by default: it will call the API as many
937
937
* times as needed and will merge results from all the pages into this array.
938
938
* Note that it can affect your quota.
@@ -1035,7 +1035,7 @@ export class ClientGatewaysServiceClient {
1035
1035
* @param {object} [options]
1036
1036
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1037
1037
* @returns {Stream}
1038
-
* An object stream which emits an object representing [ClientGateway]{@link google.cloud.beyondcorp.clientgateways.v1.ClientGateway} on 'data' event.
1038
+
* An object stream which emits an object representing {@link google.cloud.beyondcorp.clientgateways.v1.ClientGateway | ClientGateway} on 'data' event.
1039
1039
* The client library will perform auto-pagination by default: it will call the API as many
1040
1040
* times as needed. Note that it can affect your quota.
1041
1041
* We recommend using `listClientGatewaysAsync()`
@@ -1088,7 +1088,7 @@ export class ClientGatewaysServiceClient {
1088
1088
* @returns {Object}
1089
1089
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
1090
1090
* When you iterate the returned iterable, each element will be an object representing
1091
-
* [ClientGateway]{@link google.cloud.beyondcorp.clientgateways.v1.ClientGateway}. The API will be called under the hood as needed, once per the page,
1091
+
* {@link google.cloud.beyondcorp.clientgateways.v1.ClientGateway | ClientGateway}. The API will be called under the hood as needed, once per the page,
1092
1092
* so you can stop the iteration when you don't need more results.
@@ -1130,16 +1130,16 @@ export class ClientGatewaysServiceClient {
1130
1130
* OPTIONAL: A `GetPolicyOptions` object for specifying options to
1131
1131
* `GetIamPolicy`. This field is only used by Cloud IAM.
1132
1132
*
1133
-
* This object should have the same structure as [GetPolicyOptions]{@link google.iam.v1.GetPolicyOptions}
1133
+
* This object should have the same structure as {@link google.iam.v1.GetPolicyOptions | GetPolicyOptions}.
1134
1134
* @param {Object} [options]
1135
1135
* Optional parameters. You can override the default settings for this call, e.g, timeout,
1136
-
* retries, paginations, etc. See [gax.CallOptions]{@link https://googleapis.github.io/gax-nodejs/interfaces/CallOptions.html} for the details.
1136
+
* retries, paginations, etc. See {@link https://googleapis.github.io/gax-nodejs/interfaces/CallOptions.html | gax.CallOptions} for the details.
1137
1137
* @param {function(?Error, ?Object)} [callback]
1138
1138
* The function which will be called with the result of the API call.
1139
1139
*
1140
-
* The second parameter to the callback is an object representing [Policy]{@link google.iam.v1.Policy}.
1140
+
* The second parameter to the callback is an object representing {@link google.iam.v1.Policy | Policy}.
1141
1141
* @returns {Promise} - The promise which resolves to an array.
1142
-
* The first element of the array is an object representing [Policy]{@link google.iam.v1.Policy}.
1142
+
* The first element of the array is an object representing {@link google.iam.v1.Policy | Policy}.
1143
1143
* The promise has a method named "cancel" which cancels the ongoing API call.
1144
1144
*/
1145
1145
getIamPolicy(
@@ -1181,13 +1181,13 @@ export class ClientGatewaysServiceClient {
* Optional parameters. You can override the default settings for this call, e.g, timeout,
1184
-
* retries, paginations, etc. See [gax.CallOptions]{@link https://googleapis.github.io/gax-nodejs/interfaces/CallOptions.html} for the details.
1184
+
* retries, paginations, etc. See {@link https://googleapis.github.io/gax-nodejs/interfaces/CallOptions.html | gax.CallOptions} for the details.
1185
1185
* @param {function(?Error, ?Object)} [callback]
1186
1186
* The function which will be called with the result of the API call.
1187
1187
*
1188
-
* The second parameter to the callback is an object representing [TestIamPermissionsResponse]{@link google.iam.v1.TestIamPermissionsResponse}.
1188
+
* The second parameter to the callback is an object representing {@link google.iam.v1.TestIamPermissionsResponse | TestIamPermissionsResponse}.
1189
1189
* @returns {Promise} - The promise which resolves to an array.
1190
-
* The first element of the array is an object representing [TestIamPermissionsResponse]{@link google.iam.v1.TestIamPermissionsResponse}.
1190
+
* The first element of the array is an object representing {@link google.iam.v1.TestIamPermissionsResponse | TestIamPermissionsResponse}.
1191
1191
* The promise has a method named "cancel" which cancels the ongoing API call.
1192
1192
*/
1193
1193
setIamPolicy(
@@ -1229,13 +1229,13 @@ export class ClientGatewaysServiceClient {
* Optional parameters. You can override the default settings for this call, e.g, timeout,
1232
-
* retries, paginations, etc. See [gax.CallOptions]{@link https://googleapis.github.io/gax-nodejs/interfaces/CallOptions.html} for the details.
1232
+
* retries, paginations, etc. See {@link https://googleapis.github.io/gax-nodejs/interfaces/CallOptions.html | gax.CallOptions} for the details.
1233
1233
* @param {function(?Error, ?Object)} [callback]
1234
1234
* The function which will be called with the result of the API call.
1235
1235
*
1236
-
* The second parameter to the callback is an object representing [TestIamPermissionsResponse]{@link google.iam.v1.TestIamPermissionsResponse}.
1236
+
* The second parameter to the callback is an object representing {@link google.iam.v1.TestIamPermissionsResponse | TestIamPermissionsResponse}.
1237
1237
* @returns {Promise} - The promise which resolves to an array.
1238
-
* The first element of the array is an object representing [TestIamPermissionsResponse]{@link google.iam.v1.TestIamPermissionsResponse}.
1238
+
* The first element of the array is an object representing {@link google.iam.v1.TestIamPermissionsResponse | TestIamPermissionsResponse}.
1239
1239
* The promise has a method named "cancel" which cancels the ongoing API call.
1240
1240
*
1241
1241
*/
@@ -1265,9 +1265,9 @@ export class ClientGatewaysServiceClient {
1265
1265
* @param {string} request.name
1266
1266
* Resource name for the location.
1267
1267
* @param {object} [options]
1268
-
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
1268
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
1269
1269
* @returns {Promise} - The promise which resolves to an array.
1270
-
* The first element of the array is an object representing [Location]{@link google.cloud.location.Location}.
1270
+
* The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
@@ -1317,7 +1317,7 @@ export class ClientGatewaysServiceClient {
1317
1317
* @returns {Object}
1318
1318
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
1319
1319
* When you iterate the returned iterable, each element will be an object representing
1320
-
* [Location]{@link google.cloud.location.Location}. The API will be called under the hood as needed, once per the page,
1320
+
* {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
1321
1321
* 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.
1363
1361
*
1364
1362
* @example
1365
1363
* ```
@@ -1403,11 +1401,11 @@ export class ClientGatewaysServiceClient {
1403
1401
* resources in a page.
1404
1402
* @param {Object=} options
1405
1403
* Optional parameters. You can override the default settings for this call,
1406
-
* e.g, timeout, retries, paginations, etc. See [gax.CallOptions]{@link
1407
-
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions} for the
1404
+
* e.g, timeout, retries, paginations, etc. See {@link
1405
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
1408
1406
* details.
1409
1407
* @returns {Object}
1410
-
* An iterable Object that conforms to @link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols.
1408
+
* An iterable Object that conforms to {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | iteration protocols}.
1411
1409
*
1412
1410
* @example
1413
1411
* ```
@@ -1438,8 +1436,8 @@ export class ClientGatewaysServiceClient {
1438
1436
* @param {string} request.name - The name of the operation resource to be cancelled.
1439
1437
* @param {Object=} options
1440
1438
* Optional parameters. You can override the default settings for this call,
1441
-
* e.g, timeout, retries, paginations, etc. See [gax.CallOptions]{@link
1442
-
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions} for the
1439
+
* e.g, timeout, retries, paginations, etc. See {@link
1440
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
1443
1441
* details.
1444
1442
* @param {function(?Error)=} callback
1445
1443
* The function which will be called with the result of the API call.
@@ -1481,9 +1479,9 @@ export class ClientGatewaysServiceClient {
1481
1479
* @param {string} request.name - The name of the operation resource to be deleted.
1482
1480
* @param {Object=} options
1483
1481
* Optional parameters. You can override the default settings for this call,
1484
-
* e.g, timeout, retries, paginations, etc. See [gax.CallOptions]{@link
1485
-
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions} for the
1486
-
* details.
1482
+
* e.g, timeout, retries, paginations, etc. See {@link
0 commit comments