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."],[[["This page provides reference documentation for the `GetNetworkRequest` class within the Google Compute Engine v1 API for .NET."],["The latest version of the API documented is 3.6.0, while the specific version this page is dedicated to is 2.5.0, which is just one of many available."],["`GetNetworkRequest` is a class used for requesting network details and is part of the `Google.Cloud.Compute.V1` namespace."],["The `GetNetworkRequest` class has two main properties, `Network` and `Project`, which are both strings and used to identify the specific network and project being requested."],["This class inherits from multiple interfaces and base objects, including `IMessage`, `IEquatable`, and `IDeepCloneable`, and also has two constructors, one default, and one which takes a GetNetworkRequest object."]]],[]]