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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `BatchUpdateAssetsRequest` class within the Google Cloud Migration Center v1 API, specifically version 1.1.0, which is part of the `Google.Cloud.MigrationCenter.V1` namespace."],["The `BatchUpdateAssetsRequest` class is used to send a request to update a list of assets, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties such as `Parent`, `ParentAsLocationName`, and `Requests`, which are used to specify the location and details of the assets to be updated."],["The `Requests` property is of type `RepeatedField\u003cUpdateAssetRequest\u003e`, and it allows you to update up to a maximum of 1000 assets in one batch."],["The documentation provides links to reference all versions of this API endpoint, with 1.4.0 as the most recent, going all the way back to 1.0.0."]]],[]]