# Functions
EnumDescriptorProto returns the file descriptor proto representing the enum and the enum descriptor proto for the enum itself.
EnumRawDescriptor returns the GZIP'd raw file descriptor representing the enum and the index path to reach the enum declaration.
ForMessage returns the file descriptor proto containing the message and the message descriptor proto for the message itself.
MessageDescriptorProto returns the file descriptor proto representing the message and the message descriptor proto for the message itself.
MessageRawDescriptor returns the GZIP'd raw file descriptor representing the message and the index path to reach the message declaration.
# Interfaces
Message is proto.Message with a method to return its descriptor.