XEventMetadataOrBuilder

genel arayüz XEventMetadataOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getDisplayName ()
 Name of the event shown in trace viewer.
abstract com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of the event shown in trace viewer.
soyut uzun
kimliği al ()
 XPlane.event_metadata map key.
abstract com.google.protobuf.ByteString
getMetadata ()
 Additional metadata in serialized format.
soyut Dize
getName ()
 Name of the event.
abstract com.google.protobuf.ByteString
getNameBytes ()
 Name of the event.
özet XStat
getStats (int dizini)
 XStats that are constant for all XEvents with the same metadata_id.
soyut int
getStatsCount ()
 XStats that are constant for all XEvents with the same metadata_id.
Özet Listesi< XStat >
getStatsList ()
 XStats that are constant for all XEvents with the same metadata_id.
özet XStatOrBuilder
getStatsOrBuilder (int dizini)
 XStats that are constant for all XEvents with the same metadata_id.
Özet Liste<? XStatOrBuilder'ı genişletiyor >
getStatsOrBuilderList ()
 XStats that are constant for all XEvents with the same metadata_id.

Genel Yöntemler

genel özet Dize getDisplayName ()

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

genel özet com.google.protobuf.ByteString getDisplayNameBytes ()

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

genel özet uzun getId ()

 XPlane.event_metadata map key.
 
int64 id = 1;

genel özet com.google.protobuf.ByteString getMetadata ()

 Additional metadata in serialized format.
 
bytes metadata = 3;

genel özet Dize getName ()

 Name of the event.
 
string name = 2;

genel özet com.google.protobuf.ByteString getNameBytes ()

 Name of the event.
 
string name = 2;

genel özet XStat getStats (int dizini)

 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;

genel özet 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;

genel özet Listesi< 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;

genel özet XStatOrBuilder getStatsOrBuilder (int dizini)

 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;

genel özet listesi<? XStatOrBuilder'ı genişletir > 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;