@@ -250,7 +250,7 @@ public void MergeFrom(ApplicationInstance other) {
250250 }
251251 if ( other . osinfo_ != null ) {
252252 if ( osinfo_ == null ) {
253- osinfo_ = new global ::SkyWalking . NetworkProtocol . OSInfo ( ) ;
253+ Osinfo = new global ::SkyWalking . NetworkProtocol . OSInfo ( ) ;
254254 }
255255 Osinfo . MergeFrom ( other . Osinfo ) ;
256256 }
@@ -279,9 +279,9 @@ public void MergeFrom(pb::CodedInputStream input) {
279279 }
280280 case 34 : {
281281 if ( osinfo_ == null ) {
282- osinfo_ = new global ::SkyWalking . NetworkProtocol . OSInfo ( ) ;
282+ Osinfo = new global ::SkyWalking . NetworkProtocol . OSInfo ( ) ;
283283 }
284- input . ReadMessage ( osinfo_ ) ;
284+ input . ReadMessage ( Osinfo ) ;
285285 break ;
286286 }
287287 }
@@ -626,7 +626,7 @@ public void MergeFrom(ApplicationInstanceRecover other) {
626626 }
627627 if ( other . osinfo_ != null ) {
628628 if ( osinfo_ == null ) {
629- osinfo_ = new global ::SkyWalking . NetworkProtocol . OSInfo ( ) ;
629+ Osinfo = new global ::SkyWalking . NetworkProtocol . OSInfo ( ) ;
630630 }
631631 Osinfo . MergeFrom ( other . Osinfo ) ;
632632 }
@@ -655,9 +655,9 @@ public void MergeFrom(pb::CodedInputStream input) {
655655 }
656656 case 34 : {
657657 if ( osinfo_ == null ) {
658- osinfo_ = new global ::SkyWalking . NetworkProtocol . OSInfo ( ) ;
658+ Osinfo = new global ::SkyWalking . NetworkProtocol . OSInfo ( ) ;
659659 }
660- input . ReadMessage ( osinfo_ ) ;
660+ input . ReadMessage ( Osinfo ) ;
661661 break ;
662662 }
663663 }
@@ -1401,7 +1401,7 @@ public void MergeFrom(ServiceNameMappingElement other) {
14011401 }
14021402 if ( other . element_ != null ) {
14031403 if ( element_ == null ) {
1404- element_ = new global ::SkyWalking . NetworkProtocol . ServiceNameElement ( ) ;
1404+ Element = new global ::SkyWalking . NetworkProtocol . ServiceNameElement ( ) ;
14051405 }
14061406 Element . MergeFrom ( other . Element ) ;
14071407 }
@@ -1422,9 +1422,9 @@ public void MergeFrom(pb::CodedInputStream input) {
14221422 }
14231423 case 18 : {
14241424 if ( element_ == null ) {
1425- element_ = new global ::SkyWalking . NetworkProtocol . ServiceNameElement ( ) ;
1425+ Element = new global ::SkyWalking . NetworkProtocol . ServiceNameElement ( ) ;
14261426 }
1427- input . ReadMessage ( element_ ) ;
1427+ input . ReadMessage ( Element ) ;
14281428 break ;
14291429 }
14301430 }
@@ -1609,7 +1609,7 @@ public void MergeFrom(pb::CodedInputStream input) {
16091609 break ;
16101610 }
16111611 case 24 : {
1612- srcSpanType_ = ( global ::SkyWalking . NetworkProtocol . SpanType ) input . ReadEnum ( ) ;
1612+ SrcSpanType = ( global ::SkyWalking . NetworkProtocol . SpanType ) input . ReadEnum ( ) ;
16131613 break ;
16141614 }
16151615 }
0 commit comments