XEventMetadataOrBuilder

パブリック インターフェイスXEventMetadataOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象文字列
getDisplayName ()
 Name of the event shown in trace viewer.
抽象的な com.google.protobuf.ByteString
getDisplayNameBytes ()
 Name of the event shown in trace viewer.
抽象的な長い
getId ()
 XPlane.event_metadata map key.
抽象的な com.google.protobuf.ByteString
getメタデータ()
 Additional metadata in serialized format.
抽象文字列
getName ()
 Name of the event.
抽象的な com.google.protobuf.ByteString
getNameBytes ()
 Name of the event.
抽象XStat
getStats (int インデックス)
 XStats that are constant for all XEvents with the same metadata_id.
抽象整数
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 (int インデックス)
 XStats that are constant for all XEvents with the same metadata_id.
抽象リスト<? XStOrBuilderを拡張 >
getStatsOrBuilderList ()
 XStats that are constant for all XEvents with the same metadata_id.

パブリックメソッド

public abstract String 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;

public abstract long getId ()

 XPlane.event_metadata map key.
 
int64 id = 1;

パブリック抽象 com.google.protobuf.ByteString getMetadata ()

 Additional metadata in serialized format.
 
bytes metadata = 3;

パブリック抽象 String getName ()

 Name of the event.
 
string name = 2;

パブリック抽象 com.google.protobuf.ByteString getNameBytes ()

 Name of the event.
 
string name = 2;

パブリック抽象XSt 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;

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;

パブリック抽象 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;

パブリック抽象XStOrBuilder 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;

公開抄録リスト<? extends XStOrBuilder > 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;