public sealed class SendDiagnosticInterruptInstanceResponse : IMessage<SendDiagnosticInterruptInstanceResponse>, IEquatable<SendDiagnosticInterruptInstanceResponse>, IDeepCloneable<SendDiagnosticInterruptInstanceResponse>, IBufferMessage, IMessage
A response message for Instances.SendDiagnosticInterrupt. See the method description for details.
[[["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-24 UTC."],[[["The `SendDiagnosticInterruptInstanceResponse` class is a response message for the `Instances.SendDiagnosticInterrupt` method in the Google Cloud Compute API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality comparison, deep cloning, and buffer management."],["It inherits from the base `Object` class, inheriting basic methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `SendDiagnosticInterruptInstanceResponse` class has two constructors: a default constructor and a copy constructor that takes another `SendDiagnosticInterruptInstanceResponse` instance as a parameter."],["The webpage provides documentation for versions of `SendDiagnosticInterruptInstanceResponse` ranging from 1.0.0 up to the latest version, 3.6.0, for users looking for specific versions."]]],[]]