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-06-05 UTC."],[[["This documentation is for the `DiagnoseNetworkResponse` class within the Google Cloud Edge Network v1 API."],["`DiagnoseNetworkResponse` is used to retrieve the current status of a specific network within the Distributed Cloud Edge Network."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class exposes a `Result` property of type `NetworkStatus` and a `UpdateTime` property of type `Timestamp`, which provide the network's status and the timestamp of the last status update, respectively."],["The documentation covers the class constructors, inherited members, namespace, assembly, and includes links to relevant documentation for the different types involved."]]],[]]