Google Cloud Security Command Center V1 Client - Class GroupResult (1.18.0)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class GroupResult.

Result containing the properties and count of a groupBy request.

Generated from protobuf message google.cloud.securitycenter.v1.GroupResult

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ properties array|Google\Protobuf\Internal\MapField

Properties matching the groupBy fields in the request.

↳ count int|string

Total count of resources for the given properties.

getProperties

Properties matching the groupBy fields in the request.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setProperties

Properties matching the groupBy fields in the request.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getCount

Total count of resources for the given properties.

Returns
TypeDescription
int|string

setCount

Total count of resources for the given properties.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this