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-02 UTC."],[[["The latest version of the `GetNetworkRequest` API is 3.6.0, which can be found in the provided documentation, alongside the other available versions."],["The `GetNetworkRequest` class is used for requesting network information in the Compute Engine v1 API."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetNetworkRequest` class has properties for `Network` and `Project`, which are strings representing the network name and project ID respectively."],["The GetNetworkRequest class has two constructor methods, the default constructor `GetNetworkRequest()` and `GetNetworkRequest(GetNetworkRequest other)` where other is another instance of `GetNetworkRequest`."]]],[]]