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-04-09 UTC."],[[["This webpage provides documentation for the `GetNetworkRequest` class within the `Google.Cloud.Compute.V1` namespace, across various versions."],["The latest version documented is 3.6.0, and the page also lists versions ranging from 1.0.0 up to 3.5.0."],["`GetNetworkRequest` is a class used for requesting network information and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetNetworkRequest` has two constructors, one being a default constructor, and another that takes an existing `GetNetworkRequest` object as an argument, and two main properties being `Network` and `Project`, both of which are string types."],["The class inherits common methods from the base `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]