# Functions
FieldDescriptorProtoLabelPrettyString prints a pretty string representation of the FieldDescriptorProto_Label.
FieldDescriptorProtoTypePrettyString prints a pretty string representation of the FieldDescriptorProto_Type.
FileDescriptorProtoForFileDescriptor creates a new *descriptorpb.FileDescriptorProto for the fileDescriptor.
FileDescriptorProtosForFileDescriptors is a convenience function since Go does not have generics.
FileDescriptorSetForFileDescriptors returns a new *descriptorpb.FileDescriptorSet for the given FileDescriptors.
ValidateFileDescriptor validates the FileDescriptor.
ValidateProtoPath validates the proto path.
ValidateProtoPaths validates the proto paths.
# Constants
MaxSupportedEdition is the latest edition supported by this repo.
MinSupportedEdition is the earliest edition supported by this repo.
# Interfaces
FileDescriptor is an interface that matches the methods on a *descriptorpb.FileDescriptorProto.