public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class DeleteServiceRequest.
[[["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."],[[["The `DeleteServiceRequest` class is part of the Google Cloud App Engine v1 API, specifically in the `Google.Cloud.AppEngine.V1` namespace."],["This class is a request message designed for use with the `Services.DeleteService` method, which implies its function is to facilitate the deletion of services within App Engine."],["The `DeleteServiceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffer management."],["The `DeleteServiceRequest` class has a `Name` property, which is a string that specifies the name of the resource to be deleted, such as `apps/myapp/services/default`."],["There are multiple versions of the `DeleteServiceRequest` class, with the latest being version 2.4.0, and older versions available down to 1.0.0."]]],[]]