public sealed class GetNetworkRequest : IMessage<GetNetworkRequest>, IEquatable<GetNetworkRequest>, IDeepCloneable<GetNetworkRequest>, IBufferMessage, IMessage
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-24 UTC."],[[["This webpage provides documentation for the `GetNetworkRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.1.0 of the library, with links to prior versions as old as 1.0.0."],["The `GetNetworkRequest` class is used to send requests to retrieve network information and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["There are two constructors for `GetNetworkRequest`, one default and another to create a new `GetNetworkRequest` object based on another `GetNetworkRequest` object, and it also has two properties, `Network` and `Project`, which are both strings."]]],[]]