migrate.pb.go 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.25.0
  4. // protoc v3.18.0
  5. // source: udpa/annotations/migrate.proto
  6. package annotations
  7. import (
  8. proto "github.com/golang/protobuf/proto"
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. descriptorpb "google.golang.org/protobuf/types/descriptorpb"
  12. reflect "reflect"
  13. sync "sync"
  14. )
  15. const (
  16. // Verify that this generated code is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  18. // Verify that runtime/protoimpl is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  20. )
  21. // This is a compile-time assertion that a sufficiently up-to-date version
  22. // of the legacy proto package is being used.
  23. const _ = proto.ProtoPackageIsVersion4
  24. type MigrateAnnotation struct {
  25. state protoimpl.MessageState
  26. sizeCache protoimpl.SizeCache
  27. unknownFields protoimpl.UnknownFields
  28. Rename string `protobuf:"bytes,1,opt,name=rename,proto3" json:"rename,omitempty"`
  29. }
  30. func (x *MigrateAnnotation) Reset() {
  31. *x = MigrateAnnotation{}
  32. if protoimpl.UnsafeEnabled {
  33. mi := &file_udpa_annotations_migrate_proto_msgTypes[0]
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. ms.StoreMessageInfo(mi)
  36. }
  37. }
  38. func (x *MigrateAnnotation) String() string {
  39. return protoimpl.X.MessageStringOf(x)
  40. }
  41. func (*MigrateAnnotation) ProtoMessage() {}
  42. func (x *MigrateAnnotation) ProtoReflect() protoreflect.Message {
  43. mi := &file_udpa_annotations_migrate_proto_msgTypes[0]
  44. if protoimpl.UnsafeEnabled && x != nil {
  45. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  46. if ms.LoadMessageInfo() == nil {
  47. ms.StoreMessageInfo(mi)
  48. }
  49. return ms
  50. }
  51. return mi.MessageOf(x)
  52. }
  53. // Deprecated: Use MigrateAnnotation.ProtoReflect.Descriptor instead.
  54. func (*MigrateAnnotation) Descriptor() ([]byte, []int) {
  55. return file_udpa_annotations_migrate_proto_rawDescGZIP(), []int{0}
  56. }
  57. func (x *MigrateAnnotation) GetRename() string {
  58. if x != nil {
  59. return x.Rename
  60. }
  61. return ""
  62. }
  63. type FieldMigrateAnnotation struct {
  64. state protoimpl.MessageState
  65. sizeCache protoimpl.SizeCache
  66. unknownFields protoimpl.UnknownFields
  67. Rename string `protobuf:"bytes,1,opt,name=rename,proto3" json:"rename,omitempty"`
  68. OneofPromotion string `protobuf:"bytes,2,opt,name=oneof_promotion,json=oneofPromotion,proto3" json:"oneof_promotion,omitempty"`
  69. }
  70. func (x *FieldMigrateAnnotation) Reset() {
  71. *x = FieldMigrateAnnotation{}
  72. if protoimpl.UnsafeEnabled {
  73. mi := &file_udpa_annotations_migrate_proto_msgTypes[1]
  74. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  75. ms.StoreMessageInfo(mi)
  76. }
  77. }
  78. func (x *FieldMigrateAnnotation) String() string {
  79. return protoimpl.X.MessageStringOf(x)
  80. }
  81. func (*FieldMigrateAnnotation) ProtoMessage() {}
  82. func (x *FieldMigrateAnnotation) ProtoReflect() protoreflect.Message {
  83. mi := &file_udpa_annotations_migrate_proto_msgTypes[1]
  84. if protoimpl.UnsafeEnabled && x != nil {
  85. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  86. if ms.LoadMessageInfo() == nil {
  87. ms.StoreMessageInfo(mi)
  88. }
  89. return ms
  90. }
  91. return mi.MessageOf(x)
  92. }
  93. // Deprecated: Use FieldMigrateAnnotation.ProtoReflect.Descriptor instead.
  94. func (*FieldMigrateAnnotation) Descriptor() ([]byte, []int) {
  95. return file_udpa_annotations_migrate_proto_rawDescGZIP(), []int{1}
  96. }
  97. func (x *FieldMigrateAnnotation) GetRename() string {
  98. if x != nil {
  99. return x.Rename
  100. }
  101. return ""
  102. }
  103. func (x *FieldMigrateAnnotation) GetOneofPromotion() string {
  104. if x != nil {
  105. return x.OneofPromotion
  106. }
  107. return ""
  108. }
  109. type FileMigrateAnnotation struct {
  110. state protoimpl.MessageState
  111. sizeCache protoimpl.SizeCache
  112. unknownFields protoimpl.UnknownFields
  113. MoveToPackage string `protobuf:"bytes,2,opt,name=move_to_package,json=moveToPackage,proto3" json:"move_to_package,omitempty"`
  114. }
  115. func (x *FileMigrateAnnotation) Reset() {
  116. *x = FileMigrateAnnotation{}
  117. if protoimpl.UnsafeEnabled {
  118. mi := &file_udpa_annotations_migrate_proto_msgTypes[2]
  119. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  120. ms.StoreMessageInfo(mi)
  121. }
  122. }
  123. func (x *FileMigrateAnnotation) String() string {
  124. return protoimpl.X.MessageStringOf(x)
  125. }
  126. func (*FileMigrateAnnotation) ProtoMessage() {}
  127. func (x *FileMigrateAnnotation) ProtoReflect() protoreflect.Message {
  128. mi := &file_udpa_annotations_migrate_proto_msgTypes[2]
  129. if protoimpl.UnsafeEnabled && x != nil {
  130. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  131. if ms.LoadMessageInfo() == nil {
  132. ms.StoreMessageInfo(mi)
  133. }
  134. return ms
  135. }
  136. return mi.MessageOf(x)
  137. }
  138. // Deprecated: Use FileMigrateAnnotation.ProtoReflect.Descriptor instead.
  139. func (*FileMigrateAnnotation) Descriptor() ([]byte, []int) {
  140. return file_udpa_annotations_migrate_proto_rawDescGZIP(), []int{2}
  141. }
  142. func (x *FileMigrateAnnotation) GetMoveToPackage() string {
  143. if x != nil {
  144. return x.MoveToPackage
  145. }
  146. return ""
  147. }
  148. var file_udpa_annotations_migrate_proto_extTypes = []protoimpl.ExtensionInfo{
  149. {
  150. ExtendedType: (*descriptorpb.MessageOptions)(nil),
  151. ExtensionType: (*MigrateAnnotation)(nil),
  152. Field: 171962766,
  153. Name: "udpa.annotations.message_migrate",
  154. Tag: "bytes,171962766,opt,name=message_migrate",
  155. Filename: "udpa/annotations/migrate.proto",
  156. },
  157. {
  158. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  159. ExtensionType: (*FieldMigrateAnnotation)(nil),
  160. Field: 171962766,
  161. Name: "udpa.annotations.field_migrate",
  162. Tag: "bytes,171962766,opt,name=field_migrate",
  163. Filename: "udpa/annotations/migrate.proto",
  164. },
  165. {
  166. ExtendedType: (*descriptorpb.EnumOptions)(nil),
  167. ExtensionType: (*MigrateAnnotation)(nil),
  168. Field: 171962766,
  169. Name: "udpa.annotations.enum_migrate",
  170. Tag: "bytes,171962766,opt,name=enum_migrate",
  171. Filename: "udpa/annotations/migrate.proto",
  172. },
  173. {
  174. ExtendedType: (*descriptorpb.EnumValueOptions)(nil),
  175. ExtensionType: (*MigrateAnnotation)(nil),
  176. Field: 171962766,
  177. Name: "udpa.annotations.enum_value_migrate",
  178. Tag: "bytes,171962766,opt,name=enum_value_migrate",
  179. Filename: "udpa/annotations/migrate.proto",
  180. },
  181. {
  182. ExtendedType: (*descriptorpb.FileOptions)(nil),
  183. ExtensionType: (*FileMigrateAnnotation)(nil),
  184. Field: 171962766,
  185. Name: "udpa.annotations.file_migrate",
  186. Tag: "bytes,171962766,opt,name=file_migrate",
  187. Filename: "udpa/annotations/migrate.proto",
  188. },
  189. }
  190. // Extension fields to descriptorpb.MessageOptions.
  191. var (
  192. // optional udpa.annotations.MigrateAnnotation message_migrate = 171962766;
  193. E_MessageMigrate = &file_udpa_annotations_migrate_proto_extTypes[0]
  194. )
  195. // Extension fields to descriptorpb.FieldOptions.
  196. var (
  197. // optional udpa.annotations.FieldMigrateAnnotation field_migrate = 171962766;
  198. E_FieldMigrate = &file_udpa_annotations_migrate_proto_extTypes[1]
  199. )
  200. // Extension fields to descriptorpb.EnumOptions.
  201. var (
  202. // optional udpa.annotations.MigrateAnnotation enum_migrate = 171962766;
  203. E_EnumMigrate = &file_udpa_annotations_migrate_proto_extTypes[2]
  204. )
  205. // Extension fields to descriptorpb.EnumValueOptions.
  206. var (
  207. // optional udpa.annotations.MigrateAnnotation enum_value_migrate = 171962766;
  208. E_EnumValueMigrate = &file_udpa_annotations_migrate_proto_extTypes[3]
  209. )
  210. // Extension fields to descriptorpb.FileOptions.
  211. var (
  212. // optional udpa.annotations.FileMigrateAnnotation file_migrate = 171962766;
  213. E_FileMigrate = &file_udpa_annotations_migrate_proto_extTypes[4]
  214. )
  215. var File_udpa_annotations_migrate_proto protoreflect.FileDescriptor
  216. var file_udpa_annotations_migrate_proto_rawDesc = []byte{
  217. 0x0a, 0x1e, 0x75, 0x64, 0x70, 0x61, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
  218. 0x6e, 0x73, 0x2f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  219. 0x12, 0x10, 0x75, 0x64, 0x70, 0x61, 0x2e, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
  220. 0x6e, 0x73, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  221. 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70,
  222. 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2b, 0x0a, 0x11, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x41,
  223. 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x6e,
  224. 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x6e, 0x61, 0x6d,
  225. 0x65, 0x22, 0x59, 0x0a, 0x16, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74,
  226. 0x65, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x72,
  227. 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x6e,
  228. 0x61, 0x6d, 0x65, 0x12, 0x27, 0x0a, 0x0f, 0x6f, 0x6e, 0x65, 0x6f, 0x66, 0x5f, 0x70, 0x72, 0x6f,
  229. 0x6d, 0x6f, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6f, 0x6e,
  230. 0x65, 0x6f, 0x66, 0x50, 0x72, 0x6f, 0x6d, 0x6f, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x3f, 0x0a, 0x15,
  231. 0x46, 0x69, 0x6c, 0x65, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x41, 0x6e, 0x6e, 0x6f, 0x74,
  232. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x26, 0x0a, 0x0f, 0x6d, 0x6f, 0x76, 0x65, 0x5f, 0x74, 0x6f,
  233. 0x5f, 0x70, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
  234. 0x6d, 0x6f, 0x76, 0x65, 0x54, 0x6f, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x3a, 0x70, 0x0a,
  235. 0x0f, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x5f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65,
  236. 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  237. 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e,
  238. 0x73, 0x18, 0x8e, 0xe3, 0xff, 0x51, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x75, 0x64, 0x70,
  239. 0x61, 0x2e, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x4d, 0x69,
  240. 0x67, 0x72, 0x61, 0x74, 0x65, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
  241. 0x0e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x3a,
  242. 0x6f, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65,
  243. 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  244. 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18,
  245. 0x8e, 0xe3, 0xff, 0x51, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x75, 0x64, 0x70, 0x61, 0x2e,
  246. 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x46, 0x69, 0x65, 0x6c,
  247. 0x64, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
  248. 0x6f, 0x6e, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65,
  249. 0x3a, 0x67, 0x0a, 0x0c, 0x65, 0x6e, 0x75, 0x6d, 0x5f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65,
  250. 0x12, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  251. 0x75, 0x66, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x8e,
  252. 0xe3, 0xff, 0x51, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x75, 0x64, 0x70, 0x61, 0x2e, 0x61,
  253. 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x4d, 0x69, 0x67, 0x72, 0x61,
  254. 0x74, 0x65, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0b, 0x65, 0x6e,
  255. 0x75, 0x6d, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x3a, 0x77, 0x0a, 0x12, 0x65, 0x6e, 0x75,
  256. 0x6d, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5f, 0x6d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x12,
  257. 0x21, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75,
  258. 0x66, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f,
  259. 0x6e, 0x73, 0x18, 0x8e, 0xe3, 0xff, 0x51, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x75, 0x64,
  260. 0x70, 0x61, 0x2e, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x4d,
  261. 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
  262. 0x52, 0x10, 0x65, 0x6e, 0x75, 0x6d, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x4d, 0x69, 0x67, 0x72, 0x61,
  263. 0x74, 0x65, 0x3a, 0x6b, 0x0a, 0x0c, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x6d, 0x69, 0x67, 0x72, 0x61,
  264. 0x74, 0x65, 0x12, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  265. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
  266. 0x18, 0x8e, 0xe3, 0xff, 0x51, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x75, 0x64, 0x70, 0x61,
  267. 0x2e, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x46, 0x69, 0x6c,
  268. 0x65, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
  269. 0x6f, 0x6e, 0x52, 0x0b, 0x66, 0x69, 0x6c, 0x65, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x42,
  270. 0x24, 0x5a, 0x22, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6e,
  271. 0x63, 0x66, 0x2f, 0x78, 0x64, 0x73, 0x2f, 0x67, 0x6f, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61,
  272. 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  273. }
  274. var (
  275. file_udpa_annotations_migrate_proto_rawDescOnce sync.Once
  276. file_udpa_annotations_migrate_proto_rawDescData = file_udpa_annotations_migrate_proto_rawDesc
  277. )
  278. func file_udpa_annotations_migrate_proto_rawDescGZIP() []byte {
  279. file_udpa_annotations_migrate_proto_rawDescOnce.Do(func() {
  280. file_udpa_annotations_migrate_proto_rawDescData = protoimpl.X.CompressGZIP(file_udpa_annotations_migrate_proto_rawDescData)
  281. })
  282. return file_udpa_annotations_migrate_proto_rawDescData
  283. }
  284. var file_udpa_annotations_migrate_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
  285. var file_udpa_annotations_migrate_proto_goTypes = []interface{}{
  286. (*MigrateAnnotation)(nil), // 0: udpa.annotations.MigrateAnnotation
  287. (*FieldMigrateAnnotation)(nil), // 1: udpa.annotations.FieldMigrateAnnotation
  288. (*FileMigrateAnnotation)(nil), // 2: udpa.annotations.FileMigrateAnnotation
  289. (*descriptorpb.MessageOptions)(nil), // 3: google.protobuf.MessageOptions
  290. (*descriptorpb.FieldOptions)(nil), // 4: google.protobuf.FieldOptions
  291. (*descriptorpb.EnumOptions)(nil), // 5: google.protobuf.EnumOptions
  292. (*descriptorpb.EnumValueOptions)(nil), // 6: google.protobuf.EnumValueOptions
  293. (*descriptorpb.FileOptions)(nil), // 7: google.protobuf.FileOptions
  294. }
  295. var file_udpa_annotations_migrate_proto_depIdxs = []int32{
  296. 3, // 0: udpa.annotations.message_migrate:extendee -> google.protobuf.MessageOptions
  297. 4, // 1: udpa.annotations.field_migrate:extendee -> google.protobuf.FieldOptions
  298. 5, // 2: udpa.annotations.enum_migrate:extendee -> google.protobuf.EnumOptions
  299. 6, // 3: udpa.annotations.enum_value_migrate:extendee -> google.protobuf.EnumValueOptions
  300. 7, // 4: udpa.annotations.file_migrate:extendee -> google.protobuf.FileOptions
  301. 0, // 5: udpa.annotations.message_migrate:type_name -> udpa.annotations.MigrateAnnotation
  302. 1, // 6: udpa.annotations.field_migrate:type_name -> udpa.annotations.FieldMigrateAnnotation
  303. 0, // 7: udpa.annotations.enum_migrate:type_name -> udpa.annotations.MigrateAnnotation
  304. 0, // 8: udpa.annotations.enum_value_migrate:type_name -> udpa.annotations.MigrateAnnotation
  305. 2, // 9: udpa.annotations.file_migrate:type_name -> udpa.annotations.FileMigrateAnnotation
  306. 10, // [10:10] is the sub-list for method output_type
  307. 10, // [10:10] is the sub-list for method input_type
  308. 5, // [5:10] is the sub-list for extension type_name
  309. 0, // [0:5] is the sub-list for extension extendee
  310. 0, // [0:0] is the sub-list for field type_name
  311. }
  312. func init() { file_udpa_annotations_migrate_proto_init() }
  313. func file_udpa_annotations_migrate_proto_init() {
  314. if File_udpa_annotations_migrate_proto != nil {
  315. return
  316. }
  317. if !protoimpl.UnsafeEnabled {
  318. file_udpa_annotations_migrate_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  319. switch v := v.(*MigrateAnnotation); i {
  320. case 0:
  321. return &v.state
  322. case 1:
  323. return &v.sizeCache
  324. case 2:
  325. return &v.unknownFields
  326. default:
  327. return nil
  328. }
  329. }
  330. file_udpa_annotations_migrate_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  331. switch v := v.(*FieldMigrateAnnotation); i {
  332. case 0:
  333. return &v.state
  334. case 1:
  335. return &v.sizeCache
  336. case 2:
  337. return &v.unknownFields
  338. default:
  339. return nil
  340. }
  341. }
  342. file_udpa_annotations_migrate_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  343. switch v := v.(*FileMigrateAnnotation); i {
  344. case 0:
  345. return &v.state
  346. case 1:
  347. return &v.sizeCache
  348. case 2:
  349. return &v.unknownFields
  350. default:
  351. return nil
  352. }
  353. }
  354. }
  355. type x struct{}
  356. out := protoimpl.TypeBuilder{
  357. File: protoimpl.DescBuilder{
  358. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  359. RawDescriptor: file_udpa_annotations_migrate_proto_rawDesc,
  360. NumEnums: 0,
  361. NumMessages: 3,
  362. NumExtensions: 5,
  363. NumServices: 0,
  364. },
  365. GoTypes: file_udpa_annotations_migrate_proto_goTypes,
  366. DependencyIndexes: file_udpa_annotations_migrate_proto_depIdxs,
  367. MessageInfos: file_udpa_annotations_migrate_proto_msgTypes,
  368. ExtensionInfos: file_udpa_annotations_migrate_proto_extTypes,
  369. }.Build()
  370. File_udpa_annotations_migrate_proto = out.File
  371. file_udpa_annotations_migrate_proto_rawDesc = nil
  372. file_udpa_annotations_migrate_proto_goTypes = nil
  373. file_udpa_annotations_migrate_proto_depIdxs = nil
  374. }