You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

110 lines
4.0 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: proto2_ext.proto
  3. package grpc_testing
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. // Reference imports to suppress errors if they are not otherwise used.
  8. var _ = proto.Marshal
  9. var _ = fmt.Errorf
  10. var _ = math.Inf
  11. // This is a compile-time assertion to ensure that this generated file
  12. // is compatible with the proto package it is being compiled against.
  13. // A compilation error at this line likely means your copy of the
  14. // proto package needs to be updated.
  15. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  16. type Extension struct {
  17. Whatzit *int32 `protobuf:"varint,1,opt,name=whatzit" json:"whatzit,omitempty"`
  18. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  19. XXX_unrecognized []byte `json:"-"`
  20. XXX_sizecache int32 `json:"-"`
  21. }
  22. func (m *Extension) Reset() { *m = Extension{} }
  23. func (m *Extension) String() string { return proto.CompactTextString(m) }
  24. func (*Extension) ProtoMessage() {}
  25. func (*Extension) Descriptor() ([]byte, []int) {
  26. return fileDescriptor_proto2_ext_4437118420d604f2, []int{0}
  27. }
  28. func (m *Extension) XXX_Unmarshal(b []byte) error {
  29. return xxx_messageInfo_Extension.Unmarshal(m, b)
  30. }
  31. func (m *Extension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  32. return xxx_messageInfo_Extension.Marshal(b, m, deterministic)
  33. }
  34. func (dst *Extension) XXX_Merge(src proto.Message) {
  35. xxx_messageInfo_Extension.Merge(dst, src)
  36. }
  37. func (m *Extension) XXX_Size() int {
  38. return xxx_messageInfo_Extension.Size(m)
  39. }
  40. func (m *Extension) XXX_DiscardUnknown() {
  41. xxx_messageInfo_Extension.DiscardUnknown(m)
  42. }
  43. var xxx_messageInfo_Extension proto.InternalMessageInfo
  44. func (m *Extension) GetWhatzit() int32 {
  45. if m != nil && m.Whatzit != nil {
  46. return *m.Whatzit
  47. }
  48. return 0
  49. }
  50. var E_Foo = &proto.ExtensionDesc{
  51. ExtendedType: (*ToBeExtended)(nil),
  52. ExtensionType: (*int32)(nil),
  53. Field: 13,
  54. Name: "grpc.testing.foo",
  55. Tag: "varint,13,opt,name=foo",
  56. Filename: "proto2_ext.proto",
  57. }
  58. var E_Bar = &proto.ExtensionDesc{
  59. ExtendedType: (*ToBeExtended)(nil),
  60. ExtensionType: (*Extension)(nil),
  61. Field: 17,
  62. Name: "grpc.testing.bar",
  63. Tag: "bytes,17,opt,name=bar",
  64. Filename: "proto2_ext.proto",
  65. }
  66. var E_Baz = &proto.ExtensionDesc{
  67. ExtendedType: (*ToBeExtended)(nil),
  68. ExtensionType: (*SearchRequest)(nil),
  69. Field: 19,
  70. Name: "grpc.testing.baz",
  71. Tag: "bytes,19,opt,name=baz",
  72. Filename: "proto2_ext.proto",
  73. }
  74. func init() {
  75. proto.RegisterType((*Extension)(nil), "grpc.testing.Extension")
  76. proto.RegisterExtension(E_Foo)
  77. proto.RegisterExtension(E_Bar)
  78. proto.RegisterExtension(E_Baz)
  79. }
  80. func init() { proto.RegisterFile("proto2_ext.proto", fileDescriptor_proto2_ext_4437118420d604f2) }
  81. var fileDescriptor_proto2_ext_4437118420d604f2 = []byte{
  82. // 179 bytes of a gzipped FileDescriptorProto
  83. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x28, 0x28, 0xca, 0x2f,
  84. 0xc9, 0x37, 0x8a, 0x4f, 0xad, 0x28, 0xd1, 0x03, 0x33, 0x85, 0x78, 0xd2, 0x8b, 0x0a, 0x92, 0xf5,
  85. 0x4a, 0x52, 0x8b, 0x4b, 0x32, 0xf3, 0xd2, 0xa5, 0x78, 0x20, 0xf2, 0x10, 0x39, 0x29, 0x2e, 0x90,
  86. 0x30, 0x84, 0xad, 0xa4, 0xca, 0xc5, 0xe9, 0x5a, 0x51, 0x92, 0x9a, 0x57, 0x9c, 0x99, 0x9f, 0x27,
  87. 0x24, 0xc1, 0xc5, 0x5e, 0x9e, 0x91, 0x58, 0x52, 0x95, 0x59, 0x22, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1,
  88. 0x1a, 0x04, 0xe3, 0x5a, 0xe9, 0x70, 0x31, 0xa7, 0xe5, 0xe7, 0x0b, 0x49, 0xe9, 0x21, 0x1b, 0xab,
  89. 0x17, 0x92, 0xef, 0x94, 0x0a, 0xd6, 0x9d, 0x92, 0x9a, 0x22, 0xc1, 0x0b, 0xd6, 0x01, 0x52, 0x66,
  90. 0xe5, 0xca, 0xc5, 0x9c, 0x94, 0x58, 0x84, 0x57, 0xb5, 0xa0, 0x02, 0xa3, 0x06, 0xb7, 0x91, 0x38,
  91. 0xaa, 0x0a, 0xb8, 0x4b, 0x82, 0x40, 0xfa, 0xad, 0x3c, 0x41, 0xc6, 0x54, 0xe1, 0x35, 0x46, 0x18,
  92. 0x6c, 0x8c, 0x34, 0xaa, 0x8a, 0xe0, 0xd4, 0xc4, 0xa2, 0xe4, 0x8c, 0xa0, 0xd4, 0xc2, 0xd2, 0xd4,
  93. 0xe2, 0x12, 0x90, 0x51, 0x55, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x71, 0x6b, 0x94, 0x9f, 0x21,
  94. 0x01, 0x00, 0x00,
  95. }