Class ImagesServicePb.ImagesHistogram (2.0.0)

public static final class ImagesServicePb.ImagesHistogram extends GeneratedMessageV3 implements ImagesServicePb.ImagesHistogramOrBuilder

Inheritance

Object > com.google.protobuf.AbstractMessageLite > com.google.protobuf.AbstractMessage > com.google.protobuf.GeneratedMessageV3 > ImagesServicePb.ImagesHistogram

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

PARSER

public static final Parser<ImagesServicePb.ImagesHistogram> PARSER
Field Value
Type Description
com.google.protobuf.Parser<ImagesHistogram>

RED_FIELD_NUMBER

public static final int RED_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ImagesServicePb.ImagesHistogram getDefaultInstance()
Returns
Type Description
ImagesServicePb.ImagesHistogram

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
com.google.protobuf.Descriptors.Descriptor

newBuilder()

public static ImagesServicePb.ImagesHistogram.Builder newBuilder()
Returns
Type Description
Builder

newBuilder(ImagesServicePb.ImagesHistogram arg0)

public static ImagesServicePb.ImagesHistogram.Builder newBuilder(ImagesServicePb.ImagesHistogram arg0)
Parameter
Name Description
arg0 ImagesServicePb.ImagesHistogram
Returns
Type Description
Builder

parseDelimitedFrom(InputStream arg0)

public static ImagesServicePb.ImagesHistogram parseDelimitedFrom(InputStream arg0)
Parameter
Name Description
arg0 InputStream
Returns
Type Description
ImagesServicePb.ImagesHistogram
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static ImagesServicePb.ImagesHistogram parseDelimitedFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 InputStream
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
ImagesServicePb.ImagesHistogram
Exceptions
Type Description
IOException

parseFrom(byte[] arg0)

public static ImagesServicePb.ImagesHistogram parseFrom(byte[] arg0)
Parameter
Name Description
arg0 byte[]
Returns
Type Description
ImagesServicePb.ImagesHistogram
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(byte[] arg0, ExtensionRegistryLite arg1)

public static ImagesServicePb.ImagesHistogram parseFrom(byte[] arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 byte[]
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
ImagesServicePb.ImagesHistogram
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString arg0)

public static ImagesServicePb.ImagesHistogram parseFrom(ByteString arg0)
Parameter
Name Description
arg0 com.google.protobuf.ByteString
Returns
Type Description
ImagesServicePb.ImagesHistogram
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteString arg0, ExtensionRegistryLite arg1)

public static ImagesServicePb.ImagesHistogram parseFrom(ByteString arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 com.google.protobuf.ByteString
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
ImagesServicePb.ImagesHistogram
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(CodedInputStream arg0)

public static ImagesServicePb.ImagesHistogram parseFrom(CodedInputStream arg0)
Parameter
Name Description
arg0 com.google.protobuf.CodedInputStream
Returns
Type Description
ImagesServicePb.ImagesHistogram
Exceptions
Type Description
IOException

parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)

public static ImagesServicePb.ImagesHistogram parseFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 com.google.protobuf.CodedInputStream
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
ImagesServicePb.ImagesHistogram
Exceptions
Type Description
IOException

parseFrom(InputStream arg0)

public static ImagesServicePb.ImagesHistogram parseFrom(InputStream arg0)
Parameter
Name Description
arg0 InputStream
Returns
Type Description
ImagesServicePb.ImagesHistogram
Exceptions
Type Description
IOException

parseFrom(InputStream arg0, ExtensionRegistryLite arg1)

public static ImagesServicePb.ImagesHistogram parseFrom(InputStream arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 InputStream
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
ImagesServicePb.ImagesHistogram
Exceptions
Type Description
IOException

parseFrom(ByteBuffer arg0)

public static ImagesServicePb.ImagesHistogram parseFrom(ByteBuffer arg0)
Parameter
Name Description
arg0 ByteBuffer
Returns
Type Description
ImagesServicePb.ImagesHistogram
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)

public static ImagesServicePb.ImagesHistogram parseFrom(ByteBuffer arg0, ExtensionRegistryLite arg1)
Parameters
Name Description
arg0 ByteBuffer
arg1 com.google.protobuf.ExtensionRegistryLite
Returns
Type Description
ImagesServicePb.ImagesHistogram
Exceptions
Type Description
com.google.protobuf.InvalidProtocolBufferException

parser()

public static Parser<ImagesServicePb.ImagesHistogram> parser()
Returns
Type Description
com.google.protobuf.Parser<ImagesHistogram>

Methods

equals(Object arg0)

public boolean equals(Object arg0)
Parameter
Name Description
arg0 Object
Returns
Type Description
boolean
Overrides
com.google.protobuf.AbstractMessage.equals(java.lang.Object)

getBlue(int arg0)

public int getBlue(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
int

getBlueCount()

public int getBlueCount()
Returns
Type Description
int

getBlueList()

public List<Integer> getBlueList()
Returns
Type Description
List<Integer>

getDefaultInstanceForType()

public ImagesServicePb.ImagesHistogram getDefaultInstanceForType()
Returns
Type Description
ImagesServicePb.ImagesHistogram

getGreen(int arg0)

public int getGreen(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
int

getGreenCount()

public int getGreenCount()
Returns
Type Description
int

getGreenList()

public List<Integer> getGreenList()
Returns
Type Description
List<Integer>

getParserForType()

public Parser<ImagesServicePb.ImagesHistogram> getParserForType()
Returns
Type Description
com.google.protobuf.Parser<ImagesHistogram>
Overrides
com.google.protobuf.GeneratedMessageV3.getParserForType()

getRed(int arg0)

public int getRed(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
int

getRedCount()

public int getRedCount()
Returns
Type Description
int

getRedList()

public List<Integer> getRedList()
Returns
Type Description
List<Integer>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides
com.google.protobuf.GeneratedMessageV3.getSerializedSize()

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
Type Description
com.google.protobuf.UnknownFieldSet
Overrides
com.google.protobuf.GeneratedMessageV3.getUnknownFields()

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides
com.google.protobuf.AbstractMessage.hashCode()

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetFieldAccessorTable()

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides
com.google.protobuf.GeneratedMessageV3.isInitialized()

newBuilderForType()

public ImagesServicePb.ImagesHistogram.Builder newBuilderForType()
Returns
Type Description
Builder

newBuilderForType(GeneratedMessageV3.BuilderParent arg0)

protected ImagesServicePb.ImagesHistogram.Builder newBuilderForType(GeneratedMessageV3.BuilderParent arg0)
Parameter
Name Description
arg0 com.google.protobuf.GeneratedMessageV3.BuilderParent
Returns
Type Description
Builder
Overrides
com.google.protobuf.GeneratedMessageV3.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent)

newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter arg0)
Parameter
Name Description
arg0 com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Returns
Type Description
Object
Overrides
com.google.protobuf.GeneratedMessageV3.newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter)

toBuilder()

public ImagesServicePb.ImagesHistogram.Builder toBuilder()
Returns
Type Description
Builder

writeTo(CodedOutputStream arg0)

public void writeTo(CodedOutputStream arg0)
Parameter
Name Description
arg0 com.google.protobuf.CodedOutputStream
Overrides
com.google.protobuf.GeneratedMessageV3.writeTo(com.google.protobuf.CodedOutputStream)
Exceptions
Type Description
IOException