Uses of Class
com.google.privacy.dlp.v2.Color
-
Packages that use Color Package Description com.google.privacy.dlp.v2 -
-
Uses of Color in com.google.privacy.dlp.v2
Methods in com.google.privacy.dlp.v2 that return Color Modifier and Type Method Description Color
Color.Builder. build()
Color
Color.Builder. buildPartial()
static Color
Color. getDefaultInstance()
Color
Color.Builder. getDefaultInstanceForType()
Color
Color. getDefaultInstanceForType()
Color
ImageTransformations.ImageTransformation.Builder. getRedactionColor()
The color to use when redacting content from an image.Color
ImageTransformations.ImageTransformation. getRedactionColor()
The color to use when redacting content from an image.Color
ImageTransformations.ImageTransformationOrBuilder. getRedactionColor()
The color to use when redacting content from an image.Color
RedactImageRequest.ImageRedactionConfig.Builder. getRedactionColor()
The color to use when redacting content from an image.Color
RedactImageRequest.ImageRedactionConfig. getRedactionColor()
The color to use when redacting content from an image.Color
RedactImageRequest.ImageRedactionConfigOrBuilder. getRedactionColor()
The color to use when redacting content from an image.static Color
Color. parseDelimitedFrom(InputStream input)
static Color
Color. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Color
Color. parseFrom(byte[] data)
static Color
Color. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Color
Color. parseFrom(com.google.protobuf.ByteString data)
static Color
Color. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Color
Color. parseFrom(com.google.protobuf.CodedInputStream input)
static Color
Color. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Color
Color. parseFrom(InputStream input)
static Color
Color. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Color
Color. parseFrom(ByteBuffer data)
static Color
Color. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.privacy.dlp.v2 that return types with arguments of type Color Modifier and Type Method Description com.google.protobuf.Parser<Color>
Color. getParserForType()
static com.google.protobuf.Parser<Color>
Color. parser()
Methods in com.google.privacy.dlp.v2 with parameters of type Color Modifier and Type Method Description Color.Builder
Color.Builder. mergeFrom(Color other)
ImageTransformations.ImageTransformation.Builder
ImageTransformations.ImageTransformation.Builder. mergeRedactionColor(Color value)
The color to use when redacting content from an image.RedactImageRequest.ImageRedactionConfig.Builder
RedactImageRequest.ImageRedactionConfig.Builder. mergeRedactionColor(Color value)
The color to use when redacting content from an image.static Color.Builder
Color. newBuilder(Color prototype)
ImageTransformations.ImageTransformation.Builder
ImageTransformations.ImageTransformation.Builder. setRedactionColor(Color value)
The color to use when redacting content from an image.RedactImageRequest.ImageRedactionConfig.Builder
RedactImageRequest.ImageRedactionConfig.Builder. setRedactionColor(Color value)
The color to use when redacting content from an image.
-