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."],[[["This document provides reference information for the `DebugInstanceRequest` class within the Google Cloud App Engine v1 API, specifically version 2.3.0, and shows its relationship to various other versions."],["`DebugInstanceRequest` is a request message used for the `Instances.DebugInstance` method, allowing for interaction and debugging of App Engine instances."],["The class `DebugInstanceRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities and functionality in the .NET framework."],["The class has two constructors: a parameterless constructor and one that takes another `DebugInstanceRequest` object, allowing for the creation of new instances and copies."],["`DebugInstanceRequest` includes properties for setting the `Name` of the resource and the `SshKey` to add to the instance, supporting secure debugging operations."]]],[]]