Package viam.app.data.v1
Class Data.UpdateBoundingBoxRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Data.UpdateBoundingBoxRequest,Data.UpdateBoundingBoxRequest.Builder>
viam.app.data.v1.Data.UpdateBoundingBoxRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,Data.UpdateBoundingBoxRequestOrBuilder
- Enclosing class:
- Data.UpdateBoundingBoxRequest
public static final class Data.UpdateBoundingBoxRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Data.UpdateBoundingBoxRequest,Data.UpdateBoundingBoxRequest.Builder>
implements Data.UpdateBoundingBoxRequestOrBuilder
UpdateBoundingBoxRequest updates the bounding box with specified bounding box ID for the file represented by the binary ID.Protobuf type
viam.app.data.v1.UpdateBoundingBoxRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionstring bbox_id = 2 [json_name = "bboxId"];string binary_data_id = 8 [json_name = "binaryDataId"];Deprecated.optional string label = 3 [json_name = "label"];optional double x_max_normalized = 6 [json_name = "xMaxNormalized"];optional double x_min_normalized = 4 [json_name = "xMinNormalized"];optional double y_max_normalized = 7 [json_name = "yMaxNormalized"];optional double y_min_normalized = 5 [json_name = "yMinNormalized"];string bbox_id = 2 [json_name = "bboxId"];com.google.protobuf.ByteStringstring bbox_id = 2 [json_name = "bboxId"];string binary_data_id = 8 [json_name = "binaryDataId"];com.google.protobuf.ByteStringstring binary_data_id = 8 [json_name = "binaryDataId"];Deprecated.getLabel()optional string label = 3 [json_name = "label"];com.google.protobuf.ByteStringoptional string label = 3 [json_name = "label"];doubleoptional double x_max_normalized = 6 [json_name = "xMaxNormalized"];doubleoptional double x_min_normalized = 4 [json_name = "xMinNormalized"];doubleoptional double y_max_normalized = 7 [json_name = "yMaxNormalized"];doubleoptional double y_min_normalized = 5 [json_name = "yMinNormalized"];booleanDeprecated.booleanhasLabel()optional string label = 3 [json_name = "label"];booleanoptional double x_max_normalized = 6 [json_name = "xMaxNormalized"];booleanoptional double x_min_normalized = 4 [json_name = "xMinNormalized"];booleanoptional double y_max_normalized = 7 [json_name = "yMaxNormalized"];booleanoptional double y_min_normalized = 5 [json_name = "yMinNormalized"];mergeBinaryId(Data.BinaryID value) Deprecated.string bbox_id = 2 [json_name = "bboxId"];setBboxIdBytes(com.google.protobuf.ByteString value) string bbox_id = 2 [json_name = "bboxId"];setBinaryDataId(String value) string binary_data_id = 8 [json_name = "binaryDataId"];setBinaryDataIdBytes(com.google.protobuf.ByteString value) string binary_data_id = 8 [json_name = "binaryDataId"];setBinaryId(Data.BinaryID value) Deprecated.setBinaryId(Data.BinaryID.Builder builderForValue) Deprecated.optional string label = 3 [json_name = "label"];setLabelBytes(com.google.protobuf.ByteString value) optional string label = 3 [json_name = "label"];setXMaxNormalized(double value) optional double x_max_normalized = 6 [json_name = "xMaxNormalized"];setXMinNormalized(double value) optional double x_min_normalized = 4 [json_name = "xMinNormalized"];setYMaxNormalized(double value) optional double y_max_normalized = 7 [json_name = "yMaxNormalized"];setYMinNormalized(double value) optional double y_min_normalized = 5 [json_name = "yMinNormalized"];Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasBinaryId
Deprecated..viam.app.data.v1.BinaryID binary_id = 1 [json_name = "binaryId", deprecated = true];- Specified by:
hasBinaryIdin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- Whether the binaryId field is set.
-
getBinaryId
Deprecated..viam.app.data.v1.BinaryID binary_id = 1 [json_name = "binaryId", deprecated = true];- Specified by:
getBinaryIdin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- The binaryId.
-
setBinaryId
Deprecated..viam.app.data.v1.BinaryID binary_id = 1 [json_name = "binaryId", deprecated = true]; -
setBinaryId
@Deprecated public Data.UpdateBoundingBoxRequest.Builder setBinaryId(Data.BinaryID.Builder builderForValue) Deprecated..viam.app.data.v1.BinaryID binary_id = 1 [json_name = "binaryId", deprecated = true]; -
mergeBinaryId
Deprecated..viam.app.data.v1.BinaryID binary_id = 1 [json_name = "binaryId", deprecated = true]; -
clearBinaryId
Deprecated..viam.app.data.v1.BinaryID binary_id = 1 [json_name = "binaryId", deprecated = true]; -
getBinaryDataId
string binary_data_id = 8 [json_name = "binaryDataId"];- Specified by:
getBinaryDataIdin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- The binaryDataId.
-
getBinaryDataIdBytes
public com.google.protobuf.ByteString getBinaryDataIdBytes()string binary_data_id = 8 [json_name = "binaryDataId"];- Specified by:
getBinaryDataIdBytesin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- The bytes for binaryDataId.
-
setBinaryDataId
string binary_data_id = 8 [json_name = "binaryDataId"];- Parameters:
value- The binaryDataId to set.- Returns:
- This builder for chaining.
-
clearBinaryDataId
string binary_data_id = 8 [json_name = "binaryDataId"];- Returns:
- This builder for chaining.
-
setBinaryDataIdBytes
public Data.UpdateBoundingBoxRequest.Builder setBinaryDataIdBytes(com.google.protobuf.ByteString value) string binary_data_id = 8 [json_name = "binaryDataId"];- Parameters:
value- The bytes for binaryDataId to set.- Returns:
- This builder for chaining.
-
getBboxId
string bbox_id = 2 [json_name = "bboxId"];- Specified by:
getBboxIdin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- The bboxId.
-
getBboxIdBytes
public com.google.protobuf.ByteString getBboxIdBytes()string bbox_id = 2 [json_name = "bboxId"];- Specified by:
getBboxIdBytesin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- The bytes for bboxId.
-
setBboxId
string bbox_id = 2 [json_name = "bboxId"];- Parameters:
value- The bboxId to set.- Returns:
- This builder for chaining.
-
clearBboxId
string bbox_id = 2 [json_name = "bboxId"];- Returns:
- This builder for chaining.
-
setBboxIdBytes
string bbox_id = 2 [json_name = "bboxId"];- Parameters:
value- The bytes for bboxId to set.- Returns:
- This builder for chaining.
-
hasLabel
public boolean hasLabel()optional string label = 3 [json_name = "label"];- Specified by:
hasLabelin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- Whether the label field is set.
-
getLabel
optional string label = 3 [json_name = "label"];- Specified by:
getLabelin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- The label.
-
getLabelBytes
public com.google.protobuf.ByteString getLabelBytes()optional string label = 3 [json_name = "label"];- Specified by:
getLabelBytesin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- The bytes for label.
-
setLabel
optional string label = 3 [json_name = "label"];- Parameters:
value- The label to set.- Returns:
- This builder for chaining.
-
clearLabel
optional string label = 3 [json_name = "label"];- Returns:
- This builder for chaining.
-
setLabelBytes
optional string label = 3 [json_name = "label"];- Parameters:
value- The bytes for label to set.- Returns:
- This builder for chaining.
-
hasXMinNormalized
public boolean hasXMinNormalized()optional double x_min_normalized = 4 [json_name = "xMinNormalized"];- Specified by:
hasXMinNormalizedin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- Whether the xMinNormalized field is set.
-
getXMinNormalized
public double getXMinNormalized()optional double x_min_normalized = 4 [json_name = "xMinNormalized"];- Specified by:
getXMinNormalizedin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- The xMinNormalized.
-
setXMinNormalized
optional double x_min_normalized = 4 [json_name = "xMinNormalized"];- Parameters:
value- The xMinNormalized to set.- Returns:
- This builder for chaining.
-
clearXMinNormalized
optional double x_min_normalized = 4 [json_name = "xMinNormalized"];- Returns:
- This builder for chaining.
-
hasYMinNormalized
public boolean hasYMinNormalized()optional double y_min_normalized = 5 [json_name = "yMinNormalized"];- Specified by:
hasYMinNormalizedin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- Whether the yMinNormalized field is set.
-
getYMinNormalized
public double getYMinNormalized()optional double y_min_normalized = 5 [json_name = "yMinNormalized"];- Specified by:
getYMinNormalizedin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- The yMinNormalized.
-
setYMinNormalized
optional double y_min_normalized = 5 [json_name = "yMinNormalized"];- Parameters:
value- The yMinNormalized to set.- Returns:
- This builder for chaining.
-
clearYMinNormalized
optional double y_min_normalized = 5 [json_name = "yMinNormalized"];- Returns:
- This builder for chaining.
-
hasXMaxNormalized
public boolean hasXMaxNormalized()optional double x_max_normalized = 6 [json_name = "xMaxNormalized"];- Specified by:
hasXMaxNormalizedin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- Whether the xMaxNormalized field is set.
-
getXMaxNormalized
public double getXMaxNormalized()optional double x_max_normalized = 6 [json_name = "xMaxNormalized"];- Specified by:
getXMaxNormalizedin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- The xMaxNormalized.
-
setXMaxNormalized
optional double x_max_normalized = 6 [json_name = "xMaxNormalized"];- Parameters:
value- The xMaxNormalized to set.- Returns:
- This builder for chaining.
-
clearXMaxNormalized
optional double x_max_normalized = 6 [json_name = "xMaxNormalized"];- Returns:
- This builder for chaining.
-
hasYMaxNormalized
public boolean hasYMaxNormalized()optional double y_max_normalized = 7 [json_name = "yMaxNormalized"];- Specified by:
hasYMaxNormalizedin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- Whether the yMaxNormalized field is set.
-
getYMaxNormalized
public double getYMaxNormalized()optional double y_max_normalized = 7 [json_name = "yMaxNormalized"];- Specified by:
getYMaxNormalizedin interfaceData.UpdateBoundingBoxRequestOrBuilder- Returns:
- The yMaxNormalized.
-
setYMaxNormalized
optional double y_max_normalized = 7 [json_name = "yMaxNormalized"];- Parameters:
value- The yMaxNormalized to set.- Returns:
- This builder for chaining.
-
clearYMaxNormalized
optional double y_max_normalized = 7 [json_name = "yMaxNormalized"];- Returns:
- This builder for chaining.
-