public sealed class ListInfoTypesResponse : IMessage<ListInfoTypesResponse>, IEquatable<ListInfoTypesResponse>, IDeepCloneable<ListInfoTypesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ListInfoTypesResponse.
[[["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 documentation covers various versions of the `Google.Cloud.Dlp.V2` API, ranging from version 2.15.0 to 4.16.0, with 4.16.0 being the latest."],["The `ListInfoTypesResponse` class is a response type within the `Google.Cloud.Dlp.V2` API used to manage Data Loss Prevention and its sensitive data, implemented from `IMessage` and other interfaces."],["The `ListInfoTypesResponse` class inherits from `object` and includes methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class features a property called `InfoTypes` of type `RepeatedField\u003cInfoTypeDescription\u003e` that serves to provide the set of the sensitive infoTypes."],["The `ListInfoTypesResponse` class includes two constructors, one being the default constructor, and the second that takes a `ListInfoTypesResponse` object as a parameter."]]],[]]