Package viam.app.data.v1
Class Data.Filter.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Data.Filter,Data.Filter.Builder>
viam.app.data.v1.Data.Filter.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,Data.FilterOrBuilder
- Enclosing class:
- Data.Filter
public static final class Data.Filter.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Data.Filter,Data.Filter.Builder>
implements Data.FilterOrBuilder
Filter defines the fields over which we can filter data using a logic AND. For example, if component_type and robot_id are specified, only data from that `robot_id` of type `component_type` is returned. However, we logical OR over the specified tags and bounding box labels, such that if component_type, robot_id, tagA, tagB are specified, we return data from that `robot_id` of type `component_type` with `tagA` or `tagB`.Protobuf type
viam.app.data.v1.Filter
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionaddAllBboxLabels
(Iterable<String> values) bbox_labels are used to match documents with the specified bounding box labels (using logical OR).addAllLocationIds
(Iterable<String> values) repeated string location_ids = 10 [json_name = "locationIds"];
addAllMimeType
(Iterable<String> values) repeated string mime_type = 12 [json_name = "mimeType"];
addAllOrganizationIds
(Iterable<String> values) repeated string organization_ids = 11 [json_name = "organizationIds"];
addBboxLabels
(String value) bbox_labels are used to match documents with the specified bounding box labels (using logical OR).addBboxLabelsBytes
(com.google.protobuf.ByteString value) bbox_labels are used to match documents with the specified bounding box labels (using logical OR).addLocationIds
(String value) repeated string location_ids = 10 [json_name = "locationIds"];
addLocationIdsBytes
(com.google.protobuf.ByteString value) repeated string location_ids = 10 [json_name = "locationIds"];
addMimeType
(String value) repeated string mime_type = 12 [json_name = "mimeType"];
addMimeTypeBytes
(com.google.protobuf.ByteString value) repeated string mime_type = 12 [json_name = "mimeType"];
addOrganizationIds
(String value) repeated string organization_ids = 11 [json_name = "organizationIds"];
addOrganizationIdsBytes
(com.google.protobuf.ByteString value) repeated string organization_ids = 11 [json_name = "organizationIds"];
bbox_labels are used to match documents with the specified bounding box labels (using logical OR).string component_name = 1 [json_name = "componentName"];
string component_type = 2 [json_name = "componentType"];
string dataset_id = 16 [json_name = "datasetId"];
.viam.app.data.v1.CaptureInterval interval = 13 [json_name = "interval"];
repeated string location_ids = 10 [json_name = "locationIds"];
string method = 4 [json_name = "method"];
repeated string mime_type = 12 [json_name = "mimeType"];
repeated string organization_ids = 11 [json_name = "organizationIds"];
string part_id = 9 [json_name = "partId"];
string part_name = 8 [json_name = "partName"];
string robot_id = 7 [json_name = "robotId"];
string robot_name = 6 [json_name = "robotName"];
.viam.app.data.v1.TagsFilter tags_filter = 14 [json_name = "tagsFilter"];
getBboxLabels
(int index) bbox_labels are used to match documents with the specified bounding box labels (using logical OR).com.google.protobuf.ByteString
getBboxLabelsBytes
(int index) bbox_labels are used to match documents with the specified bounding box labels (using logical OR).int
bbox_labels are used to match documents with the specified bounding box labels (using logical OR).bbox_labels are used to match documents with the specified bounding box labels (using logical OR).string component_name = 1 [json_name = "componentName"];
com.google.protobuf.ByteString
string component_name = 1 [json_name = "componentName"];
string component_type = 2 [json_name = "componentType"];
com.google.protobuf.ByteString
string component_type = 2 [json_name = "componentType"];
string dataset_id = 16 [json_name = "datasetId"];
com.google.protobuf.ByteString
string dataset_id = 16 [json_name = "datasetId"];
.viam.app.data.v1.CaptureInterval interval = 13 [json_name = "interval"];
getLocationIds
(int index) repeated string location_ids = 10 [json_name = "locationIds"];
com.google.protobuf.ByteString
getLocationIdsBytes
(int index) repeated string location_ids = 10 [json_name = "locationIds"];
int
repeated string location_ids = 10 [json_name = "locationIds"];
repeated string location_ids = 10 [json_name = "locationIds"];
string method = 4 [json_name = "method"];
com.google.protobuf.ByteString
string method = 4 [json_name = "method"];
getMimeType
(int index) repeated string mime_type = 12 [json_name = "mimeType"];
com.google.protobuf.ByteString
getMimeTypeBytes
(int index) repeated string mime_type = 12 [json_name = "mimeType"];
int
repeated string mime_type = 12 [json_name = "mimeType"];
repeated string mime_type = 12 [json_name = "mimeType"];
getOrganizationIds
(int index) repeated string organization_ids = 11 [json_name = "organizationIds"];
com.google.protobuf.ByteString
getOrganizationIdsBytes
(int index) repeated string organization_ids = 11 [json_name = "organizationIds"];
int
repeated string organization_ids = 11 [json_name = "organizationIds"];
repeated string organization_ids = 11 [json_name = "organizationIds"];
string part_id = 9 [json_name = "partId"];
com.google.protobuf.ByteString
string part_id = 9 [json_name = "partId"];
string part_name = 8 [json_name = "partName"];
com.google.protobuf.ByteString
string part_name = 8 [json_name = "partName"];
string robot_id = 7 [json_name = "robotId"];
com.google.protobuf.ByteString
string robot_id = 7 [json_name = "robotId"];
string robot_name = 6 [json_name = "robotName"];
com.google.protobuf.ByteString
string robot_name = 6 [json_name = "robotName"];
.viam.app.data.v1.TagsFilter tags_filter = 14 [json_name = "tagsFilter"];
boolean
.viam.app.data.v1.CaptureInterval interval = 13 [json_name = "interval"];
boolean
.viam.app.data.v1.TagsFilter tags_filter = 14 [json_name = "tagsFilter"];
.viam.app.data.v1.CaptureInterval interval = 13 [json_name = "interval"];
mergeTagsFilter
(Data.TagsFilter value) .viam.app.data.v1.TagsFilter tags_filter = 14 [json_name = "tagsFilter"];
setBboxLabels
(int index, String value) bbox_labels are used to match documents with the specified bounding box labels (using logical OR).setComponentName
(String value) string component_name = 1 [json_name = "componentName"];
setComponentNameBytes
(com.google.protobuf.ByteString value) string component_name = 1 [json_name = "componentName"];
setComponentType
(String value) string component_type = 2 [json_name = "componentType"];
setComponentTypeBytes
(com.google.protobuf.ByteString value) string component_type = 2 [json_name = "componentType"];
setDatasetId
(String value) string dataset_id = 16 [json_name = "datasetId"];
setDatasetIdBytes
(com.google.protobuf.ByteString value) string dataset_id = 16 [json_name = "datasetId"];
setInterval
(Data.CaptureInterval value) .viam.app.data.v1.CaptureInterval interval = 13 [json_name = "interval"];
setInterval
(Data.CaptureInterval.Builder builderForValue) .viam.app.data.v1.CaptureInterval interval = 13 [json_name = "interval"];
setLocationIds
(int index, String value) repeated string location_ids = 10 [json_name = "locationIds"];
string method = 4 [json_name = "method"];
setMethodBytes
(com.google.protobuf.ByteString value) string method = 4 [json_name = "method"];
setMimeType
(int index, String value) repeated string mime_type = 12 [json_name = "mimeType"];
setOrganizationIds
(int index, String value) repeated string organization_ids = 11 [json_name = "organizationIds"];
string part_id = 9 [json_name = "partId"];
setPartIdBytes
(com.google.protobuf.ByteString value) string part_id = 9 [json_name = "partId"];
setPartName
(String value) string part_name = 8 [json_name = "partName"];
setPartNameBytes
(com.google.protobuf.ByteString value) string part_name = 8 [json_name = "partName"];
setRobotId
(String value) string robot_id = 7 [json_name = "robotId"];
setRobotIdBytes
(com.google.protobuf.ByteString value) string robot_id = 7 [json_name = "robotId"];
setRobotName
(String value) string robot_name = 6 [json_name = "robotName"];
setRobotNameBytes
(com.google.protobuf.ByteString value) string robot_name = 6 [json_name = "robotName"];
setTagsFilter
(Data.TagsFilter value) .viam.app.data.v1.TagsFilter tags_filter = 14 [json_name = "tagsFilter"];
setTagsFilter
(Data.TagsFilter.Builder builderForValue) .viam.app.data.v1.TagsFilter tags_filter = 14 [json_name = "tagsFilter"];
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getComponentName
string component_name = 1 [json_name = "componentName"];
- Specified by:
getComponentName
in interfaceData.FilterOrBuilder
- Returns:
- The componentName.
-
getComponentNameBytes
public com.google.protobuf.ByteString getComponentNameBytes()string component_name = 1 [json_name = "componentName"];
- Specified by:
getComponentNameBytes
in interfaceData.FilterOrBuilder
- Returns:
- The bytes for componentName.
-
setComponentName
string component_name = 1 [json_name = "componentName"];
- Parameters:
value
- The componentName to set.- Returns:
- This builder for chaining.
-
clearComponentName
string component_name = 1 [json_name = "componentName"];
- Returns:
- This builder for chaining.
-
setComponentNameBytes
string component_name = 1 [json_name = "componentName"];
- Parameters:
value
- The bytes for componentName to set.- Returns:
- This builder for chaining.
-
getComponentType
string component_type = 2 [json_name = "componentType"];
- Specified by:
getComponentType
in interfaceData.FilterOrBuilder
- Returns:
- The componentType.
-
getComponentTypeBytes
public com.google.protobuf.ByteString getComponentTypeBytes()string component_type = 2 [json_name = "componentType"];
- Specified by:
getComponentTypeBytes
in interfaceData.FilterOrBuilder
- Returns:
- The bytes for componentType.
-
setComponentType
string component_type = 2 [json_name = "componentType"];
- Parameters:
value
- The componentType to set.- Returns:
- This builder for chaining.
-
clearComponentType
string component_type = 2 [json_name = "componentType"];
- Returns:
- This builder for chaining.
-
setComponentTypeBytes
string component_type = 2 [json_name = "componentType"];
- Parameters:
value
- The bytes for componentType to set.- Returns:
- This builder for chaining.
-
getMethod
string method = 4 [json_name = "method"];
- Specified by:
getMethod
in interfaceData.FilterOrBuilder
- Returns:
- The method.
-
getMethodBytes
public com.google.protobuf.ByteString getMethodBytes()string method = 4 [json_name = "method"];
- Specified by:
getMethodBytes
in interfaceData.FilterOrBuilder
- Returns:
- The bytes for method.
-
setMethod
string method = 4 [json_name = "method"];
- Parameters:
value
- The method to set.- Returns:
- This builder for chaining.
-
clearMethod
string method = 4 [json_name = "method"];
- Returns:
- This builder for chaining.
-
setMethodBytes
string method = 4 [json_name = "method"];
- Parameters:
value
- The bytes for method to set.- Returns:
- This builder for chaining.
-
getRobotName
string robot_name = 6 [json_name = "robotName"];
- Specified by:
getRobotName
in interfaceData.FilterOrBuilder
- Returns:
- The robotName.
-
getRobotNameBytes
public com.google.protobuf.ByteString getRobotNameBytes()string robot_name = 6 [json_name = "robotName"];
- Specified by:
getRobotNameBytes
in interfaceData.FilterOrBuilder
- Returns:
- The bytes for robotName.
-
setRobotName
string robot_name = 6 [json_name = "robotName"];
- Parameters:
value
- The robotName to set.- Returns:
- This builder for chaining.
-
clearRobotName
string robot_name = 6 [json_name = "robotName"];
- Returns:
- This builder for chaining.
-
setRobotNameBytes
string robot_name = 6 [json_name = "robotName"];
- Parameters:
value
- The bytes for robotName to set.- Returns:
- This builder for chaining.
-
getRobotId
string robot_id = 7 [json_name = "robotId"];
- Specified by:
getRobotId
in interfaceData.FilterOrBuilder
- Returns:
- The robotId.
-
getRobotIdBytes
public com.google.protobuf.ByteString getRobotIdBytes()string robot_id = 7 [json_name = "robotId"];
- Specified by:
getRobotIdBytes
in interfaceData.FilterOrBuilder
- Returns:
- The bytes for robotId.
-
setRobotId
string robot_id = 7 [json_name = "robotId"];
- Parameters:
value
- The robotId to set.- Returns:
- This builder for chaining.
-
clearRobotId
string robot_id = 7 [json_name = "robotId"];
- Returns:
- This builder for chaining.
-
setRobotIdBytes
string robot_id = 7 [json_name = "robotId"];
- Parameters:
value
- The bytes for robotId to set.- Returns:
- This builder for chaining.
-
getPartName
string part_name = 8 [json_name = "partName"];
- Specified by:
getPartName
in interfaceData.FilterOrBuilder
- Returns:
- The partName.
-
getPartNameBytes
public com.google.protobuf.ByteString getPartNameBytes()string part_name = 8 [json_name = "partName"];
- Specified by:
getPartNameBytes
in interfaceData.FilterOrBuilder
- Returns:
- The bytes for partName.
-
setPartName
string part_name = 8 [json_name = "partName"];
- Parameters:
value
- The partName to set.- Returns:
- This builder for chaining.
-
clearPartName
string part_name = 8 [json_name = "partName"];
- Returns:
- This builder for chaining.
-
setPartNameBytes
string part_name = 8 [json_name = "partName"];
- Parameters:
value
- The bytes for partName to set.- Returns:
- This builder for chaining.
-
getPartId
string part_id = 9 [json_name = "partId"];
- Specified by:
getPartId
in interfaceData.FilterOrBuilder
- Returns:
- The partId.
-
getPartIdBytes
public com.google.protobuf.ByteString getPartIdBytes()string part_id = 9 [json_name = "partId"];
- Specified by:
getPartIdBytes
in interfaceData.FilterOrBuilder
- Returns:
- The bytes for partId.
-
setPartId
string part_id = 9 [json_name = "partId"];
- Parameters:
value
- The partId to set.- Returns:
- This builder for chaining.
-
clearPartId
string part_id = 9 [json_name = "partId"];
- Returns:
- This builder for chaining.
-
setPartIdBytes
string part_id = 9 [json_name = "partId"];
- Parameters:
value
- The bytes for partId to set.- Returns:
- This builder for chaining.
-
getLocationIdsList
repeated string location_ids = 10 [json_name = "locationIds"];
- Specified by:
getLocationIdsList
in interfaceData.FilterOrBuilder
- Returns:
- A list containing the locationIds.
-
getLocationIdsCount
public int getLocationIdsCount()repeated string location_ids = 10 [json_name = "locationIds"];
- Specified by:
getLocationIdsCount
in interfaceData.FilterOrBuilder
- Returns:
- The count of locationIds.
-
getLocationIds
repeated string location_ids = 10 [json_name = "locationIds"];
- Specified by:
getLocationIds
in interfaceData.FilterOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The locationIds at the given index.
-
getLocationIdsBytes
public com.google.protobuf.ByteString getLocationIdsBytes(int index) repeated string location_ids = 10 [json_name = "locationIds"];
- Specified by:
getLocationIdsBytes
in interfaceData.FilterOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the locationIds at the given index.
-
setLocationIds
repeated string location_ids = 10 [json_name = "locationIds"];
- Parameters:
index
- The index to set the value at.value
- The locationIds to set.- Returns:
- This builder for chaining.
-
addLocationIds
repeated string location_ids = 10 [json_name = "locationIds"];
- Parameters:
value
- The locationIds to add.- Returns:
- This builder for chaining.
-
addAllLocationIds
repeated string location_ids = 10 [json_name = "locationIds"];
- Parameters:
values
- The locationIds to add.- Returns:
- This builder for chaining.
-
clearLocationIds
repeated string location_ids = 10 [json_name = "locationIds"];
- Returns:
- This builder for chaining.
-
addLocationIdsBytes
repeated string location_ids = 10 [json_name = "locationIds"];
- Parameters:
value
- The bytes of the locationIds to add.- Returns:
- This builder for chaining.
-
getOrganizationIdsList
repeated string organization_ids = 11 [json_name = "organizationIds"];
- Specified by:
getOrganizationIdsList
in interfaceData.FilterOrBuilder
- Returns:
- A list containing the organizationIds.
-
getOrganizationIdsCount
public int getOrganizationIdsCount()repeated string organization_ids = 11 [json_name = "organizationIds"];
- Specified by:
getOrganizationIdsCount
in interfaceData.FilterOrBuilder
- Returns:
- The count of organizationIds.
-
getOrganizationIds
repeated string organization_ids = 11 [json_name = "organizationIds"];
- Specified by:
getOrganizationIds
in interfaceData.FilterOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The organizationIds at the given index.
-
getOrganizationIdsBytes
public com.google.protobuf.ByteString getOrganizationIdsBytes(int index) repeated string organization_ids = 11 [json_name = "organizationIds"];
- Specified by:
getOrganizationIdsBytes
in interfaceData.FilterOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the organizationIds at the given index.
-
setOrganizationIds
repeated string organization_ids = 11 [json_name = "organizationIds"];
- Parameters:
index
- The index to set the value at.value
- The organizationIds to set.- Returns:
- This builder for chaining.
-
addOrganizationIds
repeated string organization_ids = 11 [json_name = "organizationIds"];
- Parameters:
value
- The organizationIds to add.- Returns:
- This builder for chaining.
-
addAllOrganizationIds
repeated string organization_ids = 11 [json_name = "organizationIds"];
- Parameters:
values
- The organizationIds to add.- Returns:
- This builder for chaining.
-
clearOrganizationIds
repeated string organization_ids = 11 [json_name = "organizationIds"];
- Returns:
- This builder for chaining.
-
addOrganizationIdsBytes
repeated string organization_ids = 11 [json_name = "organizationIds"];
- Parameters:
value
- The bytes of the organizationIds to add.- Returns:
- This builder for chaining.
-
getMimeTypeList
repeated string mime_type = 12 [json_name = "mimeType"];
- Specified by:
getMimeTypeList
in interfaceData.FilterOrBuilder
- Returns:
- A list containing the mimeType.
-
getMimeTypeCount
public int getMimeTypeCount()repeated string mime_type = 12 [json_name = "mimeType"];
- Specified by:
getMimeTypeCount
in interfaceData.FilterOrBuilder
- Returns:
- The count of mimeType.
-
getMimeType
repeated string mime_type = 12 [json_name = "mimeType"];
- Specified by:
getMimeType
in interfaceData.FilterOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The mimeType at the given index.
-
getMimeTypeBytes
public com.google.protobuf.ByteString getMimeTypeBytes(int index) repeated string mime_type = 12 [json_name = "mimeType"];
- Specified by:
getMimeTypeBytes
in interfaceData.FilterOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the mimeType at the given index.
-
setMimeType
repeated string mime_type = 12 [json_name = "mimeType"];
- Parameters:
index
- The index to set the value at.value
- The mimeType to set.- Returns:
- This builder for chaining.
-
addMimeType
repeated string mime_type = 12 [json_name = "mimeType"];
- Parameters:
value
- The mimeType to add.- Returns:
- This builder for chaining.
-
addAllMimeType
repeated string mime_type = 12 [json_name = "mimeType"];
- Parameters:
values
- The mimeType to add.- Returns:
- This builder for chaining.
-
clearMimeType
repeated string mime_type = 12 [json_name = "mimeType"];
- Returns:
- This builder for chaining.
-
addMimeTypeBytes
repeated string mime_type = 12 [json_name = "mimeType"];
- Parameters:
value
- The bytes of the mimeType to add.- Returns:
- This builder for chaining.
-
hasInterval
public boolean hasInterval().viam.app.data.v1.CaptureInterval interval = 13 [json_name = "interval"];
- Specified by:
hasInterval
in interfaceData.FilterOrBuilder
- Returns:
- Whether the interval field is set.
-
getInterval
.viam.app.data.v1.CaptureInterval interval = 13 [json_name = "interval"];
- Specified by:
getInterval
in interfaceData.FilterOrBuilder
- Returns:
- The interval.
-
setInterval
.viam.app.data.v1.CaptureInterval interval = 13 [json_name = "interval"];
-
setInterval
.viam.app.data.v1.CaptureInterval interval = 13 [json_name = "interval"];
-
mergeInterval
.viam.app.data.v1.CaptureInterval interval = 13 [json_name = "interval"];
-
clearInterval
.viam.app.data.v1.CaptureInterval interval = 13 [json_name = "interval"];
-
hasTagsFilter
public boolean hasTagsFilter().viam.app.data.v1.TagsFilter tags_filter = 14 [json_name = "tagsFilter"];
- Specified by:
hasTagsFilter
in interfaceData.FilterOrBuilder
- Returns:
- Whether the tagsFilter field is set.
-
getTagsFilter
.viam.app.data.v1.TagsFilter tags_filter = 14 [json_name = "tagsFilter"];
- Specified by:
getTagsFilter
in interfaceData.FilterOrBuilder
- Returns:
- The tagsFilter.
-
setTagsFilter
.viam.app.data.v1.TagsFilter tags_filter = 14 [json_name = "tagsFilter"];
-
setTagsFilter
.viam.app.data.v1.TagsFilter tags_filter = 14 [json_name = "tagsFilter"];
-
mergeTagsFilter
.viam.app.data.v1.TagsFilter tags_filter = 14 [json_name = "tagsFilter"];
-
clearTagsFilter
.viam.app.data.v1.TagsFilter tags_filter = 14 [json_name = "tagsFilter"];
-
getBboxLabelsList
bbox_labels are used to match documents with the specified bounding box labels (using logical OR).
repeated string bbox_labels = 15 [json_name = "bboxLabels"];
- Specified by:
getBboxLabelsList
in interfaceData.FilterOrBuilder
- Returns:
- A list containing the bboxLabels.
-
getBboxLabelsCount
public int getBboxLabelsCount()bbox_labels are used to match documents with the specified bounding box labels (using logical OR).
repeated string bbox_labels = 15 [json_name = "bboxLabels"];
- Specified by:
getBboxLabelsCount
in interfaceData.FilterOrBuilder
- Returns:
- The count of bboxLabels.
-
getBboxLabels
bbox_labels are used to match documents with the specified bounding box labels (using logical OR).
repeated string bbox_labels = 15 [json_name = "bboxLabels"];
- Specified by:
getBboxLabels
in interfaceData.FilterOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The bboxLabels at the given index.
-
getBboxLabelsBytes
public com.google.protobuf.ByteString getBboxLabelsBytes(int index) bbox_labels are used to match documents with the specified bounding box labels (using logical OR).
repeated string bbox_labels = 15 [json_name = "bboxLabels"];
- Specified by:
getBboxLabelsBytes
in interfaceData.FilterOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the bboxLabels at the given index.
-
setBboxLabels
bbox_labels are used to match documents with the specified bounding box labels (using logical OR).
repeated string bbox_labels = 15 [json_name = "bboxLabels"];
- Parameters:
index
- The index to set the value at.value
- The bboxLabels to set.- Returns:
- This builder for chaining.
-
addBboxLabels
bbox_labels are used to match documents with the specified bounding box labels (using logical OR).
repeated string bbox_labels = 15 [json_name = "bboxLabels"];
- Parameters:
value
- The bboxLabels to add.- Returns:
- This builder for chaining.
-
addAllBboxLabels
bbox_labels are used to match documents with the specified bounding box labels (using logical OR).
repeated string bbox_labels = 15 [json_name = "bboxLabels"];
- Parameters:
values
- The bboxLabels to add.- Returns:
- This builder for chaining.
-
clearBboxLabels
bbox_labels are used to match documents with the specified bounding box labels (using logical OR).
repeated string bbox_labels = 15 [json_name = "bboxLabels"];
- Returns:
- This builder for chaining.
-
addBboxLabelsBytes
bbox_labels are used to match documents with the specified bounding box labels (using logical OR).
repeated string bbox_labels = 15 [json_name = "bboxLabels"];
- Parameters:
value
- The bytes of the bboxLabels to add.- Returns:
- This builder for chaining.
-
getDatasetId
string dataset_id = 16 [json_name = "datasetId"];
- Specified by:
getDatasetId
in interfaceData.FilterOrBuilder
- Returns:
- The datasetId.
-
getDatasetIdBytes
public com.google.protobuf.ByteString getDatasetIdBytes()string dataset_id = 16 [json_name = "datasetId"];
- Specified by:
getDatasetIdBytes
in interfaceData.FilterOrBuilder
- Returns:
- The bytes for datasetId.
-
setDatasetId
string dataset_id = 16 [json_name = "datasetId"];
- Parameters:
value
- The datasetId to set.- Returns:
- This builder for chaining.
-
clearDatasetId
string dataset_id = 16 [json_name = "datasetId"];
- Returns:
- This builder for chaining.
-
setDatasetIdBytes
string dataset_id = 16 [json_name = "datasetId"];
- Parameters:
value
- The bytes for datasetId to set.- Returns:
- This builder for chaining.
-