public sealed class Table.Types.Row : IMessage<Table.Types.Row>, IEquatable<Table.Types.Row>, IDeepCloneable<Table.Types.Row>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class Table.Types.Row.
Values of the row.
Implements
IMessageTableTypesRow, IEquatableTableTypesRow, IDeepCloneableTableTypesRow, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
Row()
public Row()Row(Row)
public Row(Table.Types.Row other)| Parameter | |
|---|---|
| Name | Description |
other |
TableTypesRow |
Properties
Values
public RepeatedField<Value> Values { get; }Individual cells.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldValue |
|