Interface DeletionMetadataOrBuilder (0.8.0)

public interface DeletionMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeletionType()

public abstract DeletionMetadata.DeletionType getDeletionType()

Indicates who deleted the message.

.google.chat.v1.DeletionMetadata.DeletionType deletion_type = 1;

Returns
Type Description
DeletionMetadata.DeletionType

The deletionType.

getDeletionTypeValue()

public abstract int getDeletionTypeValue()

Indicates who deleted the message.

.google.chat.v1.DeletionMetadata.DeletionType deletion_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for deletionType.