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."],[[["The `DeleteServiceStrategy` class, found within the `Google.Cloud.ServiceManagement.V1` namespace, serves as a placeholder strategy for system-generated rollouts to delete a service."],["This class, identified as `public sealed class DeleteServiceStrategy`, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteServiceStrategy` class inherits from the base `Object` class and offers two constructors: a default constructor and one that takes another `DeleteServiceStrategy` object as a parameter."],["The documentation provides a list of all available versions of this class, ranging from the latest `2.4.0` down to `1.1.0`."]]],[]]