public sealed class Diagnostic : IMessage<OperationMetadata.Types.Diagnostic>, IEquatable<OperationMetadata.Types.Diagnostic>, IDeepCloneable<OperationMetadata.Types.Diagnostic>, IBufferMessage, IMessage
Diagnostic information from configuration processing.
[[["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 document outlines the `Diagnostic` class within version 2.0.0 of the Google.Cloud.ApiGateway.V1 namespace, which is part of the Google Cloud API Gateway .NET library."],["The `Diagnostic` class is used to store diagnostic information related to configuration processing and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Diagnostic` class offers two constructors, a default one and another that takes an existing `OperationMetadata.Types.Diagnostic` object for initialization."],["The class includes two properties, `Location` and `Message`, both of which are strings that hold the diagnostic's location and message respectively."],["The document details the inheritance hierarchy, member implementations, namespace, and the assembly `Google.Cloud.ApiGateway.V1.dll` that the `Diagnostic` class belongs to."]]],[]]