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-03-21 UTC."],[[["This documentation page covers the `GetNetworkRequest` class within the Google Cloud Edge Network v1 API, which is used to request a network resource."],["The `GetNetworkRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["There are multiple versions of the API available, with version 1.4.0 being the latest, and the current page focuses on version 1.1.0 of the class `GetNetworkRequest`."],["The class has two constructors: a parameterless constructor and one that takes another `GetNetworkRequest` object, and includes two properties `Name` and `NetworkName`."],["The `Name` property is a string and is required, while the `NetworkName` property provides a typed view of the `Name` resource name."]]],[]]