public sealed class UpdateReplicationRequest : IMessage<UpdateReplicationRequest>, IEquatable<UpdateReplicationRequest>, IDeepCloneable<UpdateReplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class UpdateReplicationRequest.
UpdateReplicationRequest updates description and/or labels for a replication.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `UpdateReplicationRequest` class in the Google.Cloud.NetApp.V1 API allows updating the description and/or labels for a replication resource."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like serialization and cloning."],["The `UpdateReplicationRequest` class has two constructors: a default constructor and one that takes another `UpdateReplicationRequest` object for initialization."],["It includes properties `Replication` which represents the replication resource to be updated, and `UpdateMask` to specify the fields that are to be updated."],["The latest version of this API can be found under the 1.8.0 tag, with access to previous version data going as far back as 1.0.0."]]],[]]