public sealed class GetSubnetworkRequest : IMessage<GetSubnetworkRequest>, IEquatable<GetSubnetworkRequest>, IDeepCloneable<GetSubnetworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetSubnetworkRequest.
A request message for Subnetworks.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-04-09 UTC."],[[["This page provides reference documentation for the `GetSubnetworkRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The `GetSubnetworkRequest` class is used to construct requests for retrieving details about a specific subnetwork, as seen in the provided versions ranging from 1.0.0 up to the latest 3.6.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Cloud .NET ecosystem."],["Key properties of the `GetSubnetworkRequest` class include `Project`, `Region`, and `Subnetwork`, all of which are strings and are used to specify the subnetwork to get."],["There are two constructors available for the `GetSubnetworkRequest` class, a parameterless constructor and one that accepts another instance of the `GetSubnetworkRequest` class as an argument."]]],[]]