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 reference documentation for the `GetNetworkRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The `GetNetworkRequest` class is used to make a request to retrieve details about a specific network, as per the Networks.Get method in the API."],["It lists the available versions of the `GetNetworkRequest`, from the latest version 3.6.0, all the way back to 1.0.0, including version 2.7.0, which the user is currently viewing."],["The `GetNetworkRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["Key properties of the `GetNetworkRequest` class are `Network` and `Project`, which are used to specify the target network and project for the request."]]],[]]