public sealed class BatchUpdateAssetsRequest : IMessage<BatchUpdateAssetsRequest>, IEquatable<BatchUpdateAssetsRequest>, IDeepCloneable<BatchUpdateAssetsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class BatchUpdateAssetsRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `BatchUpdateAssetsRequest` class is part of the Google Cloud Migration Center v1 API, designed for batch updating assets."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various functionalities."],["The class allows updating up to 1000 assets in a single batch, with each update defined within the `Requests` property of type `RepeatedField\u003cUpdateAssetRequest\u003e`."],["It requires a `Parent` property that indicates the parent location for the update operation, which can be provided either as a string or through the `ParentAsLocationName` property of type `LocationName`."],["The `BatchUpdateAssetsRequest` class is available in multiple versions, from 1.0.0 to the latest 1.4.0."]]],[]]