2
0

annotations.pb.go 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. // Copyright 2022 Google LLC. All Rights Reserved.
  2. //
  3. // Licensed under the Apache License, Version 2.0 (the "License");
  4. // you may not use this file except in compliance with the License.
  5. // You may obtain a copy of the License at
  6. //
  7. // http://www.apache.org/licenses/LICENSE-2.0
  8. //
  9. // Unless required by applicable law or agreed to in writing, software
  10. // distributed under the License is distributed on an "AS IS" BASIS,
  11. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. // See the License for the specific language governing permissions and
  13. // limitations under the License.
  14. // Code generated by protoc-gen-go. DO NOT EDIT.
  15. // versions:
  16. // protoc-gen-go v1.35.1
  17. // protoc v4.23.4
  18. // source: openapiv3/annotations.proto
  19. package openapi_v3
  20. import (
  21. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  22. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  23. descriptorpb "google.golang.org/protobuf/types/descriptorpb"
  24. reflect "reflect"
  25. )
  26. const (
  27. // Verify that this generated code is sufficiently up-to-date.
  28. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  29. // Verify that runtime/protoimpl is sufficiently up-to-date.
  30. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  31. )
  32. var file_openapiv3_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
  33. {
  34. ExtendedType: (*descriptorpb.FileOptions)(nil),
  35. ExtensionType: (*Document)(nil),
  36. Field: 1143,
  37. Name: "openapi.v3.document",
  38. Tag: "bytes,1143,opt,name=document",
  39. Filename: "openapiv3/annotations.proto",
  40. },
  41. {
  42. ExtendedType: (*descriptorpb.MethodOptions)(nil),
  43. ExtensionType: (*Operation)(nil),
  44. Field: 1143,
  45. Name: "openapi.v3.operation",
  46. Tag: "bytes,1143,opt,name=operation",
  47. Filename: "openapiv3/annotations.proto",
  48. },
  49. {
  50. ExtendedType: (*descriptorpb.MessageOptions)(nil),
  51. ExtensionType: (*Schema)(nil),
  52. Field: 1143,
  53. Name: "openapi.v3.schema",
  54. Tag: "bytes,1143,opt,name=schema",
  55. Filename: "openapiv3/annotations.proto",
  56. },
  57. {
  58. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  59. ExtensionType: (*Schema)(nil),
  60. Field: 1143,
  61. Name: "openapi.v3.property",
  62. Tag: "bytes,1143,opt,name=property",
  63. Filename: "openapiv3/annotations.proto",
  64. },
  65. }
  66. // Extension fields to descriptorpb.FileOptions.
  67. var (
  68. // optional openapi.v3.Document document = 1143;
  69. E_Document = &file_openapiv3_annotations_proto_extTypes[0]
  70. )
  71. // Extension fields to descriptorpb.MethodOptions.
  72. var (
  73. // optional openapi.v3.Operation operation = 1143;
  74. E_Operation = &file_openapiv3_annotations_proto_extTypes[1]
  75. )
  76. // Extension fields to descriptorpb.MessageOptions.
  77. var (
  78. // optional openapi.v3.Schema schema = 1143;
  79. E_Schema = &file_openapiv3_annotations_proto_extTypes[2]
  80. )
  81. // Extension fields to descriptorpb.FieldOptions.
  82. var (
  83. // optional openapi.v3.Schema property = 1143;
  84. E_Property = &file_openapiv3_annotations_proto_extTypes[3]
  85. )
  86. var File_openapiv3_annotations_proto protoreflect.FileDescriptor
  87. var file_openapiv3_annotations_proto_rawDesc = []byte{
  88. 0x0a, 0x1b, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x33, 0x2f, 0x61, 0x6e, 0x6e, 0x6f,
  89. 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a, 0x6f,
  90. 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x33, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
  91. 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72,
  92. 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x6f, 0x70, 0x65,
  93. 0x6e, 0x61, 0x70, 0x69, 0x76, 0x33, 0x2f, 0x4f, 0x70, 0x65, 0x6e, 0x41, 0x50, 0x49, 0x76, 0x33,
  94. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3a, 0x4f, 0x0a, 0x08, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65,
  95. 0x6e, 0x74, 0x12, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  96. 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
  97. 0x18, 0xf7, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70,
  98. 0x69, 0x2e, 0x76, 0x33, 0x2e, 0x44, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x08, 0x64,
  99. 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x3a, 0x54, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61,
  100. 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72,
  101. 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74,
  102. 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xf7, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x6f, 0x70,
  103. 0x65, 0x6e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x33, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
  104. 0x6f, 0x6e, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3a, 0x4c, 0x0a,
  105. 0x06, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  106. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
  107. 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xf7, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32,
  108. 0x12, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x33, 0x2e, 0x53, 0x63, 0x68,
  109. 0x65, 0x6d, 0x61, 0x52, 0x06, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x3a, 0x4e, 0x0a, 0x08, 0x70,
  110. 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
  111. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f,
  112. 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xf7, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e,
  113. 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x33, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x6d,
  114. 0x61, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x42, 0x42, 0x0a, 0x0e, 0x6f,
  115. 0x72, 0x67, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x5f, 0x76, 0x33, 0x42, 0x10, 0x41,
  116. 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50,
  117. 0x01, 0x5a, 0x16, 0x2e, 0x2f, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x33, 0x3b, 0x6f,
  118. 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x5f, 0x76, 0x33, 0xa2, 0x02, 0x03, 0x4f, 0x41, 0x53, 0x62,
  119. 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  120. }
  121. var file_openapiv3_annotations_proto_goTypes = []any{
  122. (*descriptorpb.FileOptions)(nil), // 0: google.protobuf.FileOptions
  123. (*descriptorpb.MethodOptions)(nil), // 1: google.protobuf.MethodOptions
  124. (*descriptorpb.MessageOptions)(nil), // 2: google.protobuf.MessageOptions
  125. (*descriptorpb.FieldOptions)(nil), // 3: google.protobuf.FieldOptions
  126. (*Document)(nil), // 4: openapi.v3.Document
  127. (*Operation)(nil), // 5: openapi.v3.Operation
  128. (*Schema)(nil), // 6: openapi.v3.Schema
  129. }
  130. var file_openapiv3_annotations_proto_depIdxs = []int32{
  131. 0, // 0: openapi.v3.document:extendee -> google.protobuf.FileOptions
  132. 1, // 1: openapi.v3.operation:extendee -> google.protobuf.MethodOptions
  133. 2, // 2: openapi.v3.schema:extendee -> google.protobuf.MessageOptions
  134. 3, // 3: openapi.v3.property:extendee -> google.protobuf.FieldOptions
  135. 4, // 4: openapi.v3.document:type_name -> openapi.v3.Document
  136. 5, // 5: openapi.v3.operation:type_name -> openapi.v3.Operation
  137. 6, // 6: openapi.v3.schema:type_name -> openapi.v3.Schema
  138. 6, // 7: openapi.v3.property:type_name -> openapi.v3.Schema
  139. 8, // [8:8] is the sub-list for method output_type
  140. 8, // [8:8] is the sub-list for method input_type
  141. 4, // [4:8] is the sub-list for extension type_name
  142. 0, // [0:4] is the sub-list for extension extendee
  143. 0, // [0:0] is the sub-list for field type_name
  144. }
  145. func init() { file_openapiv3_annotations_proto_init() }
  146. func file_openapiv3_annotations_proto_init() {
  147. if File_openapiv3_annotations_proto != nil {
  148. return
  149. }
  150. file_openapiv3_OpenAPIv3_proto_init()
  151. type x struct{}
  152. out := protoimpl.TypeBuilder{
  153. File: protoimpl.DescBuilder{
  154. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  155. RawDescriptor: file_openapiv3_annotations_proto_rawDesc,
  156. NumEnums: 0,
  157. NumMessages: 0,
  158. NumExtensions: 4,
  159. NumServices: 0,
  160. },
  161. GoTypes: file_openapiv3_annotations_proto_goTypes,
  162. DependencyIndexes: file_openapiv3_annotations_proto_depIdxs,
  163. ExtensionInfos: file_openapiv3_annotations_proto_extTypes,
  164. }.Build()
  165. File_openapiv3_annotations_proto = out.File
  166. file_openapiv3_annotations_proto_rawDesc = nil
  167. file_openapiv3_annotations_proto_goTypes = nil
  168. file_openapiv3_annotations_proto_depIdxs = nil
  169. }