Interface DataSync.SensorDataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes binary = 3 [json_name = "binary"];
     
    .viam.app.datasync.v1.SensorMetadata metadata = 1 [json_name = "metadata"];
    com.google.protobuf.Struct
    .google.protobuf.Struct struct = 2 [json_name = "struct"];
    boolean
    bytes binary = 3 [json_name = "binary"];
    boolean
    .viam.app.datasync.v1.SensorMetadata metadata = 1 [json_name = "metadata"];
    boolean
    .google.protobuf.Struct struct = 2 [json_name = "struct"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasMetadata

      boolean hasMetadata()
      .viam.app.datasync.v1.SensorMetadata metadata = 1 [json_name = "metadata"];
      Returns:
      Whether the metadata field is set.
    • getMetadata

      .viam.app.datasync.v1.SensorMetadata metadata = 1 [json_name = "metadata"];
      Returns:
      The metadata.
    • hasStruct

      boolean hasStruct()
      .google.protobuf.Struct struct = 2 [json_name = "struct"];
      Returns:
      Whether the struct field is set.
    • getStruct

      com.google.protobuf.Struct getStruct()
      .google.protobuf.Struct struct = 2 [json_name = "struct"];
      Returns:
      The struct.
    • hasBinary

      boolean hasBinary()
      bytes binary = 3 [json_name = "binary"];
      Returns:
      Whether the binary field is set.
    • getBinary

      com.google.protobuf.ByteString getBinary()
      bytes binary = 3 [json_name = "binary"];
      Returns:
      The binary.
    • getDataCase