Reference documentation and code samples for the Google Cloud Asset V1 Client class BatchGetAssetsHistoryResponse.
Batch get assets history response.
Generated from protobuf message google.cloud.asset.v1.BatchGetAssetsHistoryResponse
Namespace
Google \ Cloud \ Asset \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ assets |
array<Google\Cloud\Asset\V1\TemporalAsset>
A list of assets with valid time windows. |
getAssets
A list of assets with valid time windows.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAssets
A list of assets with valid time windows.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Asset\V1\TemporalAsset>
|
Returns | |
---|---|
Type | Description |
$this |