public sealed class GetSubnetworkRequest : IMessage<GetSubnetworkRequest>, IEquatable<GetSubnetworkRequest>, IDeepCloneable<GetSubnetworkRequest>, IBufferMessage, IMessage
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-02 UTC."],[[["This webpage details the `GetSubnetworkRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.0.0."],["The `GetSubnetworkRequest` class is a request message for retrieving subnetworks and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating instances, either empty or by copying an existing `GetSubnetworkRequest` object."],["Key properties of the `GetSubnetworkRequest` class include `Project`, `Region`, and `Subnetwork`, which are all strings used to specify the subnetwork to be retrieved."],["There is a detailed history of prior versions of this class dating back to version 1.0.0, with the latest version being 3.6.0."]]],[]]