mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Update GRPC/arduino-cli to 0.8.0
This commit is contained in:
parent
cdf8213558
commit
decf40813c
@ -20,10 +20,12 @@ public final class Board {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -33,10 +35,12 @@ public final class Board {
|
||||
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The fqbn.
|
||||
*/
|
||||
java.lang.String getFqbn();
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The bytes for fqbn.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getFqbnBytes();
|
||||
@ -142,12 +146,14 @@ public final class Board {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -163,6 +169,7 @@ public final class Board {
|
||||
private volatile java.lang.Object fqbn_;
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The fqbn.
|
||||
*/
|
||||
public java.lang.String getFqbn() {
|
||||
java.lang.Object ref = fqbn_;
|
||||
@ -178,6 +185,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The bytes for fqbn.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFqbnBytes() {
|
||||
@ -530,12 +538,14 @@ public final class Board {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -645,6 +655,7 @@ public final class Board {
|
||||
private java.lang.Object fqbn_ = "";
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The fqbn.
|
||||
*/
|
||||
public java.lang.String getFqbn() {
|
||||
java.lang.Object ref = fqbn_;
|
||||
@ -660,6 +671,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The bytes for fqbn.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFqbnBytes() {
|
||||
@ -676,6 +688,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @param value The fqbn to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFqbn(
|
||||
java.lang.String value) {
|
||||
@ -689,6 +703,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFqbn() {
|
||||
|
||||
@ -698,6 +713,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @param value The bytes for fqbn to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFqbnBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -769,10 +786,12 @@ public final class Board {
|
||||
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
@ -940,6 +959,7 @@ public final class Board {
|
||||
private volatile java.lang.Object name_;
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -955,6 +975,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -1457,6 +1478,7 @@ public final class Board {
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -1472,6 +1494,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -1488,6 +1511,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
@ -1501,6 +1526,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
|
||||
@ -1510,6 +1536,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -2061,20 +2089,24 @@ public final class Board {
|
||||
|
||||
/**
|
||||
* <code>string option = 1;</code>
|
||||
* @return The option.
|
||||
*/
|
||||
java.lang.String getOption();
|
||||
/**
|
||||
* <code>string option = 1;</code>
|
||||
* @return The bytes for option.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getOptionBytes();
|
||||
|
||||
/**
|
||||
* <code>string option_label = 2;</code>
|
||||
* @return The optionLabel.
|
||||
*/
|
||||
java.lang.String getOptionLabel();
|
||||
/**
|
||||
* <code>string option_label = 2;</code>
|
||||
* @return The bytes for optionLabel.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getOptionLabelBytes();
|
||||
@ -2212,6 +2244,7 @@ public final class Board {
|
||||
private volatile java.lang.Object option_;
|
||||
/**
|
||||
* <code>string option = 1;</code>
|
||||
* @return The option.
|
||||
*/
|
||||
public java.lang.String getOption() {
|
||||
java.lang.Object ref = option_;
|
||||
@ -2227,6 +2260,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string option = 1;</code>
|
||||
* @return The bytes for option.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getOptionBytes() {
|
||||
@ -2246,6 +2280,7 @@ public final class Board {
|
||||
private volatile java.lang.Object optionLabel_;
|
||||
/**
|
||||
* <code>string option_label = 2;</code>
|
||||
* @return The optionLabel.
|
||||
*/
|
||||
public java.lang.String getOptionLabel() {
|
||||
java.lang.Object ref = optionLabel_;
|
||||
@ -2261,6 +2296,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string option_label = 2;</code>
|
||||
* @return The bytes for optionLabel.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getOptionLabelBytes() {
|
||||
@ -2690,6 +2726,7 @@ public final class Board {
|
||||
private java.lang.Object option_ = "";
|
||||
/**
|
||||
* <code>string option = 1;</code>
|
||||
* @return The option.
|
||||
*/
|
||||
public java.lang.String getOption() {
|
||||
java.lang.Object ref = option_;
|
||||
@ -2705,6 +2742,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string option = 1;</code>
|
||||
* @return The bytes for option.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getOptionBytes() {
|
||||
@ -2721,6 +2759,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string option = 1;</code>
|
||||
* @param value The option to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setOption(
|
||||
java.lang.String value) {
|
||||
@ -2734,6 +2774,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string option = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearOption() {
|
||||
|
||||
@ -2743,6 +2784,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string option = 1;</code>
|
||||
* @param value The bytes for option to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setOptionBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -2759,6 +2802,7 @@ public final class Board {
|
||||
private java.lang.Object optionLabel_ = "";
|
||||
/**
|
||||
* <code>string option_label = 2;</code>
|
||||
* @return The optionLabel.
|
||||
*/
|
||||
public java.lang.String getOptionLabel() {
|
||||
java.lang.Object ref = optionLabel_;
|
||||
@ -2774,6 +2818,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string option_label = 2;</code>
|
||||
* @return The bytes for optionLabel.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getOptionLabelBytes() {
|
||||
@ -2790,6 +2835,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string option_label = 2;</code>
|
||||
* @param value The optionLabel to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setOptionLabel(
|
||||
java.lang.String value) {
|
||||
@ -2803,6 +2850,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string option_label = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearOptionLabel() {
|
||||
|
||||
@ -2812,6 +2860,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string option_label = 2;</code>
|
||||
* @param value The bytes for optionLabel to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setOptionLabelBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -3123,26 +3173,31 @@ public final class Board {
|
||||
|
||||
/**
|
||||
* <code>string value = 1;</code>
|
||||
* @return The value.
|
||||
*/
|
||||
java.lang.String getValue();
|
||||
/**
|
||||
* <code>string value = 1;</code>
|
||||
* @return The bytes for value.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getValueBytes();
|
||||
|
||||
/**
|
||||
* <code>string value_label = 2;</code>
|
||||
* @return The valueLabel.
|
||||
*/
|
||||
java.lang.String getValueLabel();
|
||||
/**
|
||||
* <code>string value_label = 2;</code>
|
||||
* @return The bytes for valueLabel.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getValueLabelBytes();
|
||||
|
||||
/**
|
||||
* <code>bool selected = 3;</code>
|
||||
* @return The selected.
|
||||
*/
|
||||
boolean getSelected();
|
||||
}
|
||||
@ -3246,6 +3301,7 @@ public final class Board {
|
||||
private volatile java.lang.Object value_;
|
||||
/**
|
||||
* <code>string value = 1;</code>
|
||||
* @return The value.
|
||||
*/
|
||||
public java.lang.String getValue() {
|
||||
java.lang.Object ref = value_;
|
||||
@ -3261,6 +3317,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string value = 1;</code>
|
||||
* @return The bytes for value.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getValueBytes() {
|
||||
@ -3280,6 +3337,7 @@ public final class Board {
|
||||
private volatile java.lang.Object valueLabel_;
|
||||
/**
|
||||
* <code>string value_label = 2;</code>
|
||||
* @return The valueLabel.
|
||||
*/
|
||||
public java.lang.String getValueLabel() {
|
||||
java.lang.Object ref = valueLabel_;
|
||||
@ -3295,6 +3353,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string value_label = 2;</code>
|
||||
* @return The bytes for valueLabel.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getValueLabelBytes() {
|
||||
@ -3314,6 +3373,7 @@ public final class Board {
|
||||
private boolean selected_;
|
||||
/**
|
||||
* <code>bool selected = 3;</code>
|
||||
* @return The selected.
|
||||
*/
|
||||
public boolean getSelected() {
|
||||
return selected_;
|
||||
@ -3659,6 +3719,7 @@ public final class Board {
|
||||
private java.lang.Object value_ = "";
|
||||
/**
|
||||
* <code>string value = 1;</code>
|
||||
* @return The value.
|
||||
*/
|
||||
public java.lang.String getValue() {
|
||||
java.lang.Object ref = value_;
|
||||
@ -3674,6 +3735,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string value = 1;</code>
|
||||
* @return The bytes for value.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getValueBytes() {
|
||||
@ -3690,6 +3752,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string value = 1;</code>
|
||||
* @param value The value to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setValue(
|
||||
java.lang.String value) {
|
||||
@ -3703,6 +3767,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string value = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearValue() {
|
||||
|
||||
@ -3712,6 +3777,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string value = 1;</code>
|
||||
* @param value The bytes for value to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setValueBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -3728,6 +3795,7 @@ public final class Board {
|
||||
private java.lang.Object valueLabel_ = "";
|
||||
/**
|
||||
* <code>string value_label = 2;</code>
|
||||
* @return The valueLabel.
|
||||
*/
|
||||
public java.lang.String getValueLabel() {
|
||||
java.lang.Object ref = valueLabel_;
|
||||
@ -3743,6 +3811,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string value_label = 2;</code>
|
||||
* @return The bytes for valueLabel.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getValueLabelBytes() {
|
||||
@ -3759,6 +3828,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string value_label = 2;</code>
|
||||
* @param value The valueLabel to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setValueLabel(
|
||||
java.lang.String value) {
|
||||
@ -3772,6 +3843,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string value_label = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearValueLabel() {
|
||||
|
||||
@ -3781,6 +3853,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string value_label = 2;</code>
|
||||
* @param value The bytes for valueLabel to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setValueLabelBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -3797,12 +3871,15 @@ public final class Board {
|
||||
private boolean selected_ ;
|
||||
/**
|
||||
* <code>bool selected = 3;</code>
|
||||
* @return The selected.
|
||||
*/
|
||||
public boolean getSelected() {
|
||||
return selected_;
|
||||
}
|
||||
/**
|
||||
* <code>bool selected = 3;</code>
|
||||
* @param value The selected to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSelected(boolean value) {
|
||||
|
||||
@ -3812,6 +3889,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>bool selected = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSelected() {
|
||||
|
||||
@ -3878,30 +3956,36 @@ public final class Board {
|
||||
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
java.lang.String getVersion();
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVersionBytes();
|
||||
|
||||
/**
|
||||
* <code>string packager = 3;</code>
|
||||
* @return The packager.
|
||||
*/
|
||||
java.lang.String getPackager();
|
||||
/**
|
||||
* <code>string packager = 3;</code>
|
||||
* @return The bytes for packager.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getPackagerBytes();
|
||||
@ -4008,6 +4092,7 @@ public final class Board {
|
||||
private volatile java.lang.Object name_;
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -4023,6 +4108,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -4042,6 +4128,7 @@ public final class Board {
|
||||
private volatile java.lang.Object version_;
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -4057,6 +4144,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -4076,6 +4164,7 @@ public final class Board {
|
||||
private volatile java.lang.Object packager_;
|
||||
/**
|
||||
* <code>string packager = 3;</code>
|
||||
* @return The packager.
|
||||
*/
|
||||
public java.lang.String getPackager() {
|
||||
java.lang.Object ref = packager_;
|
||||
@ -4091,6 +4180,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string packager = 3;</code>
|
||||
* @return The bytes for packager.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPackagerBytes() {
|
||||
@ -4445,6 +4535,7 @@ public final class Board {
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -4460,6 +4551,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -4476,6 +4568,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
@ -4489,6 +4583,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
|
||||
@ -4498,6 +4593,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -4514,6 +4611,7 @@ public final class Board {
|
||||
private java.lang.Object version_ = "";
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -4529,6 +4627,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -4545,6 +4644,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @param value The version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersion(
|
||||
java.lang.String value) {
|
||||
@ -4558,6 +4659,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVersion() {
|
||||
|
||||
@ -4567,6 +4669,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @param value The bytes for version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersionBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -4583,6 +4687,7 @@ public final class Board {
|
||||
private java.lang.Object packager_ = "";
|
||||
/**
|
||||
* <code>string packager = 3;</code>
|
||||
* @return The packager.
|
||||
*/
|
||||
public java.lang.String getPackager() {
|
||||
java.lang.Object ref = packager_;
|
||||
@ -4598,6 +4703,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string packager = 3;</code>
|
||||
* @return The bytes for packager.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPackagerBytes() {
|
||||
@ -4614,6 +4720,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string packager = 3;</code>
|
||||
* @param value The packager to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPackager(
|
||||
java.lang.String value) {
|
||||
@ -4627,6 +4735,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string packager = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPackager() {
|
||||
|
||||
@ -4636,6 +4745,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string packager = 3;</code>
|
||||
* @param value The bytes for packager to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPackagerBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -4707,10 +4818,12 @@ public final class Board {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -4720,30 +4833,36 @@ public final class Board {
|
||||
|
||||
/**
|
||||
* <code>string board_uri = 2;</code>
|
||||
* @return The boardUri.
|
||||
*/
|
||||
java.lang.String getBoardUri();
|
||||
/**
|
||||
* <code>string board_uri = 2;</code>
|
||||
* @return The bytes for boardUri.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getBoardUriBytes();
|
||||
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @return The sketchPath.
|
||||
*/
|
||||
java.lang.String getSketchPath();
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @return The bytes for sketchPath.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSketchPathBytes();
|
||||
|
||||
/**
|
||||
* <code>string search_timeout = 4;</code>
|
||||
* @return The searchTimeout.
|
||||
*/
|
||||
java.lang.String getSearchTimeout();
|
||||
/**
|
||||
* <code>string search_timeout = 4;</code>
|
||||
* @return The bytes for searchTimeout.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSearchTimeoutBytes();
|
||||
@ -4863,12 +4982,14 @@ public final class Board {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -4884,6 +5005,7 @@ public final class Board {
|
||||
private volatile java.lang.Object boardUri_;
|
||||
/**
|
||||
* <code>string board_uri = 2;</code>
|
||||
* @return The boardUri.
|
||||
*/
|
||||
public java.lang.String getBoardUri() {
|
||||
java.lang.Object ref = boardUri_;
|
||||
@ -4899,6 +5021,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string board_uri = 2;</code>
|
||||
* @return The bytes for boardUri.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getBoardUriBytes() {
|
||||
@ -4918,6 +5041,7 @@ public final class Board {
|
||||
private volatile java.lang.Object sketchPath_;
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @return The sketchPath.
|
||||
*/
|
||||
public java.lang.String getSketchPath() {
|
||||
java.lang.Object ref = sketchPath_;
|
||||
@ -4933,6 +5057,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @return The bytes for sketchPath.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSketchPathBytes() {
|
||||
@ -4952,6 +5077,7 @@ public final class Board {
|
||||
private volatile java.lang.Object searchTimeout_;
|
||||
/**
|
||||
* <code>string search_timeout = 4;</code>
|
||||
* @return The searchTimeout.
|
||||
*/
|
||||
public java.lang.String getSearchTimeout() {
|
||||
java.lang.Object ref = searchTimeout_;
|
||||
@ -4967,6 +5093,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string search_timeout = 4;</code>
|
||||
* @return The bytes for searchTimeout.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSearchTimeoutBytes() {
|
||||
@ -5353,12 +5480,14 @@ public final class Board {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -5468,6 +5597,7 @@ public final class Board {
|
||||
private java.lang.Object boardUri_ = "";
|
||||
/**
|
||||
* <code>string board_uri = 2;</code>
|
||||
* @return The boardUri.
|
||||
*/
|
||||
public java.lang.String getBoardUri() {
|
||||
java.lang.Object ref = boardUri_;
|
||||
@ -5483,6 +5613,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string board_uri = 2;</code>
|
||||
* @return The bytes for boardUri.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getBoardUriBytes() {
|
||||
@ -5499,6 +5630,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string board_uri = 2;</code>
|
||||
* @param value The boardUri to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBoardUri(
|
||||
java.lang.String value) {
|
||||
@ -5512,6 +5645,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string board_uri = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBoardUri() {
|
||||
|
||||
@ -5521,6 +5655,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string board_uri = 2;</code>
|
||||
* @param value The bytes for boardUri to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBoardUriBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -5537,6 +5673,7 @@ public final class Board {
|
||||
private java.lang.Object sketchPath_ = "";
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @return The sketchPath.
|
||||
*/
|
||||
public java.lang.String getSketchPath() {
|
||||
java.lang.Object ref = sketchPath_;
|
||||
@ -5552,6 +5689,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @return The bytes for sketchPath.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSketchPathBytes() {
|
||||
@ -5568,6 +5706,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @param value The sketchPath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSketchPath(
|
||||
java.lang.String value) {
|
||||
@ -5581,6 +5721,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSketchPath() {
|
||||
|
||||
@ -5590,6 +5731,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @param value The bytes for sketchPath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSketchPathBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -5606,6 +5749,7 @@ public final class Board {
|
||||
private java.lang.Object searchTimeout_ = "";
|
||||
/**
|
||||
* <code>string search_timeout = 4;</code>
|
||||
* @return The searchTimeout.
|
||||
*/
|
||||
public java.lang.String getSearchTimeout() {
|
||||
java.lang.Object ref = searchTimeout_;
|
||||
@ -5621,6 +5765,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string search_timeout = 4;</code>
|
||||
* @return The bytes for searchTimeout.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSearchTimeoutBytes() {
|
||||
@ -5637,6 +5782,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string search_timeout = 4;</code>
|
||||
* @param value The searchTimeout to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSearchTimeout(
|
||||
java.lang.String value) {
|
||||
@ -5650,6 +5797,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string search_timeout = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSearchTimeout() {
|
||||
|
||||
@ -5659,6 +5807,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string search_timeout = 4;</code>
|
||||
* @param value The bytes for searchTimeout to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSearchTimeoutBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -5730,10 +5880,12 @@ public final class Board {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
boolean hasTaskProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.TaskProgress getTaskProgress();
|
||||
/**
|
||||
@ -5835,12 +5987,14 @@ public final class Board {
|
||||
private cc.arduino.cli.commands.Common.TaskProgress taskProgress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
return taskProgress_ == null ? cc.arduino.cli.commands.Common.TaskProgress.getDefaultInstance() : taskProgress_;
|
||||
@ -6172,12 +6326,14 @@ public final class Board {
|
||||
cc.arduino.cli.commands.Common.TaskProgress, cc.arduino.cli.commands.Common.TaskProgress.Builder, cc.arduino.cli.commands.Common.TaskProgressOrBuilder> taskProgressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgressBuilder_ != null || taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
if (taskProgressBuilder_ == null) {
|
||||
@ -6342,10 +6498,12 @@ public final class Board {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -6447,12 +6605,14 @@ public final class Board {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -6784,12 +6944,14 @@ public final class Board {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -7742,30 +7904,36 @@ public final class Board {
|
||||
|
||||
/**
|
||||
* <code>string address = 1;</code>
|
||||
* @return The address.
|
||||
*/
|
||||
java.lang.String getAddress();
|
||||
/**
|
||||
* <code>string address = 1;</code>
|
||||
* @return The bytes for address.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getAddressBytes();
|
||||
|
||||
/**
|
||||
* <code>string protocol = 2;</code>
|
||||
* @return The protocol.
|
||||
*/
|
||||
java.lang.String getProtocol();
|
||||
/**
|
||||
* <code>string protocol = 2;</code>
|
||||
* @return The bytes for protocol.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getProtocolBytes();
|
||||
|
||||
/**
|
||||
* <code>string protocol_label = 3;</code>
|
||||
* @return The protocolLabel.
|
||||
*/
|
||||
java.lang.String getProtocolLabel();
|
||||
/**
|
||||
* <code>string protocol_label = 3;</code>
|
||||
* @return The bytes for protocolLabel.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getProtocolLabelBytes();
|
||||
@ -7910,6 +8078,7 @@ public final class Board {
|
||||
private volatile java.lang.Object address_;
|
||||
/**
|
||||
* <code>string address = 1;</code>
|
||||
* @return The address.
|
||||
*/
|
||||
public java.lang.String getAddress() {
|
||||
java.lang.Object ref = address_;
|
||||
@ -7925,6 +8094,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string address = 1;</code>
|
||||
* @return The bytes for address.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getAddressBytes() {
|
||||
@ -7944,6 +8114,7 @@ public final class Board {
|
||||
private volatile java.lang.Object protocol_;
|
||||
/**
|
||||
* <code>string protocol = 2;</code>
|
||||
* @return The protocol.
|
||||
*/
|
||||
public java.lang.String getProtocol() {
|
||||
java.lang.Object ref = protocol_;
|
||||
@ -7959,6 +8130,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string protocol = 2;</code>
|
||||
* @return The bytes for protocol.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getProtocolBytes() {
|
||||
@ -7978,6 +8150,7 @@ public final class Board {
|
||||
private volatile java.lang.Object protocolLabel_;
|
||||
/**
|
||||
* <code>string protocol_label = 3;</code>
|
||||
* @return The protocolLabel.
|
||||
*/
|
||||
public java.lang.String getProtocolLabel() {
|
||||
java.lang.Object ref = protocolLabel_;
|
||||
@ -7993,6 +8166,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string protocol_label = 3;</code>
|
||||
* @return The bytes for protocolLabel.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getProtocolLabelBytes() {
|
||||
@ -8439,6 +8613,7 @@ public final class Board {
|
||||
private java.lang.Object address_ = "";
|
||||
/**
|
||||
* <code>string address = 1;</code>
|
||||
* @return The address.
|
||||
*/
|
||||
public java.lang.String getAddress() {
|
||||
java.lang.Object ref = address_;
|
||||
@ -8454,6 +8629,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string address = 1;</code>
|
||||
* @return The bytes for address.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getAddressBytes() {
|
||||
@ -8470,6 +8646,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string address = 1;</code>
|
||||
* @param value The address to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAddress(
|
||||
java.lang.String value) {
|
||||
@ -8483,6 +8661,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string address = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAddress() {
|
||||
|
||||
@ -8492,6 +8671,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string address = 1;</code>
|
||||
* @param value The bytes for address to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAddressBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -8508,6 +8689,7 @@ public final class Board {
|
||||
private java.lang.Object protocol_ = "";
|
||||
/**
|
||||
* <code>string protocol = 2;</code>
|
||||
* @return The protocol.
|
||||
*/
|
||||
public java.lang.String getProtocol() {
|
||||
java.lang.Object ref = protocol_;
|
||||
@ -8523,6 +8705,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string protocol = 2;</code>
|
||||
* @return The bytes for protocol.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getProtocolBytes() {
|
||||
@ -8539,6 +8722,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string protocol = 2;</code>
|
||||
* @param value The protocol to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setProtocol(
|
||||
java.lang.String value) {
|
||||
@ -8552,6 +8737,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string protocol = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearProtocol() {
|
||||
|
||||
@ -8561,6 +8747,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string protocol = 2;</code>
|
||||
* @param value The bytes for protocol to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setProtocolBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -8577,6 +8765,7 @@ public final class Board {
|
||||
private java.lang.Object protocolLabel_ = "";
|
||||
/**
|
||||
* <code>string protocol_label = 3;</code>
|
||||
* @return The protocolLabel.
|
||||
*/
|
||||
public java.lang.String getProtocolLabel() {
|
||||
java.lang.Object ref = protocolLabel_;
|
||||
@ -8592,6 +8781,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string protocol_label = 3;</code>
|
||||
* @return The bytes for protocolLabel.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getProtocolLabelBytes() {
|
||||
@ -8608,6 +8798,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string protocol_label = 3;</code>
|
||||
* @param value The protocolLabel to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setProtocolLabel(
|
||||
java.lang.String value) {
|
||||
@ -8621,6 +8813,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string protocol_label = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearProtocolLabel() {
|
||||
|
||||
@ -8630,6 +8823,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string protocol_label = 3;</code>
|
||||
* @param value The bytes for protocolLabel to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setProtocolLabelBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -8941,10 +9136,12 @@ public final class Board {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -8954,19 +9151,25 @@ public final class Board {
|
||||
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @return A list containing the searchArgs.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getSearchArgsList();
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @return The count of searchArgs.
|
||||
*/
|
||||
int getSearchArgsCount();
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The searchArgs at the given index.
|
||||
*/
|
||||
java.lang.String getSearchArgs(int index);
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the searchArgs at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSearchArgsBytes(int index);
|
||||
@ -9079,12 +9282,14 @@ public final class Board {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -9100,6 +9305,7 @@ public final class Board {
|
||||
private com.google.protobuf.LazyStringList searchArgs_;
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @return A list containing the searchArgs.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getSearchArgsList() {
|
||||
@ -9107,18 +9313,23 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @return The count of searchArgs.
|
||||
*/
|
||||
public int getSearchArgsCount() {
|
||||
return searchArgs_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The searchArgs at the given index.
|
||||
*/
|
||||
public java.lang.String getSearchArgs(int index) {
|
||||
return searchArgs_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the searchArgs at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSearchArgsBytes(int index) {
|
||||
@ -9481,12 +9692,14 @@ public final class Board {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -9602,6 +9815,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @return A list containing the searchArgs.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getSearchArgsList() {
|
||||
@ -9609,18 +9823,23 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @return The count of searchArgs.
|
||||
*/
|
||||
public int getSearchArgsCount() {
|
||||
return searchArgs_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The searchArgs at the given index.
|
||||
*/
|
||||
public java.lang.String getSearchArgs(int index) {
|
||||
return searchArgs_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the searchArgs at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSearchArgsBytes(int index) {
|
||||
@ -9628,6 +9847,9 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The searchArgs to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSearchArgs(
|
||||
int index, java.lang.String value) {
|
||||
@ -9641,6 +9863,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @param value The searchArgs to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addSearchArgs(
|
||||
java.lang.String value) {
|
||||
@ -9654,6 +9878,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @param values The searchArgs to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllSearchArgs(
|
||||
java.lang.Iterable<java.lang.String> values) {
|
||||
@ -9665,6 +9891,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSearchArgs() {
|
||||
searchArgs_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||||
@ -9674,6 +9901,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string search_args = 2;</code>
|
||||
* @param value The bytes of the searchArgs to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addSearchArgsBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -10533,20 +10762,24 @@ public final class Board {
|
||||
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string FQBN = 2;</code>
|
||||
* @return The fQBN.
|
||||
*/
|
||||
java.lang.String getFQBN();
|
||||
/**
|
||||
* <code>string FQBN = 2;</code>
|
||||
* @return The bytes for fQBN.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getFQBNBytes();
|
||||
@ -10646,6 +10879,7 @@ public final class Board {
|
||||
private volatile java.lang.Object name_;
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -10661,6 +10895,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -10680,6 +10915,7 @@ public final class Board {
|
||||
private volatile java.lang.Object fQBN_;
|
||||
/**
|
||||
* <code>string FQBN = 2;</code>
|
||||
* @return The fQBN.
|
||||
*/
|
||||
public java.lang.String getFQBN() {
|
||||
java.lang.Object ref = fQBN_;
|
||||
@ -10695,6 +10931,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string FQBN = 2;</code>
|
||||
* @return The bytes for fQBN.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFQBNBytes() {
|
||||
@ -11032,6 +11269,7 @@ public final class Board {
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -11047,6 +11285,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -11063,6 +11302,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
@ -11076,6 +11317,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
|
||||
@ -11085,6 +11327,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -11101,6 +11345,7 @@ public final class Board {
|
||||
private java.lang.Object fQBN_ = "";
|
||||
/**
|
||||
* <code>string FQBN = 2;</code>
|
||||
* @return The fQBN.
|
||||
*/
|
||||
public java.lang.String getFQBN() {
|
||||
java.lang.Object ref = fQBN_;
|
||||
@ -11116,6 +11361,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string FQBN = 2;</code>
|
||||
* @return The bytes for fQBN.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFQBNBytes() {
|
||||
@ -11132,6 +11378,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string FQBN = 2;</code>
|
||||
* @param value The fQBN to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFQBN(
|
||||
java.lang.String value) {
|
||||
@ -11145,6 +11393,7 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string FQBN = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFQBN() {
|
||||
|
||||
@ -11154,6 +11403,8 @@ public final class Board {
|
||||
}
|
||||
/**
|
||||
* <code>string FQBN = 2;</code>
|
||||
* @param value The bytes for fQBN to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFQBNBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
|
@ -20,6 +20,7 @@ public final class Commands {
|
||||
|
||||
/**
|
||||
* <code>bool library_manager_only = 2;</code>
|
||||
* @return The libraryManagerOnly.
|
||||
*/
|
||||
boolean getLibraryManagerOnly();
|
||||
}
|
||||
@ -109,6 +110,7 @@ public final class Commands {
|
||||
private boolean libraryManagerOnly_;
|
||||
/**
|
||||
* <code>bool library_manager_only = 2;</code>
|
||||
* @return The libraryManagerOnly.
|
||||
*/
|
||||
public boolean getLibraryManagerOnly() {
|
||||
return libraryManagerOnly_;
|
||||
@ -420,12 +422,15 @@ public final class Commands {
|
||||
private boolean libraryManagerOnly_ ;
|
||||
/**
|
||||
* <code>bool library_manager_only = 2;</code>
|
||||
* @return The libraryManagerOnly.
|
||||
*/
|
||||
public boolean getLibraryManagerOnly() {
|
||||
return libraryManagerOnly_;
|
||||
}
|
||||
/**
|
||||
* <code>bool library_manager_only = 2;</code>
|
||||
* @param value The libraryManagerOnly to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLibraryManagerOnly(boolean value) {
|
||||
|
||||
@ -435,6 +440,7 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>bool library_manager_only = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLibraryManagerOnly() {
|
||||
|
||||
@ -501,10 +507,12 @@ public final class Commands {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -514,39 +522,49 @@ public final class Commands {
|
||||
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @return A list containing the platformsIndexErrors.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getPlatformsIndexErrorsList();
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @return The count of platformsIndexErrors.
|
||||
*/
|
||||
int getPlatformsIndexErrorsCount();
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The platformsIndexErrors at the given index.
|
||||
*/
|
||||
java.lang.String getPlatformsIndexErrors(int index);
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the platformsIndexErrors at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getPlatformsIndexErrorsBytes(int index);
|
||||
|
||||
/**
|
||||
* <code>string libraries_index_error = 3;</code>
|
||||
* @return The librariesIndexError.
|
||||
*/
|
||||
java.lang.String getLibrariesIndexError();
|
||||
/**
|
||||
* <code>string libraries_index_error = 3;</code>
|
||||
* @return The bytes for librariesIndexError.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getLibrariesIndexErrorBytes();
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 4;</code>
|
||||
* @return Whether the downloadProgress field is set.
|
||||
*/
|
||||
boolean hasDownloadProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 4;</code>
|
||||
* @return The downloadProgress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.DownloadProgress getDownloadProgress();
|
||||
/**
|
||||
@ -556,10 +574,12 @@ public final class Commands {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 5;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
boolean hasTaskProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 5;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.TaskProgress getTaskProgress();
|
||||
/**
|
||||
@ -708,12 +728,14 @@ public final class Commands {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -729,6 +751,7 @@ public final class Commands {
|
||||
private com.google.protobuf.LazyStringList platformsIndexErrors_;
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @return A list containing the platformsIndexErrors.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getPlatformsIndexErrorsList() {
|
||||
@ -736,18 +759,23 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @return The count of platformsIndexErrors.
|
||||
*/
|
||||
public int getPlatformsIndexErrorsCount() {
|
||||
return platformsIndexErrors_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The platformsIndexErrors at the given index.
|
||||
*/
|
||||
public java.lang.String getPlatformsIndexErrors(int index) {
|
||||
return platformsIndexErrors_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the platformsIndexErrors at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPlatformsIndexErrorsBytes(int index) {
|
||||
@ -758,6 +786,7 @@ public final class Commands {
|
||||
private volatile java.lang.Object librariesIndexError_;
|
||||
/**
|
||||
* <code>string libraries_index_error = 3;</code>
|
||||
* @return The librariesIndexError.
|
||||
*/
|
||||
public java.lang.String getLibrariesIndexError() {
|
||||
java.lang.Object ref = librariesIndexError_;
|
||||
@ -773,6 +802,7 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string libraries_index_error = 3;</code>
|
||||
* @return The bytes for librariesIndexError.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLibrariesIndexErrorBytes() {
|
||||
@ -792,12 +822,14 @@ public final class Commands {
|
||||
private cc.arduino.cli.commands.Common.DownloadProgress downloadProgress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 4;</code>
|
||||
* @return Whether the downloadProgress field is set.
|
||||
*/
|
||||
public boolean hasDownloadProgress() {
|
||||
return downloadProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 4;</code>
|
||||
* @return The downloadProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getDownloadProgress() {
|
||||
return downloadProgress_ == null ? cc.arduino.cli.commands.Common.DownloadProgress.getDefaultInstance() : downloadProgress_;
|
||||
@ -813,12 +845,14 @@ public final class Commands {
|
||||
private cc.arduino.cli.commands.Common.TaskProgress taskProgress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 5;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 5;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
return taskProgress_ == null ? cc.arduino.cli.commands.Common.TaskProgress.getDefaultInstance() : taskProgress_;
|
||||
@ -1263,12 +1297,14 @@ public final class Commands {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -1384,6 +1420,7 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @return A list containing the platformsIndexErrors.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getPlatformsIndexErrorsList() {
|
||||
@ -1391,18 +1428,23 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @return The count of platformsIndexErrors.
|
||||
*/
|
||||
public int getPlatformsIndexErrorsCount() {
|
||||
return platformsIndexErrors_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The platformsIndexErrors at the given index.
|
||||
*/
|
||||
public java.lang.String getPlatformsIndexErrors(int index) {
|
||||
return platformsIndexErrors_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the platformsIndexErrors at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPlatformsIndexErrorsBytes(int index) {
|
||||
@ -1410,6 +1452,9 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The platformsIndexErrors to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPlatformsIndexErrors(
|
||||
int index, java.lang.String value) {
|
||||
@ -1423,6 +1468,8 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @param value The platformsIndexErrors to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addPlatformsIndexErrors(
|
||||
java.lang.String value) {
|
||||
@ -1436,6 +1483,8 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @param values The platformsIndexErrors to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllPlatformsIndexErrors(
|
||||
java.lang.Iterable<java.lang.String> values) {
|
||||
@ -1447,6 +1496,7 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPlatformsIndexErrors() {
|
||||
platformsIndexErrors_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||||
@ -1456,6 +1506,8 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 2;</code>
|
||||
* @param value The bytes of the platformsIndexErrors to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addPlatformsIndexErrorsBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1472,6 +1524,7 @@ public final class Commands {
|
||||
private java.lang.Object librariesIndexError_ = "";
|
||||
/**
|
||||
* <code>string libraries_index_error = 3;</code>
|
||||
* @return The librariesIndexError.
|
||||
*/
|
||||
public java.lang.String getLibrariesIndexError() {
|
||||
java.lang.Object ref = librariesIndexError_;
|
||||
@ -1487,6 +1540,7 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string libraries_index_error = 3;</code>
|
||||
* @return The bytes for librariesIndexError.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLibrariesIndexErrorBytes() {
|
||||
@ -1503,6 +1557,8 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string libraries_index_error = 3;</code>
|
||||
* @param value The librariesIndexError to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLibrariesIndexError(
|
||||
java.lang.String value) {
|
||||
@ -1516,6 +1572,7 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string libraries_index_error = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLibrariesIndexError() {
|
||||
|
||||
@ -1525,6 +1582,8 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string libraries_index_error = 3;</code>
|
||||
* @param value The bytes for librariesIndexError to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLibrariesIndexErrorBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1543,12 +1602,14 @@ public final class Commands {
|
||||
cc.arduino.cli.commands.Common.DownloadProgress, cc.arduino.cli.commands.Common.DownloadProgress.Builder, cc.arduino.cli.commands.Common.DownloadProgressOrBuilder> downloadProgressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 4;</code>
|
||||
* @return Whether the downloadProgress field is set.
|
||||
*/
|
||||
public boolean hasDownloadProgress() {
|
||||
return downloadProgressBuilder_ != null || downloadProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 4;</code>
|
||||
* @return The downloadProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getDownloadProgress() {
|
||||
if (downloadProgressBuilder_ == null) {
|
||||
@ -1660,12 +1721,14 @@ public final class Commands {
|
||||
cc.arduino.cli.commands.Common.TaskProgress, cc.arduino.cli.commands.Common.TaskProgress.Builder, cc.arduino.cli.commands.Common.TaskProgressOrBuilder> taskProgressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 5;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgressBuilder_ != null || taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 5;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
if (taskProgressBuilder_ == null) {
|
||||
@ -1830,10 +1893,12 @@ public final class Commands {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -1935,12 +2000,14 @@ public final class Commands {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -2272,12 +2339,14 @@ public final class Commands {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -2860,10 +2929,12 @@ public final class Commands {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -2965,12 +3036,14 @@ public final class Commands {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -3302,12 +3375,14 @@ public final class Commands {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -3472,29 +3547,37 @@ public final class Commands {
|
||||
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @return A list containing the platformsIndexErrors.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getPlatformsIndexErrorsList();
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @return The count of platformsIndexErrors.
|
||||
*/
|
||||
int getPlatformsIndexErrorsCount();
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The platformsIndexErrors at the given index.
|
||||
*/
|
||||
java.lang.String getPlatformsIndexErrors(int index);
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the platformsIndexErrors at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getPlatformsIndexErrorsBytes(int index);
|
||||
|
||||
/**
|
||||
* <code>string libraries_index_error = 2;</code>
|
||||
* @return The librariesIndexError.
|
||||
*/
|
||||
java.lang.String getLibrariesIndexError();
|
||||
/**
|
||||
* <code>string libraries_index_error = 2;</code>
|
||||
* @return The bytes for librariesIndexError.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getLibrariesIndexErrorBytes();
|
||||
@ -3601,6 +3684,7 @@ public final class Commands {
|
||||
private com.google.protobuf.LazyStringList platformsIndexErrors_;
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @return A list containing the platformsIndexErrors.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getPlatformsIndexErrorsList() {
|
||||
@ -3608,18 +3692,23 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @return The count of platformsIndexErrors.
|
||||
*/
|
||||
public int getPlatformsIndexErrorsCount() {
|
||||
return platformsIndexErrors_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The platformsIndexErrors at the given index.
|
||||
*/
|
||||
public java.lang.String getPlatformsIndexErrors(int index) {
|
||||
return platformsIndexErrors_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the platformsIndexErrors at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPlatformsIndexErrorsBytes(int index) {
|
||||
@ -3630,6 +3719,7 @@ public final class Commands {
|
||||
private volatile java.lang.Object librariesIndexError_;
|
||||
/**
|
||||
* <code>string libraries_index_error = 2;</code>
|
||||
* @return The librariesIndexError.
|
||||
*/
|
||||
public java.lang.String getLibrariesIndexError() {
|
||||
java.lang.Object ref = librariesIndexError_;
|
||||
@ -3645,6 +3735,7 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string libraries_index_error = 2;</code>
|
||||
* @return The bytes for librariesIndexError.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLibrariesIndexErrorBytes() {
|
||||
@ -4007,6 +4098,7 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @return A list containing the platformsIndexErrors.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getPlatformsIndexErrorsList() {
|
||||
@ -4014,18 +4106,23 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @return The count of platformsIndexErrors.
|
||||
*/
|
||||
public int getPlatformsIndexErrorsCount() {
|
||||
return platformsIndexErrors_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The platformsIndexErrors at the given index.
|
||||
*/
|
||||
public java.lang.String getPlatformsIndexErrors(int index) {
|
||||
return platformsIndexErrors_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the platformsIndexErrors at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPlatformsIndexErrorsBytes(int index) {
|
||||
@ -4033,6 +4130,9 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The platformsIndexErrors to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPlatformsIndexErrors(
|
||||
int index, java.lang.String value) {
|
||||
@ -4046,6 +4146,8 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @param value The platformsIndexErrors to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addPlatformsIndexErrors(
|
||||
java.lang.String value) {
|
||||
@ -4059,6 +4161,8 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @param values The platformsIndexErrors to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllPlatformsIndexErrors(
|
||||
java.lang.Iterable<java.lang.String> values) {
|
||||
@ -4070,6 +4174,7 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPlatformsIndexErrors() {
|
||||
platformsIndexErrors_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||||
@ -4079,6 +4184,8 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string platforms_index_errors = 1;</code>
|
||||
* @param value The bytes of the platformsIndexErrors to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addPlatformsIndexErrorsBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -4095,6 +4202,7 @@ public final class Commands {
|
||||
private java.lang.Object librariesIndexError_ = "";
|
||||
/**
|
||||
* <code>string libraries_index_error = 2;</code>
|
||||
* @return The librariesIndexError.
|
||||
*/
|
||||
public java.lang.String getLibrariesIndexError() {
|
||||
java.lang.Object ref = librariesIndexError_;
|
||||
@ -4110,6 +4218,7 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string libraries_index_error = 2;</code>
|
||||
* @return The bytes for librariesIndexError.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLibrariesIndexErrorBytes() {
|
||||
@ -4126,6 +4235,8 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string libraries_index_error = 2;</code>
|
||||
* @param value The librariesIndexError to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLibrariesIndexError(
|
||||
java.lang.String value) {
|
||||
@ -4139,6 +4250,7 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string libraries_index_error = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLibrariesIndexError() {
|
||||
|
||||
@ -4148,6 +4260,8 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string libraries_index_error = 2;</code>
|
||||
* @param value The bytes for librariesIndexError to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLibrariesIndexErrorBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -4219,10 +4333,12 @@ public final class Commands {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -4324,12 +4440,14 @@ public final class Commands {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -4661,12 +4779,14 @@ public final class Commands {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -4831,10 +4951,12 @@ public final class Commands {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 1;</code>
|
||||
* @return Whether the downloadProgress field is set.
|
||||
*/
|
||||
boolean hasDownloadProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 1;</code>
|
||||
* @return The downloadProgress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.DownloadProgress getDownloadProgress();
|
||||
/**
|
||||
@ -4936,12 +5058,14 @@ public final class Commands {
|
||||
private cc.arduino.cli.commands.Common.DownloadProgress downloadProgress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 1;</code>
|
||||
* @return Whether the downloadProgress field is set.
|
||||
*/
|
||||
public boolean hasDownloadProgress() {
|
||||
return downloadProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 1;</code>
|
||||
* @return The downloadProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getDownloadProgress() {
|
||||
return downloadProgress_ == null ? cc.arduino.cli.commands.Common.DownloadProgress.getDefaultInstance() : downloadProgress_;
|
||||
@ -5273,12 +5397,14 @@ public final class Commands {
|
||||
cc.arduino.cli.commands.Common.DownloadProgress, cc.arduino.cli.commands.Common.DownloadProgress.Builder, cc.arduino.cli.commands.Common.DownloadProgressOrBuilder> downloadProgressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 1;</code>
|
||||
* @return Whether the downloadProgress field is set.
|
||||
*/
|
||||
public boolean hasDownloadProgress() {
|
||||
return downloadProgressBuilder_ != null || downloadProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 1;</code>
|
||||
* @return The downloadProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getDownloadProgress() {
|
||||
if (downloadProgressBuilder_ == null) {
|
||||
@ -5443,10 +5569,12 @@ public final class Commands {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -5548,12 +5676,14 @@ public final class Commands {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -5885,12 +6015,14 @@ public final class Commands {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -6055,10 +6187,12 @@ public final class Commands {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 1;</code>
|
||||
* @return Whether the downloadProgress field is set.
|
||||
*/
|
||||
boolean hasDownloadProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 1;</code>
|
||||
* @return The downloadProgress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.DownloadProgress getDownloadProgress();
|
||||
/**
|
||||
@ -6160,12 +6294,14 @@ public final class Commands {
|
||||
private cc.arduino.cli.commands.Common.DownloadProgress downloadProgress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 1;</code>
|
||||
* @return Whether the downloadProgress field is set.
|
||||
*/
|
||||
public boolean hasDownloadProgress() {
|
||||
return downloadProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 1;</code>
|
||||
* @return The downloadProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getDownloadProgress() {
|
||||
return downloadProgress_ == null ? cc.arduino.cli.commands.Common.DownloadProgress.getDefaultInstance() : downloadProgress_;
|
||||
@ -6497,12 +6633,14 @@ public final class Commands {
|
||||
cc.arduino.cli.commands.Common.DownloadProgress, cc.arduino.cli.commands.Common.DownloadProgress.Builder, cc.arduino.cli.commands.Common.DownloadProgressOrBuilder> downloadProgressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 1;</code>
|
||||
* @return Whether the downloadProgress field is set.
|
||||
*/
|
||||
public boolean hasDownloadProgress() {
|
||||
return downloadProgressBuilder_ != null || downloadProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress download_progress = 1;</code>
|
||||
* @return The downloadProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getDownloadProgress() {
|
||||
if (downloadProgressBuilder_ == null) {
|
||||
@ -7085,10 +7223,12 @@ public final class Commands {
|
||||
|
||||
/**
|
||||
* <code>string version = 1;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
java.lang.String getVersion();
|
||||
/**
|
||||
* <code>string version = 1;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVersionBytes();
|
||||
@ -7181,6 +7321,7 @@ public final class Commands {
|
||||
private volatile java.lang.Object version_;
|
||||
/**
|
||||
* <code>string version = 1;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -7196,6 +7337,7 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 1;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -7516,6 +7658,7 @@ public final class Commands {
|
||||
private java.lang.Object version_ = "";
|
||||
/**
|
||||
* <code>string version = 1;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -7531,6 +7674,7 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 1;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -7547,6 +7691,8 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 1;</code>
|
||||
* @param value The version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersion(
|
||||
java.lang.String value) {
|
||||
@ -7560,6 +7706,7 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVersion() {
|
||||
|
||||
@ -7569,6 +7716,8 @@ public final class Commands {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 1;</code>
|
||||
* @param value The bytes for version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersionBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
|
@ -20,6 +20,7 @@ public final class Common {
|
||||
|
||||
/**
|
||||
* <code>int32 id = 1;</code>
|
||||
* @return The id.
|
||||
*/
|
||||
int getId();
|
||||
}
|
||||
@ -109,6 +110,7 @@ public final class Common {
|
||||
private int id_;
|
||||
/**
|
||||
* <code>int32 id = 1;</code>
|
||||
* @return The id.
|
||||
*/
|
||||
public int getId() {
|
||||
return id_;
|
||||
@ -419,12 +421,15 @@ public final class Common {
|
||||
private int id_ ;
|
||||
/**
|
||||
* <code>int32 id = 1;</code>
|
||||
* @return The id.
|
||||
*/
|
||||
public int getId() {
|
||||
return id_;
|
||||
}
|
||||
/**
|
||||
* <code>int32 id = 1;</code>
|
||||
* @param value The id to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setId(int value) {
|
||||
|
||||
@ -434,6 +439,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>int32 id = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearId() {
|
||||
|
||||
@ -500,36 +506,43 @@ public final class Common {
|
||||
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @return The url.
|
||||
*/
|
||||
java.lang.String getUrl();
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @return The bytes for url.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getUrlBytes();
|
||||
|
||||
/**
|
||||
* <code>string file = 2;</code>
|
||||
* @return The file.
|
||||
*/
|
||||
java.lang.String getFile();
|
||||
/**
|
||||
* <code>string file = 2;</code>
|
||||
* @return The bytes for file.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getFileBytes();
|
||||
|
||||
/**
|
||||
* <code>int64 total_size = 3;</code>
|
||||
* @return The totalSize.
|
||||
*/
|
||||
long getTotalSize();
|
||||
|
||||
/**
|
||||
* <code>int64 downloaded = 4;</code>
|
||||
* @return The downloaded.
|
||||
*/
|
||||
long getDownloaded();
|
||||
|
||||
/**
|
||||
* <code>bool completed = 5;</code>
|
||||
* @return The completed.
|
||||
*/
|
||||
boolean getCompleted();
|
||||
}
|
||||
@ -643,6 +656,7 @@ public final class Common {
|
||||
private volatile java.lang.Object url_;
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @return The url.
|
||||
*/
|
||||
public java.lang.String getUrl() {
|
||||
java.lang.Object ref = url_;
|
||||
@ -658,6 +672,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @return The bytes for url.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getUrlBytes() {
|
||||
@ -677,6 +692,7 @@ public final class Common {
|
||||
private volatile java.lang.Object file_;
|
||||
/**
|
||||
* <code>string file = 2;</code>
|
||||
* @return The file.
|
||||
*/
|
||||
public java.lang.String getFile() {
|
||||
java.lang.Object ref = file_;
|
||||
@ -692,6 +708,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string file = 2;</code>
|
||||
* @return The bytes for file.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFileBytes() {
|
||||
@ -711,6 +728,7 @@ public final class Common {
|
||||
private long totalSize_;
|
||||
/**
|
||||
* <code>int64 total_size = 3;</code>
|
||||
* @return The totalSize.
|
||||
*/
|
||||
public long getTotalSize() {
|
||||
return totalSize_;
|
||||
@ -720,6 +738,7 @@ public final class Common {
|
||||
private long downloaded_;
|
||||
/**
|
||||
* <code>int64 downloaded = 4;</code>
|
||||
* @return The downloaded.
|
||||
*/
|
||||
public long getDownloaded() {
|
||||
return downloaded_;
|
||||
@ -729,6 +748,7 @@ public final class Common {
|
||||
private boolean completed_;
|
||||
/**
|
||||
* <code>bool completed = 5;</code>
|
||||
* @return The completed.
|
||||
*/
|
||||
public boolean getCompleted() {
|
||||
return completed_;
|
||||
@ -1110,6 +1130,7 @@ public final class Common {
|
||||
private java.lang.Object url_ = "";
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @return The url.
|
||||
*/
|
||||
public java.lang.String getUrl() {
|
||||
java.lang.Object ref = url_;
|
||||
@ -1125,6 +1146,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @return The bytes for url.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getUrlBytes() {
|
||||
@ -1141,6 +1163,8 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @param value The url to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUrl(
|
||||
java.lang.String value) {
|
||||
@ -1154,6 +1178,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUrl() {
|
||||
|
||||
@ -1163,6 +1188,8 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @param value The bytes for url to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUrlBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1179,6 +1206,7 @@ public final class Common {
|
||||
private java.lang.Object file_ = "";
|
||||
/**
|
||||
* <code>string file = 2;</code>
|
||||
* @return The file.
|
||||
*/
|
||||
public java.lang.String getFile() {
|
||||
java.lang.Object ref = file_;
|
||||
@ -1194,6 +1222,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string file = 2;</code>
|
||||
* @return The bytes for file.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFileBytes() {
|
||||
@ -1210,6 +1239,8 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string file = 2;</code>
|
||||
* @param value The file to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFile(
|
||||
java.lang.String value) {
|
||||
@ -1223,6 +1254,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string file = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFile() {
|
||||
|
||||
@ -1232,6 +1264,8 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string file = 2;</code>
|
||||
* @param value The bytes for file to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFileBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1248,12 +1282,15 @@ public final class Common {
|
||||
private long totalSize_ ;
|
||||
/**
|
||||
* <code>int64 total_size = 3;</code>
|
||||
* @return The totalSize.
|
||||
*/
|
||||
public long getTotalSize() {
|
||||
return totalSize_;
|
||||
}
|
||||
/**
|
||||
* <code>int64 total_size = 3;</code>
|
||||
* @param value The totalSize to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setTotalSize(long value) {
|
||||
|
||||
@ -1263,6 +1300,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>int64 total_size = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTotalSize() {
|
||||
|
||||
@ -1274,12 +1312,15 @@ public final class Common {
|
||||
private long downloaded_ ;
|
||||
/**
|
||||
* <code>int64 downloaded = 4;</code>
|
||||
* @return The downloaded.
|
||||
*/
|
||||
public long getDownloaded() {
|
||||
return downloaded_;
|
||||
}
|
||||
/**
|
||||
* <code>int64 downloaded = 4;</code>
|
||||
* @param value The downloaded to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setDownloaded(long value) {
|
||||
|
||||
@ -1289,6 +1330,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>int64 downloaded = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearDownloaded() {
|
||||
|
||||
@ -1300,12 +1342,15 @@ public final class Common {
|
||||
private boolean completed_ ;
|
||||
/**
|
||||
* <code>bool completed = 5;</code>
|
||||
* @return The completed.
|
||||
*/
|
||||
public boolean getCompleted() {
|
||||
return completed_;
|
||||
}
|
||||
/**
|
||||
* <code>bool completed = 5;</code>
|
||||
* @param value The completed to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCompleted(boolean value) {
|
||||
|
||||
@ -1315,6 +1360,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>bool completed = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCompleted() {
|
||||
|
||||
@ -1381,26 +1427,31 @@ public final class Common {
|
||||
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string message = 2;</code>
|
||||
* @return The message.
|
||||
*/
|
||||
java.lang.String getMessage();
|
||||
/**
|
||||
* <code>string message = 2;</code>
|
||||
* @return The bytes for message.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMessageBytes();
|
||||
|
||||
/**
|
||||
* <code>bool completed = 3;</code>
|
||||
* @return The completed.
|
||||
*/
|
||||
boolean getCompleted();
|
||||
}
|
||||
@ -1504,6 +1555,7 @@ public final class Common {
|
||||
private volatile java.lang.Object name_;
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -1519,6 +1571,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -1538,6 +1591,7 @@ public final class Common {
|
||||
private volatile java.lang.Object message_;
|
||||
/**
|
||||
* <code>string message = 2;</code>
|
||||
* @return The message.
|
||||
*/
|
||||
public java.lang.String getMessage() {
|
||||
java.lang.Object ref = message_;
|
||||
@ -1553,6 +1607,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string message = 2;</code>
|
||||
* @return The bytes for message.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getMessageBytes() {
|
||||
@ -1572,6 +1627,7 @@ public final class Common {
|
||||
private boolean completed_;
|
||||
/**
|
||||
* <code>bool completed = 3;</code>
|
||||
* @return The completed.
|
||||
*/
|
||||
public boolean getCompleted() {
|
||||
return completed_;
|
||||
@ -1917,6 +1973,7 @@ public final class Common {
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -1932,6 +1989,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -1948,6 +2006,8 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
@ -1961,6 +2021,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
|
||||
@ -1970,6 +2031,8 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1986,6 +2049,7 @@ public final class Common {
|
||||
private java.lang.Object message_ = "";
|
||||
/**
|
||||
* <code>string message = 2;</code>
|
||||
* @return The message.
|
||||
*/
|
||||
public java.lang.String getMessage() {
|
||||
java.lang.Object ref = message_;
|
||||
@ -2001,6 +2065,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string message = 2;</code>
|
||||
* @return The bytes for message.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getMessageBytes() {
|
||||
@ -2017,6 +2082,8 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string message = 2;</code>
|
||||
* @param value The message to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMessage(
|
||||
java.lang.String value) {
|
||||
@ -2030,6 +2097,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string message = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMessage() {
|
||||
|
||||
@ -2039,6 +2107,8 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>string message = 2;</code>
|
||||
* @param value The bytes for message to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMessageBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -2055,12 +2125,15 @@ public final class Common {
|
||||
private boolean completed_ ;
|
||||
/**
|
||||
* <code>bool completed = 3;</code>
|
||||
* @return The completed.
|
||||
*/
|
||||
public boolean getCompleted() {
|
||||
return completed_;
|
||||
}
|
||||
/**
|
||||
* <code>bool completed = 3;</code>
|
||||
* @param value The completed to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCompleted(boolean value) {
|
||||
|
||||
@ -2070,6 +2143,7 @@ public final class Common {
|
||||
}
|
||||
/**
|
||||
* <code>bool completed = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCompleted() {
|
||||
|
||||
|
@ -20,10 +20,12 @@ public final class Compile {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -37,6 +39,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The fqbn.
|
||||
*/
|
||||
java.lang.String getFqbn();
|
||||
/**
|
||||
@ -45,16 +48,19 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The bytes for fqbn.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getFqbnBytes();
|
||||
|
||||
/**
|
||||
* <code>string sketchPath = 3;</code>
|
||||
* @return The sketchPath.
|
||||
*/
|
||||
java.lang.String getSketchPath();
|
||||
/**
|
||||
* <code>string sketchPath = 3;</code>
|
||||
* @return The bytes for sketchPath.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSketchPathBytes();
|
||||
@ -65,6 +71,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool showProperties = 4;</code>
|
||||
* @return The showProperties.
|
||||
*/
|
||||
boolean getShowProperties();
|
||||
|
||||
@ -74,6 +81,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool preprocess = 5;</code>
|
||||
* @return The preprocess.
|
||||
*/
|
||||
boolean getPreprocess();
|
||||
|
||||
@ -83,6 +91,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildCachePath = 6;</code>
|
||||
* @return The buildCachePath.
|
||||
*/
|
||||
java.lang.String getBuildCachePath();
|
||||
/**
|
||||
@ -91,6 +100,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildCachePath = 6;</code>
|
||||
* @return The bytes for buildCachePath.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getBuildCachePathBytes();
|
||||
@ -101,6 +111,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildPath = 7;</code>
|
||||
* @return The buildPath.
|
||||
*/
|
||||
java.lang.String getBuildPath();
|
||||
/**
|
||||
@ -109,6 +120,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildPath = 7;</code>
|
||||
* @return The bytes for buildPath.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getBuildPathBytes();
|
||||
@ -119,6 +131,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @return A list containing the buildProperties.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getBuildPropertiesList();
|
||||
@ -128,6 +141,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @return The count of buildProperties.
|
||||
*/
|
||||
int getBuildPropertiesCount();
|
||||
/**
|
||||
@ -136,6 +150,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The buildProperties at the given index.
|
||||
*/
|
||||
java.lang.String getBuildProperties(int index);
|
||||
/**
|
||||
@ -144,6 +160,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the buildProperties at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getBuildPropertiesBytes(int index);
|
||||
@ -154,6 +172,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string warnings = 9;</code>
|
||||
* @return The warnings.
|
||||
*/
|
||||
java.lang.String getWarnings();
|
||||
/**
|
||||
@ -162,6 +181,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string warnings = 9;</code>
|
||||
* @return The bytes for warnings.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getWarningsBytes();
|
||||
@ -172,6 +192,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool verbose = 10;</code>
|
||||
* @return The verbose.
|
||||
*/
|
||||
boolean getVerbose();
|
||||
|
||||
@ -181,6 +202,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool quiet = 11;</code>
|
||||
* @return The quiet.
|
||||
*/
|
||||
boolean getQuiet();
|
||||
|
||||
@ -190,6 +212,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string vidPid = 12;</code>
|
||||
* @return The vidPid.
|
||||
*/
|
||||
java.lang.String getVidPid();
|
||||
/**
|
||||
@ -198,6 +221,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string vidPid = 12;</code>
|
||||
* @return The bytes for vidPid.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVidPidBytes();
|
||||
@ -208,6 +232,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string exportFile = 13;</code>
|
||||
* @return The exportFile.
|
||||
*/
|
||||
java.lang.String getExportFile();
|
||||
/**
|
||||
@ -216,6 +241,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string exportFile = 13;</code>
|
||||
* @return The bytes for exportFile.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getExportFileBytes();
|
||||
@ -226,6 +252,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>int32 jobs = 14;</code>
|
||||
* @return The jobs.
|
||||
*/
|
||||
int getJobs();
|
||||
|
||||
@ -235,6 +262,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @return A list containing the libraries.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getLibrariesList();
|
||||
@ -244,6 +272,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @return The count of libraries.
|
||||
*/
|
||||
int getLibrariesCount();
|
||||
/**
|
||||
@ -252,6 +281,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The libraries at the given index.
|
||||
*/
|
||||
java.lang.String getLibraries(int index);
|
||||
/**
|
||||
@ -260,6 +291,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the libraries at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getLibrariesBytes(int index);
|
||||
@ -459,12 +492,14 @@ public final class Compile {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -484,6 +519,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The fqbn.
|
||||
*/
|
||||
public java.lang.String getFqbn() {
|
||||
java.lang.Object ref = fqbn_;
|
||||
@ -503,6 +539,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The bytes for fqbn.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFqbnBytes() {
|
||||
@ -522,6 +559,7 @@ public final class Compile {
|
||||
private volatile java.lang.Object sketchPath_;
|
||||
/**
|
||||
* <code>string sketchPath = 3;</code>
|
||||
* @return The sketchPath.
|
||||
*/
|
||||
public java.lang.String getSketchPath() {
|
||||
java.lang.Object ref = sketchPath_;
|
||||
@ -537,6 +575,7 @@ public final class Compile {
|
||||
}
|
||||
/**
|
||||
* <code>string sketchPath = 3;</code>
|
||||
* @return The bytes for sketchPath.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSketchPathBytes() {
|
||||
@ -560,6 +599,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool showProperties = 4;</code>
|
||||
* @return The showProperties.
|
||||
*/
|
||||
public boolean getShowProperties() {
|
||||
return showProperties_;
|
||||
@ -573,6 +613,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool preprocess = 5;</code>
|
||||
* @return The preprocess.
|
||||
*/
|
||||
public boolean getPreprocess() {
|
||||
return preprocess_;
|
||||
@ -586,6 +627,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildCachePath = 6;</code>
|
||||
* @return The buildCachePath.
|
||||
*/
|
||||
public java.lang.String getBuildCachePath() {
|
||||
java.lang.Object ref = buildCachePath_;
|
||||
@ -605,6 +647,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildCachePath = 6;</code>
|
||||
* @return The bytes for buildCachePath.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getBuildCachePathBytes() {
|
||||
@ -628,6 +671,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildPath = 7;</code>
|
||||
* @return The buildPath.
|
||||
*/
|
||||
public java.lang.String getBuildPath() {
|
||||
java.lang.Object ref = buildPath_;
|
||||
@ -647,6 +691,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildPath = 7;</code>
|
||||
* @return The bytes for buildPath.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getBuildPathBytes() {
|
||||
@ -670,6 +715,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @return A list containing the buildProperties.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getBuildPropertiesList() {
|
||||
@ -681,6 +727,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @return The count of buildProperties.
|
||||
*/
|
||||
public int getBuildPropertiesCount() {
|
||||
return buildProperties_.size();
|
||||
@ -691,6 +738,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The buildProperties at the given index.
|
||||
*/
|
||||
public java.lang.String getBuildProperties(int index) {
|
||||
return buildProperties_.get(index);
|
||||
@ -701,6 +750,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the buildProperties at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getBuildPropertiesBytes(int index) {
|
||||
@ -715,6 +766,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string warnings = 9;</code>
|
||||
* @return The warnings.
|
||||
*/
|
||||
public java.lang.String getWarnings() {
|
||||
java.lang.Object ref = warnings_;
|
||||
@ -734,6 +786,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string warnings = 9;</code>
|
||||
* @return The bytes for warnings.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getWarningsBytes() {
|
||||
@ -757,6 +810,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool verbose = 10;</code>
|
||||
* @return The verbose.
|
||||
*/
|
||||
public boolean getVerbose() {
|
||||
return verbose_;
|
||||
@ -770,6 +824,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool quiet = 11;</code>
|
||||
* @return The quiet.
|
||||
*/
|
||||
public boolean getQuiet() {
|
||||
return quiet_;
|
||||
@ -783,6 +838,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string vidPid = 12;</code>
|
||||
* @return The vidPid.
|
||||
*/
|
||||
public java.lang.String getVidPid() {
|
||||
java.lang.Object ref = vidPid_;
|
||||
@ -802,6 +858,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string vidPid = 12;</code>
|
||||
* @return The bytes for vidPid.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVidPidBytes() {
|
||||
@ -825,6 +882,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string exportFile = 13;</code>
|
||||
* @return The exportFile.
|
||||
*/
|
||||
public java.lang.String getExportFile() {
|
||||
java.lang.Object ref = exportFile_;
|
||||
@ -844,6 +902,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string exportFile = 13;</code>
|
||||
* @return The bytes for exportFile.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getExportFileBytes() {
|
||||
@ -867,6 +926,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>int32 jobs = 14;</code>
|
||||
* @return The jobs.
|
||||
*/
|
||||
public int getJobs() {
|
||||
return jobs_;
|
||||
@ -880,6 +940,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @return A list containing the libraries.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getLibrariesList() {
|
||||
@ -891,6 +952,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @return The count of libraries.
|
||||
*/
|
||||
public int getLibrariesCount() {
|
||||
return libraries_.size();
|
||||
@ -901,6 +963,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The libraries at the given index.
|
||||
*/
|
||||
public java.lang.String getLibraries(int index) {
|
||||
return libraries_.get(index);
|
||||
@ -911,6 +975,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the libraries at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLibrariesBytes(int index) {
|
||||
@ -1515,12 +1581,14 @@ public final class Compile {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -1634,6 +1702,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The fqbn.
|
||||
*/
|
||||
public java.lang.String getFqbn() {
|
||||
java.lang.Object ref = fqbn_;
|
||||
@ -1653,6 +1722,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The bytes for fqbn.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFqbnBytes() {
|
||||
@ -1673,6 +1743,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @param value The fqbn to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFqbn(
|
||||
java.lang.String value) {
|
||||
@ -1690,6 +1762,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFqbn() {
|
||||
|
||||
@ -1703,6 +1776,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @param value The bytes for fqbn to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFqbnBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1719,6 +1794,7 @@ public final class Compile {
|
||||
private java.lang.Object sketchPath_ = "";
|
||||
/**
|
||||
* <code>string sketchPath = 3;</code>
|
||||
* @return The sketchPath.
|
||||
*/
|
||||
public java.lang.String getSketchPath() {
|
||||
java.lang.Object ref = sketchPath_;
|
||||
@ -1734,6 +1810,7 @@ public final class Compile {
|
||||
}
|
||||
/**
|
||||
* <code>string sketchPath = 3;</code>
|
||||
* @return The bytes for sketchPath.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSketchPathBytes() {
|
||||
@ -1750,6 +1827,8 @@ public final class Compile {
|
||||
}
|
||||
/**
|
||||
* <code>string sketchPath = 3;</code>
|
||||
* @param value The sketchPath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSketchPath(
|
||||
java.lang.String value) {
|
||||
@ -1763,6 +1842,7 @@ public final class Compile {
|
||||
}
|
||||
/**
|
||||
* <code>string sketchPath = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSketchPath() {
|
||||
|
||||
@ -1772,6 +1852,8 @@ public final class Compile {
|
||||
}
|
||||
/**
|
||||
* <code>string sketchPath = 3;</code>
|
||||
* @param value The bytes for sketchPath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSketchPathBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1792,6 +1874,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool showProperties = 4;</code>
|
||||
* @return The showProperties.
|
||||
*/
|
||||
public boolean getShowProperties() {
|
||||
return showProperties_;
|
||||
@ -1802,6 +1885,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool showProperties = 4;</code>
|
||||
* @param value The showProperties to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setShowProperties(boolean value) {
|
||||
|
||||
@ -1815,6 +1900,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool showProperties = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearShowProperties() {
|
||||
|
||||
@ -1830,6 +1916,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool preprocess = 5;</code>
|
||||
* @return The preprocess.
|
||||
*/
|
||||
public boolean getPreprocess() {
|
||||
return preprocess_;
|
||||
@ -1840,6 +1927,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool preprocess = 5;</code>
|
||||
* @param value The preprocess to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPreprocess(boolean value) {
|
||||
|
||||
@ -1853,6 +1942,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool preprocess = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPreprocess() {
|
||||
|
||||
@ -1868,6 +1958,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildCachePath = 6;</code>
|
||||
* @return The buildCachePath.
|
||||
*/
|
||||
public java.lang.String getBuildCachePath() {
|
||||
java.lang.Object ref = buildCachePath_;
|
||||
@ -1887,6 +1978,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildCachePath = 6;</code>
|
||||
* @return The bytes for buildCachePath.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getBuildCachePathBytes() {
|
||||
@ -1907,6 +1999,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildCachePath = 6;</code>
|
||||
* @param value The buildCachePath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBuildCachePath(
|
||||
java.lang.String value) {
|
||||
@ -1924,6 +2018,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildCachePath = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBuildCachePath() {
|
||||
|
||||
@ -1937,6 +2032,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildCachePath = 6;</code>
|
||||
* @param value The bytes for buildCachePath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBuildCachePathBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1957,6 +2054,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildPath = 7;</code>
|
||||
* @return The buildPath.
|
||||
*/
|
||||
public java.lang.String getBuildPath() {
|
||||
java.lang.Object ref = buildPath_;
|
||||
@ -1976,6 +2074,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildPath = 7;</code>
|
||||
* @return The bytes for buildPath.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getBuildPathBytes() {
|
||||
@ -1996,6 +2095,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildPath = 7;</code>
|
||||
* @param value The buildPath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBuildPath(
|
||||
java.lang.String value) {
|
||||
@ -2013,6 +2114,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildPath = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBuildPath() {
|
||||
|
||||
@ -2026,6 +2128,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string buildPath = 7;</code>
|
||||
* @param value The bytes for buildPath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBuildPathBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -2052,6 +2156,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @return A list containing the buildProperties.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getBuildPropertiesList() {
|
||||
@ -2063,6 +2168,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @return The count of buildProperties.
|
||||
*/
|
||||
public int getBuildPropertiesCount() {
|
||||
return buildProperties_.size();
|
||||
@ -2073,6 +2179,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The buildProperties at the given index.
|
||||
*/
|
||||
public java.lang.String getBuildProperties(int index) {
|
||||
return buildProperties_.get(index);
|
||||
@ -2083,6 +2191,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the buildProperties at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getBuildPropertiesBytes(int index) {
|
||||
@ -2094,6 +2204,9 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The buildProperties to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setBuildProperties(
|
||||
int index, java.lang.String value) {
|
||||
@ -2111,6 +2224,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @param value The buildProperties to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addBuildProperties(
|
||||
java.lang.String value) {
|
||||
@ -2128,6 +2243,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @param values The buildProperties to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllBuildProperties(
|
||||
java.lang.Iterable<java.lang.String> values) {
|
||||
@ -2143,6 +2260,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearBuildProperties() {
|
||||
buildProperties_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||||
@ -2156,6 +2274,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string buildProperties = 8;</code>
|
||||
* @param value The bytes of the buildProperties to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addBuildPropertiesBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -2176,6 +2296,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string warnings = 9;</code>
|
||||
* @return The warnings.
|
||||
*/
|
||||
public java.lang.String getWarnings() {
|
||||
java.lang.Object ref = warnings_;
|
||||
@ -2195,6 +2316,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string warnings = 9;</code>
|
||||
* @return The bytes for warnings.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getWarningsBytes() {
|
||||
@ -2215,6 +2337,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string warnings = 9;</code>
|
||||
* @param value The warnings to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setWarnings(
|
||||
java.lang.String value) {
|
||||
@ -2232,6 +2356,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string warnings = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearWarnings() {
|
||||
|
||||
@ -2245,6 +2370,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string warnings = 9;</code>
|
||||
* @param value The bytes for warnings to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setWarningsBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -2265,6 +2392,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool verbose = 10;</code>
|
||||
* @return The verbose.
|
||||
*/
|
||||
public boolean getVerbose() {
|
||||
return verbose_;
|
||||
@ -2275,6 +2403,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool verbose = 10;</code>
|
||||
* @param value The verbose to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVerbose(boolean value) {
|
||||
|
||||
@ -2288,6 +2418,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool verbose = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVerbose() {
|
||||
|
||||
@ -2303,6 +2434,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool quiet = 11;</code>
|
||||
* @return The quiet.
|
||||
*/
|
||||
public boolean getQuiet() {
|
||||
return quiet_;
|
||||
@ -2313,6 +2445,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool quiet = 11;</code>
|
||||
* @param value The quiet to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setQuiet(boolean value) {
|
||||
|
||||
@ -2326,6 +2460,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bool quiet = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearQuiet() {
|
||||
|
||||
@ -2341,6 +2476,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string vidPid = 12;</code>
|
||||
* @return The vidPid.
|
||||
*/
|
||||
public java.lang.String getVidPid() {
|
||||
java.lang.Object ref = vidPid_;
|
||||
@ -2360,6 +2496,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string vidPid = 12;</code>
|
||||
* @return The bytes for vidPid.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVidPidBytes() {
|
||||
@ -2380,6 +2517,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string vidPid = 12;</code>
|
||||
* @param value The vidPid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVidPid(
|
||||
java.lang.String value) {
|
||||
@ -2397,6 +2536,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string vidPid = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVidPid() {
|
||||
|
||||
@ -2410,6 +2550,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string vidPid = 12;</code>
|
||||
* @param value The bytes for vidPid to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVidPidBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -2430,6 +2572,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string exportFile = 13;</code>
|
||||
* @return The exportFile.
|
||||
*/
|
||||
public java.lang.String getExportFile() {
|
||||
java.lang.Object ref = exportFile_;
|
||||
@ -2449,6 +2592,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string exportFile = 13;</code>
|
||||
* @return The bytes for exportFile.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getExportFileBytes() {
|
||||
@ -2469,6 +2613,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string exportFile = 13;</code>
|
||||
* @param value The exportFile to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setExportFile(
|
||||
java.lang.String value) {
|
||||
@ -2486,6 +2632,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string exportFile = 13;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearExportFile() {
|
||||
|
||||
@ -2499,6 +2646,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>string exportFile = 13;</code>
|
||||
* @param value The bytes for exportFile to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setExportFileBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -2519,6 +2668,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>int32 jobs = 14;</code>
|
||||
* @return The jobs.
|
||||
*/
|
||||
public int getJobs() {
|
||||
return jobs_;
|
||||
@ -2529,6 +2679,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>int32 jobs = 14;</code>
|
||||
* @param value The jobs to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setJobs(int value) {
|
||||
|
||||
@ -2542,6 +2694,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>int32 jobs = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearJobs() {
|
||||
|
||||
@ -2563,6 +2716,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @return A list containing the libraries.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getLibrariesList() {
|
||||
@ -2574,6 +2728,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @return The count of libraries.
|
||||
*/
|
||||
public int getLibrariesCount() {
|
||||
return libraries_.size();
|
||||
@ -2584,6 +2739,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The libraries at the given index.
|
||||
*/
|
||||
public java.lang.String getLibraries(int index) {
|
||||
return libraries_.get(index);
|
||||
@ -2594,6 +2751,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the libraries at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLibrariesBytes(int index) {
|
||||
@ -2605,6 +2764,9 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The libraries to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLibraries(
|
||||
int index, java.lang.String value) {
|
||||
@ -2622,6 +2784,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @param value The libraries to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addLibraries(
|
||||
java.lang.String value) {
|
||||
@ -2639,6 +2803,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @param values The libraries to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllLibraries(
|
||||
java.lang.Iterable<java.lang.String> values) {
|
||||
@ -2654,6 +2820,7 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLibraries() {
|
||||
libraries_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||||
@ -2667,6 +2834,8 @@ public final class Compile {
|
||||
* </pre>
|
||||
*
|
||||
* <code>repeated string libraries = 15;</code>
|
||||
* @param value The bytes of the libraries to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addLibrariesBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -2738,11 +2907,13 @@ public final class Compile {
|
||||
|
||||
/**
|
||||
* <code>bytes out_stream = 1;</code>
|
||||
* @return The outStream.
|
||||
*/
|
||||
com.google.protobuf.ByteString getOutStream();
|
||||
|
||||
/**
|
||||
* <code>bytes err_stream = 2;</code>
|
||||
* @return The errStream.
|
||||
*/
|
||||
com.google.protobuf.ByteString getErrStream();
|
||||
}
|
||||
@ -2839,6 +3010,7 @@ public final class Compile {
|
||||
private com.google.protobuf.ByteString outStream_;
|
||||
/**
|
||||
* <code>bytes out_stream = 1;</code>
|
||||
* @return The outStream.
|
||||
*/
|
||||
public com.google.protobuf.ByteString getOutStream() {
|
||||
return outStream_;
|
||||
@ -2848,6 +3020,7 @@ public final class Compile {
|
||||
private com.google.protobuf.ByteString errStream_;
|
||||
/**
|
||||
* <code>bytes err_stream = 2;</code>
|
||||
* @return The errStream.
|
||||
*/
|
||||
public com.google.protobuf.ByteString getErrStream() {
|
||||
return errStream_;
|
||||
@ -3175,12 +3348,15 @@ public final class Compile {
|
||||
private com.google.protobuf.ByteString outStream_ = com.google.protobuf.ByteString.EMPTY;
|
||||
/**
|
||||
* <code>bytes out_stream = 1;</code>
|
||||
* @return The outStream.
|
||||
*/
|
||||
public com.google.protobuf.ByteString getOutStream() {
|
||||
return outStream_;
|
||||
}
|
||||
/**
|
||||
* <code>bytes out_stream = 1;</code>
|
||||
* @param value The outStream to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setOutStream(com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
@ -3193,6 +3369,7 @@ public final class Compile {
|
||||
}
|
||||
/**
|
||||
* <code>bytes out_stream = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearOutStream() {
|
||||
|
||||
@ -3204,12 +3381,15 @@ public final class Compile {
|
||||
private com.google.protobuf.ByteString errStream_ = com.google.protobuf.ByteString.EMPTY;
|
||||
/**
|
||||
* <code>bytes err_stream = 2;</code>
|
||||
* @return The errStream.
|
||||
*/
|
||||
public com.google.protobuf.ByteString getErrStream() {
|
||||
return errStream_;
|
||||
}
|
||||
/**
|
||||
* <code>bytes err_stream = 2;</code>
|
||||
* @param value The errStream to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setErrStream(com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
@ -3222,6 +3402,7 @@ public final class Compile {
|
||||
}
|
||||
/**
|
||||
* <code>bytes err_stream = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearErrStream() {
|
||||
|
||||
|
@ -20,10 +20,12 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -33,30 +35,36 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The platformPackage.
|
||||
*/
|
||||
java.lang.String getPlatformPackage();
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The bytes for platformPackage.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getPlatformPackageBytes();
|
||||
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The architecture.
|
||||
*/
|
||||
java.lang.String getArchitecture();
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The bytes for architecture.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getArchitectureBytes();
|
||||
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
java.lang.String getVersion();
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVersionBytes();
|
||||
@ -176,12 +184,14 @@ public final class Core {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -197,6 +207,7 @@ public final class Core {
|
||||
private volatile java.lang.Object platformPackage_;
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The platformPackage.
|
||||
*/
|
||||
public java.lang.String getPlatformPackage() {
|
||||
java.lang.Object ref = platformPackage_;
|
||||
@ -212,6 +223,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The bytes for platformPackage.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPlatformPackageBytes() {
|
||||
@ -231,6 +243,7 @@ public final class Core {
|
||||
private volatile java.lang.Object architecture_;
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The architecture.
|
||||
*/
|
||||
public java.lang.String getArchitecture() {
|
||||
java.lang.Object ref = architecture_;
|
||||
@ -246,6 +259,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The bytes for architecture.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getArchitectureBytes() {
|
||||
@ -265,6 +279,7 @@ public final class Core {
|
||||
private volatile java.lang.Object version_;
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -280,6 +295,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -666,12 +682,14 @@ public final class Core {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -781,6 +799,7 @@ public final class Core {
|
||||
private java.lang.Object platformPackage_ = "";
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The platformPackage.
|
||||
*/
|
||||
public java.lang.String getPlatformPackage() {
|
||||
java.lang.Object ref = platformPackage_;
|
||||
@ -796,6 +815,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The bytes for platformPackage.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPlatformPackageBytes() {
|
||||
@ -812,6 +832,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @param value The platformPackage to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPlatformPackage(
|
||||
java.lang.String value) {
|
||||
@ -825,6 +847,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPlatformPackage() {
|
||||
|
||||
@ -834,6 +857,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @param value The bytes for platformPackage to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPlatformPackageBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -850,6 +875,7 @@ public final class Core {
|
||||
private java.lang.Object architecture_ = "";
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The architecture.
|
||||
*/
|
||||
public java.lang.String getArchitecture() {
|
||||
java.lang.Object ref = architecture_;
|
||||
@ -865,6 +891,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The bytes for architecture.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getArchitectureBytes() {
|
||||
@ -881,6 +908,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @param value The architecture to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setArchitecture(
|
||||
java.lang.String value) {
|
||||
@ -894,6 +923,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearArchitecture() {
|
||||
|
||||
@ -903,6 +933,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @param value The bytes for architecture to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setArchitectureBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -919,6 +951,7 @@ public final class Core {
|
||||
private java.lang.Object version_ = "";
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -934,6 +967,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -950,6 +984,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @param value The version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersion(
|
||||
java.lang.String value) {
|
||||
@ -963,6 +999,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVersion() {
|
||||
|
||||
@ -972,6 +1009,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @param value The bytes for version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersionBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1043,10 +1082,12 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
boolean hasProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.DownloadProgress getProgress();
|
||||
/**
|
||||
@ -1056,10 +1097,12 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
boolean hasTaskProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.TaskProgress getTaskProgress();
|
||||
/**
|
||||
@ -1174,12 +1217,14 @@ public final class Core {
|
||||
private cc.arduino.cli.commands.Common.DownloadProgress progress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
public boolean hasProgress() {
|
||||
return progress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getProgress() {
|
||||
return progress_ == null ? cc.arduino.cli.commands.Common.DownloadProgress.getDefaultInstance() : progress_;
|
||||
@ -1195,12 +1240,14 @@ public final class Core {
|
||||
private cc.arduino.cli.commands.Common.TaskProgress taskProgress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
return taskProgress_ == null ? cc.arduino.cli.commands.Common.TaskProgress.getDefaultInstance() : taskProgress_;
|
||||
@ -1562,12 +1609,14 @@ public final class Core {
|
||||
cc.arduino.cli.commands.Common.DownloadProgress, cc.arduino.cli.commands.Common.DownloadProgress.Builder, cc.arduino.cli.commands.Common.DownloadProgressOrBuilder> progressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
public boolean hasProgress() {
|
||||
return progressBuilder_ != null || progress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getProgress() {
|
||||
if (progressBuilder_ == null) {
|
||||
@ -1679,12 +1728,14 @@ public final class Core {
|
||||
cc.arduino.cli.commands.Common.TaskProgress, cc.arduino.cli.commands.Common.TaskProgress.Builder, cc.arduino.cli.commands.Common.TaskProgressOrBuilder> taskProgressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgressBuilder_ != null || taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
if (taskProgressBuilder_ == null) {
|
||||
@ -1849,10 +1900,12 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -1862,30 +1915,36 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The platformPackage.
|
||||
*/
|
||||
java.lang.String getPlatformPackage();
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The bytes for platformPackage.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getPlatformPackageBytes();
|
||||
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The architecture.
|
||||
*/
|
||||
java.lang.String getArchitecture();
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The bytes for architecture.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getArchitectureBytes();
|
||||
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
java.lang.String getVersion();
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVersionBytes();
|
||||
@ -2005,12 +2064,14 @@ public final class Core {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -2026,6 +2087,7 @@ public final class Core {
|
||||
private volatile java.lang.Object platformPackage_;
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The platformPackage.
|
||||
*/
|
||||
public java.lang.String getPlatformPackage() {
|
||||
java.lang.Object ref = platformPackage_;
|
||||
@ -2041,6 +2103,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The bytes for platformPackage.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPlatformPackageBytes() {
|
||||
@ -2060,6 +2123,7 @@ public final class Core {
|
||||
private volatile java.lang.Object architecture_;
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The architecture.
|
||||
*/
|
||||
public java.lang.String getArchitecture() {
|
||||
java.lang.Object ref = architecture_;
|
||||
@ -2075,6 +2139,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The bytes for architecture.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getArchitectureBytes() {
|
||||
@ -2094,6 +2159,7 @@ public final class Core {
|
||||
private volatile java.lang.Object version_;
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -2109,6 +2175,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -2495,12 +2562,14 @@ public final class Core {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -2610,6 +2679,7 @@ public final class Core {
|
||||
private java.lang.Object platformPackage_ = "";
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The platformPackage.
|
||||
*/
|
||||
public java.lang.String getPlatformPackage() {
|
||||
java.lang.Object ref = platformPackage_;
|
||||
@ -2625,6 +2695,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The bytes for platformPackage.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPlatformPackageBytes() {
|
||||
@ -2641,6 +2712,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @param value The platformPackage to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPlatformPackage(
|
||||
java.lang.String value) {
|
||||
@ -2654,6 +2727,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPlatformPackage() {
|
||||
|
||||
@ -2663,6 +2737,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @param value The bytes for platformPackage to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPlatformPackageBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -2679,6 +2755,7 @@ public final class Core {
|
||||
private java.lang.Object architecture_ = "";
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The architecture.
|
||||
*/
|
||||
public java.lang.String getArchitecture() {
|
||||
java.lang.Object ref = architecture_;
|
||||
@ -2694,6 +2771,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The bytes for architecture.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getArchitectureBytes() {
|
||||
@ -2710,6 +2788,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @param value The architecture to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setArchitecture(
|
||||
java.lang.String value) {
|
||||
@ -2723,6 +2803,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearArchitecture() {
|
||||
|
||||
@ -2732,6 +2813,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @param value The bytes for architecture to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setArchitectureBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -2748,6 +2831,7 @@ public final class Core {
|
||||
private java.lang.Object version_ = "";
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -2763,6 +2847,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -2779,6 +2864,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @param value The version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersion(
|
||||
java.lang.String value) {
|
||||
@ -2792,6 +2879,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVersion() {
|
||||
|
||||
@ -2801,6 +2889,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 4;</code>
|
||||
* @param value The bytes for version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersionBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -2872,10 +2962,12 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
boolean hasProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.DownloadProgress getProgress();
|
||||
/**
|
||||
@ -2977,12 +3069,14 @@ public final class Core {
|
||||
private cc.arduino.cli.commands.Common.DownloadProgress progress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
public boolean hasProgress() {
|
||||
return progress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getProgress() {
|
||||
return progress_ == null ? cc.arduino.cli.commands.Common.DownloadProgress.getDefaultInstance() : progress_;
|
||||
@ -3314,12 +3408,14 @@ public final class Core {
|
||||
cc.arduino.cli.commands.Common.DownloadProgress, cc.arduino.cli.commands.Common.DownloadProgress.Builder, cc.arduino.cli.commands.Common.DownloadProgressOrBuilder> progressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
public boolean hasProgress() {
|
||||
return progressBuilder_ != null || progress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getProgress() {
|
||||
if (progressBuilder_ == null) {
|
||||
@ -3484,10 +3580,12 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -3497,20 +3595,24 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The platformPackage.
|
||||
*/
|
||||
java.lang.String getPlatformPackage();
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The bytes for platformPackage.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getPlatformPackageBytes();
|
||||
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The architecture.
|
||||
*/
|
||||
java.lang.String getArchitecture();
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The bytes for architecture.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getArchitectureBytes();
|
||||
@ -3623,12 +3725,14 @@ public final class Core {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -3644,6 +3748,7 @@ public final class Core {
|
||||
private volatile java.lang.Object platformPackage_;
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The platformPackage.
|
||||
*/
|
||||
public java.lang.String getPlatformPackage() {
|
||||
java.lang.Object ref = platformPackage_;
|
||||
@ -3659,6 +3764,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The bytes for platformPackage.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPlatformPackageBytes() {
|
||||
@ -3678,6 +3784,7 @@ public final class Core {
|
||||
private volatile java.lang.Object architecture_;
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The architecture.
|
||||
*/
|
||||
public java.lang.String getArchitecture() {
|
||||
java.lang.Object ref = architecture_;
|
||||
@ -3693,6 +3800,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The bytes for architecture.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getArchitectureBytes() {
|
||||
@ -4062,12 +4170,14 @@ public final class Core {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -4177,6 +4287,7 @@ public final class Core {
|
||||
private java.lang.Object platformPackage_ = "";
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The platformPackage.
|
||||
*/
|
||||
public java.lang.String getPlatformPackage() {
|
||||
java.lang.Object ref = platformPackage_;
|
||||
@ -4192,6 +4303,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The bytes for platformPackage.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPlatformPackageBytes() {
|
||||
@ -4208,6 +4320,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @param value The platformPackage to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPlatformPackage(
|
||||
java.lang.String value) {
|
||||
@ -4221,6 +4335,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPlatformPackage() {
|
||||
|
||||
@ -4230,6 +4345,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @param value The bytes for platformPackage to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPlatformPackageBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -4246,6 +4363,7 @@ public final class Core {
|
||||
private java.lang.Object architecture_ = "";
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The architecture.
|
||||
*/
|
||||
public java.lang.String getArchitecture() {
|
||||
java.lang.Object ref = architecture_;
|
||||
@ -4261,6 +4379,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The bytes for architecture.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getArchitectureBytes() {
|
||||
@ -4277,6 +4396,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @param value The architecture to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setArchitecture(
|
||||
java.lang.String value) {
|
||||
@ -4290,6 +4411,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearArchitecture() {
|
||||
|
||||
@ -4299,6 +4421,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @param value The bytes for architecture to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setArchitectureBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -4370,10 +4494,12 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
boolean hasTaskProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.TaskProgress getTaskProgress();
|
||||
/**
|
||||
@ -4475,12 +4601,14 @@ public final class Core {
|
||||
private cc.arduino.cli.commands.Common.TaskProgress taskProgress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
return taskProgress_ == null ? cc.arduino.cli.commands.Common.TaskProgress.getDefaultInstance() : taskProgress_;
|
||||
@ -4812,12 +4940,14 @@ public final class Core {
|
||||
cc.arduino.cli.commands.Common.TaskProgress, cc.arduino.cli.commands.Common.TaskProgress.Builder, cc.arduino.cli.commands.Common.TaskProgressOrBuilder> taskProgressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgressBuilder_ != null || taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
if (taskProgressBuilder_ == null) {
|
||||
@ -4982,10 +5112,12 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -4995,20 +5127,24 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The platformPackage.
|
||||
*/
|
||||
java.lang.String getPlatformPackage();
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The bytes for platformPackage.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getPlatformPackageBytes();
|
||||
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The architecture.
|
||||
*/
|
||||
java.lang.String getArchitecture();
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The bytes for architecture.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getArchitectureBytes();
|
||||
@ -5121,12 +5257,14 @@ public final class Core {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -5142,6 +5280,7 @@ public final class Core {
|
||||
private volatile java.lang.Object platformPackage_;
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The platformPackage.
|
||||
*/
|
||||
public java.lang.String getPlatformPackage() {
|
||||
java.lang.Object ref = platformPackage_;
|
||||
@ -5157,6 +5296,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The bytes for platformPackage.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPlatformPackageBytes() {
|
||||
@ -5176,6 +5316,7 @@ public final class Core {
|
||||
private volatile java.lang.Object architecture_;
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The architecture.
|
||||
*/
|
||||
public java.lang.String getArchitecture() {
|
||||
java.lang.Object ref = architecture_;
|
||||
@ -5191,6 +5332,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The bytes for architecture.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getArchitectureBytes() {
|
||||
@ -5560,12 +5702,14 @@ public final class Core {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -5675,6 +5819,7 @@ public final class Core {
|
||||
private java.lang.Object platformPackage_ = "";
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The platformPackage.
|
||||
*/
|
||||
public java.lang.String getPlatformPackage() {
|
||||
java.lang.Object ref = platformPackage_;
|
||||
@ -5690,6 +5835,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return The bytes for platformPackage.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPlatformPackageBytes() {
|
||||
@ -5706,6 +5852,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @param value The platformPackage to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPlatformPackage(
|
||||
java.lang.String value) {
|
||||
@ -5719,6 +5867,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPlatformPackage() {
|
||||
|
||||
@ -5728,6 +5877,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string platform_package = 2;</code>
|
||||
* @param value The bytes for platformPackage to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPlatformPackageBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -5744,6 +5895,7 @@ public final class Core {
|
||||
private java.lang.Object architecture_ = "";
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The architecture.
|
||||
*/
|
||||
public java.lang.String getArchitecture() {
|
||||
java.lang.Object ref = architecture_;
|
||||
@ -5759,6 +5911,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return The bytes for architecture.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getArchitectureBytes() {
|
||||
@ -5775,6 +5928,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @param value The architecture to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setArchitecture(
|
||||
java.lang.String value) {
|
||||
@ -5788,6 +5943,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearArchitecture() {
|
||||
|
||||
@ -5797,6 +5953,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string architecture = 3;</code>
|
||||
* @param value The bytes for architecture to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setArchitectureBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -5868,10 +6026,12 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
boolean hasProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.DownloadProgress getProgress();
|
||||
/**
|
||||
@ -5881,10 +6041,12 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
boolean hasTaskProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.TaskProgress getTaskProgress();
|
||||
/**
|
||||
@ -5999,12 +6161,14 @@ public final class Core {
|
||||
private cc.arduino.cli.commands.Common.DownloadProgress progress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
public boolean hasProgress() {
|
||||
return progress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getProgress() {
|
||||
return progress_ == null ? cc.arduino.cli.commands.Common.DownloadProgress.getDefaultInstance() : progress_;
|
||||
@ -6020,12 +6184,14 @@ public final class Core {
|
||||
private cc.arduino.cli.commands.Common.TaskProgress taskProgress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
return taskProgress_ == null ? cc.arduino.cli.commands.Common.TaskProgress.getDefaultInstance() : taskProgress_;
|
||||
@ -6387,12 +6553,14 @@ public final class Core {
|
||||
cc.arduino.cli.commands.Common.DownloadProgress, cc.arduino.cli.commands.Common.DownloadProgress.Builder, cc.arduino.cli.commands.Common.DownloadProgressOrBuilder> progressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
public boolean hasProgress() {
|
||||
return progressBuilder_ != null || progress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getProgress() {
|
||||
if (progressBuilder_ == null) {
|
||||
@ -6504,12 +6672,14 @@ public final class Core {
|
||||
cc.arduino.cli.commands.Common.TaskProgress, cc.arduino.cli.commands.Common.TaskProgress.Builder, cc.arduino.cli.commands.Common.TaskProgressOrBuilder> taskProgressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgressBuilder_ != null || taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
if (taskProgressBuilder_ == null) {
|
||||
@ -6674,10 +6844,12 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -6687,16 +6859,19 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>string search_args = 2;</code>
|
||||
* @return The searchArgs.
|
||||
*/
|
||||
java.lang.String getSearchArgs();
|
||||
/**
|
||||
* <code>string search_args = 2;</code>
|
||||
* @return The bytes for searchArgs.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSearchArgsBytes();
|
||||
|
||||
/**
|
||||
* <code>bool all_versions = 3;</code>
|
||||
* @return The allVersions.
|
||||
*/
|
||||
boolean getAllVersions();
|
||||
}
|
||||
@ -6806,12 +6981,14 @@ public final class Core {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -6827,6 +7004,7 @@ public final class Core {
|
||||
private volatile java.lang.Object searchArgs_;
|
||||
/**
|
||||
* <code>string search_args = 2;</code>
|
||||
* @return The searchArgs.
|
||||
*/
|
||||
public java.lang.String getSearchArgs() {
|
||||
java.lang.Object ref = searchArgs_;
|
||||
@ -6842,6 +7020,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string search_args = 2;</code>
|
||||
* @return The bytes for searchArgs.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSearchArgsBytes() {
|
||||
@ -6861,6 +7040,7 @@ public final class Core {
|
||||
private boolean allVersions_;
|
||||
/**
|
||||
* <code>bool all_versions = 3;</code>
|
||||
* @return The allVersions.
|
||||
*/
|
||||
public boolean getAllVersions() {
|
||||
return allVersions_;
|
||||
@ -7221,12 +7401,14 @@ public final class Core {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -7336,6 +7518,7 @@ public final class Core {
|
||||
private java.lang.Object searchArgs_ = "";
|
||||
/**
|
||||
* <code>string search_args = 2;</code>
|
||||
* @return The searchArgs.
|
||||
*/
|
||||
public java.lang.String getSearchArgs() {
|
||||
java.lang.Object ref = searchArgs_;
|
||||
@ -7351,6 +7534,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string search_args = 2;</code>
|
||||
* @return The bytes for searchArgs.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSearchArgsBytes() {
|
||||
@ -7367,6 +7551,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string search_args = 2;</code>
|
||||
* @param value The searchArgs to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSearchArgs(
|
||||
java.lang.String value) {
|
||||
@ -7380,6 +7566,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string search_args = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSearchArgs() {
|
||||
|
||||
@ -7389,6 +7576,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string search_args = 2;</code>
|
||||
* @param value The bytes for searchArgs to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSearchArgsBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -7405,12 +7594,15 @@ public final class Core {
|
||||
private boolean allVersions_ ;
|
||||
/**
|
||||
* <code>bool all_versions = 3;</code>
|
||||
* @return The allVersions.
|
||||
*/
|
||||
public boolean getAllVersions() {
|
||||
return allVersions_;
|
||||
}
|
||||
/**
|
||||
* <code>bool all_versions = 3;</code>
|
||||
* @param value The allVersions to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAllVersions(boolean value) {
|
||||
|
||||
@ -7420,6 +7612,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>bool all_versions = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAllVersions() {
|
||||
|
||||
@ -8274,10 +8467,12 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -8287,6 +8482,7 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>bool updatable_only = 2;</code>
|
||||
* @return The updatableOnly.
|
||||
*/
|
||||
boolean getUpdatableOnly();
|
||||
}
|
||||
@ -8389,12 +8585,14 @@ public final class Core {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -8410,6 +8608,7 @@ public final class Core {
|
||||
private boolean updatableOnly_;
|
||||
/**
|
||||
* <code>bool updatable_only = 2;</code>
|
||||
* @return The updatableOnly.
|
||||
*/
|
||||
public boolean getUpdatableOnly() {
|
||||
return updatableOnly_;
|
||||
@ -8753,12 +8952,14 @@ public final class Core {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -8868,12 +9069,15 @@ public final class Core {
|
||||
private boolean updatableOnly_ ;
|
||||
/**
|
||||
* <code>bool updatable_only = 2;</code>
|
||||
* @return The updatableOnly.
|
||||
*/
|
||||
public boolean getUpdatableOnly() {
|
||||
return updatableOnly_;
|
||||
}
|
||||
/**
|
||||
* <code>bool updatable_only = 2;</code>
|
||||
* @param value The updatableOnly to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUpdatableOnly(boolean value) {
|
||||
|
||||
@ -8883,6 +9087,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>bool updatable_only = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUpdatableOnly() {
|
||||
|
||||
@ -9737,70 +9942,84 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>string ID = 1;</code>
|
||||
* @return The iD.
|
||||
*/
|
||||
java.lang.String getID();
|
||||
/**
|
||||
* <code>string ID = 1;</code>
|
||||
* @return The bytes for iD.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getIDBytes();
|
||||
|
||||
/**
|
||||
* <code>string Installed = 2;</code>
|
||||
* @return The installed.
|
||||
*/
|
||||
java.lang.String getInstalled();
|
||||
/**
|
||||
* <code>string Installed = 2;</code>
|
||||
* @return The bytes for installed.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getInstalledBytes();
|
||||
|
||||
/**
|
||||
* <code>string Latest = 3;</code>
|
||||
* @return The latest.
|
||||
*/
|
||||
java.lang.String getLatest();
|
||||
/**
|
||||
* <code>string Latest = 3;</code>
|
||||
* @return The bytes for latest.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getLatestBytes();
|
||||
|
||||
/**
|
||||
* <code>string Name = 4;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string Name = 4;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string Maintainer = 5;</code>
|
||||
* @return The maintainer.
|
||||
*/
|
||||
java.lang.String getMaintainer();
|
||||
/**
|
||||
* <code>string Maintainer = 5;</code>
|
||||
* @return The bytes for maintainer.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMaintainerBytes();
|
||||
|
||||
/**
|
||||
* <code>string Website = 6;</code>
|
||||
* @return The website.
|
||||
*/
|
||||
java.lang.String getWebsite();
|
||||
/**
|
||||
* <code>string Website = 6;</code>
|
||||
* @return The bytes for website.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getWebsiteBytes();
|
||||
|
||||
/**
|
||||
* <code>string Email = 7;</code>
|
||||
* @return The email.
|
||||
*/
|
||||
java.lang.String getEmail();
|
||||
/**
|
||||
* <code>string Email = 7;</code>
|
||||
* @return The bytes for email.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getEmailBytes();
|
||||
@ -9973,6 +10192,7 @@ public final class Core {
|
||||
private volatile java.lang.Object iD_;
|
||||
/**
|
||||
* <code>string ID = 1;</code>
|
||||
* @return The iD.
|
||||
*/
|
||||
public java.lang.String getID() {
|
||||
java.lang.Object ref = iD_;
|
||||
@ -9988,6 +10208,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string ID = 1;</code>
|
||||
* @return The bytes for iD.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getIDBytes() {
|
||||
@ -10007,6 +10228,7 @@ public final class Core {
|
||||
private volatile java.lang.Object installed_;
|
||||
/**
|
||||
* <code>string Installed = 2;</code>
|
||||
* @return The installed.
|
||||
*/
|
||||
public java.lang.String getInstalled() {
|
||||
java.lang.Object ref = installed_;
|
||||
@ -10022,6 +10244,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Installed = 2;</code>
|
||||
* @return The bytes for installed.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getInstalledBytes() {
|
||||
@ -10041,6 +10264,7 @@ public final class Core {
|
||||
private volatile java.lang.Object latest_;
|
||||
/**
|
||||
* <code>string Latest = 3;</code>
|
||||
* @return The latest.
|
||||
*/
|
||||
public java.lang.String getLatest() {
|
||||
java.lang.Object ref = latest_;
|
||||
@ -10056,6 +10280,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Latest = 3;</code>
|
||||
* @return The bytes for latest.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLatestBytes() {
|
||||
@ -10075,6 +10300,7 @@ public final class Core {
|
||||
private volatile java.lang.Object name_;
|
||||
/**
|
||||
* <code>string Name = 4;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -10090,6 +10316,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Name = 4;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -10109,6 +10336,7 @@ public final class Core {
|
||||
private volatile java.lang.Object maintainer_;
|
||||
/**
|
||||
* <code>string Maintainer = 5;</code>
|
||||
* @return The maintainer.
|
||||
*/
|
||||
public java.lang.String getMaintainer() {
|
||||
java.lang.Object ref = maintainer_;
|
||||
@ -10124,6 +10352,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Maintainer = 5;</code>
|
||||
* @return The bytes for maintainer.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getMaintainerBytes() {
|
||||
@ -10143,6 +10372,7 @@ public final class Core {
|
||||
private volatile java.lang.Object website_;
|
||||
/**
|
||||
* <code>string Website = 6;</code>
|
||||
* @return The website.
|
||||
*/
|
||||
public java.lang.String getWebsite() {
|
||||
java.lang.Object ref = website_;
|
||||
@ -10158,6 +10388,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Website = 6;</code>
|
||||
* @return The bytes for website.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getWebsiteBytes() {
|
||||
@ -10177,6 +10408,7 @@ public final class Core {
|
||||
private volatile java.lang.Object email_;
|
||||
/**
|
||||
* <code>string Email = 7;</code>
|
||||
* @return The email.
|
||||
*/
|
||||
public java.lang.String getEmail() {
|
||||
java.lang.Object ref = email_;
|
||||
@ -10192,6 +10424,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Email = 7;</code>
|
||||
* @return The bytes for email.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getEmailBytes() {
|
||||
@ -10706,6 +10939,7 @@ public final class Core {
|
||||
private java.lang.Object iD_ = "";
|
||||
/**
|
||||
* <code>string ID = 1;</code>
|
||||
* @return The iD.
|
||||
*/
|
||||
public java.lang.String getID() {
|
||||
java.lang.Object ref = iD_;
|
||||
@ -10721,6 +10955,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string ID = 1;</code>
|
||||
* @return The bytes for iD.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getIDBytes() {
|
||||
@ -10737,6 +10972,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string ID = 1;</code>
|
||||
* @param value The iD to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setID(
|
||||
java.lang.String value) {
|
||||
@ -10750,6 +10987,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string ID = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearID() {
|
||||
|
||||
@ -10759,6 +10997,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string ID = 1;</code>
|
||||
* @param value The bytes for iD to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIDBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -10775,6 +11015,7 @@ public final class Core {
|
||||
private java.lang.Object installed_ = "";
|
||||
/**
|
||||
* <code>string Installed = 2;</code>
|
||||
* @return The installed.
|
||||
*/
|
||||
public java.lang.String getInstalled() {
|
||||
java.lang.Object ref = installed_;
|
||||
@ -10790,6 +11031,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Installed = 2;</code>
|
||||
* @return The bytes for installed.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getInstalledBytes() {
|
||||
@ -10806,6 +11048,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Installed = 2;</code>
|
||||
* @param value The installed to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setInstalled(
|
||||
java.lang.String value) {
|
||||
@ -10819,6 +11063,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Installed = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearInstalled() {
|
||||
|
||||
@ -10828,6 +11073,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Installed = 2;</code>
|
||||
* @param value The bytes for installed to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setInstalledBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -10844,6 +11091,7 @@ public final class Core {
|
||||
private java.lang.Object latest_ = "";
|
||||
/**
|
||||
* <code>string Latest = 3;</code>
|
||||
* @return The latest.
|
||||
*/
|
||||
public java.lang.String getLatest() {
|
||||
java.lang.Object ref = latest_;
|
||||
@ -10859,6 +11107,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Latest = 3;</code>
|
||||
* @return The bytes for latest.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLatestBytes() {
|
||||
@ -10875,6 +11124,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Latest = 3;</code>
|
||||
* @param value The latest to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLatest(
|
||||
java.lang.String value) {
|
||||
@ -10888,6 +11139,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Latest = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLatest() {
|
||||
|
||||
@ -10897,6 +11149,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Latest = 3;</code>
|
||||
* @param value The bytes for latest to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLatestBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -10913,6 +11167,7 @@ public final class Core {
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string Name = 4;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -10928,6 +11183,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Name = 4;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -10944,6 +11200,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Name = 4;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
@ -10957,6 +11215,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Name = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
|
||||
@ -10966,6 +11225,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Name = 4;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -10982,6 +11243,7 @@ public final class Core {
|
||||
private java.lang.Object maintainer_ = "";
|
||||
/**
|
||||
* <code>string Maintainer = 5;</code>
|
||||
* @return The maintainer.
|
||||
*/
|
||||
public java.lang.String getMaintainer() {
|
||||
java.lang.Object ref = maintainer_;
|
||||
@ -10997,6 +11259,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Maintainer = 5;</code>
|
||||
* @return The bytes for maintainer.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getMaintainerBytes() {
|
||||
@ -11013,6 +11276,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Maintainer = 5;</code>
|
||||
* @param value The maintainer to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMaintainer(
|
||||
java.lang.String value) {
|
||||
@ -11026,6 +11291,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Maintainer = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMaintainer() {
|
||||
|
||||
@ -11035,6 +11301,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Maintainer = 5;</code>
|
||||
* @param value The bytes for maintainer to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMaintainerBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -11051,6 +11319,7 @@ public final class Core {
|
||||
private java.lang.Object website_ = "";
|
||||
/**
|
||||
* <code>string Website = 6;</code>
|
||||
* @return The website.
|
||||
*/
|
||||
public java.lang.String getWebsite() {
|
||||
java.lang.Object ref = website_;
|
||||
@ -11066,6 +11335,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Website = 6;</code>
|
||||
* @return The bytes for website.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getWebsiteBytes() {
|
||||
@ -11082,6 +11352,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Website = 6;</code>
|
||||
* @param value The website to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setWebsite(
|
||||
java.lang.String value) {
|
||||
@ -11095,6 +11367,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Website = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearWebsite() {
|
||||
|
||||
@ -11104,6 +11377,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Website = 6;</code>
|
||||
* @param value The bytes for website to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setWebsiteBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -11120,6 +11395,7 @@ public final class Core {
|
||||
private java.lang.Object email_ = "";
|
||||
/**
|
||||
* <code>string Email = 7;</code>
|
||||
* @return The email.
|
||||
*/
|
||||
public java.lang.String getEmail() {
|
||||
java.lang.Object ref = email_;
|
||||
@ -11135,6 +11411,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Email = 7;</code>
|
||||
* @return The bytes for email.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getEmailBytes() {
|
||||
@ -11151,6 +11428,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Email = 7;</code>
|
||||
* @param value The email to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setEmail(
|
||||
java.lang.String value) {
|
||||
@ -11164,6 +11443,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Email = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearEmail() {
|
||||
|
||||
@ -11173,6 +11453,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string Email = 7;</code>
|
||||
* @param value The bytes for email to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setEmailBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -11484,20 +11766,24 @@ public final class Core {
|
||||
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The fqbn.
|
||||
*/
|
||||
java.lang.String getFqbn();
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The bytes for fqbn.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getFqbnBytes();
|
||||
@ -11597,6 +11883,7 @@ public final class Core {
|
||||
private volatile java.lang.Object name_;
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -11612,6 +11899,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -11631,6 +11919,7 @@ public final class Core {
|
||||
private volatile java.lang.Object fqbn_;
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The fqbn.
|
||||
*/
|
||||
public java.lang.String getFqbn() {
|
||||
java.lang.Object ref = fqbn_;
|
||||
@ -11646,6 +11935,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The bytes for fqbn.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFqbnBytes() {
|
||||
@ -11983,6 +12273,7 @@ public final class Core {
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -11998,6 +12289,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -12014,6 +12306,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
@ -12027,6 +12321,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
|
||||
@ -12036,6 +12331,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -12052,6 +12349,7 @@ public final class Core {
|
||||
private java.lang.Object fqbn_ = "";
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The fqbn.
|
||||
*/
|
||||
public java.lang.String getFqbn() {
|
||||
java.lang.Object ref = fqbn_;
|
||||
@ -12067,6 +12365,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The bytes for fqbn.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFqbnBytes() {
|
||||
@ -12083,6 +12382,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @param value The fqbn to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFqbn(
|
||||
java.lang.String value) {
|
||||
@ -12096,6 +12397,7 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFqbn() {
|
||||
|
||||
@ -12105,6 +12407,8 @@ public final class Core {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @param value The bytes for fqbn to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFqbnBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
|
@ -49,6 +49,8 @@ public final class Lib {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
* @deprecated Use {@link #forNumber(int)} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
@ -56,6 +58,10 @@ public final class Lib {
|
||||
return forNumber(value);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
*/
|
||||
public static LibraryLayout forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return flat_layout;
|
||||
@ -122,17 +128,21 @@ public final class Lib {
|
||||
*/
|
||||
ide_builtin(0),
|
||||
/**
|
||||
* <code>platform_builtin = 1;</code>
|
||||
* <pre>
|
||||
* (sketchbook)
|
||||
* </pre>
|
||||
*
|
||||
* <code>user = 1;</code>
|
||||
*/
|
||||
platform_builtin(1),
|
||||
user(1),
|
||||
/**
|
||||
* <code>referenced_platform_builtin = 2;</code>
|
||||
* <code>platform_builtin = 2;</code>
|
||||
*/
|
||||
referenced_platform_builtin(2),
|
||||
platform_builtin(2),
|
||||
/**
|
||||
* <code>sketchbook = 3;</code>
|
||||
* <code>referenced_platform_builtin = 3;</code>
|
||||
*/
|
||||
sketchbook(3),
|
||||
referenced_platform_builtin(3),
|
||||
UNRECOGNIZED(-1),
|
||||
;
|
||||
|
||||
@ -141,17 +151,21 @@ public final class Lib {
|
||||
*/
|
||||
public static final int ide_builtin_VALUE = 0;
|
||||
/**
|
||||
* <code>platform_builtin = 1;</code>
|
||||
* <pre>
|
||||
* (sketchbook)
|
||||
* </pre>
|
||||
*
|
||||
* <code>user = 1;</code>
|
||||
*/
|
||||
public static final int platform_builtin_VALUE = 1;
|
||||
public static final int user_VALUE = 1;
|
||||
/**
|
||||
* <code>referenced_platform_builtin = 2;</code>
|
||||
* <code>platform_builtin = 2;</code>
|
||||
*/
|
||||
public static final int referenced_platform_builtin_VALUE = 2;
|
||||
public static final int platform_builtin_VALUE = 2;
|
||||
/**
|
||||
* <code>sketchbook = 3;</code>
|
||||
* <code>referenced_platform_builtin = 3;</code>
|
||||
*/
|
||||
public static final int sketchbook_VALUE = 3;
|
||||
public static final int referenced_platform_builtin_VALUE = 3;
|
||||
|
||||
|
||||
public final int getNumber() {
|
||||
@ -163,6 +177,8 @@ public final class Lib {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
* @deprecated Use {@link #forNumber(int)} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
@ -170,12 +186,16 @@ public final class Lib {
|
||||
return forNumber(value);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
*/
|
||||
public static LibraryLocation forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return ide_builtin;
|
||||
case 1: return platform_builtin;
|
||||
case 2: return referenced_platform_builtin;
|
||||
case 3: return sketchbook;
|
||||
case 1: return user;
|
||||
case 2: return platform_builtin;
|
||||
case 3: return referenced_platform_builtin;
|
||||
default: return null;
|
||||
}
|
||||
}
|
||||
@ -234,10 +254,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -247,20 +269,24 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
java.lang.String getVersion();
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVersionBytes();
|
||||
@ -373,12 +399,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -394,6 +422,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object name_;
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -409,6 +438,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -428,6 +458,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object version_;
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -443,6 +474,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -812,12 +844,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -927,6 +961,7 @@ public final class Lib {
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -942,6 +977,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -958,6 +994,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
@ -971,6 +1009,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
|
||||
@ -980,6 +1019,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -996,6 +1037,7 @@ public final class Lib {
|
||||
private java.lang.Object version_ = "";
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -1011,6 +1053,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -1027,6 +1070,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @param value The version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersion(
|
||||
java.lang.String value) {
|
||||
@ -1040,6 +1085,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVersion() {
|
||||
|
||||
@ -1049,6 +1095,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @param value The bytes for version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersionBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1120,10 +1168,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
boolean hasProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.DownloadProgress getProgress();
|
||||
/**
|
||||
@ -1225,12 +1275,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Common.DownloadProgress progress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
public boolean hasProgress() {
|
||||
return progress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getProgress() {
|
||||
return progress_ == null ? cc.arduino.cli.commands.Common.DownloadProgress.getDefaultInstance() : progress_;
|
||||
@ -1562,12 +1614,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Common.DownloadProgress, cc.arduino.cli.commands.Common.DownloadProgress.Builder, cc.arduino.cli.commands.Common.DownloadProgressOrBuilder> progressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
public boolean hasProgress() {
|
||||
return progressBuilder_ != null || progress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getProgress() {
|
||||
if (progressBuilder_ == null) {
|
||||
@ -1732,10 +1786,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -1745,20 +1801,24 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
java.lang.String getVersion();
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVersionBytes();
|
||||
@ -1871,12 +1931,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -1892,6 +1954,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object name_;
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -1907,6 +1970,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -1926,6 +1990,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object version_;
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -1941,6 +2006,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -2310,12 +2376,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -2425,6 +2493,7 @@ public final class Lib {
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -2440,6 +2509,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -2456,6 +2526,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
@ -2469,6 +2541,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
|
||||
@ -2478,6 +2551,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -2494,6 +2569,7 @@ public final class Lib {
|
||||
private java.lang.Object version_ = "";
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -2509,6 +2585,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -2525,6 +2602,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @param value The version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersion(
|
||||
java.lang.String value) {
|
||||
@ -2538,6 +2617,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVersion() {
|
||||
|
||||
@ -2547,6 +2627,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @param value The bytes for version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersionBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -2618,10 +2700,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
boolean hasProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.DownloadProgress getProgress();
|
||||
/**
|
||||
@ -2631,10 +2715,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
boolean hasTaskProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.TaskProgress getTaskProgress();
|
||||
/**
|
||||
@ -2749,12 +2835,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Common.DownloadProgress progress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
public boolean hasProgress() {
|
||||
return progress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getProgress() {
|
||||
return progress_ == null ? cc.arduino.cli.commands.Common.DownloadProgress.getDefaultInstance() : progress_;
|
||||
@ -2770,12 +2858,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Common.TaskProgress taskProgress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
return taskProgress_ == null ? cc.arduino.cli.commands.Common.TaskProgress.getDefaultInstance() : taskProgress_;
|
||||
@ -3137,12 +3227,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Common.DownloadProgress, cc.arduino.cli.commands.Common.DownloadProgress.Builder, cc.arduino.cli.commands.Common.DownloadProgressOrBuilder> progressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
public boolean hasProgress() {
|
||||
return progressBuilder_ != null || progress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getProgress() {
|
||||
if (progressBuilder_ == null) {
|
||||
@ -3254,12 +3346,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Common.TaskProgress, cc.arduino.cli.commands.Common.TaskProgress.Builder, cc.arduino.cli.commands.Common.TaskProgressOrBuilder> taskProgressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgressBuilder_ != null || taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
if (taskProgressBuilder_ == null) {
|
||||
@ -3424,10 +3518,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -3437,20 +3533,24 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
java.lang.String getVersion();
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVersionBytes();
|
||||
@ -3563,12 +3663,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -3584,6 +3686,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object name_;
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -3599,6 +3702,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -3618,6 +3722,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object version_;
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -3633,6 +3738,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -4002,12 +4108,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -4117,6 +4225,7 @@ public final class Lib {
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -4132,6 +4241,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -4148,6 +4258,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
@ -4161,6 +4273,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
|
||||
@ -4170,6 +4283,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -4186,6 +4301,7 @@ public final class Lib {
|
||||
private java.lang.Object version_ = "";
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -4201,6 +4317,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -4217,6 +4334,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @param value The version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersion(
|
||||
java.lang.String value) {
|
||||
@ -4230,6 +4349,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVersion() {
|
||||
|
||||
@ -4239,6 +4359,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @param value The bytes for version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersionBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -4310,10 +4432,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
boolean hasTaskProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.TaskProgress getTaskProgress();
|
||||
/**
|
||||
@ -4415,12 +4539,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Common.TaskProgress taskProgress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
return taskProgress_ == null ? cc.arduino.cli.commands.Common.TaskProgress.getDefaultInstance() : taskProgress_;
|
||||
@ -4752,12 +4878,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Common.TaskProgress, cc.arduino.cli.commands.Common.TaskProgress.Builder, cc.arduino.cli.commands.Common.TaskProgressOrBuilder> taskProgressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgressBuilder_ != null || taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 1;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
if (taskProgressBuilder_ == null) {
|
||||
@ -4922,10 +5050,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -5027,12 +5157,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -5364,12 +5496,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -5534,10 +5668,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
boolean hasProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.DownloadProgress getProgress();
|
||||
/**
|
||||
@ -5547,10 +5683,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
boolean hasTaskProgress();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.TaskProgress getTaskProgress();
|
||||
/**
|
||||
@ -5665,12 +5803,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Common.DownloadProgress progress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
public boolean hasProgress() {
|
||||
return progress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getProgress() {
|
||||
return progress_ == null ? cc.arduino.cli.commands.Common.DownloadProgress.getDefaultInstance() : progress_;
|
||||
@ -5686,12 +5826,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Common.TaskProgress taskProgress_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
return taskProgress_ == null ? cc.arduino.cli.commands.Common.TaskProgress.getDefaultInstance() : taskProgress_;
|
||||
@ -6053,12 +6195,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Common.DownloadProgress, cc.arduino.cli.commands.Common.DownloadProgress.Builder, cc.arduino.cli.commands.Common.DownloadProgressOrBuilder> progressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return Whether the progress field is set.
|
||||
*/
|
||||
public boolean hasProgress() {
|
||||
return progressBuilder_ != null || progress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadProgress progress = 1;</code>
|
||||
* @return The progress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.DownloadProgress getProgress() {
|
||||
if (progressBuilder_ == null) {
|
||||
@ -6170,12 +6314,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Common.TaskProgress, cc.arduino.cli.commands.Common.TaskProgress.Builder, cc.arduino.cli.commands.Common.TaskProgressOrBuilder> taskProgressBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return Whether the taskProgress field is set.
|
||||
*/
|
||||
public boolean hasTaskProgress() {
|
||||
return taskProgressBuilder_ != null || taskProgress_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.TaskProgress task_progress = 2;</code>
|
||||
* @return The taskProgress.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.TaskProgress getTaskProgress() {
|
||||
if (taskProgressBuilder_ == null) {
|
||||
@ -6340,10 +6486,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -6353,20 +6501,24 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
java.lang.String getVersion();
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVersionBytes();
|
||||
@ -6479,12 +6631,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -6500,6 +6654,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object name_;
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -6515,6 +6670,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -6534,6 +6690,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object version_;
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -6549,6 +6706,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -6918,12 +7076,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -7033,6 +7193,7 @@ public final class Lib {
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -7048,6 +7209,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -7064,6 +7226,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
@ -7077,6 +7241,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
|
||||
@ -7086,6 +7251,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 2;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -7102,6 +7269,7 @@ public final class Lib {
|
||||
private java.lang.Object version_ = "";
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -7117,6 +7285,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -7133,6 +7302,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @param value The version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersion(
|
||||
java.lang.String value) {
|
||||
@ -7146,6 +7317,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVersion() {
|
||||
|
||||
@ -7155,6 +7327,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 3;</code>
|
||||
* @param value The bytes for version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersionBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -8014,30 +8188,36 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string versionRequired = 2;</code>
|
||||
* @return The versionRequired.
|
||||
*/
|
||||
java.lang.String getVersionRequired();
|
||||
/**
|
||||
* <code>string versionRequired = 2;</code>
|
||||
* @return The bytes for versionRequired.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVersionRequiredBytes();
|
||||
|
||||
/**
|
||||
* <code>string versionInstalled = 3;</code>
|
||||
* @return The versionInstalled.
|
||||
*/
|
||||
java.lang.String getVersionInstalled();
|
||||
/**
|
||||
* <code>string versionInstalled = 3;</code>
|
||||
* @return The bytes for versionInstalled.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVersionInstalledBytes();
|
||||
@ -8144,6 +8324,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object name_;
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -8159,6 +8340,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -8178,6 +8360,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object versionRequired_;
|
||||
/**
|
||||
* <code>string versionRequired = 2;</code>
|
||||
* @return The versionRequired.
|
||||
*/
|
||||
public java.lang.String getVersionRequired() {
|
||||
java.lang.Object ref = versionRequired_;
|
||||
@ -8193,6 +8376,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string versionRequired = 2;</code>
|
||||
* @return The bytes for versionRequired.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionRequiredBytes() {
|
||||
@ -8212,6 +8396,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object versionInstalled_;
|
||||
/**
|
||||
* <code>string versionInstalled = 3;</code>
|
||||
* @return The versionInstalled.
|
||||
*/
|
||||
public java.lang.String getVersionInstalled() {
|
||||
java.lang.Object ref = versionInstalled_;
|
||||
@ -8227,6 +8412,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string versionInstalled = 3;</code>
|
||||
* @return The bytes for versionInstalled.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionInstalledBytes() {
|
||||
@ -8581,6 +8767,7 @@ public final class Lib {
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -8596,6 +8783,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -8612,6 +8800,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
@ -8625,6 +8815,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
|
||||
@ -8634,6 +8825,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -8650,6 +8843,7 @@ public final class Lib {
|
||||
private java.lang.Object versionRequired_ = "";
|
||||
/**
|
||||
* <code>string versionRequired = 2;</code>
|
||||
* @return The versionRequired.
|
||||
*/
|
||||
public java.lang.String getVersionRequired() {
|
||||
java.lang.Object ref = versionRequired_;
|
||||
@ -8665,6 +8859,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string versionRequired = 2;</code>
|
||||
* @return The bytes for versionRequired.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionRequiredBytes() {
|
||||
@ -8681,6 +8876,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string versionRequired = 2;</code>
|
||||
* @param value The versionRequired to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersionRequired(
|
||||
java.lang.String value) {
|
||||
@ -8694,6 +8891,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string versionRequired = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVersionRequired() {
|
||||
|
||||
@ -8703,6 +8901,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string versionRequired = 2;</code>
|
||||
* @param value The bytes for versionRequired to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersionRequiredBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -8719,6 +8919,7 @@ public final class Lib {
|
||||
private java.lang.Object versionInstalled_ = "";
|
||||
/**
|
||||
* <code>string versionInstalled = 3;</code>
|
||||
* @return The versionInstalled.
|
||||
*/
|
||||
public java.lang.String getVersionInstalled() {
|
||||
java.lang.Object ref = versionInstalled_;
|
||||
@ -8734,6 +8935,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string versionInstalled = 3;</code>
|
||||
* @return The bytes for versionInstalled.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionInstalledBytes() {
|
||||
@ -8750,6 +8952,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string versionInstalled = 3;</code>
|
||||
* @param value The versionInstalled to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersionInstalled(
|
||||
java.lang.String value) {
|
||||
@ -8763,6 +8967,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string versionInstalled = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVersionInstalled() {
|
||||
|
||||
@ -8772,6 +8977,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string versionInstalled = 3;</code>
|
||||
* @param value The bytes for versionInstalled to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersionInstalledBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -8843,10 +9050,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -8856,10 +9065,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>string query = 2;</code>
|
||||
* @return The query.
|
||||
*/
|
||||
java.lang.String getQuery();
|
||||
/**
|
||||
* <code>string query = 2;</code>
|
||||
* @return The bytes for query.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getQueryBytes();
|
||||
@ -8965,12 +9176,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -8986,6 +9199,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object query_;
|
||||
/**
|
||||
* <code>string query = 2;</code>
|
||||
* @return The query.
|
||||
*/
|
||||
public java.lang.String getQuery() {
|
||||
java.lang.Object ref = query_;
|
||||
@ -9001,6 +9215,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string query = 2;</code>
|
||||
* @return The bytes for query.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getQueryBytes() {
|
||||
@ -9353,12 +9568,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -9468,6 +9685,7 @@ public final class Lib {
|
||||
private java.lang.Object query_ = "";
|
||||
/**
|
||||
* <code>string query = 2;</code>
|
||||
* @return The query.
|
||||
*/
|
||||
public java.lang.String getQuery() {
|
||||
java.lang.Object ref = query_;
|
||||
@ -9483,6 +9701,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string query = 2;</code>
|
||||
* @return The bytes for query.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getQueryBytes() {
|
||||
@ -9499,6 +9718,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string query = 2;</code>
|
||||
* @param value The query to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setQuery(
|
||||
java.lang.String value) {
|
||||
@ -9512,6 +9733,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string query = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearQuery() {
|
||||
|
||||
@ -9521,6 +9743,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string query = 2;</code>
|
||||
* @param value The bytes for query to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setQueryBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -10380,10 +10604,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
@ -10424,10 +10650,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryRelease latest = 3;</code>
|
||||
* @return Whether the latest field is set.
|
||||
*/
|
||||
boolean hasLatest();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryRelease latest = 3;</code>
|
||||
* @return The latest.
|
||||
*/
|
||||
cc.arduino.cli.commands.Lib.LibraryRelease getLatest();
|
||||
/**
|
||||
@ -10562,6 +10790,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object name_;
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -10577,6 +10806,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -10672,12 +10902,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Lib.LibraryRelease latest_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryRelease latest = 3;</code>
|
||||
* @return Whether the latest field is set.
|
||||
*/
|
||||
public boolean hasLatest() {
|
||||
return latest_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryRelease latest = 3;</code>
|
||||
* @return The latest.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Lib.LibraryRelease getLatest() {
|
||||
return latest_ == null ? cc.arduino.cli.commands.Lib.LibraryRelease.getDefaultInstance() : latest_;
|
||||
@ -11075,6 +11307,7 @@ public final class Lib {
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -11090,6 +11323,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -11106,6 +11340,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
@ -11119,6 +11355,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
|
||||
@ -11128,6 +11365,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -11269,12 +11508,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Lib.LibraryRelease, cc.arduino.cli.commands.Lib.LibraryRelease.Builder, cc.arduino.cli.commands.Lib.LibraryReleaseOrBuilder> latestBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryRelease latest = 3;</code>
|
||||
* @return Whether the latest field is set.
|
||||
*/
|
||||
public boolean hasLatest() {
|
||||
return latestBuilder_ != null || latest_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryRelease latest = 3;</code>
|
||||
* @return The latest.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Lib.LibraryRelease getLatest() {
|
||||
if (latestBuilder_ == null) {
|
||||
@ -11439,118 +11680,146 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>string author = 1;</code>
|
||||
* @return The author.
|
||||
*/
|
||||
java.lang.String getAuthor();
|
||||
/**
|
||||
* <code>string author = 1;</code>
|
||||
* @return The bytes for author.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getAuthorBytes();
|
||||
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
java.lang.String getVersion();
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVersionBytes();
|
||||
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @return The maintainer.
|
||||
*/
|
||||
java.lang.String getMaintainer();
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @return The bytes for maintainer.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMaintainerBytes();
|
||||
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @return The sentence.
|
||||
*/
|
||||
java.lang.String getSentence();
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @return The bytes for sentence.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSentenceBytes();
|
||||
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @return The paragraph.
|
||||
*/
|
||||
java.lang.String getParagraph();
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @return The bytes for paragraph.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getParagraphBytes();
|
||||
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @return The website.
|
||||
*/
|
||||
java.lang.String getWebsite();
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @return The bytes for website.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getWebsiteBytes();
|
||||
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @return The category.
|
||||
*/
|
||||
java.lang.String getCategory();
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @return The bytes for category.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getCategoryBytes();
|
||||
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @return A list containing the architectures.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getArchitecturesList();
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @return The count of architectures.
|
||||
*/
|
||||
int getArchitecturesCount();
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The architectures at the given index.
|
||||
*/
|
||||
java.lang.String getArchitectures(int index);
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the architectures at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getArchitecturesBytes(int index);
|
||||
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @return A list containing the types.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getTypesList();
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @return The count of types.
|
||||
*/
|
||||
int getTypesCount();
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The types at the given index.
|
||||
*/
|
||||
java.lang.String getTypes(int index);
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the types at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getTypesBytes(int index);
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadResource resources = 10;</code>
|
||||
* @return Whether the resources field is set.
|
||||
*/
|
||||
boolean hasResources();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadResource resources = 10;</code>
|
||||
* @return The resources.
|
||||
*/
|
||||
cc.arduino.cli.commands.Lib.DownloadResource getResources();
|
||||
/**
|
||||
@ -11728,6 +11997,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object author_;
|
||||
/**
|
||||
* <code>string author = 1;</code>
|
||||
* @return The author.
|
||||
*/
|
||||
public java.lang.String getAuthor() {
|
||||
java.lang.Object ref = author_;
|
||||
@ -11743,6 +12013,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string author = 1;</code>
|
||||
* @return The bytes for author.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getAuthorBytes() {
|
||||
@ -11762,6 +12033,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object version_;
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -11777,6 +12049,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -11796,6 +12069,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object maintainer_;
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @return The maintainer.
|
||||
*/
|
||||
public java.lang.String getMaintainer() {
|
||||
java.lang.Object ref = maintainer_;
|
||||
@ -11811,6 +12085,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @return The bytes for maintainer.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getMaintainerBytes() {
|
||||
@ -11830,6 +12105,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object sentence_;
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @return The sentence.
|
||||
*/
|
||||
public java.lang.String getSentence() {
|
||||
java.lang.Object ref = sentence_;
|
||||
@ -11845,6 +12121,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @return The bytes for sentence.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSentenceBytes() {
|
||||
@ -11864,6 +12141,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object paragraph_;
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @return The paragraph.
|
||||
*/
|
||||
public java.lang.String getParagraph() {
|
||||
java.lang.Object ref = paragraph_;
|
||||
@ -11879,6 +12157,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @return The bytes for paragraph.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getParagraphBytes() {
|
||||
@ -11898,6 +12177,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object website_;
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @return The website.
|
||||
*/
|
||||
public java.lang.String getWebsite() {
|
||||
java.lang.Object ref = website_;
|
||||
@ -11913,6 +12193,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @return The bytes for website.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getWebsiteBytes() {
|
||||
@ -11932,6 +12213,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object category_;
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @return The category.
|
||||
*/
|
||||
public java.lang.String getCategory() {
|
||||
java.lang.Object ref = category_;
|
||||
@ -11947,6 +12229,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @return The bytes for category.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getCategoryBytes() {
|
||||
@ -11966,6 +12249,7 @@ public final class Lib {
|
||||
private com.google.protobuf.LazyStringList architectures_;
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @return A list containing the architectures.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getArchitecturesList() {
|
||||
@ -11973,18 +12257,23 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @return The count of architectures.
|
||||
*/
|
||||
public int getArchitecturesCount() {
|
||||
return architectures_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The architectures at the given index.
|
||||
*/
|
||||
public java.lang.String getArchitectures(int index) {
|
||||
return architectures_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the architectures at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getArchitecturesBytes(int index) {
|
||||
@ -11995,6 +12284,7 @@ public final class Lib {
|
||||
private com.google.protobuf.LazyStringList types_;
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @return A list containing the types.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getTypesList() {
|
||||
@ -12002,18 +12292,23 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @return The count of types.
|
||||
*/
|
||||
public int getTypesCount() {
|
||||
return types_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The types at the given index.
|
||||
*/
|
||||
public java.lang.String getTypes(int index) {
|
||||
return types_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the types at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getTypesBytes(int index) {
|
||||
@ -12024,12 +12319,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Lib.DownloadResource resources_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadResource resources = 10;</code>
|
||||
* @return Whether the resources field is set.
|
||||
*/
|
||||
public boolean hasResources() {
|
||||
return resources_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadResource resources = 10;</code>
|
||||
* @return The resources.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Lib.DownloadResource getResources() {
|
||||
return resources_ == null ? cc.arduino.cli.commands.Lib.DownloadResource.getDefaultInstance() : resources_;
|
||||
@ -12548,6 +12845,7 @@ public final class Lib {
|
||||
private java.lang.Object author_ = "";
|
||||
/**
|
||||
* <code>string author = 1;</code>
|
||||
* @return The author.
|
||||
*/
|
||||
public java.lang.String getAuthor() {
|
||||
java.lang.Object ref = author_;
|
||||
@ -12563,6 +12861,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string author = 1;</code>
|
||||
* @return The bytes for author.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getAuthorBytes() {
|
||||
@ -12579,6 +12878,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string author = 1;</code>
|
||||
* @param value The author to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAuthor(
|
||||
java.lang.String value) {
|
||||
@ -12592,6 +12893,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string author = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAuthor() {
|
||||
|
||||
@ -12601,6 +12903,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string author = 1;</code>
|
||||
* @param value The bytes for author to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAuthorBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -12617,6 +12921,7 @@ public final class Lib {
|
||||
private java.lang.Object version_ = "";
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -12632,6 +12937,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -12648,6 +12954,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @param value The version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersion(
|
||||
java.lang.String value) {
|
||||
@ -12661,6 +12969,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVersion() {
|
||||
|
||||
@ -12670,6 +12979,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 2;</code>
|
||||
* @param value The bytes for version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersionBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -12686,6 +12997,7 @@ public final class Lib {
|
||||
private java.lang.Object maintainer_ = "";
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @return The maintainer.
|
||||
*/
|
||||
public java.lang.String getMaintainer() {
|
||||
java.lang.Object ref = maintainer_;
|
||||
@ -12701,6 +13013,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @return The bytes for maintainer.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getMaintainerBytes() {
|
||||
@ -12717,6 +13030,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @param value The maintainer to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMaintainer(
|
||||
java.lang.String value) {
|
||||
@ -12730,6 +13045,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMaintainer() {
|
||||
|
||||
@ -12739,6 +13055,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @param value The bytes for maintainer to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMaintainerBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -12755,6 +13073,7 @@ public final class Lib {
|
||||
private java.lang.Object sentence_ = "";
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @return The sentence.
|
||||
*/
|
||||
public java.lang.String getSentence() {
|
||||
java.lang.Object ref = sentence_;
|
||||
@ -12770,6 +13089,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @return The bytes for sentence.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSentenceBytes() {
|
||||
@ -12786,6 +13106,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @param value The sentence to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSentence(
|
||||
java.lang.String value) {
|
||||
@ -12799,6 +13121,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSentence() {
|
||||
|
||||
@ -12808,6 +13131,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @param value The bytes for sentence to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSentenceBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -12824,6 +13149,7 @@ public final class Lib {
|
||||
private java.lang.Object paragraph_ = "";
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @return The paragraph.
|
||||
*/
|
||||
public java.lang.String getParagraph() {
|
||||
java.lang.Object ref = paragraph_;
|
||||
@ -12839,6 +13165,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @return The bytes for paragraph.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getParagraphBytes() {
|
||||
@ -12855,6 +13182,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @param value The paragraph to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setParagraph(
|
||||
java.lang.String value) {
|
||||
@ -12868,6 +13197,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearParagraph() {
|
||||
|
||||
@ -12877,6 +13207,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @param value The bytes for paragraph to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setParagraphBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -12893,6 +13225,7 @@ public final class Lib {
|
||||
private java.lang.Object website_ = "";
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @return The website.
|
||||
*/
|
||||
public java.lang.String getWebsite() {
|
||||
java.lang.Object ref = website_;
|
||||
@ -12908,6 +13241,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @return The bytes for website.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getWebsiteBytes() {
|
||||
@ -12924,6 +13258,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @param value The website to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setWebsite(
|
||||
java.lang.String value) {
|
||||
@ -12937,6 +13273,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearWebsite() {
|
||||
|
||||
@ -12946,6 +13283,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @param value The bytes for website to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setWebsiteBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -12962,6 +13301,7 @@ public final class Lib {
|
||||
private java.lang.Object category_ = "";
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @return The category.
|
||||
*/
|
||||
public java.lang.String getCategory() {
|
||||
java.lang.Object ref = category_;
|
||||
@ -12977,6 +13317,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @return The bytes for category.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getCategoryBytes() {
|
||||
@ -12993,6 +13334,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @param value The category to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCategory(
|
||||
java.lang.String value) {
|
||||
@ -13006,6 +13349,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCategory() {
|
||||
|
||||
@ -13015,6 +13359,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @param value The bytes for category to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCategoryBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -13037,6 +13383,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @return A list containing the architectures.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getArchitecturesList() {
|
||||
@ -13044,18 +13391,23 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @return The count of architectures.
|
||||
*/
|
||||
public int getArchitecturesCount() {
|
||||
return architectures_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The architectures at the given index.
|
||||
*/
|
||||
public java.lang.String getArchitectures(int index) {
|
||||
return architectures_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the architectures at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getArchitecturesBytes(int index) {
|
||||
@ -13063,6 +13415,9 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The architectures to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setArchitectures(
|
||||
int index, java.lang.String value) {
|
||||
@ -13076,6 +13431,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param value The architectures to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addArchitectures(
|
||||
java.lang.String value) {
|
||||
@ -13089,6 +13446,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param values The architectures to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllArchitectures(
|
||||
java.lang.Iterable<java.lang.String> values) {
|
||||
@ -13100,6 +13459,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearArchitectures() {
|
||||
architectures_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||||
@ -13109,6 +13469,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param value The bytes of the architectures to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addArchitecturesBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -13131,6 +13493,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @return A list containing the types.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getTypesList() {
|
||||
@ -13138,18 +13501,23 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @return The count of types.
|
||||
*/
|
||||
public int getTypesCount() {
|
||||
return types_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The types at the given index.
|
||||
*/
|
||||
public java.lang.String getTypes(int index) {
|
||||
return types_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the types at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getTypesBytes(int index) {
|
||||
@ -13157,6 +13525,9 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The types to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setTypes(
|
||||
int index, java.lang.String value) {
|
||||
@ -13170,6 +13541,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param value The types to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addTypes(
|
||||
java.lang.String value) {
|
||||
@ -13183,6 +13556,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param values The types to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllTypes(
|
||||
java.lang.Iterable<java.lang.String> values) {
|
||||
@ -13194,6 +13569,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTypes() {
|
||||
types_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||||
@ -13203,6 +13579,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param value The bytes of the types to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addTypesBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -13221,12 +13599,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Lib.DownloadResource, cc.arduino.cli.commands.Lib.DownloadResource.Builder, cc.arduino.cli.commands.Lib.DownloadResourceOrBuilder> resourcesBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadResource resources = 10;</code>
|
||||
* @return Whether the resources field is set.
|
||||
*/
|
||||
public boolean hasResources() {
|
||||
return resourcesBuilder_ != null || resources_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.DownloadResource resources = 10;</code>
|
||||
* @return The resources.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Lib.DownloadResource getResources() {
|
||||
if (resourcesBuilder_ == null) {
|
||||
@ -13391,45 +13771,54 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @return The url.
|
||||
*/
|
||||
java.lang.String getUrl();
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @return The bytes for url.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getUrlBytes();
|
||||
|
||||
/**
|
||||
* <code>string archivefilename = 2;</code>
|
||||
* @return The archivefilename.
|
||||
*/
|
||||
java.lang.String getArchivefilename();
|
||||
/**
|
||||
* <code>string archivefilename = 2;</code>
|
||||
* @return The bytes for archivefilename.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getArchivefilenameBytes();
|
||||
|
||||
/**
|
||||
* <code>string checksum = 3;</code>
|
||||
* @return The checksum.
|
||||
*/
|
||||
java.lang.String getChecksum();
|
||||
/**
|
||||
* <code>string checksum = 3;</code>
|
||||
* @return The bytes for checksum.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getChecksumBytes();
|
||||
|
||||
/**
|
||||
* <code>int64 size = 4;</code>
|
||||
* @return The size.
|
||||
*/
|
||||
long getSize();
|
||||
|
||||
/**
|
||||
* <code>string cachepath = 5;</code>
|
||||
* @return The cachepath.
|
||||
*/
|
||||
java.lang.String getCachepath();
|
||||
/**
|
||||
* <code>string cachepath = 5;</code>
|
||||
* @return The bytes for cachepath.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getCachepathBytes();
|
||||
@ -13548,6 +13937,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object url_;
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @return The url.
|
||||
*/
|
||||
public java.lang.String getUrl() {
|
||||
java.lang.Object ref = url_;
|
||||
@ -13563,6 +13953,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @return The bytes for url.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getUrlBytes() {
|
||||
@ -13582,6 +13973,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object archivefilename_;
|
||||
/**
|
||||
* <code>string archivefilename = 2;</code>
|
||||
* @return The archivefilename.
|
||||
*/
|
||||
public java.lang.String getArchivefilename() {
|
||||
java.lang.Object ref = archivefilename_;
|
||||
@ -13597,6 +13989,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string archivefilename = 2;</code>
|
||||
* @return The bytes for archivefilename.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getArchivefilenameBytes() {
|
||||
@ -13616,6 +14009,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object checksum_;
|
||||
/**
|
||||
* <code>string checksum = 3;</code>
|
||||
* @return The checksum.
|
||||
*/
|
||||
public java.lang.String getChecksum() {
|
||||
java.lang.Object ref = checksum_;
|
||||
@ -13631,6 +14025,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string checksum = 3;</code>
|
||||
* @return The bytes for checksum.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getChecksumBytes() {
|
||||
@ -13650,6 +14045,7 @@ public final class Lib {
|
||||
private long size_;
|
||||
/**
|
||||
* <code>int64 size = 4;</code>
|
||||
* @return The size.
|
||||
*/
|
||||
public long getSize() {
|
||||
return size_;
|
||||
@ -13659,6 +14055,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object cachepath_;
|
||||
/**
|
||||
* <code>string cachepath = 5;</code>
|
||||
* @return The cachepath.
|
||||
*/
|
||||
public java.lang.String getCachepath() {
|
||||
java.lang.Object ref = cachepath_;
|
||||
@ -13674,6 +14071,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string cachepath = 5;</code>
|
||||
* @return The bytes for cachepath.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getCachepathBytes() {
|
||||
@ -14063,6 +14461,7 @@ public final class Lib {
|
||||
private java.lang.Object url_ = "";
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @return The url.
|
||||
*/
|
||||
public java.lang.String getUrl() {
|
||||
java.lang.Object ref = url_;
|
||||
@ -14078,6 +14477,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @return The bytes for url.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getUrlBytes() {
|
||||
@ -14094,6 +14494,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @param value The url to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUrl(
|
||||
java.lang.String value) {
|
||||
@ -14107,6 +14509,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUrl() {
|
||||
|
||||
@ -14116,6 +14519,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string url = 1;</code>
|
||||
* @param value The bytes for url to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUrlBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -14132,6 +14537,7 @@ public final class Lib {
|
||||
private java.lang.Object archivefilename_ = "";
|
||||
/**
|
||||
* <code>string archivefilename = 2;</code>
|
||||
* @return The archivefilename.
|
||||
*/
|
||||
public java.lang.String getArchivefilename() {
|
||||
java.lang.Object ref = archivefilename_;
|
||||
@ -14147,6 +14553,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string archivefilename = 2;</code>
|
||||
* @return The bytes for archivefilename.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getArchivefilenameBytes() {
|
||||
@ -14163,6 +14570,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string archivefilename = 2;</code>
|
||||
* @param value The archivefilename to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setArchivefilename(
|
||||
java.lang.String value) {
|
||||
@ -14176,6 +14585,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string archivefilename = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearArchivefilename() {
|
||||
|
||||
@ -14185,6 +14595,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string archivefilename = 2;</code>
|
||||
* @param value The bytes for archivefilename to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setArchivefilenameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -14201,6 +14613,7 @@ public final class Lib {
|
||||
private java.lang.Object checksum_ = "";
|
||||
/**
|
||||
* <code>string checksum = 3;</code>
|
||||
* @return The checksum.
|
||||
*/
|
||||
public java.lang.String getChecksum() {
|
||||
java.lang.Object ref = checksum_;
|
||||
@ -14216,6 +14629,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string checksum = 3;</code>
|
||||
* @return The bytes for checksum.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getChecksumBytes() {
|
||||
@ -14232,6 +14646,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string checksum = 3;</code>
|
||||
* @param value The checksum to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setChecksum(
|
||||
java.lang.String value) {
|
||||
@ -14245,6 +14661,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string checksum = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearChecksum() {
|
||||
|
||||
@ -14254,6 +14671,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string checksum = 3;</code>
|
||||
* @param value The bytes for checksum to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setChecksumBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -14270,12 +14689,15 @@ public final class Lib {
|
||||
private long size_ ;
|
||||
/**
|
||||
* <code>int64 size = 4;</code>
|
||||
* @return The size.
|
||||
*/
|
||||
public long getSize() {
|
||||
return size_;
|
||||
}
|
||||
/**
|
||||
* <code>int64 size = 4;</code>
|
||||
* @param value The size to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSize(long value) {
|
||||
|
||||
@ -14285,6 +14707,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>int64 size = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSize() {
|
||||
|
||||
@ -14296,6 +14719,7 @@ public final class Lib {
|
||||
private java.lang.Object cachepath_ = "";
|
||||
/**
|
||||
* <code>string cachepath = 5;</code>
|
||||
* @return The cachepath.
|
||||
*/
|
||||
public java.lang.String getCachepath() {
|
||||
java.lang.Object ref = cachepath_;
|
||||
@ -14311,6 +14735,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string cachepath = 5;</code>
|
||||
* @return The bytes for cachepath.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getCachepathBytes() {
|
||||
@ -14327,6 +14752,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string cachepath = 5;</code>
|
||||
* @param value The cachepath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCachepath(
|
||||
java.lang.String value) {
|
||||
@ -14340,6 +14767,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string cachepath = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCachepath() {
|
||||
|
||||
@ -14349,6 +14777,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string cachepath = 5;</code>
|
||||
* @param value The bytes for cachepath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCachepathBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -14420,10 +14850,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -14433,11 +14865,13 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>bool all = 2;</code>
|
||||
* @return The all.
|
||||
*/
|
||||
boolean getAll();
|
||||
|
||||
/**
|
||||
* <code>bool updatable = 3;</code>
|
||||
* @return The updatable.
|
||||
*/
|
||||
boolean getUpdatable();
|
||||
}
|
||||
@ -14545,12 +14979,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -14566,6 +15002,7 @@ public final class Lib {
|
||||
private boolean all_;
|
||||
/**
|
||||
* <code>bool all = 2;</code>
|
||||
* @return The all.
|
||||
*/
|
||||
public boolean getAll() {
|
||||
return all_;
|
||||
@ -14575,6 +15012,7 @@ public final class Lib {
|
||||
private boolean updatable_;
|
||||
/**
|
||||
* <code>bool updatable = 3;</code>
|
||||
* @return The updatable.
|
||||
*/
|
||||
public boolean getUpdatable() {
|
||||
return updatable_;
|
||||
@ -14936,12 +15374,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -15051,12 +15491,15 @@ public final class Lib {
|
||||
private boolean all_ ;
|
||||
/**
|
||||
* <code>bool all = 2;</code>
|
||||
* @return The all.
|
||||
*/
|
||||
public boolean getAll() {
|
||||
return all_;
|
||||
}
|
||||
/**
|
||||
* <code>bool all = 2;</code>
|
||||
* @param value The all to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAll(boolean value) {
|
||||
|
||||
@ -15066,6 +15509,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>bool all = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAll() {
|
||||
|
||||
@ -15077,12 +15521,15 @@ public final class Lib {
|
||||
private boolean updatable_ ;
|
||||
/**
|
||||
* <code>bool updatable = 3;</code>
|
||||
* @return The updatable.
|
||||
*/
|
||||
public boolean getUpdatable() {
|
||||
return updatable_;
|
||||
}
|
||||
/**
|
||||
* <code>bool updatable = 3;</code>
|
||||
* @param value The updatable to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUpdatable(boolean value) {
|
||||
|
||||
@ -15092,6 +15539,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>bool updatable = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUpdatable() {
|
||||
|
||||
@ -15946,10 +16394,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Library library = 1;</code>
|
||||
* @return Whether the library field is set.
|
||||
*/
|
||||
boolean hasLibrary();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Library library = 1;</code>
|
||||
* @return The library.
|
||||
*/
|
||||
cc.arduino.cli.commands.Lib.Library getLibrary();
|
||||
/**
|
||||
@ -15959,10 +16409,12 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryRelease release = 2;</code>
|
||||
* @return Whether the release field is set.
|
||||
*/
|
||||
boolean hasRelease();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryRelease release = 2;</code>
|
||||
* @return The release.
|
||||
*/
|
||||
cc.arduino.cli.commands.Lib.LibraryRelease getRelease();
|
||||
/**
|
||||
@ -16077,12 +16529,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Lib.Library library_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Library library = 1;</code>
|
||||
* @return Whether the library field is set.
|
||||
*/
|
||||
public boolean hasLibrary() {
|
||||
return library_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Library library = 1;</code>
|
||||
* @return The library.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Lib.Library getLibrary() {
|
||||
return library_ == null ? cc.arduino.cli.commands.Lib.Library.getDefaultInstance() : library_;
|
||||
@ -16098,12 +16552,14 @@ public final class Lib {
|
||||
private cc.arduino.cli.commands.Lib.LibraryRelease release_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryRelease release = 2;</code>
|
||||
* @return Whether the release field is set.
|
||||
*/
|
||||
public boolean hasRelease() {
|
||||
return release_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryRelease release = 2;</code>
|
||||
* @return The release.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Lib.LibraryRelease getRelease() {
|
||||
return release_ == null ? cc.arduino.cli.commands.Lib.LibraryRelease.getDefaultInstance() : release_;
|
||||
@ -16465,12 +16921,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Lib.Library, cc.arduino.cli.commands.Lib.Library.Builder, cc.arduino.cli.commands.Lib.LibraryOrBuilder> libraryBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Library library = 1;</code>
|
||||
* @return Whether the library field is set.
|
||||
*/
|
||||
public boolean hasLibrary() {
|
||||
return libraryBuilder_ != null || library_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Library library = 1;</code>
|
||||
* @return The library.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Lib.Library getLibrary() {
|
||||
if (libraryBuilder_ == null) {
|
||||
@ -16582,12 +17040,14 @@ public final class Lib {
|
||||
cc.arduino.cli.commands.Lib.LibraryRelease, cc.arduino.cli.commands.Lib.LibraryRelease.Builder, cc.arduino.cli.commands.Lib.LibraryReleaseOrBuilder> releaseBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryRelease release = 2;</code>
|
||||
* @return Whether the release field is set.
|
||||
*/
|
||||
public boolean hasRelease() {
|
||||
return releaseBuilder_ != null || release_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryRelease release = 2;</code>
|
||||
* @return The release.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Lib.LibraryRelease getRelease() {
|
||||
if (releaseBuilder_ == null) {
|
||||
@ -16752,223 +17212,260 @@ public final class Lib {
|
||||
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
java.lang.String getName();
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getNameBytes();
|
||||
|
||||
/**
|
||||
* <code>string author = 2;</code>
|
||||
* @return The author.
|
||||
*/
|
||||
java.lang.String getAuthor();
|
||||
/**
|
||||
* <code>string author = 2;</code>
|
||||
* @return The bytes for author.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getAuthorBytes();
|
||||
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @return The maintainer.
|
||||
*/
|
||||
java.lang.String getMaintainer();
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @return The bytes for maintainer.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getMaintainerBytes();
|
||||
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @return The sentence.
|
||||
*/
|
||||
java.lang.String getSentence();
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @return The bytes for sentence.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSentenceBytes();
|
||||
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @return The paragraph.
|
||||
*/
|
||||
java.lang.String getParagraph();
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @return The bytes for paragraph.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getParagraphBytes();
|
||||
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @return The website.
|
||||
*/
|
||||
java.lang.String getWebsite();
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @return The bytes for website.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getWebsiteBytes();
|
||||
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @return The category.
|
||||
*/
|
||||
java.lang.String getCategory();
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @return The bytes for category.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getCategoryBytes();
|
||||
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @return A list containing the architectures.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getArchitecturesList();
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @return The count of architectures.
|
||||
*/
|
||||
int getArchitecturesCount();
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The architectures at the given index.
|
||||
*/
|
||||
java.lang.String getArchitectures(int index);
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the architectures at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getArchitecturesBytes(int index);
|
||||
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @return A list containing the types.
|
||||
*/
|
||||
java.util.List<java.lang.String>
|
||||
getTypesList();
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @return The count of types.
|
||||
*/
|
||||
int getTypesCount();
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The types at the given index.
|
||||
*/
|
||||
java.lang.String getTypes(int index);
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the types at the given index.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getTypesBytes(int index);
|
||||
|
||||
/**
|
||||
* <code>string install_dir = 10;</code>
|
||||
* @return The installDir.
|
||||
*/
|
||||
java.lang.String getInstallDir();
|
||||
/**
|
||||
* <code>string install_dir = 10;</code>
|
||||
* @return The bytes for installDir.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getInstallDirBytes();
|
||||
|
||||
/**
|
||||
* <code>string source_dir = 11;</code>
|
||||
* @return The sourceDir.
|
||||
*/
|
||||
java.lang.String getSourceDir();
|
||||
/**
|
||||
* <code>string source_dir = 11;</code>
|
||||
* @return The bytes for sourceDir.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSourceDirBytes();
|
||||
|
||||
/**
|
||||
* <code>string utility_dir = 12;</code>
|
||||
* @return The utilityDir.
|
||||
*/
|
||||
java.lang.String getUtilityDir();
|
||||
/**
|
||||
* <code>string utility_dir = 12;</code>
|
||||
* @return The bytes for utilityDir.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getUtilityDirBytes();
|
||||
|
||||
/**
|
||||
* <code>string location = 13;</code>
|
||||
*/
|
||||
java.lang.String getLocation();
|
||||
/**
|
||||
* <code>string location = 13;</code>
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getLocationBytes();
|
||||
|
||||
/**
|
||||
* <code>string container_platform = 14;</code>
|
||||
* @return The containerPlatform.
|
||||
*/
|
||||
java.lang.String getContainerPlatform();
|
||||
/**
|
||||
* <code>string container_platform = 14;</code>
|
||||
* @return The bytes for containerPlatform.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getContainerPlatformBytes();
|
||||
|
||||
/**
|
||||
* <code>string layout = 15;</code>
|
||||
* @return The layout.
|
||||
*/
|
||||
java.lang.String getLayout();
|
||||
/**
|
||||
* <code>string layout = 15;</code>
|
||||
* @return The bytes for layout.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getLayoutBytes();
|
||||
|
||||
/**
|
||||
* <code>string real_name = 16;</code>
|
||||
* @return The realName.
|
||||
*/
|
||||
java.lang.String getRealName();
|
||||
/**
|
||||
* <code>string real_name = 16;</code>
|
||||
* @return The bytes for realName.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getRealNameBytes();
|
||||
|
||||
/**
|
||||
* <code>bool dot_a_linkage = 17;</code>
|
||||
* @return The dotALinkage.
|
||||
*/
|
||||
boolean getDotALinkage();
|
||||
|
||||
/**
|
||||
* <code>bool precompiled = 18;</code>
|
||||
* @return The precompiled.
|
||||
*/
|
||||
boolean getPrecompiled();
|
||||
|
||||
/**
|
||||
* <code>string ld_flags = 19;</code>
|
||||
* @return The ldFlags.
|
||||
*/
|
||||
java.lang.String getLdFlags();
|
||||
/**
|
||||
* <code>string ld_flags = 19;</code>
|
||||
* @return The bytes for ldFlags.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getLdFlagsBytes();
|
||||
|
||||
/**
|
||||
* <code>bool is_legacy = 20;</code>
|
||||
* @return The isLegacy.
|
||||
*/
|
||||
boolean getIsLegacy();
|
||||
|
||||
/**
|
||||
* <code>string version = 21;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
java.lang.String getVersion();
|
||||
/**
|
||||
* <code>string version = 21;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getVersionBytes();
|
||||
|
||||
/**
|
||||
* <code>string license = 22;</code>
|
||||
* @return The license.
|
||||
*/
|
||||
java.lang.String getLicense();
|
||||
/**
|
||||
* <code>string license = 22;</code>
|
||||
* @return The bytes for license.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getLicenseBytes();
|
||||
@ -17006,6 +17503,17 @@ public final class Lib {
|
||||
|
||||
java.lang.String getPropertiesOrThrow(
|
||||
java.lang.String key);
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryLocation location = 24;</code>
|
||||
* @return The enum numeric value on the wire for location.
|
||||
*/
|
||||
int getLocationValue();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryLocation location = 24;</code>
|
||||
* @return The location.
|
||||
*/
|
||||
cc.arduino.cli.commands.Lib.LibraryLocation getLocation();
|
||||
}
|
||||
/**
|
||||
* Protobuf type {@code cc.arduino.cli.commands.Library}
|
||||
@ -17032,13 +17540,13 @@ public final class Lib {
|
||||
installDir_ = "";
|
||||
sourceDir_ = "";
|
||||
utilityDir_ = "";
|
||||
location_ = "";
|
||||
containerPlatform_ = "";
|
||||
layout_ = "";
|
||||
realName_ = "";
|
||||
ldFlags_ = "";
|
||||
version_ = "";
|
||||
license_ = "";
|
||||
location_ = 0;
|
||||
}
|
||||
|
||||
@java.lang.Override
|
||||
@ -17150,12 +17658,6 @@ public final class Lib {
|
||||
utilityDir_ = s;
|
||||
break;
|
||||
}
|
||||
case 106: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
|
||||
location_ = s;
|
||||
break;
|
||||
}
|
||||
case 114: {
|
||||
java.lang.String s = input.readStringRequireUtf8();
|
||||
|
||||
@ -17220,6 +17722,12 @@ public final class Lib {
|
||||
properties__.getKey(), properties__.getValue());
|
||||
break;
|
||||
}
|
||||
case 192: {
|
||||
int rawValue = input.readEnum();
|
||||
|
||||
location_ = rawValue;
|
||||
break;
|
||||
}
|
||||
default: {
|
||||
if (!parseUnknownField(
|
||||
input, unknownFields, extensionRegistry, tag)) {
|
||||
@ -17274,6 +17782,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object name_;
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -17289,6 +17798,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -17308,6 +17818,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object author_;
|
||||
/**
|
||||
* <code>string author = 2;</code>
|
||||
* @return The author.
|
||||
*/
|
||||
public java.lang.String getAuthor() {
|
||||
java.lang.Object ref = author_;
|
||||
@ -17323,6 +17834,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string author = 2;</code>
|
||||
* @return The bytes for author.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getAuthorBytes() {
|
||||
@ -17342,6 +17854,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object maintainer_;
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @return The maintainer.
|
||||
*/
|
||||
public java.lang.String getMaintainer() {
|
||||
java.lang.Object ref = maintainer_;
|
||||
@ -17357,6 +17870,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @return The bytes for maintainer.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getMaintainerBytes() {
|
||||
@ -17376,6 +17890,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object sentence_;
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @return The sentence.
|
||||
*/
|
||||
public java.lang.String getSentence() {
|
||||
java.lang.Object ref = sentence_;
|
||||
@ -17391,6 +17906,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @return The bytes for sentence.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSentenceBytes() {
|
||||
@ -17410,6 +17926,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object paragraph_;
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @return The paragraph.
|
||||
*/
|
||||
public java.lang.String getParagraph() {
|
||||
java.lang.Object ref = paragraph_;
|
||||
@ -17425,6 +17942,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @return The bytes for paragraph.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getParagraphBytes() {
|
||||
@ -17444,6 +17962,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object website_;
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @return The website.
|
||||
*/
|
||||
public java.lang.String getWebsite() {
|
||||
java.lang.Object ref = website_;
|
||||
@ -17459,6 +17978,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @return The bytes for website.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getWebsiteBytes() {
|
||||
@ -17478,6 +17998,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object category_;
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @return The category.
|
||||
*/
|
||||
public java.lang.String getCategory() {
|
||||
java.lang.Object ref = category_;
|
||||
@ -17493,6 +18014,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @return The bytes for category.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getCategoryBytes() {
|
||||
@ -17512,6 +18034,7 @@ public final class Lib {
|
||||
private com.google.protobuf.LazyStringList architectures_;
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @return A list containing the architectures.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getArchitecturesList() {
|
||||
@ -17519,18 +18042,23 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @return The count of architectures.
|
||||
*/
|
||||
public int getArchitecturesCount() {
|
||||
return architectures_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The architectures at the given index.
|
||||
*/
|
||||
public java.lang.String getArchitectures(int index) {
|
||||
return architectures_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the architectures at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getArchitecturesBytes(int index) {
|
||||
@ -17541,6 +18069,7 @@ public final class Lib {
|
||||
private com.google.protobuf.LazyStringList types_;
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @return A list containing the types.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getTypesList() {
|
||||
@ -17548,18 +18077,23 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @return The count of types.
|
||||
*/
|
||||
public int getTypesCount() {
|
||||
return types_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The types at the given index.
|
||||
*/
|
||||
public java.lang.String getTypes(int index) {
|
||||
return types_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the types at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getTypesBytes(int index) {
|
||||
@ -17570,6 +18104,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object installDir_;
|
||||
/**
|
||||
* <code>string install_dir = 10;</code>
|
||||
* @return The installDir.
|
||||
*/
|
||||
public java.lang.String getInstallDir() {
|
||||
java.lang.Object ref = installDir_;
|
||||
@ -17585,6 +18120,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string install_dir = 10;</code>
|
||||
* @return The bytes for installDir.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getInstallDirBytes() {
|
||||
@ -17604,6 +18140,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object sourceDir_;
|
||||
/**
|
||||
* <code>string source_dir = 11;</code>
|
||||
* @return The sourceDir.
|
||||
*/
|
||||
public java.lang.String getSourceDir() {
|
||||
java.lang.Object ref = sourceDir_;
|
||||
@ -17619,6 +18156,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string source_dir = 11;</code>
|
||||
* @return The bytes for sourceDir.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSourceDirBytes() {
|
||||
@ -17638,6 +18176,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object utilityDir_;
|
||||
/**
|
||||
* <code>string utility_dir = 12;</code>
|
||||
* @return The utilityDir.
|
||||
*/
|
||||
public java.lang.String getUtilityDir() {
|
||||
java.lang.Object ref = utilityDir_;
|
||||
@ -17653,6 +18192,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string utility_dir = 12;</code>
|
||||
* @return The bytes for utilityDir.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getUtilityDirBytes() {
|
||||
@ -17668,44 +18208,11 @@ public final class Lib {
|
||||
}
|
||||
}
|
||||
|
||||
public static final int LOCATION_FIELD_NUMBER = 13;
|
||||
private volatile java.lang.Object location_;
|
||||
/**
|
||||
* <code>string location = 13;</code>
|
||||
*/
|
||||
public java.lang.String getLocation() {
|
||||
java.lang.Object ref = location_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
return (java.lang.String) ref;
|
||||
} else {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
location_ = s;
|
||||
return s;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string location = 13;</code>
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLocationBytes() {
|
||||
java.lang.Object ref = location_;
|
||||
if (ref instanceof java.lang.String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
location_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
|
||||
public static final int CONTAINER_PLATFORM_FIELD_NUMBER = 14;
|
||||
private volatile java.lang.Object containerPlatform_;
|
||||
/**
|
||||
* <code>string container_platform = 14;</code>
|
||||
* @return The containerPlatform.
|
||||
*/
|
||||
public java.lang.String getContainerPlatform() {
|
||||
java.lang.Object ref = containerPlatform_;
|
||||
@ -17721,6 +18228,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string container_platform = 14;</code>
|
||||
* @return The bytes for containerPlatform.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getContainerPlatformBytes() {
|
||||
@ -17740,6 +18248,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object layout_;
|
||||
/**
|
||||
* <code>string layout = 15;</code>
|
||||
* @return The layout.
|
||||
*/
|
||||
public java.lang.String getLayout() {
|
||||
java.lang.Object ref = layout_;
|
||||
@ -17755,6 +18264,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string layout = 15;</code>
|
||||
* @return The bytes for layout.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLayoutBytes() {
|
||||
@ -17774,6 +18284,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object realName_;
|
||||
/**
|
||||
* <code>string real_name = 16;</code>
|
||||
* @return The realName.
|
||||
*/
|
||||
public java.lang.String getRealName() {
|
||||
java.lang.Object ref = realName_;
|
||||
@ -17789,6 +18300,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string real_name = 16;</code>
|
||||
* @return The bytes for realName.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getRealNameBytes() {
|
||||
@ -17808,6 +18320,7 @@ public final class Lib {
|
||||
private boolean dotALinkage_;
|
||||
/**
|
||||
* <code>bool dot_a_linkage = 17;</code>
|
||||
* @return The dotALinkage.
|
||||
*/
|
||||
public boolean getDotALinkage() {
|
||||
return dotALinkage_;
|
||||
@ -17817,6 +18330,7 @@ public final class Lib {
|
||||
private boolean precompiled_;
|
||||
/**
|
||||
* <code>bool precompiled = 18;</code>
|
||||
* @return The precompiled.
|
||||
*/
|
||||
public boolean getPrecompiled() {
|
||||
return precompiled_;
|
||||
@ -17826,6 +18340,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object ldFlags_;
|
||||
/**
|
||||
* <code>string ld_flags = 19;</code>
|
||||
* @return The ldFlags.
|
||||
*/
|
||||
public java.lang.String getLdFlags() {
|
||||
java.lang.Object ref = ldFlags_;
|
||||
@ -17841,6 +18356,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string ld_flags = 19;</code>
|
||||
* @return The bytes for ldFlags.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLdFlagsBytes() {
|
||||
@ -17860,6 +18376,7 @@ public final class Lib {
|
||||
private boolean isLegacy_;
|
||||
/**
|
||||
* <code>bool is_legacy = 20;</code>
|
||||
* @return The isLegacy.
|
||||
*/
|
||||
public boolean getIsLegacy() {
|
||||
return isLegacy_;
|
||||
@ -17869,6 +18386,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object version_;
|
||||
/**
|
||||
* <code>string version = 21;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -17884,6 +18402,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 21;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -17903,6 +18422,7 @@ public final class Lib {
|
||||
private volatile java.lang.Object license_;
|
||||
/**
|
||||
* <code>string license = 22;</code>
|
||||
* @return The license.
|
||||
*/
|
||||
public java.lang.String getLicense() {
|
||||
java.lang.Object ref = license_;
|
||||
@ -17918,6 +18438,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string license = 22;</code>
|
||||
* @return The bytes for license.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLicenseBytes() {
|
||||
@ -18009,6 +18530,25 @@ public final class Lib {
|
||||
return map.get(key);
|
||||
}
|
||||
|
||||
public static final int LOCATION_FIELD_NUMBER = 24;
|
||||
private int location_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryLocation location = 24;</code>
|
||||
* @return The enum numeric value on the wire for location.
|
||||
*/
|
||||
public int getLocationValue() {
|
||||
return location_;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryLocation location = 24;</code>
|
||||
* @return The location.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Lib.LibraryLocation getLocation() {
|
||||
@SuppressWarnings("deprecation")
|
||||
cc.arduino.cli.commands.Lib.LibraryLocation result = cc.arduino.cli.commands.Lib.LibraryLocation.valueOf(location_);
|
||||
return result == null ? cc.arduino.cli.commands.Lib.LibraryLocation.UNRECOGNIZED : result;
|
||||
}
|
||||
|
||||
private byte memoizedIsInitialized = -1;
|
||||
@java.lang.Override
|
||||
public final boolean isInitialized() {
|
||||
@ -18059,9 +18599,6 @@ public final class Lib {
|
||||
if (!getUtilityDirBytes().isEmpty()) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, utilityDir_);
|
||||
}
|
||||
if (!getLocationBytes().isEmpty()) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 13, location_);
|
||||
}
|
||||
if (!getContainerPlatformBytes().isEmpty()) {
|
||||
com.google.protobuf.GeneratedMessageV3.writeString(output, 14, containerPlatform_);
|
||||
}
|
||||
@ -18095,6 +18632,9 @@ public final class Lib {
|
||||
internalGetProperties(),
|
||||
PropertiesDefaultEntryHolder.defaultEntry,
|
||||
23);
|
||||
if (location_ != cc.arduino.cli.commands.Lib.LibraryLocation.ide_builtin.getNumber()) {
|
||||
output.writeEnum(24, location_);
|
||||
}
|
||||
unknownFields.writeTo(output);
|
||||
}
|
||||
|
||||
@ -18150,9 +18690,6 @@ public final class Lib {
|
||||
if (!getUtilityDirBytes().isEmpty()) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, utilityDir_);
|
||||
}
|
||||
if (!getLocationBytes().isEmpty()) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, location_);
|
||||
}
|
||||
if (!getContainerPlatformBytes().isEmpty()) {
|
||||
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, containerPlatform_);
|
||||
}
|
||||
@ -18193,6 +18730,10 @@ public final class Lib {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeMessageSize(23, properties__);
|
||||
}
|
||||
if (location_ != cc.arduino.cli.commands.Lib.LibraryLocation.ide_builtin.getNumber()) {
|
||||
size += com.google.protobuf.CodedOutputStream
|
||||
.computeEnumSize(24, location_);
|
||||
}
|
||||
size += unknownFields.getSerializedSize();
|
||||
memoizedSize = size;
|
||||
return size;
|
||||
@ -18232,8 +18773,6 @@ public final class Lib {
|
||||
.equals(other.getSourceDir())) return false;
|
||||
if (!getUtilityDir()
|
||||
.equals(other.getUtilityDir())) return false;
|
||||
if (!getLocation()
|
||||
.equals(other.getLocation())) return false;
|
||||
if (!getContainerPlatform()
|
||||
.equals(other.getContainerPlatform())) return false;
|
||||
if (!getLayout()
|
||||
@ -18254,6 +18793,7 @@ public final class Lib {
|
||||
.equals(other.getLicense())) return false;
|
||||
if (!internalGetProperties().equals(
|
||||
other.internalGetProperties())) return false;
|
||||
if (location_ != other.location_) return false;
|
||||
if (!unknownFields.equals(other.unknownFields)) return false;
|
||||
return true;
|
||||
}
|
||||
@ -18293,8 +18833,6 @@ public final class Lib {
|
||||
hash = (53 * hash) + getSourceDir().hashCode();
|
||||
hash = (37 * hash) + UTILITY_DIR_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getUtilityDir().hashCode();
|
||||
hash = (37 * hash) + LOCATION_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getLocation().hashCode();
|
||||
hash = (37 * hash) + CONTAINER_PLATFORM_FIELD_NUMBER;
|
||||
hash = (53 * hash) + getContainerPlatform().hashCode();
|
||||
hash = (37 * hash) + LAYOUT_FIELD_NUMBER;
|
||||
@ -18320,6 +18858,8 @@ public final class Lib {
|
||||
hash = (37 * hash) + PROPERTIES_FIELD_NUMBER;
|
||||
hash = (53 * hash) + internalGetProperties().hashCode();
|
||||
}
|
||||
hash = (37 * hash) + LOCATION_FIELD_NUMBER;
|
||||
hash = (53 * hash) + location_;
|
||||
hash = (29 * hash) + unknownFields.hashCode();
|
||||
memoizedHashCode = hash;
|
||||
return hash;
|
||||
@ -18499,8 +19039,6 @@ public final class Lib {
|
||||
|
||||
utilityDir_ = "";
|
||||
|
||||
location_ = "";
|
||||
|
||||
containerPlatform_ = "";
|
||||
|
||||
layout_ = "";
|
||||
@ -18520,6 +19058,8 @@ public final class Lib {
|
||||
license_ = "";
|
||||
|
||||
internalGetMutableProperties().clear();
|
||||
location_ = 0;
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
@ -18567,7 +19107,6 @@ public final class Lib {
|
||||
result.installDir_ = installDir_;
|
||||
result.sourceDir_ = sourceDir_;
|
||||
result.utilityDir_ = utilityDir_;
|
||||
result.location_ = location_;
|
||||
result.containerPlatform_ = containerPlatform_;
|
||||
result.layout_ = layout_;
|
||||
result.realName_ = realName_;
|
||||
@ -18579,6 +19118,7 @@ public final class Lib {
|
||||
result.license_ = license_;
|
||||
result.properties_ = internalGetProperties();
|
||||
result.properties_.makeImmutable();
|
||||
result.location_ = location_;
|
||||
onBuilt();
|
||||
return result;
|
||||
}
|
||||
@ -18687,10 +19227,6 @@ public final class Lib {
|
||||
utilityDir_ = other.utilityDir_;
|
||||
onChanged();
|
||||
}
|
||||
if (!other.getLocation().isEmpty()) {
|
||||
location_ = other.location_;
|
||||
onChanged();
|
||||
}
|
||||
if (!other.getContainerPlatform().isEmpty()) {
|
||||
containerPlatform_ = other.containerPlatform_;
|
||||
onChanged();
|
||||
@ -18726,6 +19262,9 @@ public final class Lib {
|
||||
}
|
||||
internalGetMutableProperties().mergeFrom(
|
||||
other.internalGetProperties());
|
||||
if (other.location_ != 0) {
|
||||
setLocationValue(other.getLocationValue());
|
||||
}
|
||||
this.mergeUnknownFields(other.unknownFields);
|
||||
onChanged();
|
||||
return this;
|
||||
@ -18759,6 +19298,7 @@ public final class Lib {
|
||||
private java.lang.Object name_ = "";
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The name.
|
||||
*/
|
||||
public java.lang.String getName() {
|
||||
java.lang.Object ref = name_;
|
||||
@ -18774,6 +19314,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return The bytes for name.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getNameBytes() {
|
||||
@ -18790,6 +19331,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setName(
|
||||
java.lang.String value) {
|
||||
@ -18803,6 +19346,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearName() {
|
||||
|
||||
@ -18812,6 +19356,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string name = 1;</code>
|
||||
* @param value The bytes for name to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -18828,6 +19374,7 @@ public final class Lib {
|
||||
private java.lang.Object author_ = "";
|
||||
/**
|
||||
* <code>string author = 2;</code>
|
||||
* @return The author.
|
||||
*/
|
||||
public java.lang.String getAuthor() {
|
||||
java.lang.Object ref = author_;
|
||||
@ -18843,6 +19390,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string author = 2;</code>
|
||||
* @return The bytes for author.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getAuthorBytes() {
|
||||
@ -18859,6 +19407,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string author = 2;</code>
|
||||
* @param value The author to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAuthor(
|
||||
java.lang.String value) {
|
||||
@ -18872,6 +19422,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string author = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearAuthor() {
|
||||
|
||||
@ -18881,6 +19432,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string author = 2;</code>
|
||||
* @param value The bytes for author to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setAuthorBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -18897,6 +19450,7 @@ public final class Lib {
|
||||
private java.lang.Object maintainer_ = "";
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @return The maintainer.
|
||||
*/
|
||||
public java.lang.String getMaintainer() {
|
||||
java.lang.Object ref = maintainer_;
|
||||
@ -18912,6 +19466,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @return The bytes for maintainer.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getMaintainerBytes() {
|
||||
@ -18928,6 +19483,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @param value The maintainer to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMaintainer(
|
||||
java.lang.String value) {
|
||||
@ -18941,6 +19498,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearMaintainer() {
|
||||
|
||||
@ -18950,6 +19508,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string maintainer = 3;</code>
|
||||
* @param value The bytes for maintainer to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setMaintainerBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -18966,6 +19526,7 @@ public final class Lib {
|
||||
private java.lang.Object sentence_ = "";
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @return The sentence.
|
||||
*/
|
||||
public java.lang.String getSentence() {
|
||||
java.lang.Object ref = sentence_;
|
||||
@ -18981,6 +19542,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @return The bytes for sentence.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSentenceBytes() {
|
||||
@ -18997,6 +19559,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @param value The sentence to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSentence(
|
||||
java.lang.String value) {
|
||||
@ -19010,6 +19574,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSentence() {
|
||||
|
||||
@ -19019,6 +19584,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string sentence = 4;</code>
|
||||
* @param value The bytes for sentence to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSentenceBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -19035,6 +19602,7 @@ public final class Lib {
|
||||
private java.lang.Object paragraph_ = "";
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @return The paragraph.
|
||||
*/
|
||||
public java.lang.String getParagraph() {
|
||||
java.lang.Object ref = paragraph_;
|
||||
@ -19050,6 +19618,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @return The bytes for paragraph.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getParagraphBytes() {
|
||||
@ -19066,6 +19635,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @param value The paragraph to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setParagraph(
|
||||
java.lang.String value) {
|
||||
@ -19079,6 +19650,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearParagraph() {
|
||||
|
||||
@ -19088,6 +19660,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string paragraph = 5;</code>
|
||||
* @param value The bytes for paragraph to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setParagraphBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -19104,6 +19678,7 @@ public final class Lib {
|
||||
private java.lang.Object website_ = "";
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @return The website.
|
||||
*/
|
||||
public java.lang.String getWebsite() {
|
||||
java.lang.Object ref = website_;
|
||||
@ -19119,6 +19694,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @return The bytes for website.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getWebsiteBytes() {
|
||||
@ -19135,6 +19711,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @param value The website to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setWebsite(
|
||||
java.lang.String value) {
|
||||
@ -19148,6 +19726,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearWebsite() {
|
||||
|
||||
@ -19157,6 +19736,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string website = 6;</code>
|
||||
* @param value The bytes for website to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setWebsiteBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -19173,6 +19754,7 @@ public final class Lib {
|
||||
private java.lang.Object category_ = "";
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @return The category.
|
||||
*/
|
||||
public java.lang.String getCategory() {
|
||||
java.lang.Object ref = category_;
|
||||
@ -19188,6 +19770,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @return The bytes for category.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getCategoryBytes() {
|
||||
@ -19204,6 +19787,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @param value The category to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCategory(
|
||||
java.lang.String value) {
|
||||
@ -19217,6 +19802,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearCategory() {
|
||||
|
||||
@ -19226,6 +19812,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string category = 7;</code>
|
||||
* @param value The bytes for category to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setCategoryBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -19248,6 +19836,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @return A list containing the architectures.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getArchitecturesList() {
|
||||
@ -19255,18 +19844,23 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @return The count of architectures.
|
||||
*/
|
||||
public int getArchitecturesCount() {
|
||||
return architectures_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The architectures at the given index.
|
||||
*/
|
||||
public java.lang.String getArchitectures(int index) {
|
||||
return architectures_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the architectures at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getArchitecturesBytes(int index) {
|
||||
@ -19274,6 +19868,9 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The architectures to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setArchitectures(
|
||||
int index, java.lang.String value) {
|
||||
@ -19287,6 +19884,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param value The architectures to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addArchitectures(
|
||||
java.lang.String value) {
|
||||
@ -19300,6 +19899,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param values The architectures to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllArchitectures(
|
||||
java.lang.Iterable<java.lang.String> values) {
|
||||
@ -19311,6 +19912,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearArchitectures() {
|
||||
architectures_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||||
@ -19320,6 +19922,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string architectures = 8;</code>
|
||||
* @param value The bytes of the architectures to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addArchitecturesBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -19342,6 +19946,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @return A list containing the types.
|
||||
*/
|
||||
public com.google.protobuf.ProtocolStringList
|
||||
getTypesList() {
|
||||
@ -19349,18 +19954,23 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @return The count of types.
|
||||
*/
|
||||
public int getTypesCount() {
|
||||
return types_.size();
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param index The index of the element to return.
|
||||
* @return The types at the given index.
|
||||
*/
|
||||
public java.lang.String getTypes(int index) {
|
||||
return types_.get(index);
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param index The index of the value to return.
|
||||
* @return The bytes of the types at the given index.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getTypesBytes(int index) {
|
||||
@ -19368,6 +19978,9 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param index The index to set the value at.
|
||||
* @param value The types to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setTypes(
|
||||
int index, java.lang.String value) {
|
||||
@ -19381,6 +19994,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param value The types to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addTypes(
|
||||
java.lang.String value) {
|
||||
@ -19394,6 +20009,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param values The types to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addAllTypes(
|
||||
java.lang.Iterable<java.lang.String> values) {
|
||||
@ -19405,6 +20022,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTypes() {
|
||||
types_ = com.google.protobuf.LazyStringArrayList.EMPTY;
|
||||
@ -19414,6 +20032,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>repeated string types = 9;</code>
|
||||
* @param value The bytes of the types to add.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder addTypesBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -19430,6 +20050,7 @@ public final class Lib {
|
||||
private java.lang.Object installDir_ = "";
|
||||
/**
|
||||
* <code>string install_dir = 10;</code>
|
||||
* @return The installDir.
|
||||
*/
|
||||
public java.lang.String getInstallDir() {
|
||||
java.lang.Object ref = installDir_;
|
||||
@ -19445,6 +20066,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string install_dir = 10;</code>
|
||||
* @return The bytes for installDir.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getInstallDirBytes() {
|
||||
@ -19461,6 +20083,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string install_dir = 10;</code>
|
||||
* @param value The installDir to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setInstallDir(
|
||||
java.lang.String value) {
|
||||
@ -19474,6 +20098,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string install_dir = 10;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearInstallDir() {
|
||||
|
||||
@ -19483,6 +20108,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string install_dir = 10;</code>
|
||||
* @param value The bytes for installDir to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setInstallDirBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -19499,6 +20126,7 @@ public final class Lib {
|
||||
private java.lang.Object sourceDir_ = "";
|
||||
/**
|
||||
* <code>string source_dir = 11;</code>
|
||||
* @return The sourceDir.
|
||||
*/
|
||||
public java.lang.String getSourceDir() {
|
||||
java.lang.Object ref = sourceDir_;
|
||||
@ -19514,6 +20142,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string source_dir = 11;</code>
|
||||
* @return The bytes for sourceDir.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSourceDirBytes() {
|
||||
@ -19530,6 +20159,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string source_dir = 11;</code>
|
||||
* @param value The sourceDir to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSourceDir(
|
||||
java.lang.String value) {
|
||||
@ -19543,6 +20174,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string source_dir = 11;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSourceDir() {
|
||||
|
||||
@ -19552,6 +20184,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string source_dir = 11;</code>
|
||||
* @param value The bytes for sourceDir to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSourceDirBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -19568,6 +20202,7 @@ public final class Lib {
|
||||
private java.lang.Object utilityDir_ = "";
|
||||
/**
|
||||
* <code>string utility_dir = 12;</code>
|
||||
* @return The utilityDir.
|
||||
*/
|
||||
public java.lang.String getUtilityDir() {
|
||||
java.lang.Object ref = utilityDir_;
|
||||
@ -19583,6 +20218,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string utility_dir = 12;</code>
|
||||
* @return The bytes for utilityDir.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getUtilityDirBytes() {
|
||||
@ -19599,6 +20235,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string utility_dir = 12;</code>
|
||||
* @param value The utilityDir to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUtilityDir(
|
||||
java.lang.String value) {
|
||||
@ -19612,6 +20250,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string utility_dir = 12;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearUtilityDir() {
|
||||
|
||||
@ -19621,6 +20260,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string utility_dir = 12;</code>
|
||||
* @param value The bytes for utilityDir to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setUtilityDirBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -19634,78 +20275,10 @@ public final class Lib {
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object location_ = "";
|
||||
/**
|
||||
* <code>string location = 13;</code>
|
||||
*/
|
||||
public java.lang.String getLocation() {
|
||||
java.lang.Object ref = location_;
|
||||
if (!(ref instanceof java.lang.String)) {
|
||||
com.google.protobuf.ByteString bs =
|
||||
(com.google.protobuf.ByteString) ref;
|
||||
java.lang.String s = bs.toStringUtf8();
|
||||
location_ = s;
|
||||
return s;
|
||||
} else {
|
||||
return (java.lang.String) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string location = 13;</code>
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLocationBytes() {
|
||||
java.lang.Object ref = location_;
|
||||
if (ref instanceof String) {
|
||||
com.google.protobuf.ByteString b =
|
||||
com.google.protobuf.ByteString.copyFromUtf8(
|
||||
(java.lang.String) ref);
|
||||
location_ = b;
|
||||
return b;
|
||||
} else {
|
||||
return (com.google.protobuf.ByteString) ref;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* <code>string location = 13;</code>
|
||||
*/
|
||||
public Builder setLocation(
|
||||
java.lang.String value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
|
||||
location_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string location = 13;</code>
|
||||
*/
|
||||
public Builder clearLocation() {
|
||||
|
||||
location_ = getDefaultInstance().getLocation();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>string location = 13;</code>
|
||||
*/
|
||||
public Builder setLocationBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
checkByteStringIsUtf8(value);
|
||||
|
||||
location_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
|
||||
private java.lang.Object containerPlatform_ = "";
|
||||
/**
|
||||
* <code>string container_platform = 14;</code>
|
||||
* @return The containerPlatform.
|
||||
*/
|
||||
public java.lang.String getContainerPlatform() {
|
||||
java.lang.Object ref = containerPlatform_;
|
||||
@ -19721,6 +20294,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string container_platform = 14;</code>
|
||||
* @return The bytes for containerPlatform.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getContainerPlatformBytes() {
|
||||
@ -19737,6 +20311,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string container_platform = 14;</code>
|
||||
* @param value The containerPlatform to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setContainerPlatform(
|
||||
java.lang.String value) {
|
||||
@ -19750,6 +20326,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string container_platform = 14;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearContainerPlatform() {
|
||||
|
||||
@ -19759,6 +20336,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string container_platform = 14;</code>
|
||||
* @param value The bytes for containerPlatform to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setContainerPlatformBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -19775,6 +20354,7 @@ public final class Lib {
|
||||
private java.lang.Object layout_ = "";
|
||||
/**
|
||||
* <code>string layout = 15;</code>
|
||||
* @return The layout.
|
||||
*/
|
||||
public java.lang.String getLayout() {
|
||||
java.lang.Object ref = layout_;
|
||||
@ -19790,6 +20370,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string layout = 15;</code>
|
||||
* @return The bytes for layout.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLayoutBytes() {
|
||||
@ -19806,6 +20387,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string layout = 15;</code>
|
||||
* @param value The layout to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLayout(
|
||||
java.lang.String value) {
|
||||
@ -19819,6 +20402,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string layout = 15;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLayout() {
|
||||
|
||||
@ -19828,6 +20412,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string layout = 15;</code>
|
||||
* @param value The bytes for layout to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLayoutBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -19844,6 +20430,7 @@ public final class Lib {
|
||||
private java.lang.Object realName_ = "";
|
||||
/**
|
||||
* <code>string real_name = 16;</code>
|
||||
* @return The realName.
|
||||
*/
|
||||
public java.lang.String getRealName() {
|
||||
java.lang.Object ref = realName_;
|
||||
@ -19859,6 +20446,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string real_name = 16;</code>
|
||||
* @return The bytes for realName.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getRealNameBytes() {
|
||||
@ -19875,6 +20463,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string real_name = 16;</code>
|
||||
* @param value The realName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRealName(
|
||||
java.lang.String value) {
|
||||
@ -19888,6 +20478,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string real_name = 16;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearRealName() {
|
||||
|
||||
@ -19897,6 +20488,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string real_name = 16;</code>
|
||||
* @param value The bytes for realName to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setRealNameBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -19913,12 +20506,15 @@ public final class Lib {
|
||||
private boolean dotALinkage_ ;
|
||||
/**
|
||||
* <code>bool dot_a_linkage = 17;</code>
|
||||
* @return The dotALinkage.
|
||||
*/
|
||||
public boolean getDotALinkage() {
|
||||
return dotALinkage_;
|
||||
}
|
||||
/**
|
||||
* <code>bool dot_a_linkage = 17;</code>
|
||||
* @param value The dotALinkage to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setDotALinkage(boolean value) {
|
||||
|
||||
@ -19928,6 +20524,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>bool dot_a_linkage = 17;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearDotALinkage() {
|
||||
|
||||
@ -19939,12 +20536,15 @@ public final class Lib {
|
||||
private boolean precompiled_ ;
|
||||
/**
|
||||
* <code>bool precompiled = 18;</code>
|
||||
* @return The precompiled.
|
||||
*/
|
||||
public boolean getPrecompiled() {
|
||||
return precompiled_;
|
||||
}
|
||||
/**
|
||||
* <code>bool precompiled = 18;</code>
|
||||
* @param value The precompiled to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPrecompiled(boolean value) {
|
||||
|
||||
@ -19954,6 +20554,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>bool precompiled = 18;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPrecompiled() {
|
||||
|
||||
@ -19965,6 +20566,7 @@ public final class Lib {
|
||||
private java.lang.Object ldFlags_ = "";
|
||||
/**
|
||||
* <code>string ld_flags = 19;</code>
|
||||
* @return The ldFlags.
|
||||
*/
|
||||
public java.lang.String getLdFlags() {
|
||||
java.lang.Object ref = ldFlags_;
|
||||
@ -19980,6 +20582,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string ld_flags = 19;</code>
|
||||
* @return The bytes for ldFlags.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLdFlagsBytes() {
|
||||
@ -19996,6 +20599,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string ld_flags = 19;</code>
|
||||
* @param value The ldFlags to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLdFlags(
|
||||
java.lang.String value) {
|
||||
@ -20009,6 +20614,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string ld_flags = 19;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLdFlags() {
|
||||
|
||||
@ -20018,6 +20624,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string ld_flags = 19;</code>
|
||||
* @param value The bytes for ldFlags to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLdFlagsBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -20034,12 +20642,15 @@ public final class Lib {
|
||||
private boolean isLegacy_ ;
|
||||
/**
|
||||
* <code>bool is_legacy = 20;</code>
|
||||
* @return The isLegacy.
|
||||
*/
|
||||
public boolean getIsLegacy() {
|
||||
return isLegacy_;
|
||||
}
|
||||
/**
|
||||
* <code>bool is_legacy = 20;</code>
|
||||
* @param value The isLegacy to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setIsLegacy(boolean value) {
|
||||
|
||||
@ -20049,6 +20660,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>bool is_legacy = 20;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearIsLegacy() {
|
||||
|
||||
@ -20060,6 +20672,7 @@ public final class Lib {
|
||||
private java.lang.Object version_ = "";
|
||||
/**
|
||||
* <code>string version = 21;</code>
|
||||
* @return The version.
|
||||
*/
|
||||
public java.lang.String getVersion() {
|
||||
java.lang.Object ref = version_;
|
||||
@ -20075,6 +20688,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 21;</code>
|
||||
* @return The bytes for version.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getVersionBytes() {
|
||||
@ -20091,6 +20705,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 21;</code>
|
||||
* @param value The version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersion(
|
||||
java.lang.String value) {
|
||||
@ -20104,6 +20720,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 21;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVersion() {
|
||||
|
||||
@ -20113,6 +20730,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string version = 21;</code>
|
||||
* @param value The bytes for version to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVersionBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -20129,6 +20748,7 @@ public final class Lib {
|
||||
private java.lang.Object license_ = "";
|
||||
/**
|
||||
* <code>string license = 22;</code>
|
||||
* @return The license.
|
||||
*/
|
||||
public java.lang.String getLicense() {
|
||||
java.lang.Object ref = license_;
|
||||
@ -20144,6 +20764,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string license = 22;</code>
|
||||
* @return The bytes for license.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getLicenseBytes() {
|
||||
@ -20160,6 +20781,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string license = 22;</code>
|
||||
* @param value The license to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLicense(
|
||||
java.lang.String value) {
|
||||
@ -20173,6 +20796,7 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string license = 22;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLicense() {
|
||||
|
||||
@ -20182,6 +20806,8 @@ public final class Lib {
|
||||
}
|
||||
/**
|
||||
* <code>string license = 22;</code>
|
||||
* @param value The bytes for license to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLicenseBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -20317,6 +20943,58 @@ public final class Lib {
|
||||
.putAll(values);
|
||||
return this;
|
||||
}
|
||||
|
||||
private int location_ = 0;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryLocation location = 24;</code>
|
||||
* @return The enum numeric value on the wire for location.
|
||||
*/
|
||||
public int getLocationValue() {
|
||||
return location_;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryLocation location = 24;</code>
|
||||
* @param value The enum numeric value on the wire for location to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLocationValue(int value) {
|
||||
location_ = value;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryLocation location = 24;</code>
|
||||
* @return The location.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Lib.LibraryLocation getLocation() {
|
||||
@SuppressWarnings("deprecation")
|
||||
cc.arduino.cli.commands.Lib.LibraryLocation result = cc.arduino.cli.commands.Lib.LibraryLocation.valueOf(location_);
|
||||
return result == null ? cc.arduino.cli.commands.Lib.LibraryLocation.UNRECOGNIZED : result;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryLocation location = 24;</code>
|
||||
* @param value The location to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setLocation(cc.arduino.cli.commands.Lib.LibraryLocation value) {
|
||||
if (value == null) {
|
||||
throw new NullPointerException();
|
||||
}
|
||||
|
||||
location_ = value.getNumber();
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.LibraryLocation location = 24;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearLocation() {
|
||||
|
||||
location_ = 0;
|
||||
onChanged();
|
||||
return this;
|
||||
}
|
||||
@java.lang.Override
|
||||
public final Builder setUnknownFields(
|
||||
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
||||
@ -20547,26 +21225,27 @@ public final class Lib {
|
||||
"talledLibrary\"\177\n\020InstalledLibrary\0221\n\007lib" +
|
||||
"rary\030\001 \001(\0132 .cc.arduino.cli.commands.Lib" +
|
||||
"rary\0228\n\007release\030\002 \001(\0132\'.cc.arduino.cli.c" +
|
||||
"ommands.LibraryRelease\"\244\004\n\007Library\022\014\n\004na" +
|
||||
"ommands.LibraryRelease\"\316\004\n\007Library\022\014\n\004na" +
|
||||
"me\030\001 \001(\t\022\016\n\006author\030\002 \001(\t\022\022\n\nmaintainer\030\003" +
|
||||
" \001(\t\022\020\n\010sentence\030\004 \001(\t\022\021\n\tparagraph\030\005 \001(" +
|
||||
"\t\022\017\n\007website\030\006 \001(\t\022\020\n\010category\030\007 \001(\t\022\025\n\r" +
|
||||
"architectures\030\010 \003(\t\022\r\n\005types\030\t \003(\t\022\023\n\013in" +
|
||||
"stall_dir\030\n \001(\t\022\022\n\nsource_dir\030\013 \001(\t\022\023\n\013u" +
|
||||
"tility_dir\030\014 \001(\t\022\020\n\010location\030\r \001(\t\022\032\n\022co" +
|
||||
"ntainer_platform\030\016 \001(\t\022\016\n\006layout\030\017 \001(\t\022\021" +
|
||||
"\n\treal_name\030\020 \001(\t\022\025\n\rdot_a_linkage\030\021 \001(\010" +
|
||||
"\022\023\n\013precompiled\030\022 \001(\010\022\020\n\010ld_flags\030\023 \001(\t\022" +
|
||||
"\021\n\tis_legacy\030\024 \001(\010\022\017\n\007version\030\025 \001(\t\022\017\n\007l" +
|
||||
"icense\030\026 \001(\t\022D\n\nproperties\030\027 \003(\01320.cc.ar" +
|
||||
"duino.cli.commands.Library.PropertiesEnt" +
|
||||
"ry\0321\n\017PropertiesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005va" +
|
||||
"lue\030\002 \001(\t:\0028\001*6\n\rLibraryLayout\022\017\n\013flat_l" +
|
||||
"ayout\020\000\022\024\n\020recursive_layout\020\001*i\n\017Library" +
|
||||
"Location\022\017\n\013ide_builtin\020\000\022\024\n\020platform_bu" +
|
||||
"iltin\020\001\022\037\n\033referenced_platform_builtin\020\002" +
|
||||
"\022\016\n\nsketchbook\020\003B-Z+github.com/arduino/a" +
|
||||
"rduino-cli/rpc/commandsb\006proto3"
|
||||
"tility_dir\030\014 \001(\t\022\032\n\022container_platform\030\016" +
|
||||
" \001(\t\022\016\n\006layout\030\017 \001(\t\022\021\n\treal_name\030\020 \001(\t\022" +
|
||||
"\025\n\rdot_a_linkage\030\021 \001(\010\022\023\n\013precompiled\030\022 " +
|
||||
"\001(\010\022\020\n\010ld_flags\030\023 \001(\t\022\021\n\tis_legacy\030\024 \001(\010" +
|
||||
"\022\017\n\007version\030\025 \001(\t\022\017\n\007license\030\026 \001(\t\022D\n\npr" +
|
||||
"operties\030\027 \003(\01320.cc.arduino.cli.commands" +
|
||||
".Library.PropertiesEntry\022:\n\010location\030\030 \001" +
|
||||
"(\0162(.cc.arduino.cli.commands.LibraryLoca" +
|
||||
"tion\0321\n\017PropertiesEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005" +
|
||||
"value\030\002 \001(\t:\0028\001*6\n\rLibraryLayout\022\017\n\013flat" +
|
||||
"_layout\020\000\022\024\n\020recursive_layout\020\001*c\n\017Libra" +
|
||||
"ryLocation\022\017\n\013ide_builtin\020\000\022\010\n\004user\020\001\022\024\n" +
|
||||
"\020platform_builtin\020\002\022\037\n\033referenced_platfo" +
|
||||
"rm_builtin\020\003B-Z+github.com/arduino/ardui" +
|
||||
"no-cli/rpc/commandsb\006proto3"
|
||||
};
|
||||
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
||||
.internalBuildGeneratedFileFrom(descriptorData,
|
||||
@ -20698,7 +21377,7 @@ public final class Lib {
|
||||
internal_static_cc_arduino_cli_commands_Library_fieldAccessorTable = new
|
||||
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
||||
internal_static_cc_arduino_cli_commands_Library_descriptor,
|
||||
new java.lang.String[] { "Name", "Author", "Maintainer", "Sentence", "Paragraph", "Website", "Category", "Architectures", "Types", "InstallDir", "SourceDir", "UtilityDir", "Location", "ContainerPlatform", "Layout", "RealName", "DotALinkage", "Precompiled", "LdFlags", "IsLegacy", "Version", "License", "Properties", });
|
||||
new java.lang.String[] { "Name", "Author", "Maintainer", "Sentence", "Paragraph", "Website", "Category", "Architectures", "Types", "InstallDir", "SourceDir", "UtilityDir", "ContainerPlatform", "Layout", "RealName", "DotALinkage", "Precompiled", "LdFlags", "IsLegacy", "Version", "License", "Properties", "Location", });
|
||||
internal_static_cc_arduino_cli_commands_Library_PropertiesEntry_descriptor =
|
||||
internal_static_cc_arduino_cli_commands_Library_descriptor.getNestedTypes().get(0);
|
||||
internal_static_cc_arduino_cli_commands_Library_PropertiesEntry_fieldAccessorTable = new
|
||||
|
@ -20,10 +20,12 @@ public final class Upload {
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
boolean hasInstance();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
cc.arduino.cli.commands.Common.Instance getInstance();
|
||||
/**
|
||||
@ -33,50 +35,60 @@ public final class Upload {
|
||||
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The fqbn.
|
||||
*/
|
||||
java.lang.String getFqbn();
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The bytes for fqbn.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getFqbnBytes();
|
||||
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @return The sketchPath.
|
||||
*/
|
||||
java.lang.String getSketchPath();
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @return The bytes for sketchPath.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getSketchPathBytes();
|
||||
|
||||
/**
|
||||
* <code>string port = 4;</code>
|
||||
* @return The port.
|
||||
*/
|
||||
java.lang.String getPort();
|
||||
/**
|
||||
* <code>string port = 4;</code>
|
||||
* @return The bytes for port.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getPortBytes();
|
||||
|
||||
/**
|
||||
* <code>bool verbose = 5;</code>
|
||||
* @return The verbose.
|
||||
*/
|
||||
boolean getVerbose();
|
||||
|
||||
/**
|
||||
* <code>bool verify = 6;</code>
|
||||
* @return The verify.
|
||||
*/
|
||||
boolean getVerify();
|
||||
|
||||
/**
|
||||
* <code>string import_file = 7;</code>
|
||||
* @return The importFile.
|
||||
*/
|
||||
java.lang.String getImportFile();
|
||||
/**
|
||||
* <code>string import_file = 7;</code>
|
||||
* @return The bytes for importFile.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getImportFileBytes();
|
||||
@ -213,12 +225,14 @@ public final class Upload {
|
||||
private cc.arduino.cli.commands.Common.Instance instance_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
return instance_ == null ? cc.arduino.cli.commands.Common.Instance.getDefaultInstance() : instance_;
|
||||
@ -234,6 +248,7 @@ public final class Upload {
|
||||
private volatile java.lang.Object fqbn_;
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The fqbn.
|
||||
*/
|
||||
public java.lang.String getFqbn() {
|
||||
java.lang.Object ref = fqbn_;
|
||||
@ -249,6 +264,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The bytes for fqbn.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFqbnBytes() {
|
||||
@ -268,6 +284,7 @@ public final class Upload {
|
||||
private volatile java.lang.Object sketchPath_;
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @return The sketchPath.
|
||||
*/
|
||||
public java.lang.String getSketchPath() {
|
||||
java.lang.Object ref = sketchPath_;
|
||||
@ -283,6 +300,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @return The bytes for sketchPath.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSketchPathBytes() {
|
||||
@ -302,6 +320,7 @@ public final class Upload {
|
||||
private volatile java.lang.Object port_;
|
||||
/**
|
||||
* <code>string port = 4;</code>
|
||||
* @return The port.
|
||||
*/
|
||||
public java.lang.String getPort() {
|
||||
java.lang.Object ref = port_;
|
||||
@ -317,6 +336,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string port = 4;</code>
|
||||
* @return The bytes for port.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPortBytes() {
|
||||
@ -336,6 +356,7 @@ public final class Upload {
|
||||
private boolean verbose_;
|
||||
/**
|
||||
* <code>bool verbose = 5;</code>
|
||||
* @return The verbose.
|
||||
*/
|
||||
public boolean getVerbose() {
|
||||
return verbose_;
|
||||
@ -345,6 +366,7 @@ public final class Upload {
|
||||
private boolean verify_;
|
||||
/**
|
||||
* <code>bool verify = 6;</code>
|
||||
* @return The verify.
|
||||
*/
|
||||
public boolean getVerify() {
|
||||
return verify_;
|
||||
@ -354,6 +376,7 @@ public final class Upload {
|
||||
private volatile java.lang.Object importFile_;
|
||||
/**
|
||||
* <code>string import_file = 7;</code>
|
||||
* @return The importFile.
|
||||
*/
|
||||
public java.lang.String getImportFile() {
|
||||
java.lang.Object ref = importFile_;
|
||||
@ -369,6 +392,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string import_file = 7;</code>
|
||||
* @return The bytes for importFile.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getImportFileBytes() {
|
||||
@ -808,12 +832,14 @@ public final class Upload {
|
||||
cc.arduino.cli.commands.Common.Instance, cc.arduino.cli.commands.Common.Instance.Builder, cc.arduino.cli.commands.Common.InstanceOrBuilder> instanceBuilder_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return Whether the instance field is set.
|
||||
*/
|
||||
public boolean hasInstance() {
|
||||
return instanceBuilder_ != null || instance_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.commands.Instance instance = 1;</code>
|
||||
* @return The instance.
|
||||
*/
|
||||
public cc.arduino.cli.commands.Common.Instance getInstance() {
|
||||
if (instanceBuilder_ == null) {
|
||||
@ -923,6 +949,7 @@ public final class Upload {
|
||||
private java.lang.Object fqbn_ = "";
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The fqbn.
|
||||
*/
|
||||
public java.lang.String getFqbn() {
|
||||
java.lang.Object ref = fqbn_;
|
||||
@ -938,6 +965,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return The bytes for fqbn.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getFqbnBytes() {
|
||||
@ -954,6 +982,8 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @param value The fqbn to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFqbn(
|
||||
java.lang.String value) {
|
||||
@ -967,6 +997,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearFqbn() {
|
||||
|
||||
@ -976,6 +1007,8 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string fqbn = 2;</code>
|
||||
* @param value The bytes for fqbn to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setFqbnBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -992,6 +1025,7 @@ public final class Upload {
|
||||
private java.lang.Object sketchPath_ = "";
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @return The sketchPath.
|
||||
*/
|
||||
public java.lang.String getSketchPath() {
|
||||
java.lang.Object ref = sketchPath_;
|
||||
@ -1007,6 +1041,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @return The bytes for sketchPath.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getSketchPathBytes() {
|
||||
@ -1023,6 +1058,8 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @param value The sketchPath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSketchPath(
|
||||
java.lang.String value) {
|
||||
@ -1036,6 +1073,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearSketchPath() {
|
||||
|
||||
@ -1045,6 +1083,8 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string sketch_path = 3;</code>
|
||||
* @param value The bytes for sketchPath to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setSketchPathBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1061,6 +1101,7 @@ public final class Upload {
|
||||
private java.lang.Object port_ = "";
|
||||
/**
|
||||
* <code>string port = 4;</code>
|
||||
* @return The port.
|
||||
*/
|
||||
public java.lang.String getPort() {
|
||||
java.lang.Object ref = port_;
|
||||
@ -1076,6 +1117,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string port = 4;</code>
|
||||
* @return The bytes for port.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getPortBytes() {
|
||||
@ -1092,6 +1134,8 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string port = 4;</code>
|
||||
* @param value The port to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPort(
|
||||
java.lang.String value) {
|
||||
@ -1105,6 +1149,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string port = 4;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearPort() {
|
||||
|
||||
@ -1114,6 +1159,8 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string port = 4;</code>
|
||||
* @param value The bytes for port to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setPortBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1130,12 +1177,15 @@ public final class Upload {
|
||||
private boolean verbose_ ;
|
||||
/**
|
||||
* <code>bool verbose = 5;</code>
|
||||
* @return The verbose.
|
||||
*/
|
||||
public boolean getVerbose() {
|
||||
return verbose_;
|
||||
}
|
||||
/**
|
||||
* <code>bool verbose = 5;</code>
|
||||
* @param value The verbose to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVerbose(boolean value) {
|
||||
|
||||
@ -1145,6 +1195,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>bool verbose = 5;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVerbose() {
|
||||
|
||||
@ -1156,12 +1207,15 @@ public final class Upload {
|
||||
private boolean verify_ ;
|
||||
/**
|
||||
* <code>bool verify = 6;</code>
|
||||
* @return The verify.
|
||||
*/
|
||||
public boolean getVerify() {
|
||||
return verify_;
|
||||
}
|
||||
/**
|
||||
* <code>bool verify = 6;</code>
|
||||
* @param value The verify to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setVerify(boolean value) {
|
||||
|
||||
@ -1171,6 +1225,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>bool verify = 6;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearVerify() {
|
||||
|
||||
@ -1182,6 +1237,7 @@ public final class Upload {
|
||||
private java.lang.Object importFile_ = "";
|
||||
/**
|
||||
* <code>string import_file = 7;</code>
|
||||
* @return The importFile.
|
||||
*/
|
||||
public java.lang.String getImportFile() {
|
||||
java.lang.Object ref = importFile_;
|
||||
@ -1197,6 +1253,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string import_file = 7;</code>
|
||||
* @return The bytes for importFile.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getImportFileBytes() {
|
||||
@ -1213,6 +1270,8 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string import_file = 7;</code>
|
||||
* @param value The importFile to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setImportFile(
|
||||
java.lang.String value) {
|
||||
@ -1226,6 +1285,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string import_file = 7;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearImportFile() {
|
||||
|
||||
@ -1235,6 +1295,8 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>string import_file = 7;</code>
|
||||
* @param value The bytes for importFile to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setImportFileBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1306,11 +1368,13 @@ public final class Upload {
|
||||
|
||||
/**
|
||||
* <code>bytes out_stream = 1;</code>
|
||||
* @return The outStream.
|
||||
*/
|
||||
com.google.protobuf.ByteString getOutStream();
|
||||
|
||||
/**
|
||||
* <code>bytes err_stream = 2;</code>
|
||||
* @return The errStream.
|
||||
*/
|
||||
com.google.protobuf.ByteString getErrStream();
|
||||
}
|
||||
@ -1407,6 +1471,7 @@ public final class Upload {
|
||||
private com.google.protobuf.ByteString outStream_;
|
||||
/**
|
||||
* <code>bytes out_stream = 1;</code>
|
||||
* @return The outStream.
|
||||
*/
|
||||
public com.google.protobuf.ByteString getOutStream() {
|
||||
return outStream_;
|
||||
@ -1416,6 +1481,7 @@ public final class Upload {
|
||||
private com.google.protobuf.ByteString errStream_;
|
||||
/**
|
||||
* <code>bytes err_stream = 2;</code>
|
||||
* @return The errStream.
|
||||
*/
|
||||
public com.google.protobuf.ByteString getErrStream() {
|
||||
return errStream_;
|
||||
@ -1743,12 +1809,15 @@ public final class Upload {
|
||||
private com.google.protobuf.ByteString outStream_ = com.google.protobuf.ByteString.EMPTY;
|
||||
/**
|
||||
* <code>bytes out_stream = 1;</code>
|
||||
* @return The outStream.
|
||||
*/
|
||||
public com.google.protobuf.ByteString getOutStream() {
|
||||
return outStream_;
|
||||
}
|
||||
/**
|
||||
* <code>bytes out_stream = 1;</code>
|
||||
* @param value The outStream to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setOutStream(com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
@ -1761,6 +1830,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>bytes out_stream = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearOutStream() {
|
||||
|
||||
@ -1772,12 +1842,15 @@ public final class Upload {
|
||||
private com.google.protobuf.ByteString errStream_ = com.google.protobuf.ByteString.EMPTY;
|
||||
/**
|
||||
* <code>bytes err_stream = 2;</code>
|
||||
* @return The errStream.
|
||||
*/
|
||||
public com.google.protobuf.ByteString getErrStream() {
|
||||
return errStream_;
|
||||
}
|
||||
/**
|
||||
* <code>bytes err_stream = 2;</code>
|
||||
* @param value The errStream to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setErrStream(com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
@ -1790,6 +1863,7 @@ public final class Upload {
|
||||
}
|
||||
/**
|
||||
* <code>bytes err_stream = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearErrStream() {
|
||||
|
||||
|
@ -26,6 +26,7 @@ public final class MonitorOuterClass {
|
||||
* </pre>
|
||||
*
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig monitorConfig = 1;</code>
|
||||
* @return Whether the monitorConfig field is set.
|
||||
*/
|
||||
boolean hasMonitorConfig();
|
||||
/**
|
||||
@ -36,6 +37,7 @@ public final class MonitorOuterClass {
|
||||
* </pre>
|
||||
*
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig monitorConfig = 1;</code>
|
||||
* @return The monitorConfig.
|
||||
*/
|
||||
cc.arduino.cli.monitor.MonitorOuterClass.MonitorConfig getMonitorConfig();
|
||||
/**
|
||||
@ -55,6 +57,7 @@ public final class MonitorOuterClass {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bytes data = 2;</code>
|
||||
* @return The data.
|
||||
*/
|
||||
com.google.protobuf.ByteString getData();
|
||||
|
||||
@ -167,7 +170,8 @@ public final class MonitorOuterClass {
|
||||
private int contentCase_ = 0;
|
||||
private java.lang.Object content_;
|
||||
public enum ContentCase
|
||||
implements com.google.protobuf.Internal.EnumLite {
|
||||
implements com.google.protobuf.Internal.EnumLite,
|
||||
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
|
||||
MONITORCONFIG(1),
|
||||
DATA(2),
|
||||
CONTENT_NOT_SET(0);
|
||||
@ -176,6 +180,8 @@ public final class MonitorOuterClass {
|
||||
this.value = value;
|
||||
}
|
||||
/**
|
||||
* @param value The number of the enum to look for.
|
||||
* @return The enum associated with the given number.
|
||||
* @deprecated Use {@link #forNumber(int)} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
@ -211,6 +217,7 @@ public final class MonitorOuterClass {
|
||||
* </pre>
|
||||
*
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig monitorConfig = 1;</code>
|
||||
* @return Whether the monitorConfig field is set.
|
||||
*/
|
||||
public boolean hasMonitorConfig() {
|
||||
return contentCase_ == 1;
|
||||
@ -223,6 +230,7 @@ public final class MonitorOuterClass {
|
||||
* </pre>
|
||||
*
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig monitorConfig = 1;</code>
|
||||
* @return The monitorConfig.
|
||||
*/
|
||||
public cc.arduino.cli.monitor.MonitorOuterClass.MonitorConfig getMonitorConfig() {
|
||||
if (contentCase_ == 1) {
|
||||
@ -253,6 +261,7 @@ public final class MonitorOuterClass {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bytes data = 2;</code>
|
||||
* @return The data.
|
||||
*/
|
||||
public com.google.protobuf.ByteString getData() {
|
||||
if (contentCase_ == 2) {
|
||||
@ -646,6 +655,7 @@ public final class MonitorOuterClass {
|
||||
* </pre>
|
||||
*
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig monitorConfig = 1;</code>
|
||||
* @return Whether the monitorConfig field is set.
|
||||
*/
|
||||
public boolean hasMonitorConfig() {
|
||||
return contentCase_ == 1;
|
||||
@ -658,6 +668,7 @@ public final class MonitorOuterClass {
|
||||
* </pre>
|
||||
*
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig monitorConfig = 1;</code>
|
||||
* @return The monitorConfig.
|
||||
*/
|
||||
public cc.arduino.cli.monitor.MonitorOuterClass.MonitorConfig getMonitorConfig() {
|
||||
if (monitorConfigBuilder_ == null) {
|
||||
@ -832,6 +843,7 @@ public final class MonitorOuterClass {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bytes data = 2;</code>
|
||||
* @return The data.
|
||||
*/
|
||||
public com.google.protobuf.ByteString getData() {
|
||||
if (contentCase_ == 2) {
|
||||
@ -845,6 +857,8 @@ public final class MonitorOuterClass {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bytes data = 2;</code>
|
||||
* @param value The data to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setData(com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
@ -861,6 +875,7 @@ public final class MonitorOuterClass {
|
||||
* </pre>
|
||||
*
|
||||
* <code>bytes data = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearData() {
|
||||
if (contentCase_ == 2) {
|
||||
@ -929,29 +944,35 @@ public final class MonitorOuterClass {
|
||||
|
||||
/**
|
||||
* <code>string target = 1;</code>
|
||||
* @return The target.
|
||||
*/
|
||||
java.lang.String getTarget();
|
||||
/**
|
||||
* <code>string target = 1;</code>
|
||||
* @return The bytes for target.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getTargetBytes();
|
||||
|
||||
/**
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig.TargetType type = 2;</code>
|
||||
* @return The enum numeric value on the wire for type.
|
||||
*/
|
||||
int getTypeValue();
|
||||
/**
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig.TargetType type = 2;</code>
|
||||
* @return The type.
|
||||
*/
|
||||
cc.arduino.cli.monitor.MonitorOuterClass.MonitorConfig.TargetType getType();
|
||||
|
||||
/**
|
||||
* <code>.google.protobuf.Struct additionalConfig = 3;</code>
|
||||
* @return Whether the additionalConfig field is set.
|
||||
*/
|
||||
boolean hasAdditionalConfig();
|
||||
/**
|
||||
* <code>.google.protobuf.Struct additionalConfig = 3;</code>
|
||||
* @return The additionalConfig.
|
||||
*/
|
||||
com.google.protobuf.Struct getAdditionalConfig();
|
||||
/**
|
||||
@ -1095,6 +1116,8 @@ public final class MonitorOuterClass {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
* @deprecated Use {@link #forNumber(int)} instead.
|
||||
*/
|
||||
@java.lang.Deprecated
|
||||
@ -1102,6 +1125,10 @@ public final class MonitorOuterClass {
|
||||
return forNumber(value);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param value The numeric wire value of the corresponding enum entry.
|
||||
* @return The enum associated with the given numeric wire value.
|
||||
*/
|
||||
public static TargetType forNumber(int value) {
|
||||
switch (value) {
|
||||
case 0: return SERIAL;
|
||||
@ -1161,6 +1188,7 @@ public final class MonitorOuterClass {
|
||||
private volatile java.lang.Object target_;
|
||||
/**
|
||||
* <code>string target = 1;</code>
|
||||
* @return The target.
|
||||
*/
|
||||
public java.lang.String getTarget() {
|
||||
java.lang.Object ref = target_;
|
||||
@ -1176,6 +1204,7 @@ public final class MonitorOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string target = 1;</code>
|
||||
* @return The bytes for target.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getTargetBytes() {
|
||||
@ -1195,12 +1224,14 @@ public final class MonitorOuterClass {
|
||||
private int type_;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig.TargetType type = 2;</code>
|
||||
* @return The enum numeric value on the wire for type.
|
||||
*/
|
||||
public int getTypeValue() {
|
||||
return type_;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig.TargetType type = 2;</code>
|
||||
* @return The type.
|
||||
*/
|
||||
public cc.arduino.cli.monitor.MonitorOuterClass.MonitorConfig.TargetType getType() {
|
||||
@SuppressWarnings("deprecation")
|
||||
@ -1212,12 +1243,14 @@ public final class MonitorOuterClass {
|
||||
private com.google.protobuf.Struct additionalConfig_;
|
||||
/**
|
||||
* <code>.google.protobuf.Struct additionalConfig = 3;</code>
|
||||
* @return Whether the additionalConfig field is set.
|
||||
*/
|
||||
public boolean hasAdditionalConfig() {
|
||||
return additionalConfig_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.google.protobuf.Struct additionalConfig = 3;</code>
|
||||
* @return The additionalConfig.
|
||||
*/
|
||||
public com.google.protobuf.Struct getAdditionalConfig() {
|
||||
return additionalConfig_ == null ? com.google.protobuf.Struct.getDefaultInstance() : additionalConfig_;
|
||||
@ -1585,6 +1618,7 @@ public final class MonitorOuterClass {
|
||||
private java.lang.Object target_ = "";
|
||||
/**
|
||||
* <code>string target = 1;</code>
|
||||
* @return The target.
|
||||
*/
|
||||
public java.lang.String getTarget() {
|
||||
java.lang.Object ref = target_;
|
||||
@ -1600,6 +1634,7 @@ public final class MonitorOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string target = 1;</code>
|
||||
* @return The bytes for target.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getTargetBytes() {
|
||||
@ -1616,6 +1651,8 @@ public final class MonitorOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string target = 1;</code>
|
||||
* @param value The target to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setTarget(
|
||||
java.lang.String value) {
|
||||
@ -1629,6 +1666,7 @@ public final class MonitorOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string target = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearTarget() {
|
||||
|
||||
@ -1638,6 +1676,8 @@ public final class MonitorOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string target = 1;</code>
|
||||
* @param value The bytes for target to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setTargetBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1654,12 +1694,15 @@ public final class MonitorOuterClass {
|
||||
private int type_ = 0;
|
||||
/**
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig.TargetType type = 2;</code>
|
||||
* @return The enum numeric value on the wire for type.
|
||||
*/
|
||||
public int getTypeValue() {
|
||||
return type_;
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig.TargetType type = 2;</code>
|
||||
* @param value The enum numeric value on the wire for type to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setTypeValue(int value) {
|
||||
type_ = value;
|
||||
@ -1668,6 +1711,7 @@ public final class MonitorOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig.TargetType type = 2;</code>
|
||||
* @return The type.
|
||||
*/
|
||||
public cc.arduino.cli.monitor.MonitorOuterClass.MonitorConfig.TargetType getType() {
|
||||
@SuppressWarnings("deprecation")
|
||||
@ -1676,6 +1720,8 @@ public final class MonitorOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig.TargetType type = 2;</code>
|
||||
* @param value The type to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setType(cc.arduino.cli.monitor.MonitorOuterClass.MonitorConfig.TargetType value) {
|
||||
if (value == null) {
|
||||
@ -1688,6 +1734,7 @@ public final class MonitorOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>.cc.arduino.cli.monitor.MonitorConfig.TargetType type = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearType() {
|
||||
|
||||
@ -1701,12 +1748,14 @@ public final class MonitorOuterClass {
|
||||
com.google.protobuf.Struct, com.google.protobuf.Struct.Builder, com.google.protobuf.StructOrBuilder> additionalConfigBuilder_;
|
||||
/**
|
||||
* <code>.google.protobuf.Struct additionalConfig = 3;</code>
|
||||
* @return Whether the additionalConfig field is set.
|
||||
*/
|
||||
public boolean hasAdditionalConfig() {
|
||||
return additionalConfigBuilder_ != null || additionalConfig_ != null;
|
||||
}
|
||||
/**
|
||||
* <code>.google.protobuf.Struct additionalConfig = 3;</code>
|
||||
* @return The additionalConfig.
|
||||
*/
|
||||
public com.google.protobuf.Struct getAdditionalConfig() {
|
||||
if (additionalConfigBuilder_ == null) {
|
||||
@ -1871,6 +1920,7 @@ public final class MonitorOuterClass {
|
||||
|
||||
/**
|
||||
* <code>bytes data = 1;</code>
|
||||
* @return The data.
|
||||
*/
|
||||
com.google.protobuf.ByteString getData();
|
||||
}
|
||||
@ -1964,6 +2014,7 @@ public final class MonitorOuterClass {
|
||||
private com.google.protobuf.ByteString data_;
|
||||
/**
|
||||
* <code>bytes data = 1;</code>
|
||||
* @return The data.
|
||||
*/
|
||||
public com.google.protobuf.ByteString getData() {
|
||||
return data_;
|
||||
@ -2277,12 +2328,15 @@ public final class MonitorOuterClass {
|
||||
private com.google.protobuf.ByteString data_ = com.google.protobuf.ByteString.EMPTY;
|
||||
/**
|
||||
* <code>bytes data = 1;</code>
|
||||
* @return The data.
|
||||
*/
|
||||
public com.google.protobuf.ByteString getData() {
|
||||
return data_;
|
||||
}
|
||||
/**
|
||||
* <code>bytes data = 1;</code>
|
||||
* @param value The data to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setData(com.google.protobuf.ByteString value) {
|
||||
if (value == null) {
|
||||
@ -2295,6 +2349,7 @@ public final class MonitorOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>bytes data = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearData() {
|
||||
|
||||
|
@ -20,10 +20,12 @@ public final class SettingsOuterClass {
|
||||
|
||||
/**
|
||||
* <code>string jsonData = 1;</code>
|
||||
* @return The jsonData.
|
||||
*/
|
||||
java.lang.String getJsonData();
|
||||
/**
|
||||
* <code>string jsonData = 1;</code>
|
||||
* @return The bytes for jsonData.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getJsonDataBytes();
|
||||
@ -116,6 +118,7 @@ public final class SettingsOuterClass {
|
||||
private volatile java.lang.Object jsonData_;
|
||||
/**
|
||||
* <code>string jsonData = 1;</code>
|
||||
* @return The jsonData.
|
||||
*/
|
||||
public java.lang.String getJsonData() {
|
||||
java.lang.Object ref = jsonData_;
|
||||
@ -131,6 +134,7 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string jsonData = 1;</code>
|
||||
* @return The bytes for jsonData.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getJsonDataBytes() {
|
||||
@ -451,6 +455,7 @@ public final class SettingsOuterClass {
|
||||
private java.lang.Object jsonData_ = "";
|
||||
/**
|
||||
* <code>string jsonData = 1;</code>
|
||||
* @return The jsonData.
|
||||
*/
|
||||
public java.lang.String getJsonData() {
|
||||
java.lang.Object ref = jsonData_;
|
||||
@ -466,6 +471,7 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string jsonData = 1;</code>
|
||||
* @return The bytes for jsonData.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getJsonDataBytes() {
|
||||
@ -482,6 +488,8 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string jsonData = 1;</code>
|
||||
* @param value The jsonData to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setJsonData(
|
||||
java.lang.String value) {
|
||||
@ -495,6 +503,7 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string jsonData = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearJsonData() {
|
||||
|
||||
@ -504,6 +513,8 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string jsonData = 1;</code>
|
||||
* @param value The bytes for jsonData to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setJsonDataBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -575,20 +586,24 @@ public final class SettingsOuterClass {
|
||||
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @return The key.
|
||||
*/
|
||||
java.lang.String getKey();
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @return The bytes for key.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getKeyBytes();
|
||||
|
||||
/**
|
||||
* <code>string jsonData = 2;</code>
|
||||
* @return The jsonData.
|
||||
*/
|
||||
java.lang.String getJsonData();
|
||||
/**
|
||||
* <code>string jsonData = 2;</code>
|
||||
* @return The bytes for jsonData.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getJsonDataBytes();
|
||||
@ -688,6 +703,7 @@ public final class SettingsOuterClass {
|
||||
private volatile java.lang.Object key_;
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @return The key.
|
||||
*/
|
||||
public java.lang.String getKey() {
|
||||
java.lang.Object ref = key_;
|
||||
@ -703,6 +719,7 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @return The bytes for key.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getKeyBytes() {
|
||||
@ -722,6 +739,7 @@ public final class SettingsOuterClass {
|
||||
private volatile java.lang.Object jsonData_;
|
||||
/**
|
||||
* <code>string jsonData = 2;</code>
|
||||
* @return The jsonData.
|
||||
*/
|
||||
public java.lang.String getJsonData() {
|
||||
java.lang.Object ref = jsonData_;
|
||||
@ -737,6 +755,7 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string jsonData = 2;</code>
|
||||
* @return The bytes for jsonData.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getJsonDataBytes() {
|
||||
@ -1074,6 +1093,7 @@ public final class SettingsOuterClass {
|
||||
private java.lang.Object key_ = "";
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @return The key.
|
||||
*/
|
||||
public java.lang.String getKey() {
|
||||
java.lang.Object ref = key_;
|
||||
@ -1089,6 +1109,7 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @return The bytes for key.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getKeyBytes() {
|
||||
@ -1105,6 +1126,8 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @param value The key to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setKey(
|
||||
java.lang.String value) {
|
||||
@ -1118,6 +1141,7 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearKey() {
|
||||
|
||||
@ -1127,6 +1151,8 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @param value The bytes for key to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setKeyBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1143,6 +1169,7 @@ public final class SettingsOuterClass {
|
||||
private java.lang.Object jsonData_ = "";
|
||||
/**
|
||||
* <code>string jsonData = 2;</code>
|
||||
* @return The jsonData.
|
||||
*/
|
||||
public java.lang.String getJsonData() {
|
||||
java.lang.Object ref = jsonData_;
|
||||
@ -1158,6 +1185,7 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string jsonData = 2;</code>
|
||||
* @return The bytes for jsonData.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getJsonDataBytes() {
|
||||
@ -1174,6 +1202,8 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string jsonData = 2;</code>
|
||||
* @param value The jsonData to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setJsonData(
|
||||
java.lang.String value) {
|
||||
@ -1187,6 +1217,7 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string jsonData = 2;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearJsonData() {
|
||||
|
||||
@ -1196,6 +1227,8 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string jsonData = 2;</code>
|
||||
* @param value The bytes for jsonData to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setJsonDataBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
@ -1685,10 +1718,12 @@ public final class SettingsOuterClass {
|
||||
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @return The key.
|
||||
*/
|
||||
java.lang.String getKey();
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @return The bytes for key.
|
||||
*/
|
||||
com.google.protobuf.ByteString
|
||||
getKeyBytes();
|
||||
@ -1781,6 +1816,7 @@ public final class SettingsOuterClass {
|
||||
private volatile java.lang.Object key_;
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @return The key.
|
||||
*/
|
||||
public java.lang.String getKey() {
|
||||
java.lang.Object ref = key_;
|
||||
@ -1796,6 +1832,7 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @return The bytes for key.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getKeyBytes() {
|
||||
@ -2116,6 +2153,7 @@ public final class SettingsOuterClass {
|
||||
private java.lang.Object key_ = "";
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @return The key.
|
||||
*/
|
||||
public java.lang.String getKey() {
|
||||
java.lang.Object ref = key_;
|
||||
@ -2131,6 +2169,7 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @return The bytes for key.
|
||||
*/
|
||||
public com.google.protobuf.ByteString
|
||||
getKeyBytes() {
|
||||
@ -2147,6 +2186,8 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @param value The key to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setKey(
|
||||
java.lang.String value) {
|
||||
@ -2160,6 +2201,7 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder clearKey() {
|
||||
|
||||
@ -2169,6 +2211,8 @@ public final class SettingsOuterClass {
|
||||
}
|
||||
/**
|
||||
* <code>string key = 1;</code>
|
||||
* @param value The bytes for key to set.
|
||||
* @return This builder for chaining.
|
||||
*/
|
||||
public Builder setKeyBytes(
|
||||
com.google.protobuf.ByteString value) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user