Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class GroupFindingsResponse.
Response message for group by findings.
Generated from protobuf message google.cloud.securitycenter.v2.GroupFindingsResponse
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ group_by_results
array< GroupResult
>
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.
↳ next_page_token
string
Token to retrieve the next page of results, or empty if there are no more results.
↳ total_size
int
The total number of results matching the query.
getGroupByResults
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.
setGroupByResults
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.
$this
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
string
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
var
string
$this
getTotalSize
The total number of results matching the query.
int
setTotalSize
The total number of results matching the query.
var
int
$this