Class ProjectsResource.ScanConfigsResource.ScanRunsResource.CrawledUrlsResource.ListRequest
List CrawledUrls under a given ScanRun.
Inheritance
ProjectsResource.ScanConfigsResource.ScanRunsResource.CrawledUrlsResource.ListRequest
Inherited Members
Namespace: Google.Apis.WebSecurityScanner.v1
Assembly: Google.Apis.WebSecurityScanner.v1.dll
Syntax
public class ProjectsResource.ScanConfigsResource.ScanRunsResource.CrawledUrlsResource.ListRequest : WebSecurityScannerBaseServiceRequest<ListCrawledUrlsResponse>, IClientServiceRequest<ListCrawledUrlsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.WebSecurityScanner.v1.Data.ListCrawledUrlsResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.WebSecurityScanner.v1.Data.ListCrawledUrlsResponse>.MethodName
PageSize
The maximum number of CrawledUrls to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
A token identifying a page of results to be returned. This should be a next_page_token
value returned from a previous List request. If unspecified, the first page of results is
returned.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.WebSecurityScanner.v1.Data.ListCrawledUrlsResponse>.RestPath
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()