Class ListFindingsResponse (2.9.0)

public sealed class ListFindingsResponse : IPageResponse<ListFindingsResponse.Types.ListFindingsResult>, IEnumerable<ListFindingsResponse.Types.ListFindingsResult>, IEnumerable, IMessage<ListFindingsResponse>, IEquatable<ListFindingsResponse>, IDeepCloneable<ListFindingsResponse>, IBufferMessage, IMessage

Response message for listing findings.

Inheritance

Object > ListFindingsResponse

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ListFindingsResponse()

public ListFindingsResponse()

ListFindingsResponse(ListFindingsResponse)

public ListFindingsResponse(ListFindingsResponse other)
Parameter
Name Description
other ListFindingsResponse

Properties

ListFindingsResults

public RepeatedField<ListFindingsResponse.Types.ListFindingsResult> ListFindingsResults { get; }

Findings matching the list request.

Property Value
Type Description
RepeatedField<ListFindingsResponse.Types.ListFindingsResult>

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results.

Property Value
Type Description
String

ReadTime

public Timestamp ReadTime { get; set; }

Time used for executing the list request.

Property Value
Type Description
Timestamp

TotalSize

public int TotalSize { get; set; }

The total number of findings matching the query.

Property Value
Type Description
Int32

Methods

GetEnumerator()

public IEnumerator<ListFindingsResponse.Types.ListFindingsResult> GetEnumerator()

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

Returns
Type Description
IEnumerator<ListFindingsResponse.Types.ListFindingsResult>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
IEnumerator