Interface TelemetryBis.TelemetryOrBuilder

    • Method Detail

      • getNodeIdStr

        java.lang.String getNodeIdStr()
          bytes node_id_uuid = 2;              // not produced
         
        string node_id_str = 1;
      • getNodeIdStrBytes

        com.google.protobuf.ByteString getNodeIdStrBytes()
          bytes node_id_uuid = 2;              // not produced
         
        string node_id_str = 1;
      • getSubscriptionIdStr

        java.lang.String getSubscriptionIdStr()
          uint32   subscription_id = 4;        // not produced
         
        string subscription_id_str = 3;
      • getSubscriptionIdStrBytes

        com.google.protobuf.ByteString getSubscriptionIdStrBytes()
          uint32   subscription_id = 4;        // not produced
         
        string subscription_id_str = 3;
      • getEncodingPath

        java.lang.String getEncodingPath()
         string   sensor_path = 5;               // not produced
         
        string encoding_path = 6;
      • getEncodingPathBytes

        com.google.protobuf.ByteString getEncodingPathBytes()
         string   sensor_path = 5;               // not produced
         
        string encoding_path = 6;
      • getCollectionId

        long getCollectionId()
         string   model_version = 7;             // not produced
         
        uint64 collection_id = 8;
      • getCollectionStartTime

        long getCollectionStartTime()
        uint64 collection_start_time = 9;
      • getMsgTimestamp

        long getMsgTimestamp()
        uint64 msg_timestamp = 10;
      • getDataGpbkvCount

        int getDataGpbkvCount()
        repeated .TelemetryField data_gpbkv = 11;
      • hasDataGpb

        boolean hasDataGpb()
        .TelemetryGPBTable data_gpb = 12;
      • getCollectionEndTime

        long getCollectionEndTime()
         uint64   heartbeat_sequence_number = 14; // not produced
         
        uint64 collection_end_time = 13;