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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eGroupFindingsResponse\u003c/code\u003e is a class in the Security Command Center v2 API, designed as a response message for grouping findings.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing various functionalities like page handling and data comparison.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGroupFindingsResponse\u003c/code\u003e includes properties such as \u003ccode\u003eGroupByResults\u003c/code\u003e, \u003ccode\u003eNextPageToken\u003c/code\u003e, and \u003ccode\u003eTotalSize\u003c/code\u003e, which store grouped results, pagination tokens, and the total count of results respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetEnumerator()\u003c/code\u003e method allows iterating through the \u003ccode\u003eGroupResult\u003c/code\u003e resources contained within the response.\u003c/p\u003e\n"],["\u003cp\u003eTwo versions of this class exist, with version \u003ccode\u003e1.1.0\u003c/code\u003e being the latest, and version \u003ccode\u003e1.0.0\u003c/code\u003e being available as well.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class GroupFindingsResponse (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.GroupFindingsResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.GroupFindingsResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.GroupFindingsResponse) \n\n public sealed class GroupFindingsResponse : IPageResponse\u003cGroupResult\u003e, IEnumerable\u003cGroupResult\u003e, IEnumerable, IMessage\u003cGroupFindingsResponse\u003e, IEquatable\u003cGroupFindingsResponse\u003e, IDeepCloneable\u003cGroupFindingsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class GroupFindingsResponse.\n\nResponse message for group by findings. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GroupFindingsResponse \n\nImplements\n----------\n\n[IPageResponse](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageResponse-1.html)[GroupResult](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.GroupResult), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[GroupResult](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.GroupResult), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GroupFindingsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.GroupFindingsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GroupFindingsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.GroupFindingsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GroupFindingsResponse](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.GroupFindingsResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### GroupFindingsResponse()\n\n public GroupFindingsResponse()\n\n### GroupFindingsResponse(GroupFindingsResponse)\n\n public GroupFindingsResponse(GroupFindingsResponse other)\n\nProperties\n----------\n\n### GroupByResults\n\n public RepeatedField\u003cGroupResult\u003e GroupByResults { get; }\n\nGroup results. There exists an element for each existing unique\ncombination of property/values. The element contains a count for the number\nof times those specific property/values appear.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nToken to retrieve the next page of results, or empty if there are no more\nresults.\n\n### TotalSize\n\n public int TotalSize { get; set; }\n\nThe total number of results matching the query.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cGroupResult\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]