Package viam.app.data.v1
Interface Data.AddBinaryDataToDatasetByIDsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.AddBinaryDataToDatasetByIDsRequest
,Data.AddBinaryDataToDatasetByIDsRequest.Builder
- Enclosing class:
- Data
public static interface Data.AddBinaryDataToDatasetByIDsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBinaryDataIds
(int index) repeated string binary_data_ids = 3 [json_name = "binaryDataIds"];
com.google.protobuf.ByteString
getBinaryDataIdsBytes
(int index) repeated string binary_data_ids = 3 [json_name = "binaryDataIds"];
int
repeated string binary_data_ids = 3 [json_name = "binaryDataIds"];
repeated string binary_data_ids = 3 [json_name = "binaryDataIds"];
getBinaryIds
(int index) repeated .viam.app.data.v1.BinaryID binary_ids = 1 [json_name = "binaryIds"];
int
repeated .viam.app.data.v1.BinaryID binary_ids = 1 [json_name = "binaryIds"];
repeated .viam.app.data.v1.BinaryID binary_ids = 1 [json_name = "binaryIds"];
string dataset_id = 2 [json_name = "datasetId"];
com.google.protobuf.ByteString
string dataset_id = 2 [json_name = "datasetId"];
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 = 1 [json_name = "binaryIds"];
-
getBinaryIds
repeated .viam.app.data.v1.BinaryID binary_ids = 1 [json_name = "binaryIds"];
-
getBinaryIdsCount
int getBinaryIdsCount()repeated .viam.app.data.v1.BinaryID binary_ids = 1 [json_name = "binaryIds"];
-
getBinaryDataIdsList
repeated string binary_data_ids = 3 [json_name = "binaryDataIds"];
- Returns:
- A list containing the binaryDataIds.
-
getBinaryDataIdsCount
int getBinaryDataIdsCount()repeated string binary_data_ids = 3 [json_name = "binaryDataIds"];
- Returns:
- The count of binaryDataIds.
-
getBinaryDataIds
repeated string binary_data_ids = 3 [json_name = "binaryDataIds"];
- Parameters:
index
- The index of the element to return.- Returns:
- The binaryDataIds at the given index.
-
getBinaryDataIdsBytes
com.google.protobuf.ByteString getBinaryDataIdsBytes(int index) repeated string binary_data_ids = 3 [json_name = "binaryDataIds"];
- Parameters:
index
- The index of the element to return.- Returns:
- The binaryDataIds at the given index.
-
getDatasetId
String getDatasetId()string dataset_id = 2 [json_name = "datasetId"];
- Returns:
- The datasetId.
-
getDatasetIdBytes
com.google.protobuf.ByteString getDatasetIdBytes()string dataset_id = 2 [json_name = "datasetId"];
- Returns:
- The bytes for datasetId.
-