Reference documentation and code samples for the Google Cloud Security Command Center V1p1beta1 Client class GroupAssetsResponse.
Response message for grouping by assets.
Generated from protobuf message google.cloud.securitycenter.v1p1beta1.GroupAssetsResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ group_by_results |
array<Google\Cloud\SecurityCenter\V1p1beta1\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. |
↳ read_time |
Google\Protobuf\Timestamp
Time used for executing the groupBy request. |
↳ 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.
Generated from protobuf field repeated .google.cloud.securitycenter.v1p1beta1.GroupResult group_by_results = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
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.
Generated from protobuf field repeated .google.cloud.securitycenter.v1p1beta1.GroupResult group_by_results = 1;
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\SecurityCenter\V1p1beta1\GroupResult>
|
Returns | |
---|---|
Type | Description |
$this |
getReadTime
Time used for executing the groupBy request.
Generated from protobuf field .google.protobuf.Timestamp read_time = 2;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasReadTime
clearReadTime
setReadTime
Time used for executing the groupBy request.
Generated from protobuf field .google.protobuf.Timestamp read_time = 2;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
Generated from protobuf field string next_page_token = 3;
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
Generated from protobuf field string next_page_token = 3;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTotalSize
The total number of results matching the query.
Generated from protobuf field int32 total_size = 4;
Returns | |
---|---|
Type | Description |
int |
setTotalSize
The total number of results matching the query.
Generated from protobuf field int32 total_size = 4;
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |