public sealed class DiagnoseNetworkRequest : IMessage<DiagnoseNetworkRequest>, IEquatable<DiagnoseNetworkRequest>, IDeepCloneable<DiagnoseNetworkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class DiagnoseNetworkRequest.
Message for requesting the diagnostics of a network within a specific zone.
[[["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 `DiagnoseNetworkRequest` class is 1.4.0, part of the Distributed Cloud Edge Network v1 API."],["The `DiagnoseNetworkRequest` class is a message for requesting network diagnostics within a specific zone, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is located in the `Google.Cloud.EdgeNetwork.V1` namespace and is contained within the `Google.Cloud.EdgeNetwork.V1.dll` assembly."],["It includes constructors for creating new instances, either default or by copying another `DiagnoseNetworkRequest` object."],["`DiagnoseNetworkRequest` features properties such as `Name`, which is the required network resource name of type string, and `NetworkName`, which provides a typed view over the resource name."]]],[]]