public sealed class GetNetworkRequest : IMessage<GetNetworkRequest>, IEquatable<GetNetworkRequest>, IDeepCloneable<GetNetworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetNetworkRequest.
A request message for Networks.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-09 UTC."],[[["This webpage provides reference documentation for the `GetNetworkRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 3.3.0."],["The `GetNetworkRequest` class is used to request network details and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors available for `GetNetworkRequest`, which include a default constructor and one that accepts another `GetNetworkRequest` object."],["Key properties of the `GetNetworkRequest` class include `Network` (the name of the network to retrieve) and `Project` (the project ID for the request), both of which are of string type."],["The content lists a range of versions of the `Google.Cloud.Compute.V1` API from 1.0.0 to 3.6.0 (latest) that also reference the `GetNetworkRequest`."]]],[]]