public final class MembershipBatchDeletedEventData extends GeneratedMessageV3 implements MembershipBatchDeletedEventDataOrBuilder
Event payload for multiple deleted memberships.
Event type: google.workspace.chat.membership.v1.batchDeleted
Protobuf type google.chat.v1.MembershipBatchDeletedEventData
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > MembershipBatchDeletedEventDataImplements
MembershipBatchDeletedEventDataOrBuilderStatic Fields
MEMBERSHIPS_FIELD_NUMBER
public static final int MEMBERSHIPS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static MembershipBatchDeletedEventData getDefaultInstance()
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static MembershipBatchDeletedEventData.Builder newBuilder()
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData.Builder |
newBuilder(MembershipBatchDeletedEventData prototype)
public static MembershipBatchDeletedEventData.Builder newBuilder(MembershipBatchDeletedEventData prototype)
Parameter | |
---|---|
Name | Description |
prototype |
MembershipBatchDeletedEventData |
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData.Builder |
parseDelimitedFrom(InputStream input)
public static MembershipBatchDeletedEventData parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MembershipBatchDeletedEventData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static MembershipBatchDeletedEventData parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MembershipBatchDeletedEventData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static MembershipBatchDeletedEventData parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MembershipBatchDeletedEventData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static MembershipBatchDeletedEventData parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MembershipBatchDeletedEventData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static MembershipBatchDeletedEventData parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MembershipBatchDeletedEventData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static MembershipBatchDeletedEventData parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MembershipBatchDeletedEventData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<MembershipBatchDeletedEventData> parser()
Returns | |
---|---|
Type | Description |
Parser<MembershipBatchDeletedEventData> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public MembershipBatchDeletedEventData getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData |
getMemberships(int index)
public MembershipDeletedEventData getMemberships(int index)
A list of deleted memberships.
repeated .google.chat.v1.MembershipDeletedEventData memberships = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
MembershipDeletedEventData |
getMembershipsCount()
public int getMembershipsCount()
A list of deleted memberships.
repeated .google.chat.v1.MembershipDeletedEventData memberships = 1;
Returns | |
---|---|
Type | Description |
int |
getMembershipsList()
public List<MembershipDeletedEventData> getMembershipsList()
A list of deleted memberships.
repeated .google.chat.v1.MembershipDeletedEventData memberships = 1;
Returns | |
---|---|
Type | Description |
List<MembershipDeletedEventData> |
getMembershipsOrBuilder(int index)
public MembershipDeletedEventDataOrBuilder getMembershipsOrBuilder(int index)
A list of deleted memberships.
repeated .google.chat.v1.MembershipDeletedEventData memberships = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
MembershipDeletedEventDataOrBuilder |
getMembershipsOrBuilderList()
public List<? extends MembershipDeletedEventDataOrBuilder> getMembershipsOrBuilderList()
A list of deleted memberships.
repeated .google.chat.v1.MembershipDeletedEventData memberships = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.chat.v1.MembershipDeletedEventDataOrBuilder> |
getParserForType()
public Parser<MembershipBatchDeletedEventData> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<MembershipBatchDeletedEventData> |
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 MembershipBatchDeletedEventData.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MembershipBatchDeletedEventData.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public MembershipBatchDeletedEventData.Builder toBuilder()
Returns | |
---|---|
Type | Description |
MembershipBatchDeletedEventData.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |