Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1Location[][src]

pub struct GooglePrivacyDlpV2beta1Location {
    pub table_location: Option<GooglePrivacyDlpV2beta1TableLocation>,
    pub image_boxes: Option<Vec<GooglePrivacyDlpV2beta1ImageLocation>>,
    pub byte_range: Option<GooglePrivacyDlpV2beta1Range>,
    pub codepoint_range: Option<GooglePrivacyDlpV2beta1Range>,
    pub field_id: Option<GooglePrivacyDlpV2beta1FieldId>,
    pub record_key: Option<GooglePrivacyDlpV2beta1RecordKey>,
}

Specifies the location of a finding within its source item.

This type is not used in any activity, and only used as part of another schema.

Fields

Location within a ContentItem.Table.

Location within an image's pixels.

Zero-based byte offsets within a content item.

Character offsets within a content item, included when content type is a text. Default charset assumed to be UTF-8.

Field id of the field containing the finding.

Key of the finding.

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1Location
[src]

Returns the "default value" for a type. Read more

impl Clone for GooglePrivacyDlpV2beta1Location
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1Location
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1Location
[src]

Auto Trait Implementations