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 ImageLocation
ImageLocation.Builder. build()
ImageLocation
ImageLocation.Builder. buildPartial()
static ImageLocation
ImageLocation. getDefaultInstance()
ImageLocation
ImageLocation.Builder. getDefaultInstanceForType()
ImageLocation
ImageLocation. getDefaultInstanceForType()
ImageLocation
ContentLocation.Builder. getImageLocation()
Location within an image's pixels.ImageLocation
ContentLocation. getImageLocation()
Location within an image's pixels.ImageLocation
ContentLocationOrBuilder. getImageLocation()
Location within an image's pixels.static ImageLocation
ImageLocation. parseDelimitedFrom(InputStream input)
static ImageLocation
ImageLocation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageLocation
ImageLocation. parseFrom(byte[] data)
static ImageLocation
ImageLocation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageLocation
ImageLocation. parseFrom(com.google.protobuf.ByteString data)
static ImageLocation
ImageLocation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageLocation
ImageLocation. parseFrom(com.google.protobuf.CodedInputStream input)
static ImageLocation
ImageLocation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageLocation
ImageLocation. parseFrom(InputStream input)
static ImageLocation
ImageLocation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageLocation
ImageLocation. parseFrom(ByteBuffer data)
static ImageLocation
ImageLocation. 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.Builder
ImageLocation.Builder. mergeFrom(ImageLocation other)
ContentLocation.Builder
ContentLocation.Builder. mergeImageLocation(ImageLocation value)
Location within an image's pixels.static ImageLocation.Builder
ImageLocation. newBuilder(ImageLocation prototype)
ContentLocation.Builder
ContentLocation.Builder. setImageLocation(ImageLocation value)
Location within an image's pixels.
-