Uses of Class
com.google.privacy.dlp.v2.ContentLocation
-
Packages that use ContentLocation Package Description com.google.privacy.dlp.v2 -
-
Uses of ContentLocation in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return ContentLocation Modifier and Type Method Description ContentLocationContentLocation.Builder. build()ContentLocationContentLocation.Builder. buildPartial()ContentLocationLocation.Builder. getContentLocations(int index)List of nested objects pointing to the precise location of the finding within the file or record.ContentLocationLocation. getContentLocations(int index)List of nested objects pointing to the precise location of the finding within the file or record.ContentLocationLocationOrBuilder. getContentLocations(int index)List of nested objects pointing to the precise location of the finding within the file or record.static ContentLocationContentLocation. getDefaultInstance()ContentLocationContentLocation.Builder. getDefaultInstanceForType()ContentLocationContentLocation. getDefaultInstanceForType()static ContentLocationContentLocation. parseDelimitedFrom(InputStream input)static ContentLocationContentLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContentLocationContentLocation. parseFrom(byte[] data)static ContentLocationContentLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContentLocationContentLocation. parseFrom(com.google.protobuf.ByteString data)static ContentLocationContentLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContentLocationContentLocation. parseFrom(com.google.protobuf.CodedInputStream input)static ContentLocationContentLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContentLocationContentLocation. parseFrom(InputStream input)static ContentLocationContentLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContentLocationContentLocation. parseFrom(ByteBuffer data)static ContentLocationContentLocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type ContentLocation Modifier and Type Method Description List<ContentLocation>Location.Builder. getContentLocationsList()List of nested objects pointing to the precise location of the finding within the file or record.List<ContentLocation>Location. getContentLocationsList()List of nested objects pointing to the precise location of the finding within the file or record.List<ContentLocation>LocationOrBuilder. getContentLocationsList()List of nested objects pointing to the precise location of the finding within the file or record.com.google.protobuf.Parser<ContentLocation>ContentLocation. getParserForType()static com.google.protobuf.Parser<ContentLocation>ContentLocation. parser()Methods in com.google.privacy.dlp.v2 with parameters of type ContentLocation Modifier and Type Method Description Location.BuilderLocation.Builder. addContentLocations(int index, ContentLocation value)List of nested objects pointing to the precise location of the finding within the file or record.Location.BuilderLocation.Builder. addContentLocations(ContentLocation value)List of nested objects pointing to the precise location of the finding within the file or record.ContentLocation.BuilderContentLocation.Builder. mergeFrom(ContentLocation other)static ContentLocation.BuilderContentLocation. newBuilder(ContentLocation prototype)Location.BuilderLocation.Builder. setContentLocations(int index, ContentLocation value)List of nested objects pointing to the precise location of the finding within the file or record.Method parameters in com.google.privacy.dlp.v2 with type arguments of type ContentLocation Modifier and Type Method Description Location.BuilderLocation.Builder. addAllContentLocations(Iterable<? extends ContentLocation> values)List of nested objects pointing to the precise location of the finding within the file or record.
-