public sealed class GetNetworkRequest : IMessage<GetNetworkRequest>, IEquatable<GetNetworkRequest>, IDeepCloneable<GetNetworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class GetNetworkRequest.
[[["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-06-12 UTC."],[[["The `GetNetworkRequest` class is part of the Distributed Cloud Edge Network v1 API, specifically version 1.0.0, and is used for retrieving network information."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the base `object` class."],["`GetNetworkRequest` has two constructors: a default constructor and one that accepts another `GetNetworkRequest` object for copying."],["It contains two key properties: `Name`, which is a string representing the resource name, and `NetworkName`, which provides a typed view over the resource name."],["The class resides in the `Google.Cloud.EdgeNetwork.V1` namespace and is compiled within the `Google.Cloud.EdgeNetwork.V1.dll` assembly."]]],[]]