| Modifier and Type | Method and Description |
|---|---|
Color |
Color.Builder.build() |
Color |
Color.Builder.buildPartial() |
static Color |
Color.getDefaultInstance() |
Color |
Color.getDefaultInstanceForType() |
Color |
Color.Builder.getDefaultInstanceForType() |
Color |
RedactImageRequest.ImageRedactionConfigOrBuilder.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.ImageRedactionConfig.Builder.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 |
ImageTransformations.ImageTransformation.getRedactionColor()
The color to use when redacting content from an image.
|
Color |
ImageTransformations.ImageTransformation.Builder.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(ByteBuffer data) |
static Color |
Color.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Color> |
Color.getParserForType() |
static com.google.protobuf.Parser<Color> |
Color.parser() |
| Modifier and Type | Method and Description |
|---|---|
Color.Builder |
Color.Builder.mergeFrom(Color other) |
RedactImageRequest.ImageRedactionConfig.Builder |
RedactImageRequest.ImageRedactionConfig.Builder.mergeRedactionColor(Color value)
The color to use when redacting content from an image.
|
ImageTransformations.ImageTransformation.Builder |
ImageTransformations.ImageTransformation.Builder.mergeRedactionColor(Color value)
The color to use when redacting content from an image.
|
static Color.Builder |
Color.newBuilder(Color prototype) |
RedactImageRequest.ImageRedactionConfig.Builder |
RedactImageRequest.ImageRedactionConfig.Builder.setRedactionColor(Color value)
The color to use when redacting content from an image.
|
ImageTransformations.ImageTransformation.Builder |
ImageTransformations.ImageTransformation.Builder.setRedactionColor(Color value)
The color to use when redacting content from an image.
|
Copyright © 2022 Google LLC. All rights reserved.