update ext numbers
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
969c6d5dbf
commit
6a59a1918e
@ -24,41 +24,41 @@ var file_openapiv2_annotations_proto_extTypes = []protoimpl.ExtensionInfo{
|
|||||||
{
|
{
|
||||||
ExtendedType: (*descriptorpb.FileOptions)(nil),
|
ExtendedType: (*descriptorpb.FileOptions)(nil),
|
||||||
ExtensionType: (*Document)(nil),
|
ExtensionType: (*Document)(nil),
|
||||||
Field: 1042,
|
Field: 847940,
|
||||||
Name: "micro.openapiv2.openapiv2_swagger",
|
Name: "micro.openapiv2.openapiv2_swagger",
|
||||||
Tag: "bytes,1042,opt,name=openapiv2_swagger",
|
Tag: "bytes,847940,opt,name=openapiv2_swagger",
|
||||||
Filename: "openapiv2/annotations.proto",
|
Filename: "openapiv2/annotations.proto",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ExtendedType: (*descriptorpb.MethodOptions)(nil),
|
ExtendedType: (*descriptorpb.MethodOptions)(nil),
|
||||||
ExtensionType: (*Operation)(nil),
|
ExtensionType: (*Operation)(nil),
|
||||||
Field: 1042,
|
Field: 847940,
|
||||||
Name: "micro.openapiv2.openapiv2_operation",
|
Name: "micro.openapiv2.openapiv2_operation",
|
||||||
Tag: "bytes,1042,opt,name=openapiv2_operation",
|
Tag: "bytes,847940,opt,name=openapiv2_operation",
|
||||||
Filename: "openapiv2/annotations.proto",
|
Filename: "openapiv2/annotations.proto",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ExtendedType: (*descriptorpb.MessageOptions)(nil),
|
ExtendedType: (*descriptorpb.MessageOptions)(nil),
|
||||||
ExtensionType: (*Schema)(nil),
|
ExtensionType: (*Schema)(nil),
|
||||||
Field: 1042,
|
Field: 847940,
|
||||||
Name: "micro.openapiv2.openapiv2_schema",
|
Name: "micro.openapiv2.openapiv2_schema",
|
||||||
Tag: "bytes,1042,opt,name=openapiv2_schema",
|
Tag: "bytes,847940,opt,name=openapiv2_schema",
|
||||||
Filename: "openapiv2/annotations.proto",
|
Filename: "openapiv2/annotations.proto",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ExtendedType: (*descriptorpb.ServiceOptions)(nil),
|
ExtendedType: (*descriptorpb.ServiceOptions)(nil),
|
||||||
ExtensionType: (*Tag)(nil),
|
ExtensionType: (*Tag)(nil),
|
||||||
Field: 1042,
|
Field: 847940,
|
||||||
Name: "micro.openapiv2.openapiv2_tag",
|
Name: "micro.openapiv2.openapiv2_tag",
|
||||||
Tag: "bytes,1042,opt,name=openapiv2_tag",
|
Tag: "bytes,847940,opt,name=openapiv2_tag",
|
||||||
Filename: "openapiv2/annotations.proto",
|
Filename: "openapiv2/annotations.proto",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ExtendedType: (*descriptorpb.FieldOptions)(nil),
|
ExtendedType: (*descriptorpb.FieldOptions)(nil),
|
||||||
ExtensionType: (*Schema)(nil),
|
ExtensionType: (*Schema)(nil),
|
||||||
Field: 1042,
|
Field: 847940,
|
||||||
Name: "micro.openapiv2.openapiv2_field",
|
Name: "micro.openapiv2.openapiv2_field",
|
||||||
Tag: "bytes,1042,opt,name=openapiv2_field",
|
Tag: "bytes,847940,opt,name=openapiv2_field",
|
||||||
Filename: "openapiv2/annotations.proto",
|
Filename: "openapiv2/annotations.proto",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
@ -70,7 +70,7 @@ var (
|
|||||||
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
||||||
// different descriptor messages.
|
// different descriptor messages.
|
||||||
//
|
//
|
||||||
// optional micro.openapiv2.Document openapiv2_swagger = 1042;
|
// optional micro.openapiv2.Document openapiv2_swagger = 847940;
|
||||||
E_Openapiv2Swagger = &file_openapiv2_annotations_proto_extTypes[0]
|
E_Openapiv2Swagger = &file_openapiv2_annotations_proto_extTypes[0]
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -81,7 +81,7 @@ var (
|
|||||||
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
||||||
// different descriptor messages.
|
// different descriptor messages.
|
||||||
//
|
//
|
||||||
// optional micro.openapiv2.Operation openapiv2_operation = 1042;
|
// optional micro.openapiv2.Operation openapiv2_operation = 847940;
|
||||||
E_Openapiv2Operation = &file_openapiv2_annotations_proto_extTypes[1]
|
E_Openapiv2Operation = &file_openapiv2_annotations_proto_extTypes[1]
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -92,7 +92,7 @@ var (
|
|||||||
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
||||||
// different descriptor messages.
|
// different descriptor messages.
|
||||||
//
|
//
|
||||||
// optional micro.openapiv2.Schema openapiv2_schema = 1042;
|
// optional micro.openapiv2.Schema openapiv2_schema = 847940;
|
||||||
E_Openapiv2Schema = &file_openapiv2_annotations_proto_extTypes[2]
|
E_Openapiv2Schema = &file_openapiv2_annotations_proto_extTypes[2]
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -103,7 +103,7 @@ var (
|
|||||||
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
||||||
// different descriptor messages.
|
// different descriptor messages.
|
||||||
//
|
//
|
||||||
// optional micro.openapiv2.Tag openapiv2_tag = 1042;
|
// optional micro.openapiv2.Tag openapiv2_tag = 847940;
|
||||||
E_Openapiv2Tag = &file_openapiv2_annotations_proto_extTypes[3]
|
E_Openapiv2Tag = &file_openapiv2_annotations_proto_extTypes[3]
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -114,7 +114,7 @@ var (
|
|||||||
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
||||||
// different descriptor messages.
|
// different descriptor messages.
|
||||||
//
|
//
|
||||||
// optional micro.openapiv2.Schema openapiv2_field = 1042;
|
// optional micro.openapiv2.Schema openapiv2_field = 847940;
|
||||||
E_Openapiv2Field = &file_openapiv2_annotations_proto_extTypes[4]
|
E_Openapiv2Field = &file_openapiv2_annotations_proto_extTypes[4]
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -127,43 +127,43 @@ var file_openapiv2_annotations_proto_rawDesc = []byte{
|
|||||||
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f,
|
0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f,
|
||||||
0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||||||
0x1a, 0x1a, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2f, 0x67, 0x6f, 0x70, 0x65,
|
0x1a, 0x1a, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2f, 0x67, 0x6f, 0x70, 0x65,
|
||||||
0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3a, 0x65, 0x0a, 0x11,
|
0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3a, 0x66, 0x0a, 0x11,
|
||||||
0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x5f, 0x73, 0x77, 0x61, 0x67, 0x67, 0x65,
|
0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x5f, 0x73, 0x77, 0x61, 0x67, 0x67, 0x65,
|
||||||
0x72, 0x12, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
0x72, 0x12, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
||||||
0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18,
|
0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x6c, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18,
|
||||||
0x92, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x6f,
|
0xc4, 0xe0, 0x33, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e,
|
||||||
0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2e, 0x44, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e,
|
0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2e, 0x44, 0x6f, 0x63, 0x75, 0x6d, 0x65,
|
||||||
0x74, 0x52, 0x10, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x53, 0x77, 0x61, 0x67,
|
0x6e, 0x74, 0x52, 0x10, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x53, 0x77, 0x61,
|
||||||
0x67, 0x65, 0x72, 0x3a, 0x6c, 0x0a, 0x13, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32,
|
0x67, 0x67, 0x65, 0x72, 0x3a, 0x6d, 0x0a, 0x13, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76,
|
||||||
0x5f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x2e, 0x67, 0x6f, 0x6f,
|
0x32, 0x5f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x2e, 0x67, 0x6f,
|
||||||
0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x74,
|
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65,
|
||||||
0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x92, 0x08, 0x20, 0x01, 0x28,
|
0x74, 0x68, 0x6f, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xc4, 0xe0, 0x33, 0x20,
|
||||||
0x0b, 0x32, 0x1a, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70,
|
0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x6e,
|
||||||
0x69, 0x76, 0x32, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x12, 0x6f,
|
0x61, 0x70, 0x69, 0x76, 0x32, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
|
||||||
0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
|
0x12, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74,
|
||||||
0x6e, 0x3a, 0x64, 0x0a, 0x10, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x5f, 0x73,
|
0x69, 0x6f, 0x6e, 0x3a, 0x65, 0x0a, 0x10, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32,
|
||||||
0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
|
0x5f, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
||||||
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x4f,
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67,
|
||||||
0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x92, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e,
|
0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xc4, 0xe0, 0x33, 0x20, 0x01, 0x28, 0x0b,
|
||||||
0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2e,
|
0x32, 0x17, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69,
|
||||||
0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x0f, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76,
|
0x76, 0x32, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x0f, 0x6f, 0x70, 0x65, 0x6e, 0x61,
|
||||||
0x32, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x3a, 0x5b, 0x0a, 0x0d, 0x6f, 0x70, 0x65, 0x6e, 0x61,
|
0x70, 0x69, 0x76, 0x32, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x3a, 0x5c, 0x0a, 0x0d, 0x6f, 0x70,
|
||||||
0x70, 0x69, 0x76, 0x32, 0x5f, 0x74, 0x61, 0x67, 0x12, 0x1f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x5f, 0x74, 0x61, 0x67, 0x12, 0x1f, 0x2e, 0x67, 0x6f,
|
||||||
0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x65, 0x72, 0x76, 0x69,
|
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x65,
|
||||||
0x63, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x92, 0x08, 0x20, 0x01, 0x28, 0x0b,
|
0x72, 0x76, 0x69, 0x63, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xc4, 0xe0, 0x33,
|
||||||
0x32, 0x14, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69,
|
0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x6f, 0x70, 0x65,
|
||||||
0x76, 0x32, 0x2e, 0x54, 0x61, 0x67, 0x52, 0x0c, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76,
|
0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2e, 0x54, 0x61, 0x67, 0x52, 0x0c, 0x6f, 0x70, 0x65, 0x6e,
|
||||||
0x32, 0x54, 0x61, 0x67, 0x3a, 0x60, 0x0a, 0x0f, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76,
|
0x61, 0x70, 0x69, 0x76, 0x32, 0x54, 0x61, 0x67, 0x3a, 0x61, 0x0a, 0x0f, 0x6f, 0x70, 0x65, 0x6e,
|
||||||
0x32, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
0x61, 0x70, 0x69, 0x76, 0x32, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x1d, 0x2e, 0x67, 0x6f,
|
||||||
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f,
|
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69,
|
||||||
0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x92, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e,
|
0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xc4, 0xe0, 0x33, 0x20, 0x01,
|
||||||
0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2e,
|
0x28, 0x0b, 0x32, 0x17, 0x2e, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2e, 0x6f, 0x70, 0x65, 0x6e, 0x61,
|
||||||
0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x0e, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76,
|
0x70, 0x69, 0x76, 0x32, 0x2e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x0e, 0x6f, 0x70, 0x65,
|
||||||
0x32, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x42, 0x39, 0x5a, 0x37, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62,
|
0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x42, 0x39, 0x5a, 0x37, 0x67,
|
||||||
0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x75, 0x6e, 0x69, 0x73, 0x74, 0x61, 0x63, 0x6b, 0x2d, 0x6f, 0x72,
|
0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x75, 0x6e, 0x69, 0x73, 0x74, 0x61,
|
||||||
0x67, 0x2f, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6f, 0x70,
|
0x63, 0x6b, 0x2d, 0x6f, 0x72, 0x67, 0x2f, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2d, 0x70, 0x72, 0x6f,
|
||||||
0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x3b, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76,
|
0x74, 0x6f, 0x2f, 0x6f, 0x70, 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x3b, 0x6f, 0x70, 0x65,
|
||||||
0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
||||||
}
|
}
|
||||||
|
|
||||||
var file_openapiv2_annotations_proto_goTypes = []interface{}{
|
var file_openapiv2_annotations_proto_goTypes = []interface{}{
|
||||||
|
@ -12,33 +12,33 @@ extend google.protobuf.FileOptions {
|
|||||||
//
|
//
|
||||||
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
||||||
// different descriptor messages.
|
// different descriptor messages.
|
||||||
Document openapiv2_swagger = 1042;
|
Document openapiv2_swagger = 847940;
|
||||||
}
|
}
|
||||||
extend google.protobuf.MethodOptions {
|
extend google.protobuf.MethodOptions {
|
||||||
// ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
|
// ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
|
||||||
//
|
//
|
||||||
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
||||||
// different descriptor messages.
|
// different descriptor messages.
|
||||||
Operation openapiv2_operation = 1042;
|
Operation openapiv2_operation = 847940;
|
||||||
}
|
}
|
||||||
extend google.protobuf.MessageOptions {
|
extend google.protobuf.MessageOptions {
|
||||||
// ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
|
// ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
|
||||||
//
|
//
|
||||||
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
||||||
// different descriptor messages.
|
// different descriptor messages.
|
||||||
Schema openapiv2_schema = 1042;
|
Schema openapiv2_schema = 847940;
|
||||||
}
|
}
|
||||||
extend google.protobuf.ServiceOptions {
|
extend google.protobuf.ServiceOptions {
|
||||||
// ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
|
// ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
|
||||||
//
|
//
|
||||||
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
||||||
// different descriptor messages.
|
// different descriptor messages.
|
||||||
Tag openapiv2_tag = 1042;
|
Tag openapiv2_tag = 847940;
|
||||||
}
|
}
|
||||||
extend google.protobuf.FieldOptions {
|
extend google.protobuf.FieldOptions {
|
||||||
// ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
|
// ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.
|
||||||
//
|
//
|
||||||
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
// All IDs are the same, as assigned. It is okay that they are the same, as they extend
|
||||||
// different descriptor messages.
|
// different descriptor messages.
|
||||||
Schema openapiv2_field = 1042;
|
Schema openapiv2_field = 847940;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user