diff --git a/core/sdk/src/main/gen/com/viam/component/servo/v1/Servo.java b/core/sdk/src/main/gen/com/viam/component/servo/v1/Servo.java index 4021c0154..5b9afcd6b 100644 --- a/core/sdk/src/main/gen/com/viam/component/servo/v1/Servo.java +++ b/core/sdk/src/main/gen/com/viam/component/servo/v1/Servo.java @@ -35,7 +35,7 @@ public interface MoveRequestOrBuilder extends /** *
- * the degrees by which to rotate the servo. Accepted values are between 0 and 180 + * the degrees by which to rotate the servo. ** *
uint32 angle_deg = 2 [json_name = "angleDeg"];
@@ -145,7 +145,7 @@ private void setNameBytes(
private int angleDeg_;
/**
* - * the degrees by which to rotate the servo. Accepted values are between 0 and 180 + * the degrees by which to rotate the servo. ** *
uint32 angle_deg = 2 [json_name = "angleDeg"];
@@ -157,7 +157,7 @@ public int getAngleDeg() {
}
/**
* - * the degrees by which to rotate the servo. Accepted values are between 0 and 180 + * the degrees by which to rotate the servo. ** *
uint32 angle_deg = 2 [json_name = "angleDeg"];
@@ -169,7 +169,7 @@ private void setAngleDeg(int value) {
}
/**
* - * the degrees by which to rotate the servo. Accepted values are between 0 and 180 + * the degrees by which to rotate the servo. ** *
uint32 angle_deg = 2 [json_name = "angleDeg"];
@@ -413,7 +413,7 @@ public Builder setNameBytes(
/**
* - * the degrees by which to rotate the servo. Accepted values are between 0 and 180 + * the degrees by which to rotate the servo. ** *
uint32 angle_deg = 2 [json_name = "angleDeg"];
@@ -425,7 +425,7 @@ public int getAngleDeg() {
}
/**
* - * the degrees by which to rotate the servo. Accepted values are between 0 and 180 + * the degrees by which to rotate the servo. ** *
uint32 angle_deg = 2 [json_name = "angleDeg"];
@@ -439,7 +439,7 @@ public Builder setAngleDeg(int value) {
}
/**
* - * the degrees by which to rotate the servo. Accepted values are between 0 and 180 + * the degrees by which to rotate the servo. ** *
uint32 angle_deg = 2 [json_name = "angleDeg"];
@@ -1290,7 +1290,7 @@ public interface GetPositionResponseOrBuilder extends
/**
* - * the degrees from neutral by which the servo is currently rotated. Values are between 0 and 180 + * the degrees from neutral by which the servo is currently rotated. ** *
uint32 position_deg = 1 [json_name = "positionDeg"];
@@ -1312,7 +1312,7 @@ private GetPositionResponse() {
private int positionDeg_;
/**
* - * the degrees from neutral by which the servo is currently rotated. Values are between 0 and 180 + * the degrees from neutral by which the servo is currently rotated. ** *
uint32 position_deg = 1 [json_name = "positionDeg"];
@@ -1324,7 +1324,7 @@ public int getPositionDeg() {
}
/**
* - * the degrees from neutral by which the servo is currently rotated. Values are between 0 and 180 + * the degrees from neutral by which the servo is currently rotated. ** *
uint32 position_deg = 1 [json_name = "positionDeg"];
@@ -1336,7 +1336,7 @@ private void setPositionDeg(int value) {
}
/**
* - * the degrees from neutral by which the servo is currently rotated. Values are between 0 and 180 + * the degrees from neutral by which the servo is currently rotated. ** *
uint32 position_deg = 1 [json_name = "positionDeg"];
@@ -1445,7 +1445,7 @@ private Builder() {
/**
* - * the degrees from neutral by which the servo is currently rotated. Values are between 0 and 180 + * the degrees from neutral by which the servo is currently rotated. ** *
uint32 position_deg = 1 [json_name = "positionDeg"];
@@ -1457,7 +1457,7 @@ public int getPositionDeg() {
}
/**
* - * the degrees from neutral by which the servo is currently rotated. Values are between 0 and 180 + * the degrees from neutral by which the servo is currently rotated. ** *
uint32 position_deg = 1 [json_name = "positionDeg"];
@@ -1471,7 +1471,7 @@ public Builder setPositionDeg(int value) {
}
/**
* - * the degrees from neutral by which the servo is currently rotated. Values are between 0 and 180 + * the degrees from neutral by which the servo is currently rotated. ** *
uint32 position_deg = 1 [json_name = "positionDeg"];
diff --git a/core/sdk/src/main/gen/viam/app/v1/App.java b/core/sdk/src/main/gen/viam/app/v1/App.java
index a68e9939e..145b71411 100644
--- a/core/sdk/src/main/gen/viam/app/v1/App.java
+++ b/core/sdk/src/main/gen/viam/app/v1/App.java
@@ -9,6 +9,122 @@ private App() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
+ /**
+ * Protobuf enum {@code viam.app.v1.AuthenticationType}
+ */
+ public enum AuthenticationType
+ implements com.google.protobuf.Internal.EnumLite {
+ /**
+ * AUTHENTICATION_TYPE_UNSPECIFIED = 0;
+ */
+ AUTHENTICATION_TYPE_UNSPECIFIED(0),
+ /**
+ * AUTHENTICATION_TYPE_WEB_OAUTH = 1;
+ */
+ AUTHENTICATION_TYPE_WEB_OAUTH(1),
+ /**
+ * AUTHENTICATION_TYPE_API_KEY = 2;
+ */
+ AUTHENTICATION_TYPE_API_KEY(2),
+ /**
+ * AUTHENTICATION_TYPE_ROBOT_PART_SECRET = 3;
+ */
+ AUTHENTICATION_TYPE_ROBOT_PART_SECRET(3),
+ /**
+ * AUTHENTICATION_TYPE_LOCATION_SECRET = 4;
+ */
+ AUTHENTICATION_TYPE_LOCATION_SECRET(4),
+ UNRECOGNIZED(-1),
+ ;
+
+ /**
+ * AUTHENTICATION_TYPE_UNSPECIFIED = 0;
+ */
+ public static final int AUTHENTICATION_TYPE_UNSPECIFIED_VALUE = 0;
+ /**
+ * AUTHENTICATION_TYPE_WEB_OAUTH = 1;
+ */
+ public static final int AUTHENTICATION_TYPE_WEB_OAUTH_VALUE = 1;
+ /**
+ * AUTHENTICATION_TYPE_API_KEY = 2;
+ */
+ public static final int AUTHENTICATION_TYPE_API_KEY_VALUE = 2;
+ /**
+ * AUTHENTICATION_TYPE_ROBOT_PART_SECRET = 3;
+ */
+ public static final int AUTHENTICATION_TYPE_ROBOT_PART_SECRET_VALUE = 3;
+ /**
+ * AUTHENTICATION_TYPE_LOCATION_SECRET = 4;
+ */
+ public static final int AUTHENTICATION_TYPE_LOCATION_SECRET_VALUE = 4;
+
+
+ @java.lang.Override
+ public final int getNumber() {
+ if (this == UNRECOGNIZED) {
+ throw new java.lang.IllegalArgumentException(
+ "Can't get the number of an unknown enum value.");
+ }
+ return 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
+ public static AuthenticationType valueOf(int value) {
+ return forNumber(value);
+ }
+
+ public static AuthenticationType forNumber(int value) {
+ switch (value) {
+ case 0: return AUTHENTICATION_TYPE_UNSPECIFIED;
+ case 1: return AUTHENTICATION_TYPE_WEB_OAUTH;
+ case 2: return AUTHENTICATION_TYPE_API_KEY;
+ case 3: return AUTHENTICATION_TYPE_ROBOT_PART_SECRET;
+ case 4: return AUTHENTICATION_TYPE_LOCATION_SECRET;
+ default: return null;
+ }
+ }
+
+ public static com.google.protobuf.Internal.EnumLiteMap.viam.app.v1.AuthenticatorInfo edited_by = 5 [json_name = "editedBy", (.tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
+ * @return Whether the editedBy field is set.
+ */
+ boolean hasEditedBy();
+ /**
+ * .viam.app.v1.AuthenticatorInfo edited_by = 5 [json_name = "editedBy", (.tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
+ * @return The editedBy.
+ */
+ viam.app.v1.App.AuthenticatorInfo getEditedBy();
}
/**
* Protobuf type {@code viam.app.v1.RobotPartHistoryEntry}
@@ -3278,6 +3405,52 @@ private void mergeOld(viam.app.v1.App.RobotPart value) {
bitField0_ = (bitField0_ & ~0x00000002);
}
+ public static final int EDITED_BY_FIELD_NUMBER = 5;
+ private viam.app.v1.App.AuthenticatorInfo editedBy_;
+ /**
+ * .viam.app.v1.AuthenticatorInfo edited_by = 5 [json_name = "editedBy", (.tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
+ */
+ @java.lang.Override
+ public boolean hasEditedBy() {
+ return ((bitField0_ & 0x00000004) != 0);
+ }
+ /**
+ * .viam.app.v1.AuthenticatorInfo edited_by = 5 [json_name = "editedBy", (.tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
+ */
+ @java.lang.Override
+ public viam.app.v1.App.AuthenticatorInfo getEditedBy() {
+ return editedBy_ == null ? viam.app.v1.App.AuthenticatorInfo.getDefaultInstance() : editedBy_;
+ }
+ /**
+ * .viam.app.v1.AuthenticatorInfo edited_by = 5 [json_name = "editedBy", (.tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
+ */
+ private void setEditedBy(viam.app.v1.App.AuthenticatorInfo value) {
+ value.getClass();
+ editedBy_ = value;
+ bitField0_ |= 0x00000004;
+ }
+ /**
+ * .viam.app.v1.AuthenticatorInfo edited_by = 5 [json_name = "editedBy", (.tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
+ */
+ @java.lang.SuppressWarnings({"ReferenceEquality"})
+ private void mergeEditedBy(viam.app.v1.App.AuthenticatorInfo value) {
+ value.getClass();
+ if (editedBy_ != null &&
+ editedBy_ != viam.app.v1.App.AuthenticatorInfo.getDefaultInstance()) {
+ editedBy_ =
+ viam.app.v1.App.AuthenticatorInfo.newBuilder(editedBy_).mergeFrom(value).buildPartial();
+ } else {
+ editedBy_ = value;
+ }
+ bitField0_ |= 0x00000004;
+ }
+ /**
+ * .viam.app.v1.AuthenticatorInfo edited_by = 5 [json_name = "editedBy", (.tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
+ */
+ private void clearEditedBy() { editedBy_ = null;
+ bitField0_ = (bitField0_ & ~0x00000004);
+ }
+
public static viam.app.v1.App.RobotPartHistoryEntry parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
@@ -3567,6 +3740,53 @@ public Builder mergeOld(viam.app.v1.App.RobotPart value) {
return this;
}
+ /**
+ * .viam.app.v1.AuthenticatorInfo edited_by = 5 [json_name = "editedBy", (.tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
+ */
+ @java.lang.Override
+ public boolean hasEditedBy() {
+ return instance.hasEditedBy();
+ }
+ /**
+ * .viam.app.v1.AuthenticatorInfo edited_by = 5 [json_name = "editedBy", (.tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
+ */
+ @java.lang.Override
+ public viam.app.v1.App.AuthenticatorInfo getEditedBy() {
+ return instance.getEditedBy();
+ }
+ /**
+ * .viam.app.v1.AuthenticatorInfo edited_by = 5 [json_name = "editedBy", (.tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
+ */
+ public Builder setEditedBy(viam.app.v1.App.AuthenticatorInfo value) {
+ copyOnWrite();
+ instance.setEditedBy(value);
+ return this;
+ }
+ /**
+ * .viam.app.v1.AuthenticatorInfo edited_by = 5 [json_name = "editedBy", (.tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
+ */
+ public Builder setEditedBy(
+ viam.app.v1.App.AuthenticatorInfo.Builder builderForValue) {
+ copyOnWrite();
+ instance.setEditedBy(builderForValue.build());
+ return this;
+ }
+ /**
+ * .viam.app.v1.AuthenticatorInfo edited_by = 5 [json_name = "editedBy", (.tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
+ */
+ public Builder mergeEditedBy(viam.app.v1.App.AuthenticatorInfo value) {
+ copyOnWrite();
+ instance.mergeEditedBy(value);
+ return this;
+ }
+ /**
+ * .viam.app.v1.AuthenticatorInfo edited_by = 5 [json_name = "editedBy", (.tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
+ */
+ public Builder clearEditedBy() { copyOnWrite();
+ instance.clearEditedBy();
+ return this;
+ }
+
// @@protoc_insertion_point(builder_scope:viam.app.v1.RobotPartHistoryEntry)
}
@java.lang.Override
@@ -3588,10 +3808,11 @@ protected final java.lang.Object dynamicMethod(
"robot_",
"when_",
"old_",
+ "editedBy_",
};
java.lang.String info =
- "\u0000\u0004\u0000\u0001\u0001\u0004\u0004\u0000\u0000\u0000\u0001\u0208\u0002\u0208" +
- "\u0003\u1009\u0000\u0004\u1009\u0001";
+ "\u0000\u0005\u0000\u0001\u0001\u0005\u0005\u0000\u0000\u0000\u0001\u0208\u0002\u0208" +
+ "\u0003\u1009\u0000\u0004\u1009\u0001\u0005\u1009\u0002";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
@@ -3646,6 +3867,462 @@ public static com.google.protobuf.Parser.viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
+ * @return The enum numeric value on the wire for type.
+ */
+ int getTypeValue();
+ /**
+ * .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
+ * @return The type.
+ */
+ viam.app.v1.App.AuthenticationType getType();
+
+ /**
+ * string value = 2 [json_name = "value"];
+ * @return The value.
+ */
+ java.lang.String getValue();
+ /**
+ * string value = 2 [json_name = "value"];
+ * @return The bytes for value.
+ */
+ com.google.protobuf.ByteString
+ getValueBytes();
+
+ /**
+ * bool is_deactivated = 3 [json_name = "isDeactivated"];
+ * @return The isDeactivated.
+ */
+ boolean getIsDeactivated();
+ }
+ /**
+ * Protobuf type {@code viam.app.v1.AuthenticatorInfo}
+ */
+ public static final class AuthenticatorInfo extends
+ com.google.protobuf.GeneratedMessageLite<
+ AuthenticatorInfo, AuthenticatorInfo.Builder> implements
+ // @@protoc_insertion_point(message_implements:viam.app.v1.AuthenticatorInfo)
+ AuthenticatorInfoOrBuilder {
+ private AuthenticatorInfo() {
+ value_ = "";
+ }
+ public static final int TYPE_FIELD_NUMBER = 1;
+ private int type_;
+ /**
+ * .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
+ * @return The enum numeric value on the wire for type.
+ */
+ @java.lang.Override
+ public int getTypeValue() {
+ return type_;
+ }
+ /**
+ * .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
+ * @return The type.
+ */
+ @java.lang.Override
+ public viam.app.v1.App.AuthenticationType getType() {
+ viam.app.v1.App.AuthenticationType result = viam.app.v1.App.AuthenticationType.forNumber(type_);
+ return result == null ? viam.app.v1.App.AuthenticationType.UNRECOGNIZED : result;
+ }
+ /**
+ * .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
+ * @param value The enum numeric value on the wire for type to set.
+ */
+ private void setTypeValue(int value) {
+ type_ = value;
+ }
+ /**
+ * .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
+ * @param value The type to set.
+ */
+ private void setType(viam.app.v1.App.AuthenticationType value) {
+ type_ = value.getNumber();
+
+ }
+ /**
+ * .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
+ */
+ private void clearType() {
+
+ type_ = 0;
+ }
+
+ public static final int VALUE_FIELD_NUMBER = 2;
+ private java.lang.String value_;
+ /**
+ * string value = 2 [json_name = "value"];
+ * @return The value.
+ */
+ @java.lang.Override
+ public java.lang.String getValue() {
+ return value_;
+ }
+ /**
+ * string value = 2 [json_name = "value"];
+ * @return The bytes for value.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString
+ getValueBytes() {
+ return com.google.protobuf.ByteString.copyFromUtf8(value_);
+ }
+ /**
+ * string value = 2 [json_name = "value"];
+ * @param value The value to set.
+ */
+ private void setValue(
+ java.lang.String value) {
+ java.lang.Class> valueClass = value.getClass();
+
+ value_ = value;
+ }
+ /**
+ * string value = 2 [json_name = "value"];
+ */
+ private void clearValue() {
+
+ value_ = getDefaultInstance().getValue();
+ }
+ /**
+ * string value = 2 [json_name = "value"];
+ * @param value The bytes for value to set.
+ */
+ private void setValueBytes(
+ com.google.protobuf.ByteString value) {
+ checkByteStringIsUtf8(value);
+ value_ = value.toStringUtf8();
+
+ }
+
+ public static final int IS_DEACTIVATED_FIELD_NUMBER = 3;
+ private boolean isDeactivated_;
+ /**
+ * bool is_deactivated = 3 [json_name = "isDeactivated"];
+ * @return The isDeactivated.
+ */
+ @java.lang.Override
+ public boolean getIsDeactivated() {
+ return isDeactivated_;
+ }
+ /**
+ * bool is_deactivated = 3 [json_name = "isDeactivated"];
+ * @param value The isDeactivated to set.
+ */
+ private void setIsDeactivated(boolean value) {
+
+ isDeactivated_ = value;
+ }
+ /**
+ * bool is_deactivated = 3 [json_name = "isDeactivated"];
+ */
+ private void clearIsDeactivated() {
+
+ isDeactivated_ = false;
+ }
+
+ public static viam.app.v1.App.AuthenticatorInfo parseFrom(
+ java.nio.ByteBuffer data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data);
+ }
+ public static viam.app.v1.App.AuthenticatorInfo parseFrom(
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data, extensionRegistry);
+ }
+ public static viam.app.v1.App.AuthenticatorInfo parseFrom(
+ com.google.protobuf.ByteString data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data);
+ }
+ public static viam.app.v1.App.AuthenticatorInfo parseFrom(
+ com.google.protobuf.ByteString data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data, extensionRegistry);
+ }
+ public static viam.app.v1.App.AuthenticatorInfo parseFrom(byte[] data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data);
+ }
+ public static viam.app.v1.App.AuthenticatorInfo parseFrom(
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws com.google.protobuf.InvalidProtocolBufferException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, data, extensionRegistry);
+ }
+ public static viam.app.v1.App.AuthenticatorInfo parseFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, input);
+ }
+ public static viam.app.v1.App.AuthenticatorInfo parseFrom(
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, input, extensionRegistry);
+ }
+
+ public static viam.app.v1.App.AuthenticatorInfo parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return parseDelimitedFrom(DEFAULT_INSTANCE, input);
+ }
+
+ public static viam.app.v1.App.AuthenticatorInfo parseDelimitedFrom(
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
+ }
+ public static viam.app.v1.App.AuthenticatorInfo parseFrom(
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, input);
+ }
+ public static viam.app.v1.App.AuthenticatorInfo parseFrom(
+ com.google.protobuf.CodedInputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageLite.parseFrom(
+ DEFAULT_INSTANCE, input, extensionRegistry);
+ }
+
+ public static Builder newBuilder() {
+ return (Builder) DEFAULT_INSTANCE.createBuilder();
+ }
+ public static Builder newBuilder(viam.app.v1.App.AuthenticatorInfo prototype) {
+ return DEFAULT_INSTANCE.createBuilder(prototype);
+ }
+
+ /**
+ * Protobuf type {@code viam.app.v1.AuthenticatorInfo}
+ */
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageLite.Builder<
+ viam.app.v1.App.AuthenticatorInfo, Builder> implements
+ // @@protoc_insertion_point(builder_implements:viam.app.v1.AuthenticatorInfo)
+ viam.app.v1.App.AuthenticatorInfoOrBuilder {
+ // Construct using viam.app.v1.App.AuthenticatorInfo.newBuilder()
+ private Builder() {
+ super(DEFAULT_INSTANCE);
+ }
+
+
+ /**
+ * .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
+ * @return The enum numeric value on the wire for type.
+ */
+ @java.lang.Override
+ public int getTypeValue() {
+ return instance.getTypeValue();
+ }
+ /**
+ * .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
+ * @param value The type to set.
+ * @return This builder for chaining.
+ */
+ public Builder setTypeValue(int value) {
+ copyOnWrite();
+ instance.setTypeValue(value);
+ return this;
+ }
+ /**
+ * .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
+ * @return The type.
+ */
+ @java.lang.Override
+ public viam.app.v1.App.AuthenticationType getType() {
+ return instance.getType();
+ }
+ /**
+ * .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
+ * @param value The enum numeric value on the wire for type to set.
+ * @return This builder for chaining.
+ */
+ public Builder setType(viam.app.v1.App.AuthenticationType value) {
+ copyOnWrite();
+ instance.setType(value);
+ return this;
+ }
+ /**
+ * .viam.app.v1.AuthenticationType type = 1 [json_name = "type"];
+ * @return This builder for chaining.
+ */
+ public Builder clearType() {
+ copyOnWrite();
+ instance.clearType();
+ return this;
+ }
+
+ /**
+ * string value = 2 [json_name = "value"];
+ * @return The value.
+ */
+ @java.lang.Override
+ public java.lang.String getValue() {
+ return instance.getValue();
+ }
+ /**
+ * string value = 2 [json_name = "value"];
+ * @return The bytes for value.
+ */
+ @java.lang.Override
+ public com.google.protobuf.ByteString
+ getValueBytes() {
+ return instance.getValueBytes();
+ }
+ /**
+ * string value = 2 [json_name = "value"];
+ * @param value The value to set.
+ * @return This builder for chaining.
+ */
+ public Builder setValue(
+ java.lang.String value) {
+ copyOnWrite();
+ instance.setValue(value);
+ return this;
+ }
+ /**
+ * string value = 2 [json_name = "value"];
+ * @return This builder for chaining.
+ */
+ public Builder clearValue() {
+ copyOnWrite();
+ instance.clearValue();
+ return this;
+ }
+ /**
+ * string value = 2 [json_name = "value"];
+ * @param value The bytes for value to set.
+ * @return This builder for chaining.
+ */
+ public Builder setValueBytes(
+ com.google.protobuf.ByteString value) {
+ copyOnWrite();
+ instance.setValueBytes(value);
+ return this;
+ }
+
+ /**
+ * bool is_deactivated = 3 [json_name = "isDeactivated"];
+ * @return The isDeactivated.
+ */
+ @java.lang.Override
+ public boolean getIsDeactivated() {
+ return instance.getIsDeactivated();
+ }
+ /**
+ * bool is_deactivated = 3 [json_name = "isDeactivated"];
+ * @param value The isDeactivated to set.
+ * @return This builder for chaining.
+ */
+ public Builder setIsDeactivated(boolean value) {
+ copyOnWrite();
+ instance.setIsDeactivated(value);
+ return this;
+ }
+ /**
+ * bool is_deactivated = 3 [json_name = "isDeactivated"];
+ * @return This builder for chaining.
+ */
+ public Builder clearIsDeactivated() {
+ copyOnWrite();
+ instance.clearIsDeactivated();
+ return this;
+ }
+
+ // @@protoc_insertion_point(builder_scope:viam.app.v1.AuthenticatorInfo)
+ }
+ @java.lang.Override
+ @java.lang.SuppressWarnings({"unchecked", "fallthrough"})
+ protected final java.lang.Object dynamicMethod(
+ com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
+ java.lang.Object arg0, java.lang.Object arg1) {
+ switch (method) {
+ case NEW_MUTABLE_INSTANCE: {
+ return new viam.app.v1.App.AuthenticatorInfo();
+ }
+ case NEW_BUILDER: {
+ return new Builder();
+ }
+ case BUILD_MESSAGE_INFO: {
+ java.lang.Object[] objects = new java.lang.Object[] {
+ "type_",
+ "value_",
+ "isDeactivated_",
+ };
+ java.lang.String info =
+ "\u0000\u0003\u0000\u0000\u0001\u0003\u0003\u0000\u0000\u0000\u0001\f\u0002\u0208" +
+ "\u0003\u0007";
+ return newMessageInfo(DEFAULT_INSTANCE, info, objects);
+ }
+ // fall through
+ case GET_DEFAULT_INSTANCE: {
+ return DEFAULT_INSTANCE;
+ }
+ case GET_PARSER: {
+ com.google.protobuf.Parserstring secret = 1 [json_name = "secret", deprecated = true];
* @deprecated viam.app.v1.LocationAuth.secret is deprecated.
- * See app/v1/app.proto;l=411
+ * See app/v1/app.proto;l=426
* @return The secret.
*/
@java.lang.Deprecated java.lang.String getSecret();
@@ -15964,7 +16641,7 @@ public interface LocationAuthOrBuilder extends
*
* string secret = 1 [json_name = "secret", deprecated = true];
* @deprecated viam.app.v1.LocationAuth.secret is deprecated.
- * See app/v1/app.proto;l=411
+ * See app/v1/app.proto;l=426
* @return The bytes for secret.
*/
@java.lang.Deprecated com.google.protobuf.ByteString
@@ -16038,7 +16715,7 @@ private LocationAuth() {
*
* string secret = 1 [json_name = "secret", deprecated = true];
* @deprecated viam.app.v1.LocationAuth.secret is deprecated.
- * See app/v1/app.proto;l=411
+ * See app/v1/app.proto;l=426
* @return The secret.
*/
@java.lang.Override
@@ -16052,7 +16729,7 @@ private LocationAuth() {
*
* string secret = 1 [json_name = "secret", deprecated = true];
* @deprecated viam.app.v1.LocationAuth.secret is deprecated.
- * See app/v1/app.proto;l=411
+ * See app/v1/app.proto;l=426
* @return The bytes for secret.
*/
@java.lang.Override
@@ -16067,7 +16744,7 @@ private LocationAuth() {
*
* string secret = 1 [json_name = "secret", deprecated = true];
* @deprecated viam.app.v1.LocationAuth.secret is deprecated.
- * See app/v1/app.proto;l=411
+ * See app/v1/app.proto;l=426
* @param value The secret to set.
*/
private void setSecret(
@@ -16083,7 +16760,7 @@ private void setSecret(
*
* string secret = 1 [json_name = "secret", deprecated = true];
* @deprecated viam.app.v1.LocationAuth.secret is deprecated.
- * See app/v1/app.proto;l=411
+ * See app/v1/app.proto;l=426
*/
private void clearSecret() {
@@ -16096,7 +16773,7 @@ private void clearSecret() {
*
* string secret = 1 [json_name = "secret", deprecated = true];
* @deprecated viam.app.v1.LocationAuth.secret is deprecated.
- * See app/v1/app.proto;l=411
+ * See app/v1/app.proto;l=426
* @param value The bytes for secret to set.
*/
private void setSecretBytes(
@@ -16415,7 +17092,7 @@ private Builder() {
*
* string secret = 1 [json_name = "secret", deprecated = true];
* @deprecated viam.app.v1.LocationAuth.secret is deprecated.
- * See app/v1/app.proto;l=411
+ * See app/v1/app.proto;l=426
* @return The secret.
*/
@java.lang.Override
@@ -16429,7 +17106,7 @@ private Builder() {
*
* string secret = 1 [json_name = "secret", deprecated = true];
* @deprecated viam.app.v1.LocationAuth.secret is deprecated.
- * See app/v1/app.proto;l=411
+ * See app/v1/app.proto;l=426
* @return The bytes for secret.
*/
@java.lang.Override
@@ -16444,7 +17121,7 @@ private Builder() {
*
* string secret = 1 [json_name = "secret", deprecated = true];
* @deprecated viam.app.v1.LocationAuth.secret is deprecated.
- * See app/v1/app.proto;l=411
+ * See app/v1/app.proto;l=426
* @param value The secret to set.
* @return This builder for chaining.
*/
@@ -16461,7 +17138,7 @@ private Builder() {
*
* string secret = 1 [json_name = "secret", deprecated = true];
* @deprecated viam.app.v1.LocationAuth.secret is deprecated.
- * See app/v1/app.proto;l=411
+ * See app/v1/app.proto;l=426
* @return This builder for chaining.
*/
@java.lang.Deprecated public Builder clearSecret() {
@@ -16476,7 +17153,7 @@ private Builder() {
*
* string secret = 1 [json_name = "secret", deprecated = true];
* @deprecated viam.app.v1.LocationAuth.secret is deprecated.
- * See app/v1/app.proto;l=411
+ * See app/v1/app.proto;l=426
* @param value The bytes for secret to set.
* @return This builder for chaining.
*/
@@ -31022,7 +31699,7 @@ public interface GetRobotPartLogsRequestOrBuilder extends
*
* bool errors_only = 2 [json_name = "errorsOnly", deprecated = true];
* @deprecated viam.app.v1.GetRobotPartLogsRequest.errors_only is deprecated.
- * See app/v1/app.proto;l=616
+ * See app/v1/app.proto;l=631
* @return The errorsOnly.
*/
@java.lang.Deprecated boolean getErrorsOnly();
@@ -31173,7 +31850,7 @@ private void setIdBytes(
*
* bool errors_only = 2 [json_name = "errorsOnly", deprecated = true];
* @deprecated viam.app.v1.GetRobotPartLogsRequest.errors_only is deprecated.
- * See app/v1/app.proto;l=616
+ * See app/v1/app.proto;l=631
* @return The errorsOnly.
*/
@java.lang.Override
@@ -31187,7 +31864,7 @@ private void setIdBytes(
*
* bool errors_only = 2 [json_name = "errorsOnly", deprecated = true];
* @deprecated viam.app.v1.GetRobotPartLogsRequest.errors_only is deprecated.
- * See app/v1/app.proto;l=616
+ * See app/v1/app.proto;l=631
* @param value The errorsOnly to set.
*/
private void setErrorsOnly(boolean value) {
@@ -31201,7 +31878,7 @@ private void setErrorsOnly(boolean value) {
*
* bool errors_only = 2 [json_name = "errorsOnly", deprecated = true];
* @deprecated viam.app.v1.GetRobotPartLogsRequest.errors_only is deprecated.
- * See app/v1/app.proto;l=616
+ * See app/v1/app.proto;l=631
*/
private void clearErrorsOnly() {
@@ -31600,7 +32277,7 @@ public Builder setIdBytes(
*
* bool errors_only = 2 [json_name = "errorsOnly", deprecated = true];
* @deprecated viam.app.v1.GetRobotPartLogsRequest.errors_only is deprecated.
- * See app/v1/app.proto;l=616
+ * See app/v1/app.proto;l=631
* @return The errorsOnly.
*/
@java.lang.Override
@@ -31614,7 +32291,7 @@ public Builder setIdBytes(
*
* bool errors_only = 2 [json_name = "errorsOnly", deprecated = true];
* @deprecated viam.app.v1.GetRobotPartLogsRequest.errors_only is deprecated.
- * See app/v1/app.proto;l=616
+ * See app/v1/app.proto;l=631
* @param value The errorsOnly to set.
* @return This builder for chaining.
*/
@@ -31630,7 +32307,7 @@ public Builder setIdBytes(
*
* bool errors_only = 2 [json_name = "errorsOnly", deprecated = true];
* @deprecated viam.app.v1.GetRobotPartLogsRequest.errors_only is deprecated.
- * See app/v1/app.proto;l=616
+ * See app/v1/app.proto;l=631
* @return This builder for chaining.
*/
@java.lang.Deprecated public Builder clearErrorsOnly() {
diff --git a/core/sdk/src/main/resources/protofds/viam.api b/core/sdk/src/main/resources/protofds/viam.api
index 9e78deab0..96c33f519 100644
Binary files a/core/sdk/src/main/resources/protofds/viam.api and b/core/sdk/src/main/resources/protofds/viam.api differ