public sealed class NetworksUpdatePeeringRequest : IMessage<NetworksUpdatePeeringRequest>, IEquatable<NetworksUpdatePeeringRequest>, IDeepCloneable<NetworksUpdatePeeringRequest>, IBufferMessage, IMessage
[[["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 `NetworksUpdatePeeringRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is defined within the `Google.Cloud.Compute.V1.dll` assembly."],["This class, `NetworksUpdatePeeringRequest`, handles requests for updating network peering and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is `3.6.0`, and there are multiple prior versions listed, ranging from `3.5.0` down to `1.0.0`, all of which are detailed within the documentation."],["The `NetworksUpdatePeeringRequest` class has a default constructor and a constructor that accepts another `NetworksUpdatePeeringRequest` instance, and contains a `NetworkPeering` property which is accessed with a get and set."],["The class inherits members from the `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]