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.
Implements
IMessageCsvTypesCsvRow, IEquatableCsvTypesCsvRow, IDeepCloneableCsvTypesCsvRow, IBufferMessage, IMessageNamespace
Google.Cloud.AdvisoryNotifications.V1Assembly
Google.Cloud.AdvisoryNotifications.V1.dll
Constructors
CsvRow()
public CsvRow()
CsvRow(CsvRow)
public CsvRow(Csv.Types.CsvRow other)
Parameter | |
---|---|
Name | Description |
other |
CsvTypesCsvRow |
Properties
Entries
public RepeatedField<string> Entries { get; }
The data entries in a CSV file row, as a string array rather than a single comma-separated string.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |