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-03-21 UTC."],[[["This webpage details the `GetSubnetworkRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving specific subnetwork details."],["The most recent version of this API available is `3.6.0`, with a complete history of versions listed dating back to `1.0.0`, along with the current version `1.4.0` highlighted."],["The `GetSubnetworkRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains three key properties, `Project`, `Region`, and `Subnetwork`, all of type string, used to define the project ID, region, and specific subnetwork to target."],["The `GetSubnetworkRequest` class has two constructors, one empty and one with a `GetSubnetworkRequest` object parameter."]]],[]]