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."],[[["The latest version of the `GetNetworkRequest` class is 3.6.0, as seen at the top of the version list, with multiple prior versions available."],["`GetNetworkRequest` is a message class in the Google Compute Engine v1 API, specifically used for Networks.Get requests."],["The class `GetNetworkRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default one (`GetNetworkRequest()`) and one that takes another `GetNetworkRequest` object as a parameter for copying (`GetNetworkRequest(GetNetworkRequest other)`)."],["This `GetNetworkRequest` class contains two public properties: `Network` which is a string representing the name of the network, and `Project` which is a string representing the Project ID."]]],[]]