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 `ReplaceDeploymentRequest` class is used to create or replace a deployment within the Google Cloud GSuite Add-ons API, specifically version 1."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the Google Protobuf environment."],["There are two constructors for the `ReplaceDeploymentRequest` class, one for creating a new instance, and another for creating a copy of an existing `ReplaceDeploymentRequest`."],["The `Deployment` property within the `ReplaceDeploymentRequest` class is required and represents the actual deployment to be created or replaced, using the `Deployment` type."],["This documentation outlines versions 1.0.0 through 2.4.0 of the API, with 2.4.0 being the latest version available."]]],[]]