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-31 UTC."],[[["This webpage details the `SubnetworksSetPrivateIpGoogleAccessRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.15.0, and provides links to other versions ranging from 1.0.0 to 3.6.0."],["The `SubnetworksSetPrivateIpGoogleAccessRequest` class, part of the `Google.Cloud.Compute.V1.dll` assembly, manages settings related to private IP access to Google services."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes two constructors: a default constructor and one that accepts another `SubnetworksSetPrivateIpGoogleAccessRequest` object as a parameter."],["It offers properties to manage the `PrivateIpGoogleAccess` field, including `PrivateIpGoogleAccess` itself (a settable boolean) and `HasPrivateIpGoogleAccess` (a read-only boolean indicating if the field is set)."]]],[]]