@@ -26,7 +26,7 @@ pub struct FileDescriptorSet {
26
26
// message fields
27
27
file : :: protobuf:: RepeatedField < FileDescriptorProto > ,
28
28
// special fields
29
- unknown_fields : :: protobuf:: UnknownFields ,
29
+ pub unknown_fields : :: protobuf:: UnknownFields ,
30
30
cached_size : :: protobuf:: CachedSize ,
31
31
}
32
32
@@ -194,7 +194,7 @@ pub struct FileDescriptorProto {
194
194
source_code_info : :: protobuf:: SingularPtrField < SourceCodeInfo > ,
195
195
syntax : :: protobuf:: SingularField < :: std:: string:: String > ,
196
196
// special fields
197
- unknown_fields : :: protobuf:: UnknownFields ,
197
+ pub unknown_fields : :: protobuf:: UnknownFields ,
198
198
cached_size : :: protobuf:: CachedSize ,
199
199
}
200
200
@@ -892,7 +892,7 @@ pub struct DescriptorProto {
892
892
reserved_range : :: protobuf:: RepeatedField < DescriptorProto_ReservedRange > ,
893
893
reserved_name : :: protobuf:: RepeatedField < :: std:: string:: String > ,
894
894
// special fields
895
- unknown_fields : :: protobuf:: UnknownFields ,
895
+ pub unknown_fields : :: protobuf:: UnknownFields ,
896
896
cached_size : :: protobuf:: CachedSize ,
897
897
}
898
898
@@ -1486,7 +1486,7 @@ pub struct DescriptorProto_ExtensionRange {
1486
1486
start : :: std:: option:: Option < i32 > ,
1487
1487
end : :: std:: option:: Option < i32 > ,
1488
1488
// special fields
1489
- unknown_fields : :: protobuf:: UnknownFields ,
1489
+ pub unknown_fields : :: protobuf:: UnknownFields ,
1490
1490
cached_size : :: protobuf:: CachedSize ,
1491
1491
}
1492
1492
@@ -1674,7 +1674,7 @@ pub struct DescriptorProto_ReservedRange {
1674
1674
start : :: std:: option:: Option < i32 > ,
1675
1675
end : :: std:: option:: Option < i32 > ,
1676
1676
// special fields
1677
- unknown_fields : :: protobuf:: UnknownFields ,
1677
+ pub unknown_fields : :: protobuf:: UnknownFields ,
1678
1678
cached_size : :: protobuf:: CachedSize ,
1679
1679
}
1680
1680
@@ -1870,7 +1870,7 @@ pub struct FieldDescriptorProto {
1870
1870
json_name : :: protobuf:: SingularField < :: std:: string:: String > ,
1871
1871
options : :: protobuf:: SingularPtrField < FieldOptions > ,
1872
1872
// special fields
1873
- unknown_fields : :: protobuf:: UnknownFields ,
1873
+ pub unknown_fields : :: protobuf:: UnknownFields ,
1874
1874
cached_size : :: protobuf:: CachedSize ,
1875
1875
}
1876
1876
@@ -2595,7 +2595,7 @@ pub struct OneofDescriptorProto {
2595
2595
name : :: protobuf:: SingularField < :: std:: string:: String > ,
2596
2596
options : :: protobuf:: SingularPtrField < OneofOptions > ,
2597
2597
// special fields
2598
- unknown_fields : :: protobuf:: UnknownFields ,
2598
+ pub unknown_fields : :: protobuf:: UnknownFields ,
2599
2599
cached_size : :: protobuf:: CachedSize ,
2600
2600
}
2601
2601
@@ -2814,7 +2814,7 @@ pub struct EnumDescriptorProto {
2814
2814
value : :: protobuf:: RepeatedField < EnumValueDescriptorProto > ,
2815
2815
options : :: protobuf:: SingularPtrField < EnumOptions > ,
2816
2816
// special fields
2817
- unknown_fields : :: protobuf:: UnknownFields ,
2817
+ pub unknown_fields : :: protobuf:: UnknownFields ,
2818
2818
cached_size : :: protobuf:: CachedSize ,
2819
2819
}
2820
2820
@@ -3081,7 +3081,7 @@ pub struct EnumValueDescriptorProto {
3081
3081
number : :: std:: option:: Option < i32 > ,
3082
3082
options : :: protobuf:: SingularPtrField < EnumValueOptions > ,
3083
3083
// special fields
3084
- unknown_fields : :: protobuf:: UnknownFields ,
3084
+ pub unknown_fields : :: protobuf:: UnknownFields ,
3085
3085
cached_size : :: protobuf:: CachedSize ,
3086
3086
}
3087
3087
@@ -3339,7 +3339,7 @@ pub struct ServiceDescriptorProto {
3339
3339
method : :: protobuf:: RepeatedField < MethodDescriptorProto > ,
3340
3340
options : :: protobuf:: SingularPtrField < ServiceOptions > ,
3341
3341
// special fields
3342
- unknown_fields : :: protobuf:: UnknownFields ,
3342
+ pub unknown_fields : :: protobuf:: UnknownFields ,
3343
3343
cached_size : :: protobuf:: CachedSize ,
3344
3344
}
3345
3345
@@ -3609,7 +3609,7 @@ pub struct MethodDescriptorProto {
3609
3609
client_streaming : :: std:: option:: Option < bool > ,
3610
3610
server_streaming : :: std:: option:: Option < bool > ,
3611
3611
// special fields
3612
- unknown_fields : :: protobuf:: UnknownFields ,
3612
+ pub unknown_fields : :: protobuf:: UnknownFields ,
3613
3613
cached_size : :: protobuf:: CachedSize ,
3614
3614
}
3615
3615
@@ -4022,7 +4022,7 @@ pub struct FileOptions {
4022
4022
csharp_namespace : :: protobuf:: SingularField < :: std:: string:: String > ,
4023
4023
uninterpreted_option : :: protobuf:: RepeatedField < UninterpretedOption > ,
4024
4024
// special fields
4025
- unknown_fields : :: protobuf:: UnknownFields ,
4025
+ pub unknown_fields : :: protobuf:: UnknownFields ,
4026
4026
cached_size : :: protobuf:: CachedSize ,
4027
4027
}
4028
4028
@@ -4843,7 +4843,7 @@ pub struct MessageOptions {
4843
4843
map_entry : :: std:: option:: Option < bool > ,
4844
4844
uninterpreted_option : :: protobuf:: RepeatedField < UninterpretedOption > ,
4845
4845
// special fields
4846
- unknown_fields : :: protobuf:: UnknownFields ,
4846
+ pub unknown_fields : :: protobuf:: UnknownFields ,
4847
4847
cached_size : :: protobuf:: CachedSize ,
4848
4848
}
4849
4849
@@ -5162,7 +5162,7 @@ pub struct FieldOptions {
5162
5162
weak : :: std:: option:: Option < bool > ,
5163
5163
uninterpreted_option : :: protobuf:: RepeatedField < UninterpretedOption > ,
5164
5164
// special fields
5165
- unknown_fields : :: protobuf:: UnknownFields ,
5165
+ pub unknown_fields : :: protobuf:: UnknownFields ,
5166
5166
cached_size : :: protobuf:: CachedSize ,
5167
5167
}
5168
5168
@@ -5649,7 +5649,7 @@ pub struct OneofOptions {
5649
5649
// message fields
5650
5650
uninterpreted_option : :: protobuf:: RepeatedField < UninterpretedOption > ,
5651
5651
// special fields
5652
- unknown_fields : :: protobuf:: UnknownFields ,
5652
+ pub unknown_fields : :: protobuf:: UnknownFields ,
5653
5653
cached_size : :: protobuf:: CachedSize ,
5654
5654
}
5655
5655
@@ -5808,7 +5808,7 @@ pub struct EnumOptions {
5808
5808
deprecated : :: std:: option:: Option < bool > ,
5809
5809
uninterpreted_option : :: protobuf:: RepeatedField < UninterpretedOption > ,
5810
5810
// special fields
5811
- unknown_fields : :: protobuf:: UnknownFields ,
5811
+ pub unknown_fields : :: protobuf:: UnknownFields ,
5812
5812
cached_size : :: protobuf:: CachedSize ,
5813
5813
}
5814
5814
@@ -6044,7 +6044,7 @@ pub struct EnumValueOptions {
6044
6044
deprecated : :: std:: option:: Option < bool > ,
6045
6045
uninterpreted_option : :: protobuf:: RepeatedField < UninterpretedOption > ,
6046
6046
// special fields
6047
- unknown_fields : :: protobuf:: UnknownFields ,
6047
+ pub unknown_fields : :: protobuf:: UnknownFields ,
6048
6048
cached_size : :: protobuf:: CachedSize ,
6049
6049
}
6050
6050
@@ -6241,7 +6241,7 @@ pub struct ServiceOptions {
6241
6241
deprecated : :: std:: option:: Option < bool > ,
6242
6242
uninterpreted_option : :: protobuf:: RepeatedField < UninterpretedOption > ,
6243
6243
// special fields
6244
- unknown_fields : :: protobuf:: UnknownFields ,
6244
+ pub unknown_fields : :: protobuf:: UnknownFields ,
6245
6245
cached_size : :: protobuf:: CachedSize ,
6246
6246
}
6247
6247
@@ -6438,7 +6438,7 @@ pub struct MethodOptions {
6438
6438
deprecated : :: std:: option:: Option < bool > ,
6439
6439
uninterpreted_option : :: protobuf:: RepeatedField < UninterpretedOption > ,
6440
6440
// special fields
6441
- unknown_fields : :: protobuf:: UnknownFields ,
6441
+ pub unknown_fields : :: protobuf:: UnknownFields ,
6442
6442
cached_size : :: protobuf:: CachedSize ,
6443
6443
}
6444
6444
@@ -6640,7 +6640,7 @@ pub struct UninterpretedOption {
6640
6640
string_value : :: protobuf:: SingularField < :: std:: vec:: Vec < u8 > > ,
6641
6641
aggregate_value : :: protobuf:: SingularField < :: std:: string:: String > ,
6642
6642
// special fields
6643
- unknown_fields : :: protobuf:: UnknownFields ,
6643
+ pub unknown_fields : :: protobuf:: UnknownFields ,
6644
6644
cached_size : :: protobuf:: CachedSize ,
6645
6645
}
6646
6646
@@ -7071,7 +7071,7 @@ pub struct UninterpretedOption_NamePart {
7071
7071
name_part : :: protobuf:: SingularField < :: std:: string:: String > ,
7072
7072
is_extension : :: std:: option:: Option < bool > ,
7073
7073
// special fields
7074
- unknown_fields : :: protobuf:: UnknownFields ,
7074
+ pub unknown_fields : :: protobuf:: UnknownFields ,
7075
7075
cached_size : :: protobuf:: CachedSize ,
7076
7076
}
7077
7077
@@ -7277,7 +7277,7 @@ pub struct SourceCodeInfo {
7277
7277
// message fields
7278
7278
location : :: protobuf:: RepeatedField < SourceCodeInfo_Location > ,
7279
7279
// special fields
7280
- unknown_fields : :: protobuf:: UnknownFields ,
7280
+ pub unknown_fields : :: protobuf:: UnknownFields ,
7281
7281
cached_size : :: protobuf:: CachedSize ,
7282
7282
}
7283
7283
@@ -7438,7 +7438,7 @@ pub struct SourceCodeInfo_Location {
7438
7438
trailing_comments : :: protobuf:: SingularField < :: std:: string:: String > ,
7439
7439
leading_detached_comments : :: protobuf:: RepeatedField < :: std:: string:: String > ,
7440
7440
// special fields
7441
- unknown_fields : :: protobuf:: UnknownFields ,
7441
+ pub unknown_fields : :: protobuf:: UnknownFields ,
7442
7442
cached_size : :: protobuf:: CachedSize ,
7443
7443
}
7444
7444
@@ -7781,7 +7781,7 @@ pub struct GeneratedCodeInfo {
7781
7781
// message fields
7782
7782
annotation : :: protobuf:: RepeatedField < GeneratedCodeInfo_Annotation > ,
7783
7783
// special fields
7784
- unknown_fields : :: protobuf:: UnknownFields ,
7784
+ pub unknown_fields : :: protobuf:: UnknownFields ,
7785
7785
cached_size : :: protobuf:: CachedSize ,
7786
7786
}
7787
7787
@@ -7941,7 +7941,7 @@ pub struct GeneratedCodeInfo_Annotation {
7941
7941
begin : :: std:: option:: Option < i32 > ,
7942
7942
end : :: std:: option:: Option < i32 > ,
7943
7943
// special fields
7944
- unknown_fields : :: protobuf:: UnknownFields ,
7944
+ pub unknown_fields : :: protobuf:: UnknownFields ,
7945
7945
cached_size : :: protobuf:: CachedSize ,
7946
7946
}
7947
7947
0 commit comments