public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class DeleteInstanceRequest.
[[["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-21 UTC."],[[["This webpage provides reference documentation for the `DeleteInstanceRequest` class within the Google Cloud App Engine v1 API, specifically for version 2.3.0."],["The `DeleteInstanceRequest` class is used to construct request messages for deleting instances, as indicated by the \"Request message for `Instances.DeleteInstance`\" description."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities in message handling, comparison, cloning, and buffering."],["The `DeleteInstanceRequest` class has two constructors, one being a parameterless constructor and the other one accepting another `DeleteInstanceRequest` as a parameter, allowing for the creation of new instances with or without an existing instance to copy."],["The `Name` property of the `DeleteInstanceRequest` class is a string type that represents the name of the resource being requested, such as in the format `apps/myapp/services/default/versions/v1/instances/instance-1`."]]],[]]