Interface protos.google.privacy.dlp.v2.ILocation (6.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of a Location.
Package
@google-cloud/dlp
Properties
byteRange
byteRange
?:
(
google
.
privacy
.
dlp
.
v2
.
IRange
|
null
);
codepointRange
codepointRange
?:
(
google
.
privacy
.
dlp
.
v2
.
IRange
|
null
);
container
container
?:
(
google
.
privacy
.
dlp
.
v2
.
IContainer
|
null
);
contentLocations
contentLocations
?:
(
google
.
privacy
.
dlp
.
v2
.
IContentLocation
[]
|
null
);
Location contentLocations
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface protos.google.privacy.dlp.v2.ILocation (6.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [6.2.0 (latest)](/nodejs/docs/reference/dlp/latest/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [6.1.0](/nodejs/docs/reference/dlp/6.1.0/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [5.13.0](/nodejs/docs/reference/dlp/5.13.0/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [5.11.0](/nodejs/docs/reference/dlp/5.11.0/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [5.10.0](/nodejs/docs/reference/dlp/5.10.0/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [5.7.0](/nodejs/docs/reference/dlp/5.7.0/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [5.5.0](/nodejs/docs/reference/dlp/5.5.0/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [5.3.0](/nodejs/docs/reference/dlp/5.3.0/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [5.0.0](/nodejs/docs/reference/dlp/5.0.0/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [4.4.2](/nodejs/docs/reference/dlp/4.4.2/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [4.2.0](/nodejs/docs/reference/dlp/4.2.0/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [4.1.1](/nodejs/docs/reference/dlp/4.1.1/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [3.5.0](/nodejs/docs/reference/dlp/3.5.0/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [3.4.0](/nodejs/docs/reference/dlp/3.4.0/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [3.3.0](/nodejs/docs/reference/dlp/3.3.0/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [3.2.1](/nodejs/docs/reference/dlp/3.2.1/dlp/protos.google.privacy.dlp.v2.ilocation)\n- [3.1.8](/nodejs/docs/reference/dlp/3.1.8/dlp/protos.google.privacy.dlp.v2.ilocation) \nProperties of a Location.\n\nPackage\n-------\n\n[@google-cloud/dlp](../overview.html)\n\nProperties\n----------\n\n### byteRange\n\n byteRange?: (google.privacy.dlp.v2.IRange|null);\n\nLocation byteRange\n\n### codepointRange\n\n codepointRange?: (google.privacy.dlp.v2.IRange|null);\n\nLocation codepointRange\n\n### container\n\n container?: (google.privacy.dlp.v2.IContainer|null);\n\nLocation container\n\n### contentLocations\n\n contentLocations?: (google.privacy.dlp.v2.IContentLocation[]|null);\n\nLocation contentLocations"]]