public sealed class UpdateDeploymentRequest : IMessage<UpdateDeploymentRequest>, IEquatable<UpdateDeploymentRequest>, IDeepCloneable<UpdateDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class UpdateDeploymentRequest.
[[["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."],[[["The `UpdateDeploymentRequest` class is part of the Google Cloud Telco Automation v1 API, serving as the request object for updating deployments."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor, and another to copy from an existing `UpdateDeploymentRequest` instance."],["Key properties include `Deployment`, which represents the deployment to be updated, and `UpdateMask`, which determines the fields to overwrite during the update."],["The latest version of this class is 1.2.0, with previous versions 1.1.0 and 1.0.0 also available for reference."]]],[]]