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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
REACTIONS_FIELD_NUMBER
public static final int REACTIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ReactionBatchCreatedEventData getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ReactionBatchCreatedEventData.Builder newBuilder()
newBuilder(ReactionBatchCreatedEventData prototype)
public static ReactionBatchCreatedEventData.Builder newBuilder(ReactionBatchCreatedEventData prototype)
public static ReactionBatchCreatedEventData parseDelimitedFrom(InputStream input)
public static ReactionBatchCreatedEventData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ReactionBatchCreatedEventData parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchCreatedEventData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ReactionBatchCreatedEventData parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchCreatedEventData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchCreatedEventData parseFrom(CodedInputStream input)
public static ReactionBatchCreatedEventData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchCreatedEventData parseFrom(InputStream input)
public static ReactionBatchCreatedEventData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ReactionBatchCreatedEventData parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchCreatedEventData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ReactionBatchCreatedEventData> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ReactionBatchCreatedEventData getDefaultInstanceForType()
getParserForType()
public Parser<ReactionBatchCreatedEventData> getParserForType()
Overrides
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
|
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;
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
|
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 |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ReactionBatchCreatedEventData.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReactionBatchCreatedEventData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ReactionBatchCreatedEventData.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides