public sealed class DebugInstanceRequest : IMessage<DebugInstanceRequest>, IEquatable<DebugInstanceRequest>, IDeepCloneable<DebugInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class DebugInstanceRequest.
[[["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."],[[["The `DebugInstanceRequest` class is part of the Google Cloud App Engine v1 API, specifically used for requesting the debugging of an App Engine instance."],["The latest version available for the `DebugInstanceRequest` documentation is 2.4.0, with documentation available for prior versions back to 1.0.0."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DebugInstanceRequest` has two properties: `Name`, which specifies the resource's name, and `SshKey`, which is used for adding an SSH key to the instance for access during debugging."],["This class has two constructors, a default constructor `DebugInstanceRequest()` and an overloaded constructor `DebugInstanceRequest(DebugInstanceRequest other)`."]]],[]]