Interface DataSync.SensorMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
DataSync.SensorMetadata, DataSync.SensorMetadata.Builder
Enclosing class:
DataSync

public static interface DataSync.SensorMetadataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .viam.app.data.v1.Annotations annotations = 4 [json_name = "annotations"];
    .viam.app.datasync.v1.MimeType mime_type = 3 [json_name = "mimeType"];
    int
    .viam.app.datasync.v1.MimeType mime_type = 3 [json_name = "mimeType"];
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp time_received = 2 [json_name = "timeReceived"];
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp time_requested = 1 [json_name = "timeRequested"];
    boolean
    .viam.app.data.v1.Annotations annotations = 4 [json_name = "annotations"];
    boolean
    .google.protobuf.Timestamp time_received = 2 [json_name = "timeReceived"];
    boolean
    .google.protobuf.Timestamp time_requested = 1 [json_name = "timeRequested"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasTimeRequested

      boolean hasTimeRequested()
      .google.protobuf.Timestamp time_requested = 1 [json_name = "timeRequested"];
      Returns:
      Whether the timeRequested field is set.
    • getTimeRequested

      com.google.protobuf.Timestamp getTimeRequested()
      .google.protobuf.Timestamp time_requested = 1 [json_name = "timeRequested"];
      Returns:
      The timeRequested.
    • hasTimeReceived

      boolean hasTimeReceived()
      .google.protobuf.Timestamp time_received = 2 [json_name = "timeReceived"];
      Returns:
      Whether the timeReceived field is set.
    • getTimeReceived

      com.google.protobuf.Timestamp getTimeReceived()
      .google.protobuf.Timestamp time_received = 2 [json_name = "timeReceived"];
      Returns:
      The timeReceived.
    • getMimeTypeValue

      int getMimeTypeValue()
      .viam.app.datasync.v1.MimeType mime_type = 3 [json_name = "mimeType"];
      Returns:
      The enum numeric value on the wire for mimeType.
    • getMimeType

      DataSync.MimeType getMimeType()
      .viam.app.datasync.v1.MimeType mime_type = 3 [json_name = "mimeType"];
      Returns:
      The mimeType.
    • hasAnnotations

      boolean hasAnnotations()
      .viam.app.data.v1.Annotations annotations = 4 [json_name = "annotations"];
      Returns:
      Whether the annotations field is set.
    • getAnnotations

      Data.Annotations getAnnotations()
      .viam.app.data.v1.Annotations annotations = 4 [json_name = "annotations"];
      Returns:
      The annotations.