Interface protos.google.privacy.dlp.v2.ILocation (3.1.8)

Properties of a Location.

Package

@google-cloud/dlp!

Properties

byteRange

byteRange?: (google.privacy.dlp.v2.IRange|null);

Location byteRange

Property Value
TypeDescription
(google.privacy.dlp.v2.IRange|null)

codepointRange

codepointRange?: (google.privacy.dlp.v2.IRange|null);

Location codepointRange

Property Value
TypeDescription
(google.privacy.dlp.v2.IRange|null)

container

container?: (google.privacy.dlp.v2.IContainer|null);

Location container

Property Value
TypeDescription
(google.privacy.dlp.v2.IContainer|null)

contentLocations

contentLocations?: (google.privacy.dlp.v2.IContentLocation[]|null);

Location contentLocations

Property Value
TypeDescription
(google.privacy.dlp.v2.IContentLocation[]|null)