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"]],[["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-04-09 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."]]],[]]