public sealed class GetSubnetRequest : IMessage<GetSubnetRequest>, IEquatable<GetSubnetRequest>, IDeepCloneable<GetSubnetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class GetSubnetRequest.
[[["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-07 UTC."],[[["This documentation provides details for the `GetSubnetRequest` class within the Google Cloud Edge Network v1 API, which is used to request information about a subnet."],["The latest version of the API available for `GetSubnetRequest` is 1.4.0, with older versions dating back to 1.0.0 also available."],["The `GetSubnetRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the API."],["The class includes two constructors: a default constructor and one that takes another `GetSubnetRequest` object for cloning."],["Key properties of `GetSubnetRequest` are `Name`, which represents the resource name and is required, and `SubnetName`, which is a typed view over the resource `Name` property."]]],[]]