Interface TelemetryProtos.TelemetryMessageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getBytes()
      required bytes bytes = 2;
      long getTimestamp()
      required uint64 timestamp = 1;
      boolean hasBytes()
      required bytes bytes = 2;
      boolean hasTimestamp()
      required uint64 timestamp = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasTimestamp

        boolean hasTimestamp()
        required uint64 timestamp = 1;
      • getTimestamp

        long getTimestamp()
        required uint64 timestamp = 1;
      • hasBytes

        boolean hasBytes()
        required bytes bytes = 2;
      • getBytes

        com.google.protobuf.ByteString getBytes()
        required bytes bytes = 2;