@google-cloud/web-security-scanner
Advanced tools
Comparing version 2.1.3 to 2.1.4
"use strict"; | ||
// Copyright 2020 Google LLC | ||
// Copyright 2023 Google LLC | ||
// | ||
@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License"); |
"use strict"; | ||
// Copyright 2022 Google LLC | ||
// Copyright 2023 Google LLC | ||
// | ||
@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License"); |
@@ -125,3 +125,3 @@ /// <reference types="node" /> | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1.ScanConfig}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1.ScanConfig | ScanConfig}. | ||
* Please see the | ||
@@ -151,3 +151,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [Empty]{@link google.protobuf.Empty}. | ||
* The first element of the array is an object representing {@link google.protobuf.Empty | Empty}. | ||
* Please see the | ||
@@ -177,3 +177,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1.ScanConfig}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1.ScanConfig | ScanConfig}. | ||
* Please see the | ||
@@ -208,3 +208,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1.ScanConfig}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1.ScanConfig | ScanConfig}. | ||
* Please see the | ||
@@ -234,3 +234,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1.ScanRun}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1.ScanRun | ScanRun}. | ||
* Please see the | ||
@@ -261,3 +261,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1.ScanRun}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1.ScanRun | ScanRun}. | ||
* Please see the | ||
@@ -288,3 +288,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1.ScanRun}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1.ScanRun | ScanRun}. | ||
* Please see the | ||
@@ -315,3 +315,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [Finding]{@link google.cloud.websecurityscanner.v1.Finding}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1.Finding | Finding}. | ||
* Please see the | ||
@@ -342,3 +342,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ListFindingTypeStatsResponse]{@link google.cloud.websecurityscanner.v1.ListFindingTypeStatsResponse}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1.ListFindingTypeStatsResponse | ListFindingTypeStatsResponse}. | ||
* Please see the | ||
@@ -376,3 +376,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of [ScanConfig]{@link google.cloud.websecurityscanner.v1.ScanConfig}. | ||
* The first element of the array is Array of {@link google.cloud.websecurityscanner.v1.ScanConfig | ScanConfig}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -412,3 +412,3 @@ * times as needed and will merge results from all the pages into this array. | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1.ScanConfig} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1.ScanConfig | ScanConfig} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -445,3 +445,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [ScanConfig]{@link google.cloud.websecurityscanner.v1.ScanConfig}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1.ScanConfig | ScanConfig}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -475,3 +475,3 @@ * Please see the | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of [ScanRun]{@link google.cloud.websecurityscanner.v1.ScanRun}. | ||
* The first element of the array is Array of {@link google.cloud.websecurityscanner.v1.ScanRun | ScanRun}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -511,3 +511,3 @@ * times as needed and will merge results from all the pages into this array. | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1.ScanRun} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1.ScanRun | ScanRun} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -544,3 +544,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [ScanRun]{@link google.cloud.websecurityscanner.v1.ScanRun}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1.ScanRun | ScanRun}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -574,3 +574,3 @@ * Please see the | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of [CrawledUrl]{@link google.cloud.websecurityscanner.v1.CrawledUrl}. | ||
* The first element of the array is Array of {@link google.cloud.websecurityscanner.v1.CrawledUrl | CrawledUrl}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -611,3 +611,3 @@ * times as needed and will merge results from all the pages into this array. | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [CrawledUrl]{@link google.cloud.websecurityscanner.v1.CrawledUrl} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1.CrawledUrl | CrawledUrl} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -645,3 +645,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [CrawledUrl]{@link google.cloud.websecurityscanner.v1.CrawledUrl}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1.CrawledUrl | CrawledUrl}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -680,3 +680,3 @@ * Please see the | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of [Finding]{@link google.cloud.websecurityscanner.v1.Finding}. | ||
* The first element of the array is Array of {@link google.cloud.websecurityscanner.v1.Finding | Finding}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -722,3 +722,3 @@ * times as needed and will merge results from all the pages into this array. | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [Finding]{@link google.cloud.websecurityscanner.v1.Finding} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1.Finding | Finding} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -761,3 +761,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [Finding]{@link google.cloud.websecurityscanner.v1.Finding}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1.Finding | Finding}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -764,0 +764,0 @@ * Please see the |
"use strict"; | ||
// Copyright 2022 Google LLC | ||
// Copyright 2023 Google LLC | ||
// | ||
@@ -94,2 +94,4 @@ // Licensed under the Apache License, Version 2.0 (the "License"); | ||
opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts); | ||
// Request numeric enum values if REST transport is used. | ||
opts.numericEnums = true; | ||
// If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case. | ||
@@ -487,3 +489,3 @@ if (servicePath !== staticMembers.servicePath && !('scopes' in opts)) { | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1.ScanConfig} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1.ScanConfig | ScanConfig} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -534,3 +536,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [ScanConfig]{@link google.cloud.websecurityscanner.v1.ScanConfig}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1.ScanConfig | ScanConfig}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -597,3 +599,3 @@ * Please see the | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1.ScanRun} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1.ScanRun | ScanRun} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -644,3 +646,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [ScanRun]{@link google.cloud.websecurityscanner.v1.ScanRun}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1.ScanRun | ScanRun}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -708,3 +710,3 @@ * Please see the | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [CrawledUrl]{@link google.cloud.websecurityscanner.v1.CrawledUrl} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1.CrawledUrl | CrawledUrl} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -756,3 +758,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [CrawledUrl]{@link google.cloud.websecurityscanner.v1.CrawledUrl}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1.CrawledUrl | CrawledUrl}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -825,3 +827,3 @@ * Please see the | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [Finding]{@link google.cloud.websecurityscanner.v1.Finding} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1.Finding | Finding} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -878,3 +880,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [Finding]{@link google.cloud.websecurityscanner.v1.Finding}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1.Finding | Finding}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -881,0 +883,0 @@ * Please see the |
"use strict"; | ||
// Copyright 2022 Google LLC | ||
// Copyright 2023 Google LLC | ||
// | ||
@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License"); |
@@ -125,3 +125,3 @@ /// <reference types="node" /> | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1alpha.ScanConfig}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1alpha.ScanConfig | ScanConfig}. | ||
* Please see the | ||
@@ -151,3 +151,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [Empty]{@link google.protobuf.Empty}. | ||
* The first element of the array is an object representing {@link google.protobuf.Empty | Empty}. | ||
* Please see the | ||
@@ -177,3 +177,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1alpha.ScanConfig}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1alpha.ScanConfig | ScanConfig}. | ||
* Please see the | ||
@@ -208,3 +208,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1alpha.ScanConfig}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1alpha.ScanConfig | ScanConfig}. | ||
* Please see the | ||
@@ -234,3 +234,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1alpha.ScanRun}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1alpha.ScanRun | ScanRun}. | ||
* Please see the | ||
@@ -261,3 +261,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1alpha.ScanRun}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1alpha.ScanRun | ScanRun}. | ||
* Please see the | ||
@@ -288,3 +288,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1alpha.ScanRun}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1alpha.ScanRun | ScanRun}. | ||
* Please see the | ||
@@ -315,3 +315,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [Finding]{@link google.cloud.websecurityscanner.v1alpha.Finding}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1alpha.Finding | Finding}. | ||
* Please see the | ||
@@ -342,3 +342,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ListFindingTypeStatsResponse]{@link google.cloud.websecurityscanner.v1alpha.ListFindingTypeStatsResponse}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1alpha.ListFindingTypeStatsResponse | ListFindingTypeStatsResponse}. | ||
* Please see the | ||
@@ -376,3 +376,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of [ScanConfig]{@link google.cloud.websecurityscanner.v1alpha.ScanConfig}. | ||
* The first element of the array is Array of {@link google.cloud.websecurityscanner.v1alpha.ScanConfig | ScanConfig}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -412,3 +412,3 @@ * times as needed and will merge results from all the pages into this array. | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1alpha.ScanConfig} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1alpha.ScanConfig | ScanConfig} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -445,3 +445,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [ScanConfig]{@link google.cloud.websecurityscanner.v1alpha.ScanConfig}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1alpha.ScanConfig | ScanConfig}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -475,3 +475,3 @@ * Please see the | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of [ScanRun]{@link google.cloud.websecurityscanner.v1alpha.ScanRun}. | ||
* The first element of the array is Array of {@link google.cloud.websecurityscanner.v1alpha.ScanRun | ScanRun}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -511,3 +511,3 @@ * times as needed and will merge results from all the pages into this array. | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1alpha.ScanRun} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1alpha.ScanRun | ScanRun} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -544,3 +544,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [ScanRun]{@link google.cloud.websecurityscanner.v1alpha.ScanRun}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1alpha.ScanRun | ScanRun}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -574,3 +574,3 @@ * Please see the | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of [CrawledUrl]{@link google.cloud.websecurityscanner.v1alpha.CrawledUrl}. | ||
* The first element of the array is Array of {@link google.cloud.websecurityscanner.v1alpha.CrawledUrl | CrawledUrl}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -611,3 +611,3 @@ * times as needed and will merge results from all the pages into this array. | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [CrawledUrl]{@link google.cloud.websecurityscanner.v1alpha.CrawledUrl} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1alpha.CrawledUrl | CrawledUrl} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -645,3 +645,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [CrawledUrl]{@link google.cloud.websecurityscanner.v1alpha.CrawledUrl}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1alpha.CrawledUrl | CrawledUrl}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -680,3 +680,3 @@ * Please see the | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of [Finding]{@link google.cloud.websecurityscanner.v1alpha.Finding}. | ||
* The first element of the array is Array of {@link google.cloud.websecurityscanner.v1alpha.Finding | Finding}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -722,3 +722,3 @@ * times as needed and will merge results from all the pages into this array. | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [Finding]{@link google.cloud.websecurityscanner.v1alpha.Finding} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1alpha.Finding | Finding} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -761,3 +761,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [Finding]{@link google.cloud.websecurityscanner.v1alpha.Finding}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1alpha.Finding | Finding}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -764,0 +764,0 @@ * Please see the |
"use strict"; | ||
// Copyright 2022 Google LLC | ||
// Copyright 2023 Google LLC | ||
// | ||
@@ -94,2 +94,4 @@ // Licensed under the Apache License, Version 2.0 (the "License"); | ||
opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts); | ||
// Request numeric enum values if REST transport is used. | ||
opts.numericEnums = true; | ||
// If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case. | ||
@@ -490,3 +492,3 @@ if (servicePath !== staticMembers.servicePath && !('scopes' in opts)) { | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1alpha.ScanConfig} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1alpha.ScanConfig | ScanConfig} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -537,3 +539,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [ScanConfig]{@link google.cloud.websecurityscanner.v1alpha.ScanConfig}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1alpha.ScanConfig | ScanConfig}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -600,3 +602,3 @@ * Please see the | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1alpha.ScanRun} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1alpha.ScanRun | ScanRun} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -647,3 +649,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [ScanRun]{@link google.cloud.websecurityscanner.v1alpha.ScanRun}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1alpha.ScanRun | ScanRun}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -711,3 +713,3 @@ * Please see the | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [CrawledUrl]{@link google.cloud.websecurityscanner.v1alpha.CrawledUrl} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1alpha.CrawledUrl | CrawledUrl} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -759,3 +761,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [CrawledUrl]{@link google.cloud.websecurityscanner.v1alpha.CrawledUrl}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1alpha.CrawledUrl | CrawledUrl}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -828,3 +830,3 @@ * Please see the | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [Finding]{@link google.cloud.websecurityscanner.v1alpha.Finding} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1alpha.Finding | Finding} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -881,3 +883,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [Finding]{@link google.cloud.websecurityscanner.v1alpha.Finding}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1alpha.Finding | Finding}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -884,0 +886,0 @@ * Please see the |
"use strict"; | ||
// Copyright 2022 Google LLC | ||
// Copyright 2023 Google LLC | ||
// | ||
@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License"); |
@@ -125,3 +125,3 @@ /// <reference types="node" /> | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1beta.ScanConfig}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1beta.ScanConfig | ScanConfig}. | ||
* Please see the | ||
@@ -151,3 +151,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [Empty]{@link google.protobuf.Empty}. | ||
* The first element of the array is an object representing {@link google.protobuf.Empty | Empty}. | ||
* Please see the | ||
@@ -177,3 +177,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1beta.ScanConfig}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1beta.ScanConfig | ScanConfig}. | ||
* Please see the | ||
@@ -208,3 +208,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1beta.ScanConfig}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1beta.ScanConfig | ScanConfig}. | ||
* Please see the | ||
@@ -234,3 +234,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1beta.ScanRun}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1beta.ScanRun | ScanRun}. | ||
* Please see the | ||
@@ -261,3 +261,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1beta.ScanRun}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1beta.ScanRun | ScanRun}. | ||
* Please see the | ||
@@ -288,3 +288,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1beta.ScanRun}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1beta.ScanRun | ScanRun}. | ||
* Please see the | ||
@@ -315,3 +315,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [Finding]{@link google.cloud.websecurityscanner.v1beta.Finding}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1beta.Finding | Finding}. | ||
* Please see the | ||
@@ -342,3 +342,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is an object representing [ListFindingTypeStatsResponse]{@link google.cloud.websecurityscanner.v1beta.ListFindingTypeStatsResponse}. | ||
* The first element of the array is an object representing {@link google.cloud.websecurityscanner.v1beta.ListFindingTypeStatsResponse | ListFindingTypeStatsResponse}. | ||
* Please see the | ||
@@ -376,3 +376,3 @@ * [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of [ScanConfig]{@link google.cloud.websecurityscanner.v1beta.ScanConfig}. | ||
* The first element of the array is Array of {@link google.cloud.websecurityscanner.v1beta.ScanConfig | ScanConfig}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -412,3 +412,3 @@ * times as needed and will merge results from all the pages into this array. | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1beta.ScanConfig} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1beta.ScanConfig | ScanConfig} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -445,3 +445,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [ScanConfig]{@link google.cloud.websecurityscanner.v1beta.ScanConfig}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1beta.ScanConfig | ScanConfig}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -475,3 +475,3 @@ * Please see the | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of [ScanRun]{@link google.cloud.websecurityscanner.v1beta.ScanRun}. | ||
* The first element of the array is Array of {@link google.cloud.websecurityscanner.v1beta.ScanRun | ScanRun}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -511,3 +511,3 @@ * times as needed and will merge results from all the pages into this array. | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1beta.ScanRun} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1beta.ScanRun | ScanRun} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -544,3 +544,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [ScanRun]{@link google.cloud.websecurityscanner.v1beta.ScanRun}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1beta.ScanRun | ScanRun}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -574,3 +574,3 @@ * Please see the | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of [CrawledUrl]{@link google.cloud.websecurityscanner.v1beta.CrawledUrl}. | ||
* The first element of the array is Array of {@link google.cloud.websecurityscanner.v1beta.CrawledUrl | CrawledUrl}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -611,3 +611,3 @@ * times as needed and will merge results from all the pages into this array. | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [CrawledUrl]{@link google.cloud.websecurityscanner.v1beta.CrawledUrl} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1beta.CrawledUrl | CrawledUrl} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -645,3 +645,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [CrawledUrl]{@link google.cloud.websecurityscanner.v1beta.CrawledUrl}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1beta.CrawledUrl | CrawledUrl}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -680,3 +680,3 @@ * Please see the | ||
* @returns {Promise} - The promise which resolves to an array. | ||
* The first element of the array is Array of [Finding]{@link google.cloud.websecurityscanner.v1beta.Finding}. | ||
* The first element of the array is Array of {@link google.cloud.websecurityscanner.v1beta.Finding | Finding}. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -722,3 +722,3 @@ * times as needed and will merge results from all the pages into this array. | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [Finding]{@link google.cloud.websecurityscanner.v1beta.Finding} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1beta.Finding | Finding} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -761,3 +761,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [Finding]{@link google.cloud.websecurityscanner.v1beta.Finding}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1beta.Finding | Finding}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -764,0 +764,0 @@ * Please see the |
"use strict"; | ||
// Copyright 2022 Google LLC | ||
// Copyright 2023 Google LLC | ||
// | ||
@@ -94,2 +94,4 @@ // Licensed under the Apache License, Version 2.0 (the "License"); | ||
opts = Object.assign({ servicePath, port, clientConfig, fallback }, opts); | ||
// Request numeric enum values if REST transport is used. | ||
opts.numericEnums = true; | ||
// If scopes are unset in options and we're connecting to a non-default endpoint, set scopes just in case. | ||
@@ -490,3 +492,3 @@ if (servicePath !== staticMembers.servicePath && !('scopes' in opts)) { | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [ScanConfig]{@link google.cloud.websecurityscanner.v1beta.ScanConfig} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1beta.ScanConfig | ScanConfig} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -537,3 +539,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [ScanConfig]{@link google.cloud.websecurityscanner.v1beta.ScanConfig}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1beta.ScanConfig | ScanConfig}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -600,3 +602,3 @@ * Please see the | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [ScanRun]{@link google.cloud.websecurityscanner.v1beta.ScanRun} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1beta.ScanRun | ScanRun} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -647,3 +649,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [ScanRun]{@link google.cloud.websecurityscanner.v1beta.ScanRun}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1beta.ScanRun | ScanRun}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -711,3 +713,3 @@ * Please see the | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [CrawledUrl]{@link google.cloud.websecurityscanner.v1beta.CrawledUrl} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1beta.CrawledUrl | CrawledUrl} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -759,3 +761,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [CrawledUrl]{@link google.cloud.websecurityscanner.v1beta.CrawledUrl}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1beta.CrawledUrl | CrawledUrl}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -828,3 +830,3 @@ * Please see the | ||
* @returns {Stream} | ||
* An object stream which emits an object representing [Finding]{@link google.cloud.websecurityscanner.v1beta.Finding} on 'data' event. | ||
* An object stream which emits an object representing {@link google.cloud.websecurityscanner.v1beta.Finding | Finding} on 'data' event. | ||
* The client library will perform auto-pagination by default: it will call the API as many | ||
@@ -881,3 +883,3 @@ * times as needed. Note that it can affect your quota. | ||
* When you iterate the returned iterable, each element will be an object representing | ||
* [Finding]{@link google.cloud.websecurityscanner.v1beta.Finding}. The API will be called under the hood as needed, once per the page, | ||
* {@link google.cloud.websecurityscanner.v1beta.Finding | Finding}. The API will be called under the hood as needed, once per the page, | ||
* so you can stop the iteration when you don't need more results. | ||
@@ -884,0 +886,0 @@ * Please see the |
# Changelog | ||
## [2.1.4](https://github.com/googleapis/google-cloud-node/compare/web-security-scanner-v2.1.3...web-security-scanner-v2.1.4) (2023-02-15) | ||
### Bug Fixes | ||
* [Many APIs] changing format of the jsdoc links ([#3990](https://github.com/googleapis/google-cloud-node/issues/3990)) ([878c55d](https://github.com/googleapis/google-cloud-node/commit/878c55d62af7e41e8d5050b081e4b79202b1b9cc)) | ||
## [2.1.3](https://github.com/googleapis/nodejs-web-security-scanner/compare/v2.1.2...v2.1.3) (2022-11-10) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/web-security-scanner", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Websecurityscanner client for Node.js", | ||
"repository": "googleapis/nodejs-web-security-scanner", | ||
"repository": { | ||
"type": "git", | ||
"directory": "packages/google-cloud-websecurityscanner", | ||
"url": "https://github.com/googleapis/google-cloud-node.git" | ||
}, | ||
"license": "Apache-2.0", | ||
@@ -36,5 +40,5 @@ "author": "Google LLC", | ||
"prepare": "npm run compile-protos && npm run compile", | ||
"system-test": "c8 mocha build/system-test", | ||
"system-test": "npm run compile && c8 mocha build/system-test", | ||
"test": "c8 mocha build/test", | ||
"samples-test": "cd samples/ && npm link ../ && npm test", | ||
"samples-test": "npm run compile && cd samples/ && npm link ../ && npm i && npm test", | ||
"prelint": "cd samples; npm link ../; npm i" | ||
@@ -58,11 +62,12 @@ }, | ||
"pack-n-play": "^1.0.0-2", | ||
"sinon": "^14.0.0", | ||
"sinon": "^15.0.0", | ||
"ts-loader": "^9.0.0", | ||
"typescript": "^4.6.4", | ||
"webpack": "^5.9.0", | ||
"webpack-cli": "^4.2.0" | ||
"webpack-cli": "^5.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=12.0.0" | ||
} | ||
}, | ||
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-websecurityscanner" | ||
} |
@@ -5,3 +5,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
# [Web Security Scanner: Node.js Client](https://github.com/googleapis/nodejs-web-security-scanner) | ||
# [Web Security Scanner: Node.js Client](https://github.com/googleapis/google-cloud-node) | ||
@@ -18,7 +18,7 @@ [![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) | ||
A comprehensive list of changes in each version may be found in | ||
[the CHANGELOG](https://github.com/googleapis/nodejs-web-security-scanner/blob/main/CHANGELOG.md). | ||
[the CHANGELOG](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-websecurityscanner/CHANGELOG.md). | ||
* [Web Security Scanner Node.js Client API Reference][client-docs] | ||
* [Web Security Scanner Documentation][product-docs] | ||
* [github.com/googleapis/nodejs-web-security-scanner](https://github.com/googleapis/nodejs-web-security-scanner) | ||
* [github.com/googleapis/google-cloud-node/packages/google-cloud-websecurityscanner](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-websecurityscanner) | ||
@@ -92,7 +92,47 @@ Read more about the client libraries for Cloud APIs, including the older | ||
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-web-security-scanner/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample. | ||
Samples are in the [`samples/`](https://github.com/googleapis/google-cloud-node/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample. | ||
| Sample | Source Code | Try it | | ||
| --------------------------- | --------------------------------- | ------ | | ||
| Quickstart | [source code](https://github.com/googleapis/nodejs-web-security-scanner/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-web-security-scanner&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) | | ||
| Web_security_scanner.create_scan_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.create_scan_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.create_scan_config.js,samples/README.md) | | ||
| Web_security_scanner.delete_scan_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.delete_scan_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.delete_scan_config.js,samples/README.md) | | ||
| Web_security_scanner.get_finding | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.get_finding.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.get_finding.js,samples/README.md) | | ||
| Web_security_scanner.get_scan_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.get_scan_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.get_scan_config.js,samples/README.md) | | ||
| Web_security_scanner.get_scan_run | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.get_scan_run.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.get_scan_run.js,samples/README.md) | | ||
| Web_security_scanner.list_crawled_urls | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_crawled_urls.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_crawled_urls.js,samples/README.md) | | ||
| Web_security_scanner.list_finding_type_stats | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_finding_type_stats.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_finding_type_stats.js,samples/README.md) | | ||
| Web_security_scanner.list_findings | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_findings.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_findings.js,samples/README.md) | | ||
| Web_security_scanner.list_scan_configs | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_scan_configs.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_scan_configs.js,samples/README.md) | | ||
| Web_security_scanner.list_scan_runs | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_scan_runs.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.list_scan_runs.js,samples/README.md) | | ||
| Web_security_scanner.start_scan_run | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.start_scan_run.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.start_scan_run.js,samples/README.md) | | ||
| Web_security_scanner.stop_scan_run | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.stop_scan_run.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.stop_scan_run.js,samples/README.md) | | ||
| Web_security_scanner.update_scan_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.update_scan_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1/web_security_scanner.update_scan_config.js,samples/README.md) | | ||
| Web_security_scanner.create_scan_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.create_scan_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.create_scan_config.js,samples/README.md) | | ||
| Web_security_scanner.delete_scan_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.delete_scan_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.delete_scan_config.js,samples/README.md) | | ||
| Web_security_scanner.get_finding | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.get_finding.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.get_finding.js,samples/README.md) | | ||
| Web_security_scanner.get_scan_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.get_scan_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.get_scan_config.js,samples/README.md) | | ||
| Web_security_scanner.get_scan_run | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.get_scan_run.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.get_scan_run.js,samples/README.md) | | ||
| Web_security_scanner.list_crawled_urls | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.list_crawled_urls.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.list_crawled_urls.js,samples/README.md) | | ||
| Web_security_scanner.list_finding_type_stats | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.list_finding_type_stats.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.list_finding_type_stats.js,samples/README.md) | | ||
| Web_security_scanner.list_findings | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.list_findings.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.list_findings.js,samples/README.md) | | ||
| Web_security_scanner.list_scan_configs | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.list_scan_configs.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.list_scan_configs.js,samples/README.md) | | ||
| Web_security_scanner.list_scan_runs | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.list_scan_runs.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.list_scan_runs.js,samples/README.md) | | ||
| Web_security_scanner.start_scan_run | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.start_scan_run.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.start_scan_run.js,samples/README.md) | | ||
| Web_security_scanner.stop_scan_run | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.stop_scan_run.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.stop_scan_run.js,samples/README.md) | | ||
| Web_security_scanner.update_scan_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.update_scan_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1alpha/web_security_scanner.update_scan_config.js,samples/README.md) | | ||
| Web_security_scanner.create_scan_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.create_scan_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.create_scan_config.js,samples/README.md) | | ||
| Web_security_scanner.delete_scan_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.delete_scan_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.delete_scan_config.js,samples/README.md) | | ||
| Web_security_scanner.get_finding | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.get_finding.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.get_finding.js,samples/README.md) | | ||
| Web_security_scanner.get_scan_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.get_scan_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.get_scan_config.js,samples/README.md) | | ||
| Web_security_scanner.get_scan_run | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.get_scan_run.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.get_scan_run.js,samples/README.md) | | ||
| Web_security_scanner.list_crawled_urls | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.list_crawled_urls.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.list_crawled_urls.js,samples/README.md) | | ||
| Web_security_scanner.list_finding_type_stats | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.list_finding_type_stats.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.list_finding_type_stats.js,samples/README.md) | | ||
| Web_security_scanner.list_findings | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.list_findings.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.list_findings.js,samples/README.md) | | ||
| Web_security_scanner.list_scan_configs | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.list_scan_configs.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.list_scan_configs.js,samples/README.md) | | ||
| Web_security_scanner.list_scan_runs | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.list_scan_runs.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.list_scan_runs.js,samples/README.md) | | ||
| Web_security_scanner.start_scan_run | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.start_scan_run.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.start_scan_run.js,samples/README.md) | | ||
| Web_security_scanner.stop_scan_run | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.stop_scan_run.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.stop_scan_run.js,samples/README.md) | | ||
| Web_security_scanner.update_scan_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.update_scan_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/generated/v1beta/web_security_scanner.update_scan_config.js,samples/README.md) | | ||
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/quickstart.js,samples/README.md) | | ||
| Quickstart | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-websecurityscanner/samples/test/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-websecurityscanner/samples/test/quickstart.js,samples/README.md) | | ||
@@ -147,3 +187,3 @@ | ||
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-web-security-scanner/blob/main/CONTRIBUTING.md). | ||
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/google-cloud-node/blob/main/CONTRIBUTING.md). | ||
@@ -160,3 +200,3 @@ Please note that this `README.md`, the `samples/README.md`, | ||
See [LICENSE](https://github.com/googleapis/nodejs-web-security-scanner/blob/main/LICENSE) | ||
See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE) | ||
@@ -163,0 +203,0 @@ [client-docs]: https://cloud.google.com/nodejs/docs/reference/web-security-scanner/latest |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4396683
66234
0
205
0