Class: Google::Privacy::Dlp::V2beta1::Location
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::Location
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Specifies the location of a finding within its source item.
Instance Attribute Summary collapse
-
#byte_range ⇒ Google::Privacy::Dlp::V2beta1::Range
Zero-based byte offsets within a content item.
-
#codepoint_range ⇒ Google::Privacy::Dlp::V2beta1::Range
Character offsets within a content item, included when content type is a text.
-
#field_id ⇒ Google::Privacy::Dlp::V2beta1::FieldId
Field id of the field containing the finding.
-
#image_boxes ⇒ Array<Google::Privacy::Dlp::V2beta1::ImageLocation>
Location within an image's pixels.
-
#record_key ⇒ Google::Privacy::Dlp::V2beta1::RecordKey
Key of the finding.
-
#table_location ⇒ Google::Privacy::Dlp::V2beta1::TableLocation
Location within a +ContentItem.Table+.
Instance Attribute Details
#byte_range ⇒ Google::Privacy::Dlp::V2beta1::Range
Returns Zero-based byte offsets within a content item.
158 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 158 class Location; end |
#codepoint_range ⇒ Google::Privacy::Dlp::V2beta1::Range
Returns Character offsets within a content item, included when content type is a text. Default charset assumed to be UTF-8.
158 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 158 class Location; end |
#field_id ⇒ Google::Privacy::Dlp::V2beta1::FieldId
Returns Field id of the field containing the finding.
158 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 158 class Location; end |
#image_boxes ⇒ Array<Google::Privacy::Dlp::V2beta1::ImageLocation>
Returns Location within an image's pixels.
158 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 158 class Location; end |
#record_key ⇒ Google::Privacy::Dlp::V2beta1::RecordKey
Returns Key of the finding.
158 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 158 class Location; end |
#table_location ⇒ Google::Privacy::Dlp::V2beta1::TableLocation
Returns Location within a +ContentItem.Table+.
158 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 158 class Location; end |