Uses of Class
com.google.privacy.dlp.v2.ImageLocation
-
Packages that use ImageLocation Package Description com.google.privacy.dlp.v2 -
-
Uses of ImageLocation in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return ImageLocation Modifier and Type Method Description ImageLocationImageLocation.Builder. build()ImageLocationImageLocation.Builder. buildPartial()static ImageLocationImageLocation. getDefaultInstance()ImageLocationImageLocation.Builder. getDefaultInstanceForType()ImageLocationImageLocation. getDefaultInstanceForType()ImageLocationContentLocation.Builder. getImageLocation()Location within an image's pixels.ImageLocationContentLocation. getImageLocation()Location within an image's pixels.ImageLocationContentLocationOrBuilder. getImageLocation()Location within an image's pixels.static ImageLocationImageLocation. parseDelimitedFrom(InputStream input)static ImageLocationImageLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageLocationImageLocation. parseFrom(byte[] data)static ImageLocationImageLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageLocationImageLocation. parseFrom(com.google.protobuf.ByteString data)static ImageLocationImageLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageLocationImageLocation. parseFrom(com.google.protobuf.CodedInputStream input)static ImageLocationImageLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageLocationImageLocation. parseFrom(InputStream input)static ImageLocationImageLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImageLocationImageLocation. parseFrom(ByteBuffer data)static ImageLocationImageLocation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.privacy.dlp.v2 that return types with arguments of type ImageLocation Modifier and Type Method Description com.google.protobuf.Parser<ImageLocation>ImageLocation. getParserForType()static com.google.protobuf.Parser<ImageLocation>ImageLocation. parser()Methods in com.google.privacy.dlp.v2 with parameters of type ImageLocation Modifier and Type Method Description ImageLocation.BuilderImageLocation.Builder. mergeFrom(ImageLocation other)ContentLocation.BuilderContentLocation.Builder. mergeImageLocation(ImageLocation value)Location within an image's pixels.static ImageLocation.BuilderImageLocation. newBuilder(ImageLocation prototype)ContentLocation.BuilderContentLocation.Builder. setImageLocation(ImageLocation value)Location within an image's pixels.
-