public sealed class GetExclusionRequest : IMessage<GetExclusionRequest>, IEquatable<GetExclusionRequest>, IDeepCloneable<GetExclusionRequest>, IBufferMessage, IMessage
[[["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 `GetExclusionRequest` class is used to define the parameters for retrieving an exclusion in the Google Cloud Logging V2 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the Google Protobuf ecosystem."],["`GetExclusionRequest` has two constructors: a default constructor and another that accepts an existing `GetExclusionRequest` object for cloning."],["The `LogExclusionName` and `Name` properties are used to specify the resource name of the exclusion being requested, following a specific format for projects, organizations, billing accounts, or folders."],["The most recent version, 4.4.0, and versions down to 3.3.0 are available for `GetExclusionRequest` within the Google Cloud Logging V2 documentation, showing historical progression of the API."]]],[]]