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-21 UTC."],[[["This webpage details the `GetNetworkRequest` class within the `Google.Cloud.Compute.V1` namespace, a request message for retrieving network information in Google Cloud."],["The latest version available for the `GetNetworkRequest` is 3.6.0, while there is a comprehensive list of past versions dating all the way back to 1.0.0, allowing for access to older releases."],["`GetNetworkRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all to enhance its functionality within the .NET framework."],["The class includes properties for `Network` and `Project`, which are strings that hold the name of the network and the project ID associated with the request."],["The GetNetworkRequest class inherits from the Object class and its inherited members include methods like GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]