public static final class Color.Builder extends GeneratedMessageV3.Builder<Color.Builder> implements ColorOrBuilderRepresents a color in the RGB color space.
Protobuf type google.privacy.dlp.v2.Color
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Color.BuilderImplements
ColorOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Color.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
Color.Builder |
build()
public Color build()| Type | Description |
Color |
buildPartial()
public Color buildPartial()| Type | Description |
Color |
clear()
public Color.Builder clear()| Type | Description |
Color.Builder |
clearBlue()
public Color.Builder clearBlue()The amount of blue in the color as a value in the interval [0, 1].
float blue = 3;
| Type | Description |
Color.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Color.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
field |
FieldDescriptor |
| Type | Description |
Color.Builder |
clearGreen()
public Color.Builder clearGreen()The amount of green in the color as a value in the interval [0, 1].
float green = 2;
| Type | Description |
Color.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Color.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
oneof |
OneofDescriptor |
| Type | Description |
Color.Builder |
clearRed()
public Color.Builder clearRed()The amount of red in the color as a value in the interval [0, 1].
float red = 1;
| Type | Description |
Color.Builder |
This builder for chaining. |
clone()
public Color.Builder clone()| Type | Description |
Color.Builder |
getBlue()
public float getBlue()The amount of blue in the color as a value in the interval [0, 1].
float blue = 3;
| Type | Description |
float |
The blue. |
getDefaultInstanceForType()
public Color getDefaultInstanceForType()| Type | Description |
Color |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
Descriptor |
getGreen()
public float getGreen()The amount of green in the color as a value in the interval [0, 1].
float green = 2;
| Type | Description |
float |
The green. |
getRed()
public float getRed()The amount of red in the color as a value in the interval [0, 1].
float red = 1;
| Type | Description |
float |
The red. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
boolean |
mergeFrom(Color other)
public Color.Builder mergeFrom(Color other)| Name | Description |
other |
Color |
| Type | Description |
Color.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Color.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Type | Description |
Color.Builder |
| Type | Description |
IOException |
mergeFrom(Message other)
public Color.Builder mergeFrom(Message other)| Name | Description |
other |
Message |
| Type | Description |
Color.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Color.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
Color.Builder |
setBlue(float value)
public Color.Builder setBlue(float value)The amount of blue in the color as a value in the interval [0, 1].
float blue = 3;
| Name | Description |
value |
floatThe blue to set. |
| Type | Description |
Color.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Color.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
Color.Builder |
setGreen(float value)
public Color.Builder setGreen(float value)The amount of green in the color as a value in the interval [0, 1].
float green = 2;
| Name | Description |
value |
floatThe green to set. |
| Type | Description |
Color.Builder |
This builder for chaining. |
setRed(float value)
public Color.Builder setRed(float value)The amount of red in the color as a value in the interval [0, 1].
float red = 1;
| Name | Description |
value |
floatThe red to set. |
| Type | Description |
Color.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Color.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Type | Description |
Color.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Color.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
Color.Builder |