public sealed class ListFindingsResponse : IMessage<ListFindingsResponse>, IEquatable<ListFindingsResponse>, IDeepCloneable<ListFindingsResponse>, IBufferMessage, IMessage, IPageResponse<Finding>, IEnumerable<Finding>, IEnumerable
Reference documentation and code samples for the Web Security Scanner v1 API class ListFindingsResponse.
Response for the ListFindings
method.
Implements
IMessageListFindingsResponse, IEquatableListFindingsResponse, IDeepCloneableListFindingsResponse, IBufferMessage, IMessage, IPageResponseFinding, IEnumerableFinding, IEnumerableNamespace
Google.Cloud.WebSecurityScanner.V1Assembly
Google.Cloud.WebSecurityScanner.V1.dll
Constructors
ListFindingsResponse()
public ListFindingsResponse()
ListFindingsResponse(ListFindingsResponse)
public ListFindingsResponse(ListFindingsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListFindingsResponse |
Properties
Findings
public RepeatedField<Finding> Findings { get; }
The list of Findings returned.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFinding |
NextPageToken
public string NextPageToken { get; set; }
Token to retrieve the next page of results, or empty if there are no more results in the list.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Finding> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorFinding |