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"]],[["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 document provides reference documentation for the `DeleteSinkRequest` class within the Google Cloud Logging v2 API, specifically version 4.2.0."],["`DeleteSinkRequest` is used as the parameters for the `DeleteSink` method, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors: a default constructor, and one that copies an existing `DeleteSinkRequest` object."],["The `DeleteSinkRequest` class contains properties `SinkName` (a string) and `SinkNameAsLogSinkName` (a `LogSinkName` type), both of which are essential to specify the sink to be deleted."],["The document specifies links to other available versions of this API, including the latest version 4.4.0."]]],[]]