public sealed class ListInfoTypesRequest : IMessage<ListInfoTypesRequest>, IEquatable<ListInfoTypesRequest>, IDeepCloneable<ListInfoTypesRequest>, 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-03-24 UTC."],[[["The `ListInfoTypesRequest` class is a request object for retrieving a list of infoTypes, used in the Google Cloud Data Loss Prevention (DLP) API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["The class provides properties to filter the infoTypes returned (`Filter`), specify a language code for localized names (`LanguageCode`), a deprecated location identifier (`LocationId`), and a parent resource name (`Parent`)."],["The content offers an overview of various versions, ranging from 2.15.0 to the latest 4.16.0, and it also includes documentation for the class ListInfoTypesRequest in version 3.3.0."],["The class `ListInfoTypesRequest` can be constructed either with default parameters or with the input of another pre-existing `ListInfoTypesRequest`."]]],[]]