Google Cloud Asset V1 Client - Class BatchGetAssetsHistoryResponse (1.14.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAssets

A list of assets with valid time windows.

Parameter
NameDescription
var array<Google\Cloud\Asset\V1\TemporalAsset>
Returns
TypeDescription
$this