Skip to content

Commit 1fbce09

Browse files
added extendes options
1 parent 8ad0012 commit 1fbce09

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

ydb/public/api/client/yc_public/events/options.proto

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,30 @@ extend google.protobuf.FieldOptions {
1313
extend google.protobuf.MessageOptions {
1414
bool include = 100800;
1515
}
16+
17+
extend google.protobuf.MessageOptions {
18+
bool system_organization = 100900;
19+
}
20+
21+
extend google.protobuf.FieldOptions {
22+
ResourcePathOption resource_path = 101000;
23+
}
24+
25+
extend google.protobuf.FieldOptions {
26+
ResourceNameOption resource_name = 101100;
27+
}
28+
29+
message ResourcePathOption {
30+
string resource_type = 1;
31+
CustomTypes custom_type = 2;
32+
}
33+
34+
message ResourceNameOption {
35+
string resource_type = 1;
36+
}
37+
38+
enum CustomTypes {
39+
CUSTOM_TYPES_UNSPECIFIED = 0;
40+
FEDERATION = 1;
41+
SUBJECT = 2;
42+
}

0 commit comments

Comments
 (0)