implements_interface: Extension<MessageOptions, string[]> = ...

implements_interface is used to indicate the type name of the interface that a message implements so that it can be used in google.protobuf.Any fields that accept that interface. A message can implement multiple interfaces. Interfaces should be declared using a declare_interface file option.

from extension: repeated string implements_interface = 93001;