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.5.0 of the Google.Cloud.Logging.V2 library."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and providing capabilities for cloning and equality checks."],["`DeleteSinkRequest` has a `SinkName` property that is a required string representing the full resource name of the sink to be deleted, along with a `SinkNameAsLogSinkName` property that provides a typed view of the `SinkName` for convenience."],["The `DeleteSinkRequest` class provides two constructors, a default constructor, and a second constructor that takes another `DeleteSinkRequest` instance as an argument to create a new object based on an existing one."],["The latest version of this documentation is version 4.4.0, but this page describes version 3.5.0 and contains links to other previous versions."]]],[]]