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/sensitive-data-protection/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)
Properties
Headers
public RepeatedField<FieldId> Headers { get; }
Headers of the table.
Rows
public RepeatedField<Table.Types.Row> Rows { get; }
Rows of the table.