public sealed class DeleteSinkRequest : IMessage<DeleteSinkRequest>, IEquatable<DeleteSinkRequest>, IDeepCloneable<DeleteSinkRequest>, IBufferMessage, IMessage
[[["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 `DeleteSinkRequest` class is used to specify the parameters for deleting a sink in Google Cloud Logging, and it is part of version 3.3.0 of the `Google.Cloud.Logging.V2` library."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer manipulation."],["The `DeleteSinkRequest` class has two constructors: a default constructor and a constructor that accepts another `DeleteSinkRequest` object for cloning."],["It contains two properties for specifying the sink to be deleted: `SinkName` which holds the full resource name of the sink as a string, and `SinkNameAsLogSinkName`, which provides a typed view of the sink name using the `LogSinkName` type."],["This documentation covers various versions of the DeleteSinkRequest, with version 4.4.0 being the latest."]]],[]]