@@ -137,7 +137,6 @@ proto.cc.arduino.cli.commands.v1.CompileRequest.toObject = function(includeInsta
137
137
warnings : jspb . Message . getFieldWithDefault ( msg , 9 , "" ) ,
138
138
verbose : jspb . Message . getBooleanFieldWithDefault ( msg , 10 , false ) ,
139
139
quiet : jspb . Message . getBooleanFieldWithDefault ( msg , 11 , false ) ,
140
- vidPid : jspb . Message . getFieldWithDefault ( msg , 12 , "" ) ,
141
140
jobs : jspb . Message . getFieldWithDefault ( msg , 14 , 0 ) ,
142
141
librariesList : ( f = jspb . Message . getRepeatedField ( msg , 15 ) ) == null ? undefined : f ,
143
142
optimizeForDebug : jspb . Message . getBooleanFieldWithDefault ( msg , 16 , false ) ,
@@ -232,10 +231,6 @@ proto.cc.arduino.cli.commands.v1.CompileRequest.deserializeBinaryFromReader = fu
232
231
var value = /** @type {boolean } */ ( reader . readBool ( ) ) ;
233
232
msg . setQuiet ( value ) ;
234
233
break ;
235
- case 12 :
236
- var value = /** @type {string } */ ( reader . readString ( ) ) ;
237
- msg . setVidPid ( value ) ;
238
- break ;
239
234
case 14 :
240
235
var value = /** @type {number } */ ( reader . readInt32 ( ) ) ;
241
236
msg . setJobs ( value ) ;
@@ -398,13 +393,6 @@ proto.cc.arduino.cli.commands.v1.CompileRequest.serializeBinaryToWriter = functi
398
393
f
399
394
) ;
400
395
}
401
- f = message . getVidPid ( ) ;
402
- if ( f . length > 0 ) {
403
- writer . writeString (
404
- 12 ,
405
- f
406
- ) ;
407
- }
408
396
f = message . getJobs ( ) ;
409
397
if ( f !== 0 ) {
410
398
writer . writeInt32 (
@@ -733,24 +721,6 @@ proto.cc.arduino.cli.commands.v1.CompileRequest.prototype.setQuiet = function(va
733
721
} ;
734
722
735
723
736
- /**
737
- * optional string vid_pid = 12;
738
- * @return {string }
739
- */
740
- proto . cc . arduino . cli . commands . v1 . CompileRequest . prototype . getVidPid = function ( ) {
741
- return /** @type {string } */ ( jspb . Message . getFieldWithDefault ( this , 12 , "" ) ) ;
742
- } ;
743
-
744
-
745
- /**
746
- * @param {string } value
747
- * @return {!proto.cc.arduino.cli.commands.v1.CompileRequest } returns this
748
- */
749
- proto . cc . arduino . cli . commands . v1 . CompileRequest . prototype . setVidPid = function ( value ) {
750
- return jspb . Message . setProto3StringField ( this , 12 , value ) ;
751
- } ;
752
-
753
-
754
724
/**
755
725
* optional int32 jobs = 14;
756
726
* @return {number }
0 commit comments