Package viam.app.data.v1
Interface Data.BoundingBoxLabelsByFilterResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.BoundingBoxLabelsByFilterResponse
,Data.BoundingBoxLabelsByFilterResponse.Builder
- Enclosing class:
- Data
@Deprecated
public static interface Data.BoundingBoxLabelsByFilterResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetLabels
(int index) Deprecated.repeated string labels = 1 [json_name = "labels"];
com.google.protobuf.ByteString
getLabelsBytes
(int index) Deprecated.repeated string labels = 1 [json_name = "labels"];
int
Deprecated.repeated string labels = 1 [json_name = "labels"];
Deprecated.repeated string labels = 1 [json_name = "labels"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getLabelsList
Deprecated.repeated string labels = 1 [json_name = "labels"];
- Returns:
- A list containing the labels.
-
getLabelsCount
int getLabelsCount()Deprecated.repeated string labels = 1 [json_name = "labels"];
- Returns:
- The count of labels.
-
getLabels
Deprecated.repeated string labels = 1 [json_name = "labels"];
- Parameters:
index
- The index of the element to return.- Returns:
- The labels at the given index.
-
getLabelsBytes
com.google.protobuf.ByteString getLabelsBytes(int index) Deprecated.repeated string labels = 1 [json_name = "labels"];
- Parameters:
index
- The index of the element to return.- Returns:
- The labels at the given index.
-