public sealed class DeleteServiceStrategy : IMessage<Rollout.Types.DeleteServiceStrategy>, IEquatable<Rollout.Types.DeleteServiceStrategy>, IDeepCloneable<Rollout.Types.DeleteServiceStrategy>, IBufferMessage, IMessage
Strategy used to delete a service. This strategy is a placeholder only
used by the system generated rollout to delete a service.
[[["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 page details the `DeleteServiceStrategy` class within the `Google.Cloud.ServiceManagement.V1` namespace, specifically for version 1.4.0, which is utilized for managing service deletion."],["The `DeleteServiceStrategy` class is a placeholder strategy employed by system-generated rollouts to facilitate service deletion and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and provides two constructors: a default constructor `DeleteServiceStrategy()` and another that accepts a `Rollout.Types.DeleteServiceStrategy` object as a parameter, allowing for copying from an existing instance."],["The documentation shows a version history of the Google.Cloud.ServiceManagement.V1 from version 1.1.0 to 2.4.0, with the latter being the latest."]]],[]]