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, part of the `Google.Cloud.Compute.V1` namespace, is used to manage network peering requests and is found within the Google.Cloud.Compute.V1.dll assembly."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The latest version available is 3.6.0, and there are multiple versions of `NetworksUpdatePeeringRequest` documented, ranging from version 1.0.0 up to 3.6.0."],["The class provides two constructors, a parameterless one, and one that takes another `NetworksUpdatePeeringRequest` instance as a parameter."],["It contains a `NetworkPeering` property that allows getting and setting of a `NetworkPeering` object."]]],[]]