Class DescriptorProtos.UninterpretedOption

  • All Implemented Interfaces:
    DescriptorProtos.UninterpretedOptionOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.io.Serializable
    Enclosing class:
    DescriptorProtos

    public static final class DescriptorProtos.UninterpretedOption
    extends com.google.protobuf.GeneratedMessageV3
    implements DescriptorProtos.UninterpretedOptionOrBuilder
     A message representing a option the parser does not recognize. This only
     appears in options protos created by the compiler::Parser class.
     DescriptorPool resolves these when building Descriptor objects. Therefore,
     options protos in descriptor objects (e.g. returned by Descriptor::options(),
     or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
     in them.
     
    Protobuf type google.protobuf.UninterpretedOption
    See Also:
    Serialized Form