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-04-09 UTC."],[[["This document provides reference documentation for the `ListInfoTypesResponse` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically for the .NET library."],["The `ListInfoTypesResponse` class is part of the `Google.Cloud.Dlp.V2` namespace and is used to handle the response from a `ListInfoTypes` request, detailing the sensitive info types."],["The documentation lists numerous versions of the Google.Cloud.Dlp.V2 package, ranging from version 2.15.0 up to the latest version 4.16.0."],["The `ListInfoTypesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members like `GetHashCode`, `GetType`, and `ToString` from the base `object` class."],["The properties section of the documentation describes the `InfoTypes` property, which is of type `RepeatedField\u003cInfoTypeDescription\u003e` and contains a set of sensitive infoTypes."]]],[]]