Class SdpFindingLocation (0.3.0)

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

Location of this Sensitive Data Protection Finding within input content.

Attributes

Name Description
byte_range google.cloud.modelarmor_v1beta.types.RangeInfo
Zero-based byte offsets delimiting the finding. These are relative to the finding's containing element. Note that when the content is not textual, this references the UTF-8 encoded textual representation of the content.
codepoint_range google.cloud.modelarmor_v1beta.types.RangeInfo
Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.