Uses of Interface
com.google.privacy.dlp.v2.ContentLocationOrBuilder
-
Packages that use ContentLocationOrBuilder Package Description com.google.privacy.dlp.v2 -
-
Uses of ContentLocationOrBuilder in com.google.privacy.dlp.v2
Classes in com.google.privacy.dlp.v2 that implement ContentLocationOrBuilder Modifier and Type Class Description class
ContentLocation
Precise location of the finding within a document, record, image, or metadata container.static class
ContentLocation.Builder
Precise location of the finding within a document, record, image, or metadata container.Methods in com.google.privacy.dlp.v2 that return ContentLocationOrBuilder Modifier and Type Method Description ContentLocationOrBuilder
Location.Builder. getContentLocationsOrBuilder(int index)
List of nested objects pointing to the precise location of the finding within the file or record.ContentLocationOrBuilder
Location. getContentLocationsOrBuilder(int index)
List of nested objects pointing to the precise location of the finding within the file or record.ContentLocationOrBuilder
LocationOrBuilder. getContentLocationsOrBuilder(int index)
List of nested objects pointing to the precise location of the finding within the file or record.Methods in com.google.privacy.dlp.v2 that return types with arguments of type ContentLocationOrBuilder Modifier and Type Method Description List<? extends ContentLocationOrBuilder>
Location.Builder. getContentLocationsOrBuilderList()
List of nested objects pointing to the precise location of the finding within the file or record.List<? extends ContentLocationOrBuilder>
Location. getContentLocationsOrBuilderList()
List of nested objects pointing to the precise location of the finding within the file or record.List<? extends ContentLocationOrBuilder>
LocationOrBuilder. getContentLocationsOrBuilderList()
List of nested objects pointing to the precise location of the finding within the file or record.
-