Reference documentation and code samples for the Data Loss Prevention V2 Client class Location.
Specifies the location of the finding.
Generated from protobuf message google.privacy.dlp.v2.Location
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ byte_range
Google\Cloud\Dlp\V2\Range
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. Omitted if content is an image.
↳ codepoint_range
Google\Cloud\Dlp\V2\Range
Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.
↳ content_locations
array< Google\Cloud\Dlp\V2\ContentLocation
>
List of nested objects pointing to the precise location of the finding within the file or record.
↳ container
Google\Cloud\Dlp\V2\Container
Information about the container where this finding occurred, if available.
getByteRange
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. Omitted if content is an image.
hasByteRange
clearByteRange
setByteRange
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. Omitted if content is an image.
$this
getCodepointRange
Unicode character offsets delimiting the finding.
These are relative to the finding's containing element. Provided when the content is text.
hasCodepointRange
clearCodepointRange
setCodepointRange
Unicode character offsets delimiting the finding.
These are relative to the finding's containing element. Provided when the content is text.
$this
getContentLocations
List of nested objects pointing to the precise location of the finding within the file or record.
setContentLocations
List of nested objects pointing to the precise location of the finding within the file or record.
$this
getContainer
Information about the container where this finding occurred, if available.
hasContainer
clearContainer
setContainer
Information about the container where this finding occurred, if available.
$this