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."],[[["The latest version of the `GetNetworkRequest` class is 3.6.0, as shown by the provided link, while version 2.13.0 is the one currently being viewed."],["`GetNetworkRequest` is a class within the Google.Cloud.Compute.V1 namespace, used in the Compute Engine v1 API for requesting network details."],["The `GetNetworkRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring comprehensive functionality."],["This class has two constructors, a default constructor and a copy constructor that takes another `GetNetworkRequest` object."],["Key properties of the `GetNetworkRequest` class include `Network` and `Project`, both of type string, used to specify the network name and the project ID for the request, respectively."]]],[]]