update ext numbers

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-09-05 23:44:36 +03:00
parent 969c6d5dbf
commit 6a59a1918e
2 changed files with 54 additions and 54 deletions

View File

@@ -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
// different descriptor messages.
Document openapiv2_swagger = 1042;
Document openapiv2_swagger = 847940;
}
extend google.protobuf.MethodOptions {
// 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
// different descriptor messages.
Operation openapiv2_operation = 1042;
Operation openapiv2_operation = 847940;
}
extend google.protobuf.MessageOptions {
// 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
// different descriptor messages.
Schema openapiv2_schema = 1042;
Schema openapiv2_schema = 847940;
}
extend google.protobuf.ServiceOptions {
// 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
// different descriptor messages.
Tag openapiv2_tag = 1042;
Tag openapiv2_tag = 847940;
}
extend google.protobuf.FieldOptions {
// 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
// different descriptor messages.
Schema openapiv2_field = 1042;
Schema openapiv2_field = 847940;
}