public sealed class ListInfoTypesRequest : IMessage<ListInfoTypesRequest>, IEquatable<ListInfoTypesRequest>, IDeepCloneable<ListInfoTypesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ListInfoTypesRequest.
[[["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 document provides reference documentation for the `ListInfoTypesRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically for the .NET library."],["This class, `ListInfoTypesRequest`, is used to request a list of information types and has properties for filtering, language code, and location, all of which are strings."],["The documentation includes details on the class's inheritance, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while it also lists its inherited members."],["Multiple versions of the API are listed, ranging from version 2.15.0 up to the latest at version 4.16.0, with each version of the class having a direct link."],["There are two constructors for the `ListInfoTypesRequest` class: a default constructor and a copy constructor, the copy constructor taking another `ListInfoTypesRequest` object as a parameter."]]],[]]