public sealed class ReplaceDeploymentRequest : IMessage<ReplaceDeploymentRequest>, IEquatable<ReplaceDeploymentRequest>, IDeepCloneable<ReplaceDeploymentRequest>, IBufferMessage, IMessage
Request message to create or replace a deployment.
[[["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 latest version available for `ReplaceDeploymentRequest` is 2.4.0, with versions down to 1.0.0 documented."],["`ReplaceDeploymentRequest` is a request message used for creating or replacing a deployment within the Google Cloud GSuite Add-ons API."],["This class inherits from the `Object` class and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReplaceDeploymentRequest` class has a constructor that takes another `ReplaceDeploymentRequest` object as a parameter, to duplicate it."],["The `Deployment` property, of type `Deployment`, is a required property used when replacing a deployment."]]],[]]