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."],[[["The `GetSubnetworkRequest` class is a request message used for retrieving details about a specific subnetwork, as part of the Subnetworks.Get method in the Google Cloud Compute API."],["This class is found within the `Google.Cloud.Compute.V1` namespace and is implemented in the `Google.Cloud.Compute.V1.dll` assembly for .NET development."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for robust functionality and integration within the Google Protobuf ecosystem."],["It includes properties for `Project`, `Region`, and `Subnetwork`, which are strings used to specify the target project, region, and subnetwork in the request."],["There are many versions of this API, from 1.0.0 all the way up to the latest 3.6.0 version."]]],[]]