public sealed class DiagnoseNetworkResponse : IMessage<DiagnoseNetworkResponse>, IEquatable<DiagnoseNetworkResponse>, IDeepCloneable<DiagnoseNetworkResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class DiagnoseNetworkResponse.
DiagnoseNetworkResponse contains the current status for a specific network.
[[["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 `DiagnoseNetworkResponse` class, part of the Google Cloud Edge Network v1 API, provides the current status of a specific network."],["This class has been implemented across multiple versions, ranging from 1.0.0 to the latest 1.4.0, all referenced in the documentation."],["The `DiagnoseNetworkResponse` class includes properties like `Result`, which represents the network status, and `UpdateTime`, which indicates the last time the network status was updated."],["This class inherits from the base object class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors, a parameterless constructor and one that takes another `DiagnoseNetworkResponse` object."]]],[]]