public sealed class Table : IMessage<Table>, IEquatable<Table>, IDeepCloneable<Table>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class Table.
Structured content to inspect. Up to 50,000 Value
s per request allowed. See
https://cloud.google.com/dlp/docs/inspecting-structured-text#inspecting_a_table
to learn more.
Namespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
Table()
public Table()
Table(Table)
public Table(Table other)
Parameter | |
---|---|
Name | Description |
other | Table |
Properties
Headers
public RepeatedField<FieldId> Headers { get; }
Headers of the table.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFieldId |
Rows
public RepeatedField<Table.Types.Row> Rows { get; }
Rows of the table.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTableTypesRow |