Show / Hide Table of Contents

Class ProjectsResource.ScanConfigsResource.ScanRunsResource.CrawledUrlsResource

The "crawledUrls" collection of methods.

Inheritance
System.Object
ProjectsResource.ScanConfigsResource.ScanRunsResource.CrawledUrlsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.WebSecurityScanner.v1
Assembly: Google.Apis.WebSecurityScanner.v1.dll
Syntax
public class CrawledUrlsResource

Constructors

CrawledUrlsResource(IClientService)

Constructs a new resource.

Declaration
public CrawledUrlsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(String)

List CrawledUrls under a given ScanRun.

Declaration
public virtual ProjectsResource.ScanConfigsResource.ScanRunsResource.CrawledUrlsResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.

Returns
Type Description
ProjectsResource.ScanConfigsResource.ScanRunsResource.CrawledUrlsResource.ListRequest
Back to top