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"]],[["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 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."]]],[]]