File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,7 @@ message TabularCapture {
97
97
repeated string tags = 14 [(tagger.v1.tags ) = "bson:\"tags\" json:\"tags\"" ];
98
98
int32 message_count = 15 [(tagger.v1.tags ) = "bson:\"message_count\" json:\"message_count\"" ];
99
99
int64 file_size_bytes = 16 [(tagger.v1.tags ) = "bson:\"file_size_bytes\" json:\"file_size_bytes\"" ];
100
- string session_id = 17 ;
101
-
100
+ string session_id = 17 [(tagger.v1.tags ) = "bson:\"session_id\" json:\"session_id\"" ];
102
101
}
103
102
104
103
message BinaryCapture {
@@ -116,7 +115,7 @@ message BinaryCapture {
116
115
string file_id = 12 [(tagger.v1.tags ) = "bson:\"file_id\" json:\"file_id\"" ];
117
116
repeated string tags = 13 [(tagger.v1.tags ) = "bson:\"tags\" json:\"tags\"" ];
118
117
int64 file_size_bytes = 14 [(tagger.v1.tags ) = "bson:\"file_size_bytes\" json:\"file_size_bytes\"" ];
119
- string session_id = 17 ;
118
+ string session_id = 15 [ (tagger.v1 .tags ) = "bson:\"session_id\" json:\"session_id\"" ] ;
120
119
}
121
120
122
121
message UserFile {
You can’t perform that action at this time.
0 commit comments