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."],[[["The `GetSubnetworkRequest` class is part of the Google Cloud Compute Engine v1 API, as documented in the Google.Cloud.Compute.V1 namespace."],["This class is used to send requests for retrieving details about a specific subnetwork, as indicated by the method description for Subnetworks.Get."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, signifying its capabilities for message handling, comparison, deep cloning, and buffer management."],["The class includes properties such as `Project`, `Region`, and `Subnetwork`, allowing users to specify the project ID, region, and subnetwork name when making a subnetwork retrieval request."],["The documentation provides links to various versions of the `GetSubnetworkRequest` class, ranging from version 1.0.0 up to the latest version 3.6.0, to refer to the changes and capabilities of the class across different updates."]]],[]]