public sealed class DebugInstanceRequest : IMessage<DebugInstanceRequest>, IEquatable<DebugInstanceRequest>, IDeepCloneable<DebugInstanceRequest>, 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-04-17 UTC."],[[["This document outlines the `DebugInstanceRequest` class within the `Google.Cloud.AppEngine.V1` namespace, used for sending requests to debug App Engine instances."],["The `DebugInstanceRequest` class, which is a part of the Google Cloud App Engine V1 library for .NET, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and one that accepts another `DebugInstanceRequest` object as a parameter, likely for copying or cloning purposes."],["The `DebugInstanceRequest` class has two key properties: `Name`, which represents the resource's name (e.g., `apps/myapp/services/default/versions/v1/instances/instance-1`), and `SshKey`, for setting the public SSH key for the instance."],["The documentation covers various versions of the package, with version 2.4.0 being the most recent, and ranging down to version 1.0.0."]]],[]]