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 ContentLocation
ContentLocation.Builder. build()
ContentLocation
ContentLocation.Builder. buildPartial()
ContentLocation
Location.Builder. getContentLocations(int index)
List of nested objects pointing to the precise location of the finding within the file or record.ContentLocation
Location. getContentLocations(int index)
List of nested objects pointing to the precise location of the finding within the file or record.ContentLocation
LocationOrBuilder. getContentLocations(int index)
List of nested objects pointing to the precise location of the finding within the file or record.static ContentLocation
ContentLocation. getDefaultInstance()
ContentLocation
ContentLocation.Builder. getDefaultInstanceForType()
ContentLocation
ContentLocation. getDefaultInstanceForType()
static ContentLocation
ContentLocation. parseDelimitedFrom(InputStream input)
static ContentLocation
ContentLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContentLocation
ContentLocation. parseFrom(byte[] data)
static ContentLocation
ContentLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContentLocation
ContentLocation. parseFrom(com.google.protobuf.ByteString data)
static ContentLocation
ContentLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContentLocation
ContentLocation. parseFrom(com.google.protobuf.CodedInputStream input)
static ContentLocation
ContentLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContentLocation
ContentLocation. parseFrom(InputStream input)
static ContentLocation
ContentLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ContentLocation
ContentLocation. parseFrom(ByteBuffer data)
static ContentLocation
ContentLocation. 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.Builder
Location.Builder. addContentLocations(int index, ContentLocation value)
List of nested objects pointing to the precise location of the finding within the file or record.Location.Builder
Location.Builder. addContentLocations(ContentLocation value)
List of nested objects pointing to the precise location of the finding within the file or record.ContentLocation.Builder
ContentLocation.Builder. mergeFrom(ContentLocation other)
static ContentLocation.Builder
ContentLocation. newBuilder(ContentLocation prototype)
Location.Builder
Location.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.Builder
Location.Builder. addAllContentLocations(Iterable<? extends ContentLocation> values)
List of nested objects pointing to the precise location of the finding within the file or record.
-