We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad0012 commit 1fbce09Copy full SHA for 1fbce09
ydb/public/api/client/yc_public/events/options.proto
@@ -13,3 +13,30 @@ extend google.protobuf.FieldOptions {
13
extend google.protobuf.MessageOptions {
14
bool include = 100800;
15
}
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
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
36
37
38
+enum CustomTypes {
39
+ CUSTOM_TYPES_UNSPECIFIED = 0;
40
+ FEDERATION = 1;
41
+ SUBJECT = 2;
42
0 commit comments