Google Cloud Security Command Center v1 API - Class ListFindingsResponse (3.9.0)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ListFindingsResponse.

Response message for listing findings.

Inheritance

object > ListFindingsResponse

Namespace

GoogleCloudGoogle.Cloud.SecurityCenterV1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ListFindingsResponse()

public ListFindingsResponse()

ListFindingsResponse(ListFindingsResponse)

public ListFindingsResponse(ListFindingsResponse other)
Parameter
NameDescription
otherListFindingsResponse

Properties

ListFindingsResults

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

Findings matching the list request.

Property Value
TypeDescription
RepeatedFieldListFindingsResponseTypesListFindingsResult

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

ReadTime

public Timestamp ReadTime { get; set; }

Time used for executing the list request.

Property Value
TypeDescription
Timestamp

TotalSize

public int TotalSize { get; set; }

The total number of findings matching the query.

Property Value
TypeDescription
int

Methods

GetEnumerator()

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

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

Returns
TypeDescription
IEnumeratorListFindingsResponseTypesListFindingsResult