Add Camino display label field metadata
This commit is contained in:
@@ -26,6 +26,7 @@ extend google.protobuf.FieldOptions {
|
||||
FieldStorage field_storage = 51022;
|
||||
FieldOps field_ops = 51023;
|
||||
InterfaceFieldContract interface_field = 51024;
|
||||
bool display_label = 51025;
|
||||
}
|
||||
|
||||
extend google.protobuf.MethodOptions {
|
||||
|
||||
@@ -94,6 +94,7 @@ message FieldSchema {
|
||||
FieldStorage storage = 7;
|
||||
FieldOps ops = 8;
|
||||
InterfaceFieldContract interface_contract = 9;
|
||||
bool is_display_label = 10;
|
||||
}
|
||||
|
||||
message FieldStorage {
|
||||
|
||||
Reference in New Issue
Block a user