Class v1.WebSecurityScannerClient (1.0.7)

Web Security Scanner Service identifies security vulnerabilities in web applications hosted on Google Cloud. It crawls your application, and attempts to exercise as many user inputs and event handlers as possible. v1

Package

@google-cloud/web-security-scanner!

Constructors

(constructor)(opts)

constructor(opts?: ClientOptions);

Construct an instance of WebSecurityScannerClient.

Parameter
NameDescription
opts ClientOptions

Properties

apiEndpoint

static get apiEndpoint(): string;

The DNS address for this API service - same as servicePath(), exists for compatibility reasons.

Property Value
TypeDescription
string

auth

auth: gax.GoogleAuth;
Property Value
TypeDescription
gax.GoogleAuth

descriptors

descriptors: Descriptors;
Property Value
TypeDescription
Descriptors

innerApiCalls

innerApiCalls: {
        [name: string]: Function;
    };
Property Value
TypeDescription
{ [name: string]: Function; }

pathTemplates

pathTemplates: {
        [name: string]: gax.PathTemplate;
    };
Property Value
TypeDescription
{ [name: string]: gax.PathTemplate; }

port

static get port(): number;

The port for this API service.

Property Value
TypeDescription
number

scopes

static get scopes(): string[];

The scopes needed to make gRPC calls for every method defined in this service.

Property Value
TypeDescription
string[]

servicePath

static get servicePath(): string;

The DNS address for this API service.

Property Value
TypeDescription
string

warn

warn: (code: string, message: string, warnType?: string) => void;
Property Value
TypeDescription
(code: string, message: string, warnType?: string) => void

webSecurityScannerStub

webSecurityScannerStub?: Promise<{
        [name: string]: Function;
    }>;
Property Value
TypeDescription
Promise<{ [name: string]: Function; }>

Methods

close()

close(): Promise<void>;

Terminate the gRPC channel and close the client.

The client will no longer be usable and all future behavior is undefined.

Returns
TypeDescription
Promise<void>

{Promise} A promise that resolves when the client is closed.

createScanConfig(request, options)

createScanConfig(request?: protos.google.cloud.websecurityscanner.v1.ICreateScanConfigRequest, options?: CallOptions): Promise<[
        protos.google.cloud.websecurityscanner.v1.IScanConfig,
        (protos.google.cloud.websecurityscanner.v1.ICreateScanConfigRequest | undefined),
        {} | undefined
    ]>;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.ICreateScanConfigRequest
options CallOptions
Returns
TypeDescription
Promise<[ protos.google.cloud.websecurityscanner.v1.IScanConfig, (protos.google.cloud.websecurityscanner.v1.ICreateScanConfigRequest | undefined), {} | undefined ]>

createScanConfig(request, options, callback)

