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 latest version of the `DebugInstanceRequest` class for the App Engine v1 API is 2.4.0, with older versions ranging from 2.3.0 down to 1.0.0."],["`DebugInstanceRequest` is a request message used for `Instances.DebugInstance` operations, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DebugInstanceRequest` class has two constructors: a default constructor and a copy constructor that takes another `DebugInstanceRequest` object as a parameter."],["The class contains two properties, `Name` which is the name of the resource being requested and the `SshKey` which is a public SSH key to add to the instance."],["`DebugInstanceRequest` inherits from the base `object` class and allows access to the methods `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]