Show / Hide Table of Contents

Class ProjectsResource.ScanConfigsResource.ScanRunsResource.CrawledUrlsResource.ListRequest

List CrawledUrls under a given ScanRun.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListCrawledUrlsResponse>
WebSecurityScannerBaseServiceRequest<ListCrawledUrlsResponse>
ProjectsResource.ScanConfigsResource.ScanRunsResource.CrawledUrlsResource.ListRequest
Implements
IClientServiceRequest<ListCrawledUrlsResponse>
IClientServiceRequest
Inherited Members
WebSecurityScannerBaseServiceRequest<ListCrawledUrlsResponse>.Xgafv
WebSecurityScannerBaseServiceRequest<ListCrawledUrlsResponse>.AccessToken
WebSecurityScannerBaseServiceRequest<ListCrawledUrlsResponse>.Alt
WebSecurityScannerBaseServiceRequest<ListCrawledUrlsResponse>.Callback
WebSecurityScannerBaseServiceRequest<ListCrawledUrlsResponse>.Fields
WebSecurityScannerBaseServiceRequest<ListCrawledUrlsResponse>.Key
WebSecurityScannerBaseServiceRequest<ListCrawledUrlsResponse>.OauthToken
WebSecurityScannerBaseServiceRequest<ListCrawledUrlsResponse>.PrettyPrint
WebSecurityScannerBaseServiceRequest<ListCrawledUrlsResponse>.QuotaUser
WebSecurityScannerBaseServiceRequest<ListCrawledUrlsResponse>.UploadType
WebSecurityScannerBaseServiceRequest<ListCrawledUrlsResponse>.UploadProtocol
ClientServiceRequest<ListCrawledUrlsResponse>.Execute()
ClientServiceRequest<ListCrawledUrlsResponse>.ExecuteAsStream()
ClientServiceRequest<ListCrawledUrlsResponse>.ExecuteAsync()
ClientServiceRequest<ListCrawledUrlsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListCrawledUrlsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListCrawledUrlsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListCrawledUrlsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListCrawledUrlsResponse>.GenerateRequestUri()
ClientServiceRequest<ListCrawledUrlsResponse>.GetBody()
ClientServiceRequest<ListCrawledUrlsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListCrawledUrlsResponse>.ETagAction
ClientServiceRequest<ListCrawledUrlsResponse>.ModifyRequest
ClientServiceRequest<ListCrawledUrlsResponse>.ValidateParameters
ClientServiceRequest<ListCrawledUrlsResponse>.ApiVersion
ClientServiceRequest<ListCrawledUrlsResponse>.RequestParameters
ClientServiceRequest<ListCrawledUrlsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<ListCrawledUrlsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<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
ClientServiceRequest<ListCrawledUrlsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
WebSecurityScannerBaseServiceRequest<ListCrawledUrlsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX