public sealed class SubnetworksSetPrivateIpGoogleAccessRequest : IMessage<SubnetworksSetPrivateIpGoogleAccessRequest>, IEquatable<SubnetworksSetPrivateIpGoogleAccessRequest>, IDeepCloneable<SubnetworksSetPrivateIpGoogleAccessRequest>, 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-24 UTC."],[[["This webpage provides documentation for the `SubnetworksSetPrivateIpGoogleAccessRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, constructors, and implemented interfaces."],["The `SubnetworksSetPrivateIpGoogleAccessRequest` class is part of the Google Cloud Compute .NET library, with version 3.6.0 being the latest release, while version 2.12.0 is the main context of this documentation page."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities within the .NET framework."],["The page outlines two constructors for the class: a default constructor and one that accepts another `SubnetworksSetPrivateIpGoogleAccessRequest` object as a parameter for deep cloning."],["The class has two properties of note, being `HasPrivateIpGoogleAccess` and `PrivateIpGoogleAccess`, both dealing with boolean values, however one is set, and the other is a getter setter."]]],[]]