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`, is a public sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `NetworksUpdatePeeringRequest` class has two constructors: a default constructor and a copy constructor that takes another `NetworksUpdatePeeringRequest` object as a parameter."],["It contains one property, `NetworkPeering`, of type `NetworkPeering`, which has both a getter and a setter."],["The page documents various versions of `NetworksUpdatePeeringRequest`, ranging from version 1.0.0 up to the latest version 3.6.0."]]],[]]