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 webpage provides documentation for the `ListInfoTypesResponse` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The `ListInfoTypesResponse` class is used to encapsulate the response to a `ListInfoTypes` request, as shown in the Google Cloud DLP API."],["The documentation lists various versions of the `ListInfoTypesResponse` class, ranging from version 2.15.0 up to 4.16.0 (latest), allowing users to navigate through different versions."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionalities within the .NET Protobuf ecosystem."],["The `InfoTypes` property, of type `RepeatedField\u003cInfoTypeDescription\u003e`, represents the set of sensitive information types returned in the response, and is the only provided property of the class."]]],[]]