annotation.pb.go 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. // Copyright 2019 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Code generated by protoc-gen-go. DO NOT EDIT.
  5. // source: annotation/annotation.proto
  6. package annotation
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. descriptorpb "google.golang.org/protobuf/types/descriptorpb"
  11. reflect "reflect"
  12. sync "sync"
  13. )
  14. var file_annotation_annotation_proto_extTypes = []protoimpl.ExtensionInfo{
  15. {
  16. ExtendedType: (*descriptorpb.MessageOptions)(nil),
  17. ExtensionType: (*bool)(nil),
  18. Field: 37383685,
  19. Name: "go_annotation.track_field_use",
  20. Tag: "varint,37383685,opt,name=track_field_use",
  21. Filename: "annotation/annotation.proto",
  22. },
  23. }
  24. // Extension fields to descriptorpb.MessageOptions.
  25. var (
  26. // Setting this on a message enables tracking of which fields in the message
  27. // a specific binary might access. As a consequence, it also disables the use
  28. // of the message accessor methods to satisfy interfaces: they can only be
  29. // called directly.
  30. //
  31. // optional bool track_field_use = 37383685;
  32. E_TrackFieldUse = &file_annotation_annotation_proto_extTypes[0]
  33. )
  34. var File_annotation_annotation_proto protoreflect.FileDescriptor
  35. var file_annotation_annotation_proto_rawDesc = []byte{
  36. 0x0a, 0x1b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x61, 0x6e, 0x6e,
  37. 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0d, 0x67,
  38. 0x6f, 0x5f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x1a, 0x20, 0x67, 0x6f,
  39. 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65,
  40. 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3a, 0x4a,
  41. 0x0a, 0x0f, 0x74, 0x72, 0x61, 0x63, 0x6b, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x75, 0x73,
  42. 0x65, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  43. 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f,
  44. 0x6e, 0x73, 0x18, 0x85, 0xdc, 0xe9, 0x11, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x74, 0x72, 0x61,
  45. 0x63, 0x6b, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x55, 0x73, 0x65, 0x42, 0x3b, 0x5a, 0x39, 0x67, 0x6f,
  46. 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72, 0x67, 0x2f,
  47. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61,
  48. 0x6c, 0x2f, 0x74, 0x65, 0x73, 0x74, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x73, 0x2f, 0x61, 0x6e, 0x6e,
  49. 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
  50. }
  51. var (
  52. file_annotation_annotation_proto_rawDescOnce sync.Once
  53. file_annotation_annotation_proto_rawDescData = file_annotation_annotation_proto_rawDesc
  54. )
  55. func file_annotation_annotation_proto_rawDescGZIP() []byte {
  56. file_annotation_annotation_proto_rawDescOnce.Do(func() {
  57. file_annotation_annotation_proto_rawDescData = protoimpl.X.CompressGZIP(file_annotation_annotation_proto_rawDescData)
  58. })
  59. return file_annotation_annotation_proto_rawDescData
  60. }
  61. var file_annotation_annotation_proto_goTypes = []interface{}{
  62. (*descriptorpb.MessageOptions)(nil), // 0: google.protobuf.MessageOptions
  63. }
  64. var file_annotation_annotation_proto_depIdxs = []int32{
  65. 0, // 0: go_annotation.track_field_use:extendee -> google.protobuf.MessageOptions
  66. 1, // [1:1] is the sub-list for method output_type
  67. 1, // [1:1] is the sub-list for method input_type
  68. 1, // [1:1] is the sub-list for extension type_name
  69. 0, // [0:1] is the sub-list for extension extendee
  70. 0, // [0:0] is the sub-list for field type_name
  71. }
  72. func init() { file_annotation_annotation_proto_init() }
  73. func file_annotation_annotation_proto_init() {
  74. if File_annotation_annotation_proto != nil {
  75. return
  76. }
  77. type x struct{}
  78. out := protoimpl.TypeBuilder{
  79. File: protoimpl.DescBuilder{
  80. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  81. RawDescriptor: file_annotation_annotation_proto_rawDesc,
  82. NumEnums: 0,
  83. NumMessages: 0,
  84. NumExtensions: 1,
  85. NumServices: 0,
  86. },
  87. GoTypes: file_annotation_annotation_proto_goTypes,
  88. DependencyIndexes: file_annotation_annotation_proto_depIdxs,
  89. ExtensionInfos: file_annotation_annotation_proto_extTypes,
  90. }.Build()
  91. File_annotation_annotation_proto = out.File
  92. file_annotation_annotation_proto_rawDesc = nil
  93. file_annotation_annotation_proto_goTypes = nil
  94. file_annotation_annotation_proto_depIdxs = nil
  95. }