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
Methods
__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.
Generated from protobuf field .google.protobuf.Timestamp read_time = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasReadTime
clearReadTime
setReadTime
Time the snapshot was taken.
Generated from protobuf field .google.protobuf.Timestamp read_time = 1;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getAssets
Assets.
Generated from protobuf field repeated .google.cloud.asset.v1.Asset assets = 2;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAssets
Assets.
Generated from protobuf field repeated .google.cloud.asset.v1.Asset assets = 2;
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.
Generated from protobuf field string next_page_token = 3;
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.
Generated from protobuf field string next_page_token = 3;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |