Google Cloud Security Command Center V1p1beta1 Client - Class GroupResult (1.13.1)

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

Result containing the properties and count of a groupBy request.

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

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.

Generated from protobuf field map<string, .google.protobuf.Value> properties = 1;

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setProperties

Properties matching the groupBy fields in the request.

Generated from protobuf field map<string, .google.protobuf.Value> properties = 1;

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

getCount

Total count of resources for the given properties.

Generated from protobuf field int64 count = 2;

Returns
TypeDescription
int|string

setCount

Total count of resources for the given properties.

Generated from protobuf field int64 count = 2;

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this