Interface TelemetryProtos.TelemetryMessageLogOrBuilder

    • Method Detail

      • hasLocation

        boolean hasLocation()
        required string location = 1;
      • getLocation

        String getLocation()
        required string location = 1;
      • getLocationBytes

        com.google.protobuf.ByteString getLocationBytes()
        required string location = 1;
      • hasSystemId

        boolean hasSystemId()
        required string system_id = 2;
      • getSystemId

        String getSystemId()
        required string system_id = 2;
      • getSystemIdBytes

        com.google.protobuf.ByteString getSystemIdBytes()
        required string system_id = 2;
      • hasSourceAddress

        boolean hasSourceAddress()
        optional string source_address = 3;
      • getSourceAddress

        String getSourceAddress()
        optional string source_address = 3;
      • getSourceAddressBytes

        com.google.protobuf.ByteString getSourceAddressBytes()
        optional string source_address = 3;
      • hasSourcePort

        boolean hasSourcePort()
        optional uint32 source_port = 4;
      • getSourcePort

        int getSourcePort()
        optional uint32 source_port = 4;
      • getMessageCount

        int getMessageCount()
        repeated .TelemetryMessage message = 5;