public sealed class DeleteSinkRequest : IMessage<DeleteSinkRequest>, IEquatable<DeleteSinkRequest>, IDeepCloneable<DeleteSinkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class DeleteSinkRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `DeleteSinkRequest` class is 4.4.0, as seen in the provided version list."],["`DeleteSinkRequest` is a class within the Google Cloud Logging v2 API, used as parameters for the `DeleteSink` function."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `SinkName`, which is a string representing the full resource name of the sink to be deleted, and `SinkNameAsLogSinkName`, providing a typed view over the sink name."],["The class has two constructors: one default constructor `DeleteSinkRequest()` and another one that takes a `DeleteSinkRequest` parameter."]]],[]]