Google Cloud Migration Center V1 Client - Class BatchUpdateAssetsResponse (0.1.0)

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class BatchUpdateAssetsResponse.

Response for updating a list of assets.

Generated from protobuf message google.cloud.migrationcenter.v1.BatchUpdateAssetsResponse

Namespace

Google \ Cloud \ MigrationCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ assets array<Google\Cloud\MigrationCenter\V1\Asset>

Update asset content. The content only includes values after field mask being applied.

getAssets

Update asset content.

The content only includes values after field mask being applied.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAssets

Update asset content.

The content only includes values after field mask being applied.

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