Interface Xplane.XStatMetadataOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
Xplane.XStatMetadata, Xplane.XStatMetadata.Builder
Enclosing class:
Xplane

public static interface Xplane.XStatMetadataOrBuilder extends MessageOrBuilder
  • Method Details

    • getId

      long getId()
      XPlane.stat_metadata map key.
      
      int64 id = 1;
      Returns:
      The id.
    • getName

      String getName()
      Name of the stat (should be short).
      Two XStatMetadata with different id should have different names.
      
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      ByteString getNameBytes()
      Name of the stat (should be short).
      Two XStatMetadata with different id should have different names.
      
      string name = 2;
      Returns:
      The bytes for name.
    • getDescription

      String getDescription()
      Description of the stat (might be long).
      
      string description = 3;
      Returns:
      The description.
    • getDescriptionBytes

      ByteString getDescriptionBytes()
      Description of the stat (might be long).
      
      string description = 3;
      Returns:
      The bytes for description.