migrate.pb.go 17 KB

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