Package viam.app.data.v1
Interface Data.DeleteBinaryDataByIDsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.DeleteBinaryDataByIDsRequest
,Data.DeleteBinaryDataByIDsRequest.Builder
- Enclosing class:
- Data
public static interface Data.DeleteBinaryDataByIDsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBinaryIds
(int index) repeated .viam.app.data.v1.BinaryID binary_ids = 2 [json_name = "binaryIds"];
int
repeated .viam.app.data.v1.BinaryID binary_ids = 2 [json_name = "binaryIds"];
repeated .viam.app.data.v1.BinaryID binary_ids = 2 [json_name = "binaryIds"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getBinaryIdsList
List<Data.BinaryID> getBinaryIdsList()repeated .viam.app.data.v1.BinaryID binary_ids = 2 [json_name = "binaryIds"];
-
getBinaryIds
repeated .viam.app.data.v1.BinaryID binary_ids = 2 [json_name = "binaryIds"];
-
getBinaryIdsCount
int getBinaryIdsCount()repeated .viam.app.data.v1.BinaryID binary_ids = 2 [json_name = "binaryIds"];
-