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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ assets |
array<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<Asset>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|