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, which is part of the Google Cloud Dataproc .NET library."],["The class `DiagnoseClusterResults` is used to describe the diagnostic output from a cluster, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all the versions of the .NET library for the `DiagnoseClusterResults`, ranging from the latest `5.17.0` down to version `3.1.0`."],["The `DiagnoseClusterResults` class has two constructors and a single property named `OutputUri`, which is a string that represents the Cloud Storage URI of the diagnostic output."],["The diagnostic output is provided as a plain text file summarizing the collected diagnostics, accessible via the `OutputUri`."]]],[]]