Google Cloud Migration Center V1 Client - Class BatchUpdateAssetsResponse (1.0.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
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setAssets

Update asset content.

The content only includes values after field mask being applied.

Parameter
Name Description
var array<Google\Cloud\MigrationCenter\V1\Asset>
Returns
Type Description
$this