Class Table (3.2.4)

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-text#inspecting_a_table to learn more.

Attributes

NameDescription
headers Sequence[google.cloud.dlp_v2.types.FieldId]
Headers of the table.
rows Sequence[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. .. attribute:: values

Individual cells.

:type: Sequence[google.cloud.dlp_v2.types.Value]