public final class ReactionBatchDeletedEventData extends GeneratedMessageV3 implements ReactionBatchDeletedEventDataOrBuilder
Event payload for multiple deleted reactions.
Event type: google.workspace.chat.reaction.v1.batchDeleted
Protobuf type google.chat.v1.ReactionBatchDeletedEventData
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 ReactionBatchDeletedEventData getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ReactionBatchDeletedEventData.Builder newBuilder()
newBuilder(ReactionBatchDeletedEventData prototype)
public static ReactionBatchDeletedEventData.Builder newBuilder(ReactionBatchDeletedEventData prototype)
public static ReactionBatchDeletedEventData parseDelimitedFrom(InputStream input)
public static ReactionBatchDeletedEventData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ReactionBatchDeletedEventData parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchDeletedEventData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ReactionBatchDeletedEventData parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchDeletedEventData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchDeletedEventData parseFrom(CodedInputStream input)
public static ReactionBatchDeletedEventData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchDeletedEventData parseFrom(InputStream input)
public static ReactionBatchDeletedEventData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ReactionBatchDeletedEventData parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchDeletedEventData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ReactionBatchDeletedEventData> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ReactionBatchDeletedEventData getDefaultInstanceForType()
getParserForType()
public Parser<ReactionBatchDeletedEventData> getParserForType()
Overrides
getReactions(int index)
public ReactionDeletedEventData getReactions(int index)
A list of deleted reactions.
repeated .google.chat.v1.ReactionDeletedEventData reactions = 1;
Parameter |
Name |
Description |
index |
int
|
getReactionsCount()
public int getReactionsCount()
A list of deleted reactions.
repeated .google.chat.v1.ReactionDeletedEventData reactions = 1;
Returns |
Type |
Description |
int |
|
getReactionsList()
public List<ReactionDeletedEventData> getReactionsList()
A list of deleted reactions.
repeated .google.chat.v1.ReactionDeletedEventData reactions = 1;
getReactionsOrBuilder(int index)
public ReactionDeletedEventDataOrBuilder getReactionsOrBuilder(int index)
A list of deleted reactions.
repeated .google.chat.v1.ReactionDeletedEventData reactions = 1;
Parameter |
Name |
Description |
index |
int
|
getReactionsOrBuilderList()
public List<? extends ReactionDeletedEventDataOrBuilder> getReactionsOrBuilderList()
A list of deleted reactions.
repeated .google.chat.v1.ReactionDeletedEventData reactions = 1;
Returns |
Type |
Description |
List<? extends com.google.chat.v1.ReactionDeletedEventDataOrBuilder> |
|
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 ReactionBatchDeletedEventData.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReactionBatchDeletedEventData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ReactionBatchDeletedEventData.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides