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."],[[["This page provides documentation for the `ListInfoTypesResponse` class within the Google Cloud Data Loss Prevention v2 API, specifically for version 4.13.0, but also including links to other versions."],["The `ListInfoTypesResponse` class is used to represent the response to a `ListInfoTypes` request and is part of the `Google.Cloud.Dlp.V2` namespace."],["This class inherits from the generic object and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListInfoTypesResponse` class offers a constructor for creating new instances and another constructor for copying existing `ListInfoTypesResponse` objects."],["A key property of `ListInfoTypesResponse` is `InfoTypes`, which is a `RepeatedField` containing a collection of `InfoTypeDescription` objects that represents a set of sensitive infoTypes."]]],[]]