a.pb.go 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: import_public/a.proto
  3. package import_public
  4. import (
  5. fmt "fmt"
  6. proto "github.com/golang/protobuf/proto"
  7. sub "github.com/golang/protobuf/protoc-gen-go/testdata/import_public/sub"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. const Default_M_DefaultField = sub.Default_M_DefaultField
  20. // M from public import import_public/sub/a.proto
  21. type M = sub.M
  22. type M_OneofInt32 = sub.M_OneofInt32
  23. type M_OneofInt64 = sub.M_OneofInt64
  24. // M_Grouping from public import import_public/sub/a.proto
  25. type M_Grouping = sub.M_Grouping
  26. // M_Submessage from public import import_public/sub/a.proto
  27. type M_Submessage = sub.M_Submessage
  28. type M_Submessage_SubmessageOneofInt32 = sub.M_Submessage_SubmessageOneofInt32
  29. type M_Submessage_SubmessageOneofInt64 = sub.M_Submessage_SubmessageOneofInt64
  30. // E from public import import_public/sub/a.proto
  31. type E = sub.E
  32. var E_name = sub.E_name
  33. var E_value = sub.E_value
  34. const E_ZERO = E(sub.E_ZERO)
  35. // M_Subenum from public import import_public/sub/a.proto
  36. type M_Subenum = sub.M_Subenum
  37. var M_Subenum_name = sub.M_Subenum_name
  38. var M_Subenum_value = sub.M_Subenum_value
  39. const M_M_ZERO = M_Subenum(sub.M_M_ZERO)
  40. // M_Submessage_Submessage_Subenum from public import import_public/sub/a.proto
  41. type M_Submessage_Submessage_Subenum = sub.M_Submessage_Submessage_Subenum
  42. var M_Submessage_Submessage_Subenum_name = sub.M_Submessage_Submessage_Subenum_name
  43. var M_Submessage_Submessage_Subenum_value = sub.M_Submessage_Submessage_Subenum_value
  44. const M_Submessage_M_SUBMESSAGE_ZERO = M_Submessage_Submessage_Subenum(sub.M_Submessage_M_SUBMESSAGE_ZERO)
  45. var E_ExtensionField = sub.E_ExtensionField
  46. type Public struct {
  47. M *sub.M `protobuf:"bytes,1,opt,name=m" json:"m,omitempty"`
  48. E *sub.E `protobuf:"varint,2,opt,name=e,enum=goproto.test.import_public.sub.E" json:"e,omitempty"`
  49. Local *Local `protobuf:"bytes,3,opt,name=local" json:"local,omitempty"`
  50. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  51. XXX_unrecognized []byte `json:"-"`
  52. XXX_sizecache int32 `json:"-"`
  53. }
  54. func (m *Public) Reset() { *m = Public{} }
  55. func (m *Public) String() string { return proto.CompactTextString(m) }
  56. func (*Public) ProtoMessage() {}
  57. func (*Public) Descriptor() ([]byte, []int) {
  58. return fileDescriptor_73b7577c95fa6b70, []int{0}
  59. }
  60. func (m *Public) XXX_Unmarshal(b []byte) error {
  61. return xxx_messageInfo_Public.Unmarshal(m, b)
  62. }
  63. func (m *Public) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  64. return xxx_messageInfo_Public.Marshal(b, m, deterministic)
  65. }
  66. func (m *Public) XXX_Merge(src proto.Message) {
  67. xxx_messageInfo_Public.Merge(m, src)
  68. }
  69. func (m *Public) XXX_Size() int {
  70. return xxx_messageInfo_Public.Size(m)
  71. }
  72. func (m *Public) XXX_DiscardUnknown() {
  73. xxx_messageInfo_Public.DiscardUnknown(m)
  74. }
  75. var xxx_messageInfo_Public proto.InternalMessageInfo
  76. func (m *Public) GetM() *sub.M {
  77. if m != nil {
  78. return m.M
  79. }
  80. return nil
  81. }
  82. func (m *Public) GetE() sub.E {
  83. if m != nil && m.E != nil {
  84. return *m.E
  85. }
  86. return sub.E_ZERO
  87. }
  88. func (m *Public) GetLocal() *Local {
  89. if m != nil {
  90. return m.Local
  91. }
  92. return nil
  93. }
  94. func init() {
  95. proto.RegisterType((*Public)(nil), "goproto.test.import_public.Public")
  96. }
  97. func init() { proto.RegisterFile("import_public/a.proto", fileDescriptor_73b7577c95fa6b70) }
  98. var fileDescriptor_73b7577c95fa6b70 = []byte{
  99. // 195 bytes of a gzipped FileDescriptorProto
  100. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0xcd, 0xcc, 0x2d, 0xc8,
  101. 0x2f, 0x2a, 0x89, 0x2f, 0x28, 0x4d, 0xca, 0xc9, 0x4c, 0xd6, 0x4f, 0xd4, 0x2b, 0x28, 0xca, 0x2f,
  102. 0xc9, 0x17, 0x92, 0x4a, 0xcf, 0x07, 0x33, 0xf4, 0x4a, 0x52, 0x8b, 0x4b, 0xf4, 0x50, 0xd4, 0x48,
  103. 0x49, 0xa2, 0x6a, 0x29, 0x2e, 0x4d, 0x82, 0x69, 0x93, 0x42, 0x33, 0x2d, 0x09, 0x22, 0xac, 0xb4,
  104. 0x98, 0x91, 0x8b, 0x2d, 0x00, 0x2c, 0x24, 0xa4, 0xcf, 0xc5, 0x98, 0x2b, 0xc1, 0xa8, 0xc0, 0xa8,
  105. 0xc1, 0x6d, 0xa4, 0xa8, 0x87, 0xdb, 0x12, 0xbd, 0xe2, 0xd2, 0x24, 0x3d, 0xdf, 0x20, 0xc6, 0x5c,
  106. 0x90, 0x86, 0x54, 0x09, 0x26, 0x05, 0x46, 0x0d, 0x3e, 0xc2, 0x1a, 0x5c, 0x83, 0x18, 0x53, 0x85,
  107. 0xcc, 0xb9, 0x58, 0x73, 0xf2, 0x93, 0x13, 0x73, 0x24, 0x98, 0x09, 0xdb, 0xe2, 0x03, 0x52, 0x18,
  108. 0x04, 0x51, 0xef, 0xe4, 0x18, 0x65, 0x9f, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f,
  109. 0xab, 0x9f, 0x9e, 0x9f, 0x93, 0x98, 0x97, 0xae, 0x0f, 0xd6, 0x9a, 0x54, 0x9a, 0x06, 0x61, 0x24,
  110. 0xeb, 0xa6, 0xa7, 0xe6, 0xe9, 0xa6, 0xe7, 0xeb, 0x83, 0xcc, 0x4a, 0x49, 0x2c, 0x49, 0xd4, 0x47,
  111. 0x31, 0x2f, 0x80, 0x21, 0x80, 0x11, 0x10, 0x00, 0x00, 0xff, 0xff, 0x17, 0x83, 0x2d, 0xd4, 0x52,
  112. 0x01, 0x00, 0x00,
  113. }