interfaz pública XStatMetadataOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| cadena abstracta | obtener descripción () Description of the stat (might be long). |
| resumen com.google.protobuf.ByteString | obtenerDescripciónBytes () Description of the stat (might be long). |
| abstracto largo | obtenerId () XPlane.stat_metadata map key. |
| cadena abstracta | obtenerNombre () Name of the stat (should be short). |
| resumen com.google.protobuf.ByteString | getNombreBytes () Name of the stat (should be short). |
Métodos públicos
Cadena abstracta pública getDescription ()
Description of the stat (might be long).
string description = 3; resumen público com.google.protobuf.ByteString getDescriptionBytes ()
Description of the stat (might be long).
string description = 3; getId largo abstracto público ()
XPlane.stat_metadata map key.
int64 id = 1; Cadena abstracta pública getName ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2; resumen público com.google.protobuf.ByteString getNameBytes ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;