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.
Implements
IPageResponseGroupResult, IEnumerableGroupResult, IEnumerable, IMessageGroupFindingsResponse, IEquatableGroupFindingsResponse, IDeepCloneableGroupFindingsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
GroupFindingsResponse()
public GroupFindingsResponse()
GroupFindingsResponse(GroupFindingsResponse)
public GroupFindingsResponse(GroupFindingsResponse other)
Parameter | |
---|---|
Name | Description |
other | GroupFindingsResponse |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ReadTime
public Timestamp ReadTime { get; set; }
Time used for executing the groupBy request.
Property Value | |
---|---|
Type | Description |
Timestamp |
TotalSize
public int TotalSize { get; set; }
The total number of results matching the query.
Property Value | |
---|---|
Type | Description |
int |
Methods
GetEnumerator()
public IEnumerator<GroupResult> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorGroupResult |