Class ListFindingsResponse (1.0.0)

public sealed class ListFindingsResponse : IMessage<ListFindingsResponse>, IEquatable<ListFindingsResponse>, IDeepCloneable<ListFindingsResponse>, IBufferMessage, IMessage, IPageResponse<Finding>, IEnumerable<Finding>, IEnumerable

Response for the ListFindings method.

Inheritance

System.Object > ListFindingsResponse

Implements

Google.Protobuf.IMessage<ListFindingsResponse>, System.IEquatable<ListFindingsResponse>, Google.Protobuf.IDeepCloneable<ListFindingsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<Finding>, System.Collections.Generic.IEnumerable<Finding>, System.Collections.IEnumerable

Namespace

Google.Cloud.WebSecurityScanner.V1

Assembly

Google.Cloud.WebSecurityScanner.V1.dll

Constructors

ListFindingsResponse()

public ListFindingsResponse()

ListFindingsResponse(ListFindingsResponse)

public ListFindingsResponse(ListFindingsResponse other)
Parameter
NameDescription
otherListFindingsResponse

Properties

Findings

public RepeatedField<Finding> Findings { get; }

The list of Findings returned.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<Finding>

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

Methods

GetEnumerator()

public IEnumerator<Finding> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
System.Collections.Generic.IEnumerator<Finding>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
System.Collections.IEnumerator