Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class ListValuedResourcesResponse.
Response message for listing the valued resources for a given simulation.
Generated from protobuf message google.cloud.securitycenter.v2.ListValuedResourcesResponse
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ valued_resources |
array<Google\Cloud\SecurityCenter\V2\ValuedResource>
The valued resources that the attack path simulation identified. |
↳ next_page_token |
string
Token to retrieve the next page of results, or empty if there are no more results. |
↳ total_size |
int
The estimated total number of results matching the query. |
getValuedResources
The valued resources that the attack path simulation identified.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setValuedResources
The valued resources that the attack path simulation identified.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\SecurityCenter\V2\ValuedResource>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTotalSize
The estimated total number of results matching the query.
Returns | |
---|---|
Type | Description |
int |
setTotalSize
The estimated total number of results matching the query.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |