interface pública XEventMetadataOrBuilder
Subclasses indiretas conhecidas |
Métodos Públicos
String abstrata | getDisplayName () Name of the event shown in trace viewer. |
abstract com.google.protobuf.ByteString | getDisplayNameBytes () Name of the event shown in trace viewer. |
abstrato longo | getId () XPlane.event_metadata map key. |
abstract com.google.protobuf.ByteString | getMetadata () Additional metadata in serialized format. |
String abstrata | getName () Name of the event. |
abstract com.google.protobuf.ByteString | getNameBytes () Name of the event. |
XStat abstrato | getStats (índice int) 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. |
XStatOrBuilder abstrato | 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
public abstract String getDisplayName ()
Name of the event shown in trace viewer.
string display_name = 4;
public abstract com.google.protobuf.ByteString getDisplayNameBytes ()
Name of the event shown in trace viewer.
string display_name = 4;
public abstract long getId ()
XPlane.event_metadata map key.
int64 id = 1;
public abstract com.google.protobuf.ByteString getMetadata ()
Metadados de
Additional metadata in serialized format.
bytes metadata = 3;
public abstract String getName ()
Name of the event.
string name = 2;
public abstract com.google.protobuf.ByteString getNameBytes ()
Name of the event.
string name = 2;
public abstract 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;
public abstract 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;
public abstract List < 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;
public abstract XStatOrBuilder getStatsOrBuilder (índice interno )
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 resumos 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;