XEventMetadataOrBuilder

общедоступный интерфейс XEventMetadataOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактная строка
getDisplayName ()
 Name of the event shown in trace viewer.
абстрактный com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of the event shown in trace viewer.
абстрактный длинный
получитьИд ()
 XPlane.event_metadata map key.
абстрактный com.google.protobuf.ByteString
получить метаданные ()
 Additional metadata in serialized format.
абстрактная строка
получитьИмя ()
 Name of the event.
абстрактный com.google.protobuf.ByteString
getNameBytes ()
 Name of the event.
абстрактный XStat
getStats (целевой индекс)
 XStats that are constant for all XEvents with the same metadata_id.
абстрактный int
getStatsCount ()
 XStats that are constant for all XEvents with the same metadata_id.
абстрактный список < XStat >
getStatsList ()
 XStats that are constant for all XEvents with the same metadata_id.
абстрактный XStatOrBuilder
getStatsOrBuilder (индекс целого числа)
 XStats that are constant for all XEvents with the same metadata_id.
абстрактный список<? расширяет XStatOrBuilder >
getStatsOrBuilderList ()
 XStats that are constant for all XEvents with the same metadata_id.

Публичные методы

общедоступная абстрактная строка getDisplayName ()

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

общедоступный абстрактный com.google.protobuf.ByteString getDisplayNameBytes ()

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

публичный абстрактный длинный getId ()

 XPlane.event_metadata map key.
 
int64 id = 1;

общедоступный абстрактный com.google.protobuf.ByteString getMetadata ()

 Additional metadata in serialized format.
 
bytes metadata = 3;

общедоступная абстрактная строка getName ()

 Name of the event.
 
string name = 2;

общедоступный абстрактный com.google.protobuf.ByteString getNameBytes ()

 Name of the event.
 
string name = 2;

общедоступный абстрактный XStat getStats (индекс 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;

публичный абстрактный 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;

общедоступный абстрактный список < 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;

общедоступный абстрактный XStatOrBuilder getStatsOrBuilder (индекс 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;

публичный абстрактный список<? расширяет 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;