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-03-21 UTC."],[[["This webpage provides reference documentation for the `GetSubnetworkRequest` class within the Compute Engine v1 API for .NET, specifically within the `Google.Cloud.Compute.V1` namespace."],["The `GetSubnetworkRequest` class is used to structure requests for retrieving subnetworks and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes various versions of the API from 1.0.0 up to the latest 3.6.0, along with the current page which is version 2.2.0."],["The `GetSubnetworkRequest` class has properties such as `Project`, `Region`, and `Subnetwork`, all of which are strings and represent the necessary information to retrieve a specific subnetwork."],["The page shows the implemented inheritance of `GetSubnetworkRequest`, inheriting from the base `Object` class, along with a list of inherited members and a section on the constructors."]]],[]]