public final class Color extends GeneratedMessageV3 implements ColorOrBuilder
Represents a color in the RGB color space.
Protobuf type google.privacy.dlp.v2.Color
Static Fields
BLUE_FIELD_NUMBER
public static final int BLUE_FIELD_NUMBER
Field Value
GREEN_FIELD_NUMBER
public static final int GREEN_FIELD_NUMBER
Field Value
RED_FIELD_NUMBER
public static final int RED_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Color getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Color.Builder newBuilder()
Returns
newBuilder(Color prototype)
public static Color.Builder newBuilder(Color prototype)
Parameter
Name | Description |
prototype | Color
|
Returns
public static Color parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Color parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Color parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Color parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Color parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Color parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Color parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Color parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Color parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Color parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Color parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Color parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Color> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
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
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()
Returns
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
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Color.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Color.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Color.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions