public sealed class DeleteLinkRequest : IMessage<DeleteLinkRequest>, IEquatable<DeleteLinkRequest>, IDeepCloneable<DeleteLinkRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class DeleteLinkRequest.
[[["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 `DeleteLinkRequest` class in the Google Cloud Logging v2 API is 4.4.0, and older versions are available, ranging from 4.3.0 down to 3.3.0."],["`DeleteLinkRequest` is a class used as a parameter for deleting a link in the Google Cloud Logging v2 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a `Name` property, which is a required string representing the full resource name of the link to be deleted, following a specific format."],["The `LinkName` property is a strongly-typed view over the `Name` string property, for easier use of the link name."]]],[]]