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.
Generated
from extension: repeated string implements_interface = 93001;
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.