Show / Hide Table of Contents

Class ProjectsResource.ScanConfigsResource.ScanRunsResource.ListRequest

Lists ScanRuns under a given ScanConfig, in descending order of ScanRun stop time.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListScanRunsResponse>
WebSecurityScannerBaseServiceRequest<ListScanRunsResponse>
ProjectsResource.ScanConfigsResource.ScanRunsResource.ListRequest
Implements
IClientServiceRequest<ListScanRunsResponse>
IClientServiceRequest
Inherited Members
WebSecurityScannerBaseServiceRequest<ListScanRunsResponse>.Xgafv
WebSecurityScannerBaseServiceRequest<ListScanRunsResponse>.AccessToken
WebSecurityScannerBaseServiceRequest<ListScanRunsResponse>.Alt
WebSecurityScannerBaseServiceRequest<ListScanRunsResponse>.Callback
WebSecurityScannerBaseServiceRequest<ListScanRunsResponse>.Fields
WebSecurityScannerBaseServiceRequest<ListScanRunsResponse>.Key
WebSecurityScannerBaseServiceRequest<ListScanRunsResponse>.OauthToken
WebSecurityScannerBaseServiceRequest<ListScanRunsResponse>.PrettyPrint
WebSecurityScannerBaseServiceRequest<ListScanRunsResponse>.QuotaUser
WebSecurityScannerBaseServiceRequest<ListScanRunsResponse>.UploadType
WebSecurityScannerBaseServiceRequest<ListScanRunsResponse>.UploadProtocol
ClientServiceRequest<ListScanRunsResponse>.Execute()
ClientServiceRequest<ListScanRunsResponse>.ExecuteAsStream()
ClientServiceRequest<ListScanRunsResponse>.ExecuteAsync()
ClientServiceRequest<ListScanRunsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListScanRunsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListScanRunsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListScanRunsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListScanRunsResponse>.GenerateRequestUri()
ClientServiceRequest<ListScanRunsResponse>.GetBody()
ClientServiceRequest<ListScanRunsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListScanRunsResponse>.ETagAction
ClientServiceRequest<ListScanRunsResponse>.ModifyRequest
ClientServiceRequest<ListScanRunsResponse>.ValidateParameters
ClientServiceRequest<ListScanRunsResponse>.ApiVersion
ClientServiceRequest<ListScanRunsResponse>.RequestParameters
ClientServiceRequest<ListScanRunsResponse>.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.v1alpha
Assembly: Google.Apis.WebSecurityScanner.v1alpha.dll
Syntax
public class ProjectsResource.ScanConfigsResource.ScanRunsResource.ListRequest : WebSecurityScannerBaseServiceRequest<ListScanRunsResponse>, IClientServiceRequest<ListScanRunsResponse>, 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.v1alpha.Data.ListScanRunsResponse>.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.v1alpha.Data.ListScanRunsResponse>.MethodName

PageSize

The maximum number of ScanRuns 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 resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}'.

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.v1alpha.Data.ListScanRunsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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