Google Cloud Security Command Center v1p1beta1 API - Class ListFindingsResponse (3.0.0-beta05)

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 v1p1beta1 API class ListFindingsResponse.

Response message for listing findings.

Inheritance

object > ListFindingsResponse

Namespace

Google.Cloud.SecurityCenter.V1P1Beta1

Assembly

Google.Cloud.SecurityCenter.V1P1Beta1.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
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
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
int

Methods

GetEnumerator()

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

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

Returns
Type Description
IEnumeratorListFindingsResponseTypesListFindingsResult