[[["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-06-05 UTC."],[[["This webpage details the `Row` class within the `Google.Cloud.Dlp.V2.Table.Types` namespace, which is part of the Google Cloud Data Loss Prevention (DLP) library for .NET."],["The `Row` class represents a row in a table and is found in version 3.5.0, with a range of previous versions also accessible from the top of the page, spanning from version 2.15.0 to the latest, 4.16.0."],["The `Row` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffer management."],["The `Row` class has two constructors, a default constructor `Row()`, and another constructor that accepts a `Table.Types.Row` as a parameter `Row(Table.Types.Row other)`, allowing for initialization from an existing row instance."],["The `Values` property of the `Row` class is a `RepeatedField\u003cValue\u003e`, which holds the individual cells of the row, providing access to their values."]]],[]]