public final class Color extends GeneratedMessageV3 implements ColorOrBuilder
Represents a color in the RGB color space.
Protobuf type google.privacy.dlp.v2.Color
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
BLUE_FIELD_NUMBER
public static final int BLUE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
GREEN_FIELD_NUMBER
public static final int GREEN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
RED_FIELD_NUMBER
public static final int RED_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Color getDefaultInstance()
Returns |
---|
Type | Description |
Color | |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Color.Builder newBuilder()
newBuilder(Color prototype)
public static Color.Builder newBuilder(Color prototype)
Parameter |
---|
Name | Description |
prototype | Color
|
public static Color parseDelimitedFrom(InputStream input)
Returns |
---|
Type | Description |
Color | |
public static Color parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Color | |
parseFrom(byte[] data)
public static Color parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
Returns |
---|
Type | Description |
Color | |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Color parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Color | |
parseFrom(ByteString data)
public static Color parseFrom(ByteString data)
Returns |
---|
Type | Description |
Color | |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Color parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Color | |
public static Color parseFrom(CodedInputStream input)
Returns |
---|
Type | Description |
Color | |
public static Color parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Color | |
public static Color parseFrom(InputStream input)
Returns |
---|
Type | Description |
Color | |
public static Color parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Color | |
parseFrom(ByteBuffer data)
public static Color parseFrom(ByteBuffer data)
Returns |
---|
Type | Description |
Color | |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Color parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Color | |
parser()
public static Parser<Color> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getBlue()
The amount of blue in the color as a value in the interval [0, 1].
float blue = 3;
Returns |
---|
Type | Description |
float | The blue.
|
getDefaultInstanceForType()
public Color getDefaultInstanceForType()
Returns |
---|
Type | Description |
Color | |
getGreen()
The amount of green in the color as a value in the interval [0, 1].
float green = 2;
Returns |
---|
Type | Description |
float | The green.
|
getParserForType()
public Parser<Color> getParserForType()
Overrides
getRed()
The amount of red in the color as a value in the interval [0, 1].
float red = 1;
Returns |
---|
Type | Description |
float | The red.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Color.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Color.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Color.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides