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-03-21 UTC."],[[["The provided content details the `GetNetworkRequest` class within the Google Cloud Compute Engine v1 API, showcasing its availability across multiple versions from 1.0.0 to the latest 3.6.0."],["`GetNetworkRequest` is a sealed class used to construct requests for the Networks.Get method within the Google Cloud Compute Engine v1 API."],["This class inherits from Object and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetNetworkRequest` class has two constructors, a default one and another that accepts another `GetNetworkRequest` instance, allowing for object cloning."],["`GetNetworkRequest` class contains two properties to set parameters for the request; `Network` which specifies the network name, and `Project` which is the project ID."]]],[]]