Class ByteContentItem (3.1.1)

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

Container for bytes to inspect or redact. .. attribute:: type_

The type of data stored in the bytes string. Default will be TEXT_UTF8.

:type: google.cloud.dlp_v2.types.ByteContentItem.BytesType

Attribute

NameDescription
data bytes
Content data to inspect or redact.

Classes

BytesType

BytesType(value)

The type of data being sent for inspection.