createScanConfig(request: protos.google.cloud.websecurityscanner.v1.ICreateScanConfigRequest, options: CallOptions, callback: Callback<protos.google.cloud.websecurityscanner.v1.IScanConfig, protos.google.cloud.websecurityscanner.v1.ICreateScanConfigRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.ICreateScanConfigRequest
options CallOptions
callback Callback<protos.google.cloud.websecurityscanner.v1.IScanConfig, protos.google.cloud.websecurityscanner.v1.ICreateScanConfigRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

createScanConfig(request, callback)

createScanConfig(request: protos.google.cloud.websecurityscanner.v1.ICreateScanConfigRequest, callback: Callback<protos.google.cloud.websecurityscanner.v1.IScanConfig, protos.google.cloud.websecurityscanner.v1.ICreateScanConfigRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.ICreateScanConfigRequest
callback Callback<protos.google.cloud.websecurityscanner.v1.IScanConfig, protos.google.cloud.websecurityscanner.v1.ICreateScanConfigRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

deleteScanConfig(request, options)

deleteScanConfig(request?: protos.google.cloud.websecurityscanner.v1.IDeleteScanConfigRequest, options?: CallOptions): Promise<[
        protos.google.protobuf.IEmpty,
        (protos.google.cloud.websecurityscanner.v1.IDeleteScanConfigRequest | undefined),
        {} | undefined
    ]>;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IDeleteScanConfigRequest
options CallOptions
Returns
TypeDescription
Promise<[ protos.google.protobuf.IEmpty, (protos.google.cloud.websecurityscanner.v1.IDeleteScanConfigRequest | undefined), {} | undefined ]>

deleteScanConfig(request, options, callback)

deleteScanConfig(request: protos.google.cloud.websecurityscanner.v1.IDeleteScanConfigRequest, options: CallOptions, callback: Callback<protos.google.protobuf.IEmpty, protos.google.cloud.websecurityscanner.v1.IDeleteScanConfigRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IDeleteScanConfigRequest
options CallOptions
callback Callback<protos.google.protobuf.IEmpty, protos.google.cloud.websecurityscanner.v1.IDeleteScanConfigRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

deleteScanConfig(request, callback)

deleteScanConfig(request: protos.google.cloud.websecurityscanner.v1.IDeleteScanConfigRequest, callback: Callback<protos.google.protobuf.IEmpty, protos.google.cloud.websecurityscanner.v1.IDeleteScanConfigRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IDeleteScanConfigRequest
callback Callback<protos.google.protobuf.IEmpty, protos.google.cloud.websecurityscanner.v1.IDeleteScanConfigRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

findingPath(project, scanConfig, scanRun, finding)

findingPath(project: string, scanConfig: string, scanRun: string, finding: string): string;

Return a fully-qualified finding resource name string.

Parameters
NameDescription
project string
scanConfig string
scanRun string
finding string
Returns
TypeDescription
string

{string} Resource name string.

getFinding(request, options)

getFinding(request?: protos.google.cloud.websecurityscanner.v1.IGetFindingRequest, options?: CallOptions): Promise<[
        protos.google.cloud.websecurityscanner.v1.IFinding,
        protos.google.cloud.websecurityscanner.v1.IGetFindingRequest | undefined,
        {} | undefined
    ]>;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IGetFindingRequest
options CallOptions
Returns
TypeDescription
Promise<[ protos.google.cloud.websecurityscanner.v1.IFinding, protos.google.cloud.websecurityscanner.v1.IGetFindingRequest | undefined, {} | undefined ]>

getFinding(request, options, callback)

getFinding(request: protos.google.cloud.websecurityscanner.v1.IGetFindingRequest, options: CallOptions, callback: Callback<protos.google.cloud.websecurityscanner.v1.IFinding, protos.google.cloud.websecurityscanner.v1.IGetFindingRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IGetFindingRequest
options CallOptions
callback Callback<protos.google.cloud.websecurityscanner.v1.IFinding, protos.google.cloud.websecurityscanner.v1.IGetFindingRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getFinding(request, callback)

getFinding(request: protos.google.cloud.websecurityscanner.v1.IGetFindingRequest, callback: Callback<protos.google.cloud.websecurityscanner.v1.IFinding, protos.google.cloud.websecurityscanner.v1.IGetFindingRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IGetFindingRequest
callback Callback<protos.google.cloud.websecurityscanner.v1.IFinding, protos.google.cloud.websecurityscanner.v1.IGetFindingRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getProjectId()

getProjectId(): Promise<string>;
Returns
TypeDescription
Promise<string>

getProjectId(callback)

getProjectId(callback: Callback<string, undefined, undefined>): void;
Parameter
NameDescription
callback Callback<string, undefined, undefined>
Returns
TypeDescription
void

getScanConfig(request, options)

getScanConfig(request?: protos.google.cloud.websecurityscanner.v1.IGetScanConfigRequest, options?: CallOptions): Promise<[
        protos.google.cloud.websecurityscanner.v1.IScanConfig,
        (protos.google.cloud.websecurityscanner.v1.IGetScanConfigRequest | undefined),
        {} | undefined
    ]>;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IGetScanConfigRequest
options CallOptions
Returns
TypeDescription
Promise<[ protos.google.cloud.websecurityscanner.v1.IScanConfig, (protos.google.cloud.websecurityscanner.v1.IGetScanConfigRequest | undefined), {} | undefined ]>

getScanConfig(request, options, callback)

getScanConfig(request: protos.google.cloud.websecurityscanner.v1.IGetScanConfigRequest, options: CallOptions, callback: Callback<protos.google.cloud.websecurityscanner.v1.IScanConfig, protos.google.cloud.websecurityscanner.v1.IGetScanConfigRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IGetScanConfigRequest
options CallOptions
callback Callback<protos.google.cloud.websecurityscanner.v1.IScanConfig, protos.google.cloud.websecurityscanner.v1.IGetScanConfigRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getScanConfig(request, callback)

getScanConfig(request: protos.google.cloud.websecurityscanner.v1.IGetScanConfigRequest, callback: Callback<protos.google.cloud.websecurityscanner.v1.IScanConfig, protos.google.cloud.websecurityscanner.v1.IGetScanConfigRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IGetScanConfigRequest
callback Callback<protos.google.cloud.websecurityscanner.v1.IScanConfig, protos.google.cloud.websecurityscanner.v1.IGetScanConfigRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getScanRun(request, options)

getScanRun(request?: protos.google.cloud.websecurityscanner.v1.IGetScanRunRequest, options?: CallOptions): Promise<[
        protos.google.cloud.websecurityscanner.v1.IScanRun,
        protos.google.cloud.websecurityscanner.v1.IGetScanRunRequest | undefined,
        {} | undefined
    ]>;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IGetScanRunRequest
options CallOptions
Returns
TypeDescription
Promise<[ protos.google.cloud.websecurityscanner.v1.IScanRun, protos.google.cloud.websecurityscanner.v1.IGetScanRunRequest | undefined, {} | undefined ]>

getScanRun(request, options, callback)

getScanRun(request: protos.google.cloud.websecurityscanner.v1.IGetScanRunRequest, options: CallOptions, callback: Callback<protos.google.cloud.websecurityscanner.v1.IScanRun, protos.google.cloud.websecurityscanner.v1.IGetScanRunRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IGetScanRunRequest
options CallOptions
callback Callback<protos.google.cloud.websecurityscanner.v1.IScanRun, protos.google.cloud.websecurityscanner.v1.IGetScanRunRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getScanRun(request, callback)

getScanRun(request: protos.google.cloud.websecurityscanner.v1.IGetScanRunRequest, callback: Callback<protos.google.cloud.websecurityscanner.v1.IScanRun, protos.google.cloud.websecurityscanner.v1.IGetScanRunRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IGetScanRunRequest
callback Callback<protos.google.cloud.websecurityscanner.v1.IScanRun, protos.google.cloud.websecurityscanner.v1.IGetScanRunRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

initialize()

initialize(): Promise<{
        [name: string]: Function;
    }>;

Initialize the client. Performs asynchronous operations (such as authentication) and prepares the client. This function will be called automatically when any class method is called for the first time, but if you need to initialize it before calling an actual method, feel free to call initialize() directly.

You can await on this method if you want to make sure the client is initialized.

Returns
TypeDescription
Promise<{ [name: string]: Function; }>

{Promise} A promise that resolves to an authenticated service stub.

listCrawledUrls(request, options)

listCrawledUrls(request?: protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest, options?: CallOptions): Promise<[
        protos.google.cloud.websecurityscanner.v1.ICrawledUrl[],
        protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest | null,
        protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsResponse
    ]>;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest
options CallOptions
Returns
TypeDescription
Promise<[ protos.google.cloud.websecurityscanner.v1.ICrawledUrl[], protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest | null, protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsResponse ]>

listCrawledUrls(request, options, callback)

listCrawledUrls(request: protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest, protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.ICrawledUrl>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest
options CallOptions
callback PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest, protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.ICrawledUrl>
Returns
TypeDescription
void

listCrawledUrls(request, callback)

listCrawledUrls(request: protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest, callback: PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest, protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.ICrawledUrl>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest
callback PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest, protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.ICrawledUrl>
Returns
TypeDescription
void

listCrawledUrlsAsync(request, options)

listCrawledUrlsAsync(request?: protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.websecurityscanner.v1.ICrawledUrl>;

Equivalent to listCrawledUrls, but returns an iterable object.

for-await-of syntax is used with the iterable to get response elements on-demand.

Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
AsyncIterable<protos.google.cloud.websecurityscanner.v1.ICrawledUrl>

{Object} An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). When you iterate the returned iterable, each element will be an object representing [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. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.

listCrawledUrlsStream(request, options)

listCrawledUrlsStream(request?: protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest, options?: CallOptions): Transform;

Equivalent to method.name.toCamelCase(), but returns a NodeJS Stream object.

Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListCrawledUrlsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Transform

{Stream} An object stream which emits an object representing [CrawledUrl] on 'data' event. The client library will perform auto-pagination by default: it will call the API as many times as needed. Note that it can affect your quota. We recommend using listCrawledUrlsAsync() method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.

listFindings(request, options)

listFindings(request?: protos.google.cloud.websecurityscanner.v1.IListFindingsRequest, options?: CallOptions): Promise<[
        protos.google.cloud.websecurityscanner.v1.IFinding[],
        protos.google.cloud.websecurityscanner.v1.IListFindingsRequest | null,
        protos.google.cloud.websecurityscanner.v1.IListFindingsResponse
    ]>;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListFindingsRequest
options CallOptions
Returns
TypeDescription
Promise<[ protos.google.cloud.websecurityscanner.v1.IFinding[], protos.google.cloud.websecurityscanner.v1.IListFindingsRequest | null, protos.google.cloud.websecurityscanner.v1.IListFindingsResponse ]>

listFindings(request, options, callback)

listFindings(request: protos.google.cloud.websecurityscanner.v1.IListFindingsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListFindingsRequest, protos.google.cloud.websecurityscanner.v1.IListFindingsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.IFinding>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListFindingsRequest
options CallOptions
callback PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListFindingsRequest, protos.google.cloud.websecurityscanner.v1.IListFindingsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.IFinding>
Returns
TypeDescription
void

listFindings(request, callback)

listFindings(request: protos.google.cloud.websecurityscanner.v1.IListFindingsRequest, callback: PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListFindingsRequest, protos.google.cloud.websecurityscanner.v1.IListFindingsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.IFinding>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListFindingsRequest
callback PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListFindingsRequest, protos.google.cloud.websecurityscanner.v1.IListFindingsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.IFinding>
Returns
TypeDescription
void

listFindingsAsync(request, options)

listFindingsAsync(request?: protos.google.cloud.websecurityscanner.v1.IListFindingsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.websecurityscanner.v1.IFinding>;

Equivalent to listFindings, but returns an iterable object.

for-await-of syntax is used with the iterable to get response elements on-demand.

Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListFindingsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
AsyncIterable<protos.google.cloud.websecurityscanner.v1.IFinding>

{Object} An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). When you iterate the returned iterable, each element will be an object representing [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. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.

listFindingsStream(request, options)

listFindingsStream(request?: protos.google.cloud.websecurityscanner.v1.IListFindingsRequest, options?: CallOptions): Transform;

Equivalent to method.name.toCamelCase(), but returns a NodeJS Stream object.

Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListFindingsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Transform

{Stream} An object stream which emits an object representing [Finding] on 'data' event. The client library will perform auto-pagination by default: it will call the API as many times as needed. Note that it can affect your quota. We recommend using listFindingsAsync() method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.

listFindingTypeStats(request, options)

listFindingTypeStats(request?: protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsRequest, options?: CallOptions): Promise<[
        protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsResponse,
        (protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsRequest | undefined),
        {} | undefined
    ]>;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsRequest
options CallOptions
Returns
TypeDescription
Promise<[ protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsResponse, (protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsRequest | undefined), {} | undefined ]>

listFindingTypeStats(request, options, callback)

listFindingTypeStats(request: protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsRequest, options: CallOptions, callback: Callback<protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsResponse, protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsRequest
options CallOptions
callback Callback<protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsResponse, protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

listFindingTypeStats(request, callback)

listFindingTypeStats(request: protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsRequest, callback: Callback<protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsResponse, protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsRequest
callback Callback<protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsResponse, protos.google.cloud.websecurityscanner.v1.IListFindingTypeStatsRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

listScanConfigs(request, options)

listScanConfigs(request?: protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest, options?: CallOptions): Promise<[
        protos.google.cloud.websecurityscanner.v1.IScanConfig[],
        protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest | null,
        protos.google.cloud.websecurityscanner.v1.IListScanConfigsResponse
    ]>;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest
options CallOptions
Returns
TypeDescription
Promise<[ protos.google.cloud.websecurityscanner.v1.IScanConfig[], protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest | null, protos.google.cloud.websecurityscanner.v1.IListScanConfigsResponse ]>

listScanConfigs(request, options, callback)

listScanConfigs(request: protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest, protos.google.cloud.websecurityscanner.v1.IListScanConfigsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.IScanConfig>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest
options CallOptions
callback PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest, protos.google.cloud.websecurityscanner.v1.IListScanConfigsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.IScanConfig>
Returns
TypeDescription
void

listScanConfigs(request, callback)

listScanConfigs(request: protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest, callback: PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest, protos.google.cloud.websecurityscanner.v1.IListScanConfigsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.IScanConfig>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest
callback PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest, protos.google.cloud.websecurityscanner.v1.IListScanConfigsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.IScanConfig>
Returns
TypeDescription
void

listScanConfigsAsync(request, options)

listScanConfigsAsync(request?: protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.websecurityscanner.v1.IScanConfig>;

Equivalent to listScanConfigs, but returns an iterable object.

for-await-of syntax is used with the iterable to get response elements on-demand.

Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
AsyncIterable<protos.google.cloud.websecurityscanner.v1.IScanConfig>

{Object} An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). When you iterate the returned iterable, each element will be an object representing [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. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.

listScanConfigsStream(request, options)

listScanConfigsStream(request?: protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest, options?: CallOptions): Transform;

Equivalent to method.name.toCamelCase(), but returns a NodeJS Stream object.

Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListScanConfigsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Transform

{Stream} An object stream which emits an object representing [ScanConfig] on 'data' event. The client library will perform auto-pagination by default: it will call the API as many times as needed. Note that it can affect your quota. We recommend using listScanConfigsAsync() method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.

listScanRuns(request, options)

listScanRuns(request?: protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest, options?: CallOptions): Promise<[
        protos.google.cloud.websecurityscanner.v1.IScanRun[],
        protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest | null,
        protos.google.cloud.websecurityscanner.v1.IListScanRunsResponse
    ]>;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest
options CallOptions
Returns
TypeDescription
Promise<[ protos.google.cloud.websecurityscanner.v1.IScanRun[], protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest | null, protos.google.cloud.websecurityscanner.v1.IListScanRunsResponse ]>

listScanRuns(request, options, callback)

listScanRuns(request: protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest, protos.google.cloud.websecurityscanner.v1.IListScanRunsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.IScanRun>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest
options CallOptions
callback PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest, protos.google.cloud.websecurityscanner.v1.IListScanRunsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.IScanRun>
Returns
TypeDescription
void

listScanRuns(request, callback)

listScanRuns(request: protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest, callback: PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest, protos.google.cloud.websecurityscanner.v1.IListScanRunsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.IScanRun>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest
callback PaginationCallback<protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest, protos.google.cloud.websecurityscanner.v1.IListScanRunsResponse | null | undefined, protos.google.cloud.websecurityscanner.v1.IScanRun>
Returns
TypeDescription
void

listScanRunsAsync(request, options)

listScanRunsAsync(request?: protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.websecurityscanner.v1.IScanRun>;

Equivalent to listScanRuns, but returns an iterable object.

for-await-of syntax is used with the iterable to get response elements on-demand.

Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
AsyncIterable<protos.google.cloud.websecurityscanner.v1.IScanRun>

{Object} An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). When you iterate the returned iterable, each element will be an object representing [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. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.

listScanRunsStream(request, options)

listScanRunsStream(request?: protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest, options?: CallOptions): Transform;

Equivalent to method.name.toCamelCase(), but returns a NodeJS Stream object.

Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IListScanRunsRequest

The request object that will be sent.

options CallOptions

Call options. See CallOptions for more details.

Returns
TypeDescription
Transform

{Stream} An object stream which emits an object representing [ScanRun] on 'data' event. The client library will perform auto-pagination by default: it will call the API as many times as needed. Note that it can affect your quota. We recommend using listScanRunsAsync() method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.

matchFindingFromFindingName(findingName)

matchFindingFromFindingName(findingName: string): string | number;

Parse the finding from Finding resource.

Parameter
NameDescription
findingName string

A fully-qualified path representing Finding resource.

Returns
TypeDescription
string | number

{string} A string representing the finding.

matchProjectFromFindingName(findingName)

matchProjectFromFindingName(findingName: string): string | number;

Parse the project from Finding resource.

Parameter
NameDescription
findingName string

A fully-qualified path representing Finding resource.

Returns
TypeDescription
string | number

{string} A string representing the project.

matchScanConfigFromFindingName(findingName)

matchScanConfigFromFindingName(findingName: string): string | number;

Parse the scan_config from Finding resource.

Parameter
NameDescription
findingName string

A fully-qualified path representing Finding resource.

Returns
TypeDescription
string | number

{string} A string representing the scan_config.

matchScanRunFromFindingName(findingName)

matchScanRunFromFindingName(findingName: string): string | number;

Parse the scan_run from Finding resource.

Parameter
NameDescription
findingName string

A fully-qualified path representing Finding resource.

Returns
TypeDescription
string | number

{string} A string representing the scan_run.

startScanRun(request, options)

startScanRun(request?: protos.google.cloud.websecurityscanner.v1.IStartScanRunRequest, options?: CallOptions): Promise<[
        protos.google.cloud.websecurityscanner.v1.IScanRun,
        (protos.google.cloud.websecurityscanner.v1.IStartScanRunRequest | undefined),
        {} | undefined
    ]>;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IStartScanRunRequest
options CallOptions
Returns
TypeDescription
Promise<[ protos.google.cloud.websecurityscanner.v1.IScanRun, (protos.google.cloud.websecurityscanner.v1.IStartScanRunRequest | undefined), {} | undefined ]>

startScanRun(request, options, callback)

startScanRun(request: protos.google.cloud.websecurityscanner.v1.IStartScanRunRequest, options: CallOptions, callback: Callback<protos.google.cloud.websecurityscanner.v1.IScanRun, protos.google.cloud.websecurityscanner.v1.IStartScanRunRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IStartScanRunRequest
options CallOptions
callback Callback<protos.google.cloud.websecurityscanner.v1.IScanRun, protos.google.cloud.websecurityscanner.v1.IStartScanRunRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

startScanRun(request, callback)

startScanRun(request: protos.google.cloud.websecurityscanner.v1.IStartScanRunRequest, callback: Callback<protos.google.cloud.websecurityscanner.v1.IScanRun, protos.google.cloud.websecurityscanner.v1.IStartScanRunRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IStartScanRunRequest
callback Callback<protos.google.cloud.websecurityscanner.v1.IScanRun, protos.google.cloud.websecurityscanner.v1.IStartScanRunRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

stopScanRun(request, options)

stopScanRun(request?: protos.google.cloud.websecurityscanner.v1.IStopScanRunRequest, options?: CallOptions): Promise<[
        protos.google.cloud.websecurityscanner.v1.IScanRun,
        protos.google.cloud.websecurityscanner.v1.IStopScanRunRequest | undefined,
        {} | undefined
    ]>;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IStopScanRunRequest
options CallOptions
Returns
TypeDescription
Promise<[ protos.google.cloud.websecurityscanner.v1.IScanRun, protos.google.cloud.websecurityscanner.v1.IStopScanRunRequest | undefined, {} | undefined ]>

stopScanRun(request, options, callback)

stopScanRun(request: protos.google.cloud.websecurityscanner.v1.IStopScanRunRequest, options: CallOptions, callback: Callback<protos.google.cloud.websecurityscanner.v1.IScanRun, protos.google.cloud.websecurityscanner.v1.IStopScanRunRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IStopScanRunRequest
options CallOptions
callback Callback<protos.google.cloud.websecurityscanner.v1.IScanRun, protos.google.cloud.websecurityscanner.v1.IStopScanRunRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

stopScanRun(request, callback)

stopScanRun(request: protos.google.cloud.websecurityscanner.v1.IStopScanRunRequest, callback: Callback<protos.google.cloud.websecurityscanner.v1.IScanRun, protos.google.cloud.websecurityscanner.v1.IStopScanRunRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IStopScanRunRequest
callback Callback<protos.google.cloud.websecurityscanner.v1.IScanRun, protos.google.cloud.websecurityscanner.v1.IStopScanRunRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

updateScanConfig(request, options)

updateScanConfig(request?: protos.google.cloud.websecurityscanner.v1.IUpdateScanConfigRequest, options?: CallOptions): Promise<[
        protos.google.cloud.websecurityscanner.v1.IScanConfig,
        (protos.google.cloud.websecurityscanner.v1.IUpdateScanConfigRequest | undefined),
        {} | undefined
    ]>;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IUpdateScanConfigRequest
options CallOptions
Returns
TypeDescription
Promise<[ protos.google.cloud.websecurityscanner.v1.IScanConfig, (protos.google.cloud.websecurityscanner.v1.IUpdateScanConfigRequest | undefined), {} | undefined ]>

updateScanConfig(request, options, callback)

updateScanConfig(request: protos.google.cloud.websecurityscanner.v1.IUpdateScanConfigRequest, options: CallOptions, callback: Callback<protos.google.cloud.websecurityscanner.v1.IScanConfig, protos.google.cloud.websecurityscanner.v1.IUpdateScanConfigRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IUpdateScanConfigRequest
options CallOptions
callback Callback<protos.google.cloud.websecurityscanner.v1.IScanConfig, protos.google.cloud.websecurityscanner.v1.IUpdateScanConfigRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

updateScanConfig(request, callback)

updateScanConfig(request: protos.google.cloud.websecurityscanner.v1.IUpdateScanConfigRequest, callback: Callback<protos.google.cloud.websecurityscanner.v1.IScanConfig, protos.google.cloud.websecurityscanner.v1.IUpdateScanConfigRequest | null | undefined, {} | null | undefined>): void;
Parameters
NameDescription
request protos.google.cloud.websecurityscanner.v1.IUpdateScanConfigRequest
callback Callback<protos.google.cloud.websecurityscanner.v1.IScanConfig, protos.google.cloud.websecurityscanner.v1.IUpdateScanConfigRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void