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."],[[["This webpage details the `NetworksUpdatePeeringRequest` class within the Google Cloud Compute V1 API, with the latest version being 3.6.0."],["The `NetworksUpdatePeeringRequest` class, found in the `Google.Cloud.Compute.V1` namespace, is used for updating network peering requests and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `NetworksUpdatePeeringRequest` class is derived from the base `object` class, and this class exposes inherited methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["This class includes a constructor `NetworksUpdatePeeringRequest` allowing the creation of new instances."],["The class contains one property `NetworkPeering` of type `NetworkPeering` which is also in the Google.Cloud.Compute.V1 API."]]],[]]