public final class ReactionBatchCreatedEventData extends GeneratedMessageV3 implements ReactionBatchCreatedEventDataOrBuilder
Event payload for multiple new reactions.
Event type: google.workspace.chat.reaction.v1.batchCreated
Protobuf type google.chat.v1.ReactionBatchCreatedEventData
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReactionBatchCreatedEventDataImplements
ReactionBatchCreatedEventDataOrBuilderStatic Fields
REACTIONS_FIELD_NUMBER
public static final int REACTIONS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ReactionBatchCreatedEventData getDefaultInstance()
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ReactionBatchCreatedEventData.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData.Builder |
newBuilder(ReactionBatchCreatedEventData prototype)
public static ReactionBatchCreatedEventData.Builder newBuilder(ReactionBatchCreatedEventData prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ReactionBatchCreatedEventData |
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData.Builder |
parseDelimitedFrom(InputStream input)
public static ReactionBatchCreatedEventData parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchCreatedEventData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ReactionBatchCreatedEventData parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchCreatedEventData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ReactionBatchCreatedEventData parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchCreatedEventData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ReactionBatchCreatedEventData parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchCreatedEventData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ReactionBatchCreatedEventData parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchCreatedEventData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ReactionBatchCreatedEventData parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchCreatedEventData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ReactionBatchCreatedEventData> parser()
Returns | |
---|---|
Type | Description |
Parser<ReactionBatchCreatedEventData> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ReactionBatchCreatedEventData getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData |
getParserForType()
public Parser<ReactionBatchCreatedEventData> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ReactionBatchCreatedEventData> |
getReactions(int index)
public ReactionCreatedEventData getReactions(int index)
A list of new reactions.
repeated .google.chat.v1.ReactionCreatedEventData reactions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ReactionCreatedEventData |
getReactionsCount()
public int getReactionsCount()
A list of new reactions.
repeated .google.chat.v1.ReactionCreatedEventData reactions = 1;
Returns | |
---|---|
Type | Description |
int |
getReactionsList()
public List<ReactionCreatedEventData> getReactionsList()
A list of new reactions.
repeated .google.chat.v1.ReactionCreatedEventData reactions = 1;
Returns | |
---|---|
Type | Description |
List<ReactionCreatedEventData> |
getReactionsOrBuilder(int index)
public ReactionCreatedEventDataOrBuilder getReactionsOrBuilder(int index)
A list of new reactions.
repeated .google.chat.v1.ReactionCreatedEventData reactions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ReactionCreatedEventDataOrBuilder |
getReactionsOrBuilderList()
public List<? extends ReactionCreatedEventDataOrBuilder> getReactionsOrBuilderList()
A list of new reactions.
repeated .google.chat.v1.ReactionCreatedEventData reactions = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.chat.v1.ReactionCreatedEventDataOrBuilder> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
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 ReactionBatchCreatedEventData.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReactionBatchCreatedEventData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ReactionBatchCreatedEventData.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ReactionBatchCreatedEventData.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |