public final class MembershipDeletedEventData extends GeneratedMessage implements MembershipDeletedEventDataOrBuilderEvent payload for a deleted membership.
Event type: google.workspace.chat.membership.v1.deleted
Protobuf type google.chat.v1.MembershipDeletedEventData
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > MembershipDeletedEventDataImplements
MembershipDeletedEventDataOrBuilderStatic Fields
MEMBERSHIP_FIELD_NUMBER
public static final int MEMBERSHIP_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static MembershipDeletedEventData getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static MembershipDeletedEventData.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData.Builder |
|
newBuilder(MembershipDeletedEventData prototype)
public static MembershipDeletedEventData.Builder newBuilder(MembershipDeletedEventData prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
MembershipDeletedEventData |
| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData.Builder |
|
parseDelimitedFrom(InputStream input)
public static MembershipDeletedEventData parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MembershipDeletedEventData parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static MembershipDeletedEventData parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MembershipDeletedEventData parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static MembershipDeletedEventData parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MembershipDeletedEventData parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static MembershipDeletedEventData parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MembershipDeletedEventData parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static MembershipDeletedEventData parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MembershipDeletedEventData parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static MembershipDeletedEventData parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MembershipDeletedEventData parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<MembershipDeletedEventData> parser()| Returns | |
|---|---|
| Type | Description |
Parser<MembershipDeletedEventData> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public MembershipDeletedEventData getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData |
|
getMembership()
public Membership getMembership() The deleted membership. Only the name and state fields are populated.
.google.chat.v1.Membership membership = 1;
| Returns | |
|---|---|
| Type | Description |
Membership |
The membership. |
getMembershipOrBuilder()
public MembershipOrBuilder getMembershipOrBuilder() The deleted membership. Only the name and state fields are populated.
.google.chat.v1.Membership membership = 1;
| Returns | |
|---|---|
| Type | Description |
MembershipOrBuilder |
|
getParserForType()
public Parser<MembershipDeletedEventData> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<MembershipDeletedEventData> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasMembership()
public boolean hasMembership() The deleted membership. Only the name and state fields are populated.
.google.chat.v1.Membership membership = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the membership field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public MembershipDeletedEventData.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected MembershipDeletedEventData.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData.Builder |
|
toBuilder()
public MembershipDeletedEventData.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
MembershipDeletedEventData.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|