Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class ListAssetsResponse.
Response message for listing assets.
Generated from protobuf message google.cloud.securitycenter.v1.ListAssetsResponse
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ list_assets_results
array< Google\Cloud\SecurityCenter\V1\ListAssetsResponse\ListAssetsResult
>
Assets matching the list request.
↳ read_time
↳ 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 assets matching the query.
getListAssetsResults
Assets matching the list request.
setListAssetsResults
Assets matching the list request.
$this
getReadTime
Time used for executing the list request.
hasReadTime
clearReadTime
setReadTime
Time used for executing the list request.
$this
getNextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
string
setNextPageToken
Token to retrieve the next page of results, or empty if there are no more results.
var
string
$this
getTotalSize
The total number of assets matching the query.
int
setTotalSize
The total number of assets matching the query.
var
int
$this