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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReactionBatchDeletedEventDataImplements
ReactionBatchDeletedEventDataOrBuilderStatic Fields
REACTIONS_FIELD_NUMBER
public static final int REACTIONS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ReactionBatchDeletedEventData getDefaultInstance()
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ReactionBatchDeletedEventData.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData.Builder |
newBuilder(ReactionBatchDeletedEventData prototype)
public static ReactionBatchDeletedEventData.Builder newBuilder(ReactionBatchDeletedEventData prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ReactionBatchDeletedEventData |
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData.Builder |
parseDelimitedFrom(InputStream input)
public static ReactionBatchDeletedEventData parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchDeletedEventData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ReactionBatchDeletedEventData parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchDeletedEventData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ReactionBatchDeletedEventData parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchDeletedEventData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ReactionBatchDeletedEventData parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchDeletedEventData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ReactionBatchDeletedEventData parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchDeletedEventData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ReactionBatchDeletedEventData parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReactionBatchDeletedEventData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ReactionBatchDeletedEventData> parser()
Returns | |
---|---|
Type | Description |
Parser<ReactionBatchDeletedEventData> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ReactionBatchDeletedEventData getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData |
getParserForType()
public Parser<ReactionBatchDeletedEventData> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ReactionBatchDeletedEventData> |
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 |
Returns | |
---|---|
Type | Description |
ReactionDeletedEventData |
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;
Returns | |
---|---|
Type | Description |
List<ReactionDeletedEventData> |
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 |
Returns | |
---|---|
Type | Description |
ReactionDeletedEventDataOrBuilder |
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 |
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 ReactionBatchDeletedEventData.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReactionBatchDeletedEventData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ReactionBatchDeletedEventData.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ReactionBatchDeletedEventData.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |