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"]],[["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-04-17 UTC."],[[["This webpage provides documentation for the `UpdateReplicationRequest` class within the Google Cloud NetApp v1 API, specifically version 1.6.0, with links to other versions of the API."],["The `UpdateReplicationRequest` class is used to update the description and/or labels of a replication resource in Google Cloud NetApp."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits members from the `object` class."],["Key properties of `UpdateReplicationRequest` include `Replication`, representing the resource to be updated, and `UpdateMask`, specifying which fields should be updated."],["This page includes two constructors for `UpdateReplicationRequest`, the default and one that accepts another `UpdateReplicationRequest` as a parameter."]]],[]]