Google Cloud Security Command Center v1 API - Class GroupFindingsResponse (3.19.0)

public sealed class GroupFindingsResponse : IPageResponse<GroupResult>, IEnumerable<GroupResult>, IEnumerable, IMessage<GroupFindingsResponse>, IEquatable<GroupFindingsResponse>, IDeepCloneable<GroupFindingsResponse>, IBufferMessage, IMessage

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

Response message for group by findings.

Inheritance

object > GroupFindingsResponse

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

GroupFindingsResponse()

public GroupFindingsResponse()

GroupFindingsResponse(GroupFindingsResponse)

public GroupFindingsResponse(GroupFindingsResponse other)
Parameter
NameDescription
otherGroupFindingsResponse

Properties

GroupByResults

public RepeatedField<GroupResult> GroupByResults { get; }

Group results. There exists an element for each existing unique combination of property/values. The element contains a count for the number of times those specific property/values appear.

Property Value
TypeDescription
RepeatedFieldGroupResult

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 groupBy request.

Property Value
TypeDescription
Timestamp

TotalSize

public int TotalSize { get; set; }

The total number of results matching the query.

Property Value
TypeDescription
int

Methods

GetEnumerator()

public IEnumerator<GroupResult> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorGroupResult