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."],[[["This webpage provides documentation for the `GetNetworkRequest` class within the Google Cloud Compute Engine v1 API for .NET."],["The latest version available is 3.6.0, with a list of other previous versions ranging back to 1.0.0, which allows the user to easily navigate the different releases of this class."],["`GetNetworkRequest` is used as a request message for the `Networks.Get` method, for which the details are covered on this page."],["The `GetNetworkRequest` class includes properties for `Network` and `Project`, allowing users to specify which network to retrieve and which project it belongs to."],["The class inherits from various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it also inherits members from `object`."]]],[]]