public sealed class ListScanRunsRequest : IMessage<ListScanRunsRequest>, IEquatable<ListScanRunsRequest>, IDeepCloneable<ListScanRunsRequest>, IBufferMessage, IMessage, IPageRequest
Request for the ListScanRuns
method.
Inheritance
System.Object > ListScanRunsRequestImplements
Google.Protobuf.IMessage<ListScanRunsRequest>, System.IEquatable<ListScanRunsRequest>, Google.Protobuf.IDeepCloneable<ListScanRunsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageRequestNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
ListScanRunsRequest()
public ListScanRunsRequest()
ListScanRunsRequest(ListScanRunsRequest)
public ListScanRunsRequest(ListScanRunsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListScanRunsRequest |
Properties
PageSize
public int PageSize { get; set; }
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.
Property Value | |
---|---|
Type | Description |
System.Int32 |
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 |
System.String |
Parent
public string Parent { get; set; }
Required. The parent resource name, which should be a scan resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}'.
Property Value | |
---|---|
Type | Description |
System.String |