Package viam.app.data.v1
Interface Data.BinaryDataByIDsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.BinaryDataByIDsRequest,Data.BinaryDataByIDsRequest.Builder
- Enclosing class:
- Data
public static interface Data.BinaryDataByIDsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBinaryDataIds(int index) repeated string binary_data_ids = 4 [json_name = "binaryDataIds"];com.google.protobuf.ByteStringgetBinaryDataIdsBytes(int index) repeated string binary_data_ids = 4 [json_name = "binaryDataIds"];intrepeated string binary_data_ids = 4 [json_name = "binaryDataIds"];repeated string binary_data_ids = 4 [json_name = "binaryDataIds"];getBinaryIds(int index) Deprecated.intDeprecated.Deprecated.booleanbool include_binary = 2 [json_name = "includeBinary"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getIncludeBinary
boolean getIncludeBinary()bool include_binary = 2 [json_name = "includeBinary"];- Returns:
- The includeBinary.
-
getBinaryIdsList
Deprecated.repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds", deprecated = true]; -
getBinaryIds
Deprecated.repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds", deprecated = true]; -
getBinaryIdsCount
Deprecated.repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds", deprecated = true]; -
getBinaryDataIdsList
repeated string binary_data_ids = 4 [json_name = "binaryDataIds"];- Returns:
- A list containing the binaryDataIds.
-
getBinaryDataIdsCount
int getBinaryDataIdsCount()repeated string binary_data_ids = 4 [json_name = "binaryDataIds"];- Returns:
- The count of binaryDataIds.
-
getBinaryDataIds
repeated string binary_data_ids = 4 [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 = 4 [json_name = "binaryDataIds"];- Parameters:
index- The index of the element to return.- Returns:
- The binaryDataIds at the given index.
-