Class ProtobufMessage


  • public class ProtobufMessage
    extends Object
    Author:
    Fabian Martinez
    • Constructor Detail

      • ProtobufMessage

        public ProtobufMessage()
    • Method Detail

      • protoBuilder

        public com.google.protobuf.DescriptorProtos.DescriptorProto.Builder protoBuilder()
      • build

        public com.google.protobuf.DescriptorProtos.DescriptorProto build()
      • addFieldDescriptorProto

        public void addFieldDescriptorProto​(com.google.protobuf.DescriptorProtos.FieldDescriptorProto.Label label,
                                            String type,
                                            String typeName,
                                            String name,
                                            int num,
                                            String defaultVal,
                                            String jsonName,
                                            Boolean isDeprecated,
                                            Boolean isPacked,
                                            Integer oneOfIndex)