public sealed class Csv.Types.CsvRow : IMessage<Csv.Types.CsvRow>, IEquatable<Csv.Types.CsvRow>, IDeepCloneable<Csv.Types.CsvRow>, IBufferMessage, IMessage
Reference documentation and code samples for the Advisory Notifications v1 API class Csv.Types.CsvRow.
A representation of a single data row in a CSV file.
[[["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-07-09 UTC."],[[["The `Csv.Types.CsvRow` class in the Advisory Notifications v1 API represents a single row of data within a CSV file, accessible via the Google Cloud platform."],["This class is implemented in multiple versions ranging from 1.0.0 to the latest 1.7.0, with each version potentially containing different features or improvements."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its capability to interact with the Google Protobuf system and provides functions such as deep cloning."],["The `CsvRow` class includes a property called `Entries`, which is a `RepeatedField\u003cstring\u003e` that represents an array of strings for the data entries within a single row of the CSV file, and it has two constructors for creating instances."]]],[]]