XEventMetadataOrBuilder

interfaz pública XEventMetadataOrBuilder
Subclases indirectas conocidas

Métodos públicos

cadena abstracta
getDisplayName ()
 Name of the event shown in trace viewer.
resumen com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of the event shown in trace viewer.
abstracto largo
getId ()
 XPlane.event_metadata map key.
resumen com.google.protobuf.ByteString
getMetadata ()
 Additional metadata in serialized format.
cadena abstracta
getName ()
 Name of the event.
resumen com.google.protobuf.ByteString
getNameBytes ()
 Name of the event.
XStat abstracto
getStats (índice int)
 XStats that are constant for all XEvents with the same metadata_id.
int abstracto
getStatsCount ()
 XStats that are constant for all XEvents with the same metadata_id.
Lista abstracta < XStat >
getStatsList ()
 XStats that are constant for all XEvents with the same metadata_id.
XStatOrBuilder abstracto
getStatsOrBuilder (índice int)
 XStats that are constant for all XEvents with the same metadata_id.
Resumen Lista <? extiende XStatOrBuilder >
getStatsOrBuilderList ()
 XStats that are constant for all XEvents with the same metadata_id.

Métodos públicos

público abstracto String getDisplayName ()

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

resumen público com.google.protobuf.ByteString getDisplayNameBytes ()

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

public abstract long getId ()

 XPlane.event_metadata map key.
 
int64 id = 1;

resumen público com.google.protobuf.ByteString getMetadata ()

 Additional metadata in serialized format.
 
bytes metadata = 3;

público abstracto String getName ()

 Name of the event.
 
string name = 2;

resumen público com.google.protobuf.ByteString getNameBytes ()

 Name of the event.
 
string name = 2;

público abstracto 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;

Lista pública abstracta < 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;

resumen 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 de resumen público <? extiende 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;