Class: Google::Privacy::Dlp::V2beta1::Location

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#byte_rangeGoogle::Privacy::Dlp::V2beta1::Range

Returns Zero-based byte offsets within a content item.

Returns:



158
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 158

class Location; end

#codepoint_rangeGoogle::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.

Returns:



158
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 158

class Location; end

#field_idGoogle::Privacy::Dlp::V2beta1::FieldId

Returns Field id of the field containing the finding.

Returns:



158
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 158

class Location; end

#image_boxesArray<Google::Privacy::Dlp::V2beta1::ImageLocation>

Returns Location within an image's pixels.

Returns:



158
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 158

class Location; end

#record_keyGoogle::Privacy::Dlp::V2beta1::RecordKey

Returns Key of the finding.

Returns:



158
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 158

class Location; end

#table_locationGoogle::Privacy::Dlp::V2beta1::TableLocation

Returns Location within a +ContentItem.Table+.

Returns:



158
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 158

class Location; end