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, which is used to request network information within the Google Cloud Compute V1 API."],["The latest version of `GetNetworkRequest` is 3.6.0, with multiple prior versions available, ranging down to version 1.0.0."],["`GetNetworkRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class contains properties for `Network` (the name of the network to return) and `Project` (the project ID for the request), both of which are string types."],["The class contains two constructor options, the first with no parameters, and the second with a parameter to take another `GetNetworkRequest` instance."]]],[]]