Package viam.app.data.v1
Class Data.DeleteTabularFilter.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<Data.DeleteTabularFilter,Data.DeleteTabularFilter.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<Data.DeleteTabularFilter,Data.DeleteTabularFilter.Builder>
viam.app.data.v1.Data.DeleteTabularFilter.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,Data.DeleteTabularFilterOrBuilder
- Enclosing class:
Data.DeleteTabularFilter
public static final class Data.DeleteTabularFilter.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Data.DeleteTabularFilter,Data.DeleteTabularFilter.Builder>
implements Data.DeleteTabularFilterOrBuilder
TabularFilter filters tabular data. All fields are optional; omitted fields are treated as unconstrained.Protobuf type
viam.app.data.v1.DeleteTabularFilter-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionaddAllLocationIds(Iterable<String> values) repeated string location_ids = 1 [json_name = "locationIds"];addLocationIds(String value) repeated string location_ids = 1 [json_name = "locationIds"];addLocationIdsBytes(com.google.protobuf.ByteString value) repeated string location_ids = 1 [json_name = "locationIds"];string component_name = 5 [json_name = "componentName"];string component_type = 4 [json_name = "componentType"];repeated string location_ids = 1 [json_name = "locationIds"];string method = 6 [json_name = "method"];string part_id = 3 [json_name = "partId"];string robot_id = 2 [json_name = "robotId"];.viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"];string component_name = 5 [json_name = "componentName"];com.google.protobuf.ByteStringstring component_name = 5 [json_name = "componentName"];string component_type = 4 [json_name = "componentType"];com.google.protobuf.ByteStringstring component_type = 4 [json_name = "componentType"];getLocationIds(int index) repeated string location_ids = 1 [json_name = "locationIds"];com.google.protobuf.ByteStringgetLocationIdsBytes(int index) repeated string location_ids = 1 [json_name = "locationIds"];intrepeated string location_ids = 1 [json_name = "locationIds"];repeated string location_ids = 1 [json_name = "locationIds"];string method = 6 [json_name = "method"];com.google.protobuf.ByteStringstring method = 6 [json_name = "method"];string part_id = 3 [json_name = "partId"];com.google.protobuf.ByteStringstring part_id = 3 [json_name = "partId"];string robot_id = 2 [json_name = "robotId"];com.google.protobuf.ByteStringstring robot_id = 2 [json_name = "robotId"];.viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"];boolean.viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"];mergeTagsFilter(Data.TagsFilter value) .viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"];setComponentName(String value) string component_name = 5 [json_name = "componentName"];setComponentNameBytes(com.google.protobuf.ByteString value) string component_name = 5 [json_name = "componentName"];setComponentType(String value) string component_type = 4 [json_name = "componentType"];setComponentTypeBytes(com.google.protobuf.ByteString value) string component_type = 4 [json_name = "componentType"];setLocationIds(int index, String value) repeated string location_ids = 1 [json_name = "locationIds"];string method = 6 [json_name = "method"];setMethodBytes(com.google.protobuf.ByteString value) string method = 6 [json_name = "method"];string part_id = 3 [json_name = "partId"];setPartIdBytes(com.google.protobuf.ByteString value) string part_id = 3 [json_name = "partId"];setRobotId(String value) string robot_id = 2 [json_name = "robotId"];setRobotIdBytes(com.google.protobuf.ByteString value) string robot_id = 2 [json_name = "robotId"];setTagsFilter(Data.TagsFilter value) .viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"];setTagsFilter(Data.TagsFilter.Builder builderForValue) .viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"];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
-
getLocationIdsList
repeated string location_ids = 1 [json_name = "locationIds"];- Specified by:
getLocationIdsListin interfaceData.DeleteTabularFilterOrBuilder- Returns:
- A list containing the locationIds.
-
getLocationIdsCount
public int getLocationIdsCount()repeated string location_ids = 1 [json_name = "locationIds"];- Specified by:
getLocationIdsCountin interfaceData.DeleteTabularFilterOrBuilder- Returns:
- The count of locationIds.
-
getLocationIds
repeated string location_ids = 1 [json_name = "locationIds"];- Specified by:
getLocationIdsin interfaceData.DeleteTabularFilterOrBuilder- 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 = 1 [json_name = "locationIds"];- Specified by:
getLocationIdsBytesin interfaceData.DeleteTabularFilterOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the locationIds at the given index.
-
setLocationIds
repeated string location_ids = 1 [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 = 1 [json_name = "locationIds"];- Parameters:
value- The locationIds to add.- Returns:
- This builder for chaining.
-
addAllLocationIds
repeated string location_ids = 1 [json_name = "locationIds"];- Parameters:
values- The locationIds to add.- Returns:
- This builder for chaining.
-
clearLocationIds
repeated string location_ids = 1 [json_name = "locationIds"];- Returns:
- This builder for chaining.
-
addLocationIdsBytes
repeated string location_ids = 1 [json_name = "locationIds"];- Parameters:
value- The bytes of the locationIds to add.- Returns:
- This builder for chaining.
-
getRobotId
string robot_id = 2 [json_name = "robotId"];- Specified by:
getRobotIdin interfaceData.DeleteTabularFilterOrBuilder- Returns:
- The robotId.
-
getRobotIdBytes
public com.google.protobuf.ByteString getRobotIdBytes()string robot_id = 2 [json_name = "robotId"];- Specified by:
getRobotIdBytesin interfaceData.DeleteTabularFilterOrBuilder- Returns:
- The bytes for robotId.
-
setRobotId
string robot_id = 2 [json_name = "robotId"];- Parameters:
value- The robotId to set.- Returns:
- This builder for chaining.
-
clearRobotId
string robot_id = 2 [json_name = "robotId"];- Returns:
- This builder for chaining.
-
setRobotIdBytes
string robot_id = 2 [json_name = "robotId"];- Parameters:
value- The bytes for robotId to set.- Returns:
- This builder for chaining.
-
getPartId
string part_id = 3 [json_name = "partId"];- Specified by:
getPartIdin interfaceData.DeleteTabularFilterOrBuilder- Returns:
- The partId.
-
getPartIdBytes
public com.google.protobuf.ByteString getPartIdBytes()string part_id = 3 [json_name = "partId"];- Specified by:
getPartIdBytesin interfaceData.DeleteTabularFilterOrBuilder- Returns:
- The bytes for partId.
-
setPartId
string part_id = 3 [json_name = "partId"];- Parameters:
value- The partId to set.- Returns:
- This builder for chaining.
-
clearPartId
string part_id = 3 [json_name = "partId"];- Returns:
- This builder for chaining.
-
setPartIdBytes
string part_id = 3 [json_name = "partId"];- Parameters:
value- The bytes for partId to set.- Returns:
- This builder for chaining.
-
getComponentType
string component_type = 4 [json_name = "componentType"];- Specified by:
getComponentTypein interfaceData.DeleteTabularFilterOrBuilder- Returns:
- The componentType.
-
getComponentTypeBytes
public com.google.protobuf.ByteString getComponentTypeBytes()string component_type = 4 [json_name = "componentType"];- Specified by:
getComponentTypeBytesin interfaceData.DeleteTabularFilterOrBuilder- Returns:
- The bytes for componentType.
-
setComponentType
string component_type = 4 [json_name = "componentType"];- Parameters:
value- The componentType to set.- Returns:
- This builder for chaining.
-
clearComponentType
string component_type = 4 [json_name = "componentType"];- Returns:
- This builder for chaining.
-
setComponentTypeBytes
string component_type = 4 [json_name = "componentType"];- Parameters:
value- The bytes for componentType to set.- Returns:
- This builder for chaining.
-
getComponentName
string component_name = 5 [json_name = "componentName"];- Specified by:
getComponentNamein interfaceData.DeleteTabularFilterOrBuilder- Returns:
- The componentName.
-
getComponentNameBytes
public com.google.protobuf.ByteString getComponentNameBytes()string component_name = 5 [json_name = "componentName"];- Specified by:
getComponentNameBytesin interfaceData.DeleteTabularFilterOrBuilder- Returns:
- The bytes for componentName.
-
setComponentName
string component_name = 5 [json_name = "componentName"];- Parameters:
value- The componentName to set.- Returns:
- This builder for chaining.
-
clearComponentName
string component_name = 5 [json_name = "componentName"];- Returns:
- This builder for chaining.
-
setComponentNameBytes
string component_name = 5 [json_name = "componentName"];- Parameters:
value- The bytes for componentName to set.- Returns:
- This builder for chaining.
-
getMethod
string method = 6 [json_name = "method"];- Specified by:
getMethodin interfaceData.DeleteTabularFilterOrBuilder- Returns:
- The method.
-
getMethodBytes
public com.google.protobuf.ByteString getMethodBytes()string method = 6 [json_name = "method"];- Specified by:
getMethodBytesin interfaceData.DeleteTabularFilterOrBuilder- Returns:
- The bytes for method.
-
setMethod
string method = 6 [json_name = "method"];- Parameters:
value- The method to set.- Returns:
- This builder for chaining.
-
clearMethod
string method = 6 [json_name = "method"];- Returns:
- This builder for chaining.
-
setMethodBytes
string method = 6 [json_name = "method"];- Parameters:
value- The bytes for method to set.- Returns:
- This builder for chaining.
-
hasTagsFilter
public boolean hasTagsFilter().viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"];- Specified by:
hasTagsFilterin interfaceData.DeleteTabularFilterOrBuilder- Returns:
- Whether the tagsFilter field is set.
-
getTagsFilter
.viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"];- Specified by:
getTagsFilterin interfaceData.DeleteTabularFilterOrBuilder- Returns:
- The tagsFilter.
-
setTagsFilter
.viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"]; -
setTagsFilter
.viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"]; -
mergeTagsFilter
.viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"]; -
clearTagsFilter
.viam.app.data.v1.TagsFilter tags_filter = 7 [json_name = "tagsFilter"];
-