google_api_dlp v0.0.1 GoogleApi.DLP.V2beta1.Model.GooglePrivacyDlpV2beta1Location View Source

Specifies the location of a finding within its source item.

Attributes

  • byteRange (GooglePrivacyDlpV2beta1Range): Zero-based byte offsets within a content item. Defaults to: null.
  • codepointRange (GooglePrivacyDlpV2beta1Range): Character offsets within a content item, included when content type is a text. Default charset assumed to be UTF-8. Defaults to: null.
  • fieldId (GooglePrivacyDlpV2beta1FieldId): Field id of the field containing the finding. Defaults to: null.
  • imageBoxes (List[GooglePrivacyDlpV2beta1ImageLocation]): Location within an image's pixels. Defaults to: null.
  • recordKey (GooglePrivacyDlpV2beta1RecordKey): Key of the finding. Defaults to: null.
  • tableLocation (GooglePrivacyDlpV2beta1TableLocation): Location within a `ContentItem.Table`. Defaults to: null.