Reference documentation and code samples for the Google Cloud Asset V1 Client class ListAssetsResponse.
ListAssets response.
Generated from protobuf message google.cloud.asset.v1.ListAssetsResponse
Namespace
Google \ Cloud \ Asset \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ read_time |
Google\Protobuf\Timestamp
Time the snapshot was taken. |
↳ assets |
array<Google\Cloud\Asset\V1\Asset>
Assets. |
↳ next_page_token |
string
Token to retrieve the next page of results. It expires 72 hours after the page token for the first page is generated. Set to empty if there are no remaining results. |
getReadTime
Time the snapshot was taken.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasReadTime
clearReadTime
setReadTime
Time the snapshot was taken.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getAssets
Assets.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAssets
Assets.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Asset\V1\Asset>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Token to retrieve the next page of results. It expires 72 hours after the page token for the first page is generated. Set to empty if there are no remaining results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Token to retrieve the next page of results. It expires 72 hours after the page token for the first page is generated. Set to empty if there are no remaining results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |