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 implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring robust functionality and compatibility."],["`DiagnoseNetworkResponse` includes properties such as `Result`, representing the network status, and `UpdateTime`, indicating the last update time."],["The class is available in multiple versions, ranging from 1.0.0 to 1.4.0, with 1.4.0 being the latest version of the API."],["You can construct a new instance of the class through two constructor methods, one without parameters, and the other with a parameter of the `DiagnoseNetworkResponse` type."]]],[]]