Class ByteContentItem (3.9.0)

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

Container for bytes to inspect or redact.

Attributes

NameDescription
type_ google.cloud.dlp_v2.types.ByteContentItem.BytesType
The type of data stored in the bytes string. Default will be TEXT_UTF8.
data bytes
Content data to inspect or redact.

Inheritance

builtins.object > proto.message.Message > ByteContentItem

Classes

BytesType

BytesType(value)

The type of data being sent for inspection. To learn more, see Supported file types <https://cloud.google.com/dlp/docs/supported-file-types>__.