XEventMetadataOrBuilder

interfejs publiczny XEventMetadataOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjny ciąg
pobierz nazwę wyświetlaną ()
 Name of the event shown in trace viewer.
streszczenie com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of the event shown in trace viewer.
abstrakcyjne, długie
pobierzId ()
 XPlane.event_metadata map key.
streszczenie com.google.protobuf.ByteString
pobierzMetadane ()
 Additional metadata in serialized format.
abstrakcyjny ciąg
pobierz nazwę ()
 Name of the event.
streszczenie com.google.protobuf.ByteString
getNameBytes ()
 Name of the event.
streszczenie XStat
getStats (indeks int)
 XStats that are constant for all XEvents with the same metadata_id.
streszczenie wew
getStatsCount ()
 XStats that are constant for all XEvents with the same metadata_id.
lista abstrakcyjna <XStat>
getStatsList ()
 XStats that are constant for all XEvents with the same metadata_id.
streszczenie XStatOrBuilder
getStatsOrBuilder (indeks int)
 XStats that are constant for all XEvents with the same metadata_id.
lista abstrakcyjna<? rozszerza XStatOrBuilder >
getStatsOrBuilderList ()
 XStats that are constant for all XEvents with the same metadata_id.

Metody publiczne

publiczny ciąg abstrakcyjny getDisplayName ()

 Name of the event shown in trace viewer.
 
string display_name = 4;

publiczna abstrakcja com.google.protobuf.ByteString getDisplayNameBytes ()

 Name of the event shown in trace viewer.
 
string display_name = 4;

publiczne streszczenie długie getId ()

 XPlane.event_metadata map key.
 
int64 id = 1;

publiczne streszczenie com.google.protobuf.ByteString getMetadata ()

 Additional metadata in serialized format.
 
bytes metadata = 3;

publiczna abstrakcja String getName ()

 Name of the event.
 
string name = 2;

publiczne streszczenie com.google.protobuf.ByteString getNameBytes ()

 Name of the event.
 
string name = 2;

publiczne streszczenie XStat getStats (indeks 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;

publiczne streszczenie 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;

publiczna lista abstrakcyjna< 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;

publiczne streszczenie XStatOrBuilder getStatsOrBuilder (indeks 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;

publiczna lista abstrakcyjna<? rozszerza 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;