Class ListScanConfigsRequest (1.0.0)

public sealed class ListScanConfigsRequest : IMessage<ListScanConfigsRequest>, IEquatable<ListScanConfigsRequest>, IDeepCloneable<ListScanConfigsRequest>, IBufferMessage, IMessage, IPageRequest

Request for the ListScanConfigs method.

Inheritance

System.Object > ListScanConfigsRequest

Implements

Google.Protobuf.IMessage<ListScanConfigsRequest>, System.IEquatable<ListScanConfigsRequest>, Google.Protobuf.IDeepCloneable<ListScanConfigsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageRequest

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

ListScanConfigsRequest()

public ListScanConfigsRequest()

ListScanConfigsRequest(ListScanConfigsRequest)

public ListScanConfigsRequest(ListScanConfigsRequest other)
Parameter
NameDescription
otherListScanConfigsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of ScanConfigs to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.

Property Value
TypeDescription
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
TypeDescription
System.String

Parent

public string Parent { get; set; }

Required. The parent resource name, which should be a project resource name in the format 'projects/{projectId}'.

Property Value
TypeDescription
System.String