Class DescriptorProtos.FeatureSet

All Implemented Interfaces:
DescriptorProtos.FeatureSetOrBuilder, GeneratedMessage.ExtendableMessageOrBuilder<DescriptorProtos.FeatureSet>, Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable
Enclosing class:
DescriptorProtos

public static final class DescriptorProtos.FeatureSet extends GeneratedMessage.ExtendableMessage<DescriptorProtos.FeatureSet> implements DescriptorProtos.FeatureSetOrBuilder
TODO Enums in C++ gencode (and potentially other languages) are
not well scoped.  This means that each of the feature enums below can clash
with each other.  The short names we've chosen maximize call-site
readability, but leave us very open to this scenario.  A future feature will
be designed and implemented to handle this, hopefully before we ever hit a
conflict here.
Protobuf type google.protobuf.FeatureSet
See Also: