XEventMetadataOrBuilder

public interface XEventMetadataOrBuilder
Known Indirect Subclasses

Public Methods

abstract String
getDisplayName()
 Name of the event shown in trace viewer.
abstract com.google.protobuf.ByteString
getDisplayNameBytes()
 Name of the event shown in trace viewer.
abstract long
getId()
 XPlane.event_metadata map key.
abstract com.google.protobuf.ByteString
getMetadata()
 Additional metadata in serialized format.
abstract String
getName()
 Name of the event.
abstract com.google.protobuf.ByteString
getNameBytes()
 Name of the event.
abstract XStat
getStats(int index)
 XStats that are constant for all XEvents with the same metadata_id.
abstract int
getStatsCount()
 XStats that are constant for all XEvents with the same metadata_id.
abstract List<XStat>
getStatsList()
 XStats that are constant for all XEvents with the same metadata_id.
abstract XStatOrBuilder
getStatsOrBuilder(int index)
 XStats that are constant for all XEvents with the same metadata_id.
abstract List<? extends XStatOrBuilder>
getStatsOrBuilderList()
 XStats that are constant for all XEvents with the same metadata_id.

Public Methods

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 ()

 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 (int index)

 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 (int index)

 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<? extends 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;