Package viam.app.data.v1
Interface Data.BinaryMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.BinaryMetadata,Data.BinaryMetadata.Builder
- Enclosing class:
- Data
public static interface Data.BinaryMetadataOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.viam.app.data.v1.Annotations annotations = 8 [json_name = "annotations"];string binary_data_id = 10 [json_name = "binaryDataId"];com.google.protobuf.ByteStringstring binary_data_id = 10 [json_name = "binaryDataId"];.viam.app.data.v1.CaptureMetadata capture_metadata = 2 [json_name = "captureMetadata"];getDatasetIds(int index) repeated string dataset_ids = 9 [json_name = "datasetIds"];com.google.protobuf.ByteStringgetDatasetIdsBytes(int index) repeated string dataset_ids = 9 [json_name = "datasetIds"];intrepeated string dataset_ids = 9 [json_name = "datasetIds"];repeated string dataset_ids = 9 [json_name = "datasetIds"];string file_ext = 6 [json_name = "fileExt"];com.google.protobuf.ByteStringstring file_ext = 6 [json_name = "fileExt"];string file_name = 5 [json_name = "fileName"];com.google.protobuf.ByteStringstring file_name = 5 [json_name = "fileName"];getId()Deprecated.viam.app.data.v1.BinaryMetadata.id is deprecated.com.google.protobuf.ByteStringDeprecated.viam.app.data.v1.BinaryMetadata.id is deprecated.com.google.protobuf.Timestamp.google.protobuf.Timestamp time_received = 4 [json_name = "timeReceived"];com.google.protobuf.Timestamp.google.protobuf.Timestamp time_requested = 3 [json_name = "timeRequested"];getUri()string uri = 7 [json_name = "uri"];com.google.protobuf.ByteStringstring uri = 7 [json_name = "uri"];boolean.viam.app.data.v1.Annotations annotations = 8 [json_name = "annotations"];boolean.viam.app.data.v1.CaptureMetadata capture_metadata = 2 [json_name = "captureMetadata"];boolean.google.protobuf.Timestamp time_received = 4 [json_name = "timeReceived"];boolean.google.protobuf.Timestamp time_requested = 3 [json_name = "timeRequested"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
Deprecated.viam.app.data.v1.BinaryMetadata.id is deprecated. See app/data/v1/data.proto;l=405string id = 1 [json_name = "id", deprecated = true];- Returns:
- The id.
-
getIdBytes
Deprecated.viam.app.data.v1.BinaryMetadata.id is deprecated. See app/data/v1/data.proto;l=405string id = 1 [json_name = "id", deprecated = true];- Returns:
- The bytes for id.
-
hasCaptureMetadata
boolean hasCaptureMetadata().viam.app.data.v1.CaptureMetadata capture_metadata = 2 [json_name = "captureMetadata"];- Returns:
- Whether the captureMetadata field is set.
-
getCaptureMetadata
Data.CaptureMetadata getCaptureMetadata().viam.app.data.v1.CaptureMetadata capture_metadata = 2 [json_name = "captureMetadata"];- Returns:
- The captureMetadata.
-
hasTimeRequested
boolean hasTimeRequested().google.protobuf.Timestamp time_requested = 3 [json_name = "timeRequested"];- Returns:
- Whether the timeRequested field is set.
-
getTimeRequested
com.google.protobuf.Timestamp getTimeRequested().google.protobuf.Timestamp time_requested = 3 [json_name = "timeRequested"];- Returns:
- The timeRequested.
-
hasTimeReceived
boolean hasTimeReceived().google.protobuf.Timestamp time_received = 4 [json_name = "timeReceived"];- Returns:
- Whether the timeReceived field is set.
-
getTimeReceived
com.google.protobuf.Timestamp getTimeReceived().google.protobuf.Timestamp time_received = 4 [json_name = "timeReceived"];- Returns:
- The timeReceived.
-
getFileName
String getFileName()string file_name = 5 [json_name = "fileName"];- Returns:
- The fileName.
-
getFileNameBytes
com.google.protobuf.ByteString getFileNameBytes()string file_name = 5 [json_name = "fileName"];- Returns:
- The bytes for fileName.
-
getFileExt
String getFileExt()string file_ext = 6 [json_name = "fileExt"];- Returns:
- The fileExt.
-
getFileExtBytes
com.google.protobuf.ByteString getFileExtBytes()string file_ext = 6 [json_name = "fileExt"];- Returns:
- The bytes for fileExt.
-
getUri
String getUri()string uri = 7 [json_name = "uri"];- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()string uri = 7 [json_name = "uri"];- Returns:
- The bytes for uri.
-
hasAnnotations
boolean hasAnnotations().viam.app.data.v1.Annotations annotations = 8 [json_name = "annotations"];- Returns:
- Whether the annotations field is set.
-
getAnnotations
Data.Annotations getAnnotations().viam.app.data.v1.Annotations annotations = 8 [json_name = "annotations"];- Returns:
- The annotations.
-
getDatasetIdsList
repeated string dataset_ids = 9 [json_name = "datasetIds"];- Returns:
- A list containing the datasetIds.
-
getDatasetIdsCount
int getDatasetIdsCount()repeated string dataset_ids = 9 [json_name = "datasetIds"];- Returns:
- The count of datasetIds.
-
getDatasetIds
repeated string dataset_ids = 9 [json_name = "datasetIds"];- Parameters:
index- The index of the element to return.- Returns:
- The datasetIds at the given index.
-
getDatasetIdsBytes
com.google.protobuf.ByteString getDatasetIdsBytes(int index) repeated string dataset_ids = 9 [json_name = "datasetIds"];- Parameters:
index- The index of the element to return.- Returns:
- The datasetIds at the given index.
-
getBinaryDataId
String getBinaryDataId()string binary_data_id = 10 [json_name = "binaryDataId"];- Returns:
- The binaryDataId.
-
getBinaryDataIdBytes
com.google.protobuf.ByteString getBinaryDataIdBytes()string binary_data_id = 10 [json_name = "binaryDataId"];- Returns:
- The bytes for binaryDataId.
-