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 available for this request is `3.6.0`, with a range of previous versions, dating back to `1.0.0` also accessible."],["The `GetSubnetworkRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetSubnetworkRequest` include `Project`, `Region`, and `Subnetwork`, all of which are strings and used to define the request scope."],["The class has two constructors: a default constructor, and another that takes a `GetSubnetworkRequest` object as a parameter to create a new object based on the provided one."]]],[]]