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 page provides reference documentation for the `DeleteSinkRequest` class within the Google Cloud Logging v2 API for .NET, specifically version 4.3.0."],["The `DeleteSinkRequest` class is used to define the parameters needed to delete a logging sink, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `DeleteSinkRequest()` for a default instance and `DeleteSinkRequest(DeleteSinkRequest other)` for creating a copy of another `DeleteSinkRequest` object."],["Key properties include `SinkName`, a string representing the full resource name of the sink to delete, and `SinkNameAsLogSinkName`, which provides a `LogSinkName`-typed view of the `SinkName`."],["The documentation lists multiple previous versions of the API, ranging from 3.3.0 to 4.4.0, with the latest being 4.4.0."]]],[]]