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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This page details the `GetNetworkEdgeSecurityServiceRequest` class within the `Google.Cloud.Compute.V1` namespace, used to request information about a network edge security service."],["The `GetNetworkEdgeSecurityServiceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data transfer and management."],["The page provides links to documentation for multiple versions of the `Google.Cloud.Compute.V1` library, ranging from version 1.0.0 to the latest version, 3.6.0."],["The class includes properties to specify the `NetworkEdgeSecurityService` name, `Project` ID, and `Region` for the network edge security service request, all of which are strings."],["There are two constructors available, a default constructor and one that accepts another instance of `GetNetworkEdgeSecurityServiceRequest` as an argument, allowing for creating copies."]]],[]]