public sealed class DiagnoseClusterResults : IMessage<DiagnoseClusterResults>, IEquatable<DiagnoseClusterResults>, IDeepCloneable<DiagnoseClusterResults>, IBufferMessage, IMessage
[[["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 webpage details the `DiagnoseClusterResults` class within the `Google.Cloud.Dataproc.V1` namespace, highlighting its role in diagnostic output for various versions."],["The `DiagnoseClusterResults` class, found in the `Google.Cloud.Dataproc.V1.dll` assembly, implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides a constructor `DiagnoseClusterResults()` to create a new instance, as well as another constructor `DiagnoseClusterResults(DiagnoseClusterResults other)` to clone an existing `DiagnoseClusterResults` instance."],["The class has a key property named `OutputUri`, which is a string representing the Cloud Storage URI where the plain text diagnostic summary is located."],["Multiple versions of the `DiagnoseClusterResults` class are documented, spanning from version 3.1.0 to the latest version, 5.17.0, accessible through linked documentation."]]],[]]