public final class EmojiReactionSummary extends GeneratedMessageV3 implements EmojiReactionSummaryOrBuilder
The number of people who reacted to a message with a specific emoji.
Protobuf type google.chat.v1.EmojiReactionSummary
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > EmojiReactionSummaryImplements
EmojiReactionSummaryOrBuilderStatic Fields
EMOJI_FIELD_NUMBER
public static final int EMOJI_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
REACTION_COUNT_FIELD_NUMBER
public static final int REACTION_COUNT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static EmojiReactionSummary getDefaultInstance()
Returns | |
---|---|
Type | Description |
EmojiReactionSummary |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static EmojiReactionSummary.Builder newBuilder()
Returns | |
---|---|
Type | Description |
EmojiReactionSummary.Builder |
newBuilder(EmojiReactionSummary prototype)
public static EmojiReactionSummary.Builder newBuilder(EmojiReactionSummary prototype)
Parameter | |
---|---|
Name | Description |
prototype |
EmojiReactionSummary |
Returns | |
---|---|
Type | Description |
EmojiReactionSummary.Builder |
parseDelimitedFrom(InputStream input)
public static EmojiReactionSummary parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
EmojiReactionSummary |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EmojiReactionSummary parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
EmojiReactionSummary |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static EmojiReactionSummary parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
EmojiReactionSummary |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EmojiReactionSummary parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
EmojiReactionSummary |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static EmojiReactionSummary parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
EmojiReactionSummary |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EmojiReactionSummary parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
EmojiReactionSummary |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static EmojiReactionSummary parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
EmojiReactionSummary |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static EmojiReactionSummary parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
EmojiReactionSummary |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static EmojiReactionSummary parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
EmojiReactionSummary |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EmojiReactionSummary parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
EmojiReactionSummary |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static EmojiReactionSummary parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
EmojiReactionSummary |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EmojiReactionSummary parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
EmojiReactionSummary |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<EmojiReactionSummary> parser()
Returns | |
---|---|
Type | Description |
Parser<EmojiReactionSummary> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public EmojiReactionSummary getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
EmojiReactionSummary |
getEmoji()
public Emoji getEmoji()
Emoji associated with the reactions.
.google.chat.v1.Emoji emoji = 1;
Returns | |
---|---|
Type | Description |
Emoji |
The emoji. |
getEmojiOrBuilder()
public EmojiOrBuilder getEmojiOrBuilder()
Emoji associated with the reactions.
.google.chat.v1.Emoji emoji = 1;
Returns | |
---|---|
Type | Description |
EmojiOrBuilder |
getParserForType()
public Parser<EmojiReactionSummary> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<EmojiReactionSummary> |
getReactionCount()
public int getReactionCount()
The total number of reactions using the associated emoji.
optional int32 reaction_count = 2;
Returns | |
---|---|
Type | Description |
int |
The reactionCount. |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hasEmoji()
public boolean hasEmoji()
Emoji associated with the reactions.
.google.chat.v1.Emoji emoji = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the emoji field is set. |
hasReactionCount()
public boolean hasReactionCount()
The total number of reactions using the associated emoji.
optional int32 reaction_count = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the reactionCount field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public EmojiReactionSummary.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
EmojiReactionSummary.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EmojiReactionSummary.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
EmojiReactionSummary.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public EmojiReactionSummary.Builder toBuilder()
Returns | |
---|---|
Type | Description |
EmojiReactionSummary.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |