public sealed class ListCrawledUrlsRequest : IMessage<ListCrawledUrlsRequest>, IEquatable<ListCrawledUrlsRequest>, IDeepCloneable<ListCrawledUrlsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Web Security Scanner v1 API class ListCrawledUrlsRequest.
Request for the ListCrawledUrls
method.
Implements
IMessageListCrawledUrlsRequest, IEquatableListCrawledUrlsRequest, IDeepCloneableListCrawledUrlsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
ListCrawledUrlsRequest()
public ListCrawledUrlsRequest()
ListCrawledUrlsRequest(ListCrawledUrlsRequest)
public ListCrawledUrlsRequest(ListCrawledUrlsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListCrawledUrlsRequest |
Properties
PageSize
public int PageSize { get; set; }
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.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
Property Value | |
---|---|
Type | Description |
string |