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."],[[["This webpage provides documentation for the `UpdateReplicationRequest` class within the Google Cloud NetApp v1 API, specifically version 1.5.0, with links to other versions as well."],["`UpdateReplicationRequest` is used to modify the description and/or labels of a replication resource, inheriting from object and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, a default constructor `UpdateReplicationRequest()` and a copy constructor `UpdateReplicationRequest(UpdateReplicationRequest other)`."],["The `UpdateReplicationRequest` class includes two key properties: `Replication`, which represents the replication resource, and `UpdateMask`, which specifies the fields to be updated within the resource."]]],[]]