Interface Xplane.XPlaneOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
Xplane.XPlane, Xplane.XPlane.Builder
Enclosing class:
Xplane

public static interface Xplane.XPlaneOrBuilder extends MessageOrBuilder
  • Method Details

    • getId

      long getId()
      int64 id = 1;
      Returns:
      The id.
    • getName

      String getName()
      Name of this XPlane.
      
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      ByteString getNameBytes()
      Name of this XPlane.
      
      string name = 2;
      Returns:
      The bytes for name.
    • getLinesList

      List<Xplane.XLine> getLinesList()
      Parallel timelines grouped in this plane. XLines with the same id
      are effectively the same timeline.
      
      repeated .tensorflow.profiler.XLine lines = 3;
    • getLines

      Xplane.XLine getLines(int index)
      Parallel timelines grouped in this plane. XLines with the same id
      are effectively the same timeline.
      
      repeated .tensorflow.profiler.XLine lines = 3;
    • getLinesCount

      int getLinesCount()
      Parallel timelines grouped in this plane. XLines with the same id
      are effectively the same timeline.
      
      repeated .tensorflow.profiler.XLine lines = 3;
    • getLinesOrBuilderList

      List<? extends Xplane.XLineOrBuilder> getLinesOrBuilderList()
      Parallel timelines grouped in this plane. XLines with the same id
      are effectively the same timeline.
      
      repeated .tensorflow.profiler.XLine lines = 3;
    • getLinesOrBuilder

      Xplane.XLineOrBuilder getLinesOrBuilder(int index)
      Parallel timelines grouped in this plane. XLines with the same id
      are effectively the same timeline.
      
      repeated .tensorflow.profiler.XLine lines = 3;
    • getEventMetadataCount

      int getEventMetadataCount()
      XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
      should be used for events that share the same ID over the whole XPlane.
      
      map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;
    • containsEventMetadata

      boolean containsEventMetadata(long key)
      XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
      should be used for events that share the same ID over the whole XPlane.
      
      map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;
    • getEventMetadata

      Deprecated.
    • getEventMetadataMap

      Map<Long, Xplane.XEventMetadata> getEventMetadataMap()
      XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
      should be used for events that share the same ID over the whole XPlane.
      
      map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;
    • getEventMetadataOrDefault

      Xplane.XEventMetadata getEventMetadataOrDefault(long key, Xplane.XEventMetadata defaultValue)
      XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
      should be used for events that share the same ID over the whole XPlane.
      
      map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;
    • getEventMetadataOrThrow

      Xplane.XEventMetadata getEventMetadataOrThrow(long key)
      XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
      should be used for events that share the same ID over the whole XPlane.
      
      map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;
    • getStatMetadataCount

      int getStatMetadataCount()
      XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
      should be used for stats that share the same ID over the whole XPlane.
      
      map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;
    • containsStatMetadata

      boolean containsStatMetadata(long key)
      XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
      should be used for stats that share the same ID over the whole XPlane.
      
      map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;
    • getStatMetadata

      Deprecated.
    • getStatMetadataMap

      Map<Long, Xplane.XStatMetadata> getStatMetadataMap()
      XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
      should be used for stats that share the same ID over the whole XPlane.
      
      map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;
    • getStatMetadataOrDefault

      Xplane.XStatMetadata getStatMetadataOrDefault(long key, Xplane.XStatMetadata defaultValue)
      XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
      should be used for stats that share the same ID over the whole XPlane.
      
      map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;
    • getStatMetadataOrThrow

      Xplane.XStatMetadata getStatMetadataOrThrow(long key)
      XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
      should be used for stats that share the same ID over the whole XPlane.
      
      map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;
    • getStatsList

      List<Xplane.XStat> getStatsList()
      XStats associated with this plane, e.g. device capabilities.
      Each of these XStats should have a different metadata_id.
      
      repeated .tensorflow.profiler.XStat stats = 6;
    • getStats

      Xplane.XStat getStats(int index)
      XStats associated with this plane, e.g. device capabilities.
      Each of these XStats should have a different metadata_id.
      
      repeated .tensorflow.profiler.XStat stats = 6;
    • getStatsCount

      int getStatsCount()
      XStats associated with this plane, e.g. device capabilities.
      Each of these XStats should have a different metadata_id.
      
      repeated .tensorflow.profiler.XStat stats = 6;
    • getStatsOrBuilderList

      List<? extends Xplane.XStatOrBuilder> getStatsOrBuilderList()
      XStats associated with this plane, e.g. device capabilities.
      Each of these XStats should have a different metadata_id.
      
      repeated .tensorflow.profiler.XStat stats = 6;
    • getStatsOrBuilder

      Xplane.XStatOrBuilder getStatsOrBuilder(int index)
      XStats associated with this plane, e.g. device capabilities.
      Each of these XStats should have a different metadata_id.
      
      repeated .tensorflow.profiler.XStat stats = 6;