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 Type
    Method
    Description
    .viam.app.data.v1.Annotations annotations = 8 [json_name = "annotations"];
    .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.ByteString
    getDatasetIdsBytes(int index)
    repeated string dataset_ids = 9 [json_name = "datasetIds"];
    int
    repeated 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.ByteString
    string file_ext = 6 [json_name = "fileExt"];
    string file_name = 5 [json_name = "fileName"];
    com.google.protobuf.ByteString
    string file_name = 5 [json_name = "fileName"];
    string id = 1 [json_name = "id"];
    com.google.protobuf.ByteString
    string id = 1 [json_name = "id"];
    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"];
    string uri = 7 [json_name = "uri"];
    com.google.protobuf.ByteString
    string 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

      String getId()
      string id = 1 [json_name = "id"];
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      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

      List<String> 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

      String getDatasetIds(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.
    • 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.