public sealed class GetNetworkEdgeSecurityServiceRequest : IMessage<GetNetworkEdgeSecurityServiceRequest>, IEquatable<GetNetworkEdgeSecurityServiceRequest>, IDeepCloneable<GetNetworkEdgeSecurityServiceRequest>, IBufferMessage, IMessage
A request message for NetworkEdgeSecurityServices.Get. See the method description for details.
[[["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 `GetNetworkEdgeSecurityServiceRequest` class within the `Google.Cloud.Compute.V1` namespace, which is used to retrieve information about a network edge security service."],["The `GetNetworkEdgeSecurityServiceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality in message handling and object comparison."],["The latest version for the class is 3.6.0, and it has a historical list of previous versions dating back to 1.0.0, available for reference."],["The class has a constructor that takes in another GetNetworkEdgeSecurityServiceRequest as parameter."],["The class has three properties for Project, Region and NetworkEdgeSecurityService, all strings."]]],[]]