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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setProperties
Properties matching the groupBy fields in the request.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getCount
Total count of resources for the given properties.
Returns | |
---|---|
Type | Description |
int|string |
setCount
Total count of resources for the given properties.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |