interface pública XEventMetadataOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| cadeia abstrata | getDisplayName () Name of the event shown in trace viewer. |
| abstrato com.google.protobuf.ByteString | getDisplayNameBytes () Name of the event shown in trace viewer. |
| abstrato longo | getId () XPlane.event_metadata map key. |
| abstrato com.google.protobuf.ByteString | getMetadata () Additional metadata in serialized format. |
| cadeia abstrata | getNome () Name of the event. |
| abstrato com.google.protobuf.ByteString | getNomeBytes () Name of the event. |
| XStat abstrato | getStats (índice interno) XStats that are constant for all XEvents with the same metadata_id. |
| abstrato int | getStatsCount () XStats that are constant for all XEvents with the same metadata_id. |
| Lista abstrata< XStat > | getStatsList () XStats that are constant for all XEvents with the same metadata_id. |
| abstrato XStatOrBuilder | getStatsOrBuilder (índice interno) XStats that are constant for all XEvents with the same metadata_id. |
| lista abstrata<? estende XStatOrBuilder > | getStatsOrBuilderList () XStats that are constant for all XEvents with the same metadata_id. |
Métodos Públicos
String abstrata pública getDisplayName ()
Name of the event shown in trace viewer.
string display_name = 4; resumo público com.google.protobuf.ByteString getDisplayNameBytes ()
Name of the event shown in trace viewer.
string display_name = 4; público abstrato longo getId ()
XPlane.event_metadata map key.
int64 id = 1; resumo público com.google.protobuf.ByteString getMetadata ()
Additional metadata in serialized format.
bytes metadata = 3; String abstrata pública getName ()
Name of the event.
string name = 2; resumo público com.google.protobuf.ByteString getNameBytes ()
Name of the event.
string name = 2; público abstrato 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; público abstrato 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 abstrata 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; resumo 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 abstrata pública<? estende 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;