interfaz pública XEventMetadataOrBuilder
Subclases indirectas conocidas |
Métodos públicos
cadena abstracta | getDisplayName () Name of the event shown in trace viewer. |
resumen com.google.protobuf.ByteString | getDisplayNameBytes () Name of the event shown in trace viewer. |
abstracto largo | obtenerId () XPlane.event_metadata map key. |
resumen com.google.protobuf.ByteString | obtener metadatos () Additional metadata in serialized format. |
cadena abstracta | obtenerNombre () Name of the event. |
resumen com.google.protobuf.ByteString | getNombreBytes () Name of the event. |
resumen XStat | getStats (índice int) XStats that are constant for all XEvents with the same metadata_id. |
resumen entero | getStatsCount () XStats that are constant for all XEvents with the same metadata_id. |
Lista abstracta< XStat > | obtenerListaEstadísticas () XStats that are constant for all XEvents with the same metadata_id. |
abstracto XStatOrBuilder | getStatsOrBuilder (índice int) XStats that are constant for all XEvents with the same metadata_id. |
Lista abstracta<? extiende XStatOrBuilder > | getStatsOrBuilderList () XStats that are constant for all XEvents with the same metadata_id. |
Métodos públicos
Cadena abstracta pública getDisplayName ()
Name of the event shown in trace viewer.
string display_name = 4;
resumen público com.google.protobuf.ByteString getDisplayNameBytes ()
Name of the event shown in trace viewer.
string display_name = 4;
getId largo abstracto público ()
XPlane.event_metadata map key.
int64 id = 1;
resumen público com.google.protobuf.ByteString getMetadata ()
Additional metadata in serialized format.
bytes metadata = 3;
Cadena abstracta pública getName ()
Name of the event.
string name = 2;
resumen público com.google.protobuf.ByteString getNameBytes ()
Name of the event.
string name = 2;
resumen público XStat getStats (índice int)
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
resumen público int getStatsCount ()
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
Lista abstracta pública< XStat > getStatsList ()
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
resumen público XStatOrBuilder getStatsOrBuilder (índice int)
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;
Lista de resúmenes públicos <? extiende XStatOrBuilder > getStatsOrBuilderList ()
XStats that are constant for all XEvents with the same metadata_id. Each of these XStats should have a different metadata_id.
repeated .tensorflow.profiler.XStat stats = 5;