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."],[[["This webpage details the `ReplaceDeploymentRequest` class, which is used to create or replace a deployment within the Google Cloud GSuite Add-Ons V1 service."],["The latest version of the `ReplaceDeploymentRequest` class is 2.4.0, and the page also documents previous versions down to 1.0.0."],["The `ReplaceDeploymentRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class features two constructors: a default constructor and one that accepts another `ReplaceDeploymentRequest` instance as a parameter, as well as a `Deployment` property that gets or sets the deployment."]]],[]]