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 document provides reference information for the `UpdateReplicationRequest` class within the Google Cloud NetApp v1 API, specifically version 1.3.0."],["The `UpdateReplicationRequest` class is used to update the description and/or labels for a replication in the Google Cloud NetApp service."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with its base class being `object`."],["The `UpdateReplicationRequest` class has two constructors, a parameterless one and one that accepts another `UpdateReplicationRequest` object for copying."],["It exposes two properties: `Replication` (a replication resource) and `UpdateMask` (a field mask to define which fields should be updated)."]]],[]]