Class Table (3.11.0)

Table(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
headers MutableSequence[google.cloud.dlp_v2.types.FieldId]
Headers of the table.
rows MutableSequence[google.cloud.dlp_v2.types.Table.Row]
Rows of the table.

Classes

Row

Row(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Values of the row.