Interface Xplane.XSpaceOrBuilder

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

public static interface Xplane.XSpaceOrBuilder extends MessageOrBuilder
  • Method Details

    • getPlanesList

      List<Xplane.XPlane> getPlanesList()
      repeated .tensorflow.profiler.XPlane planes = 1;
    • getPlanes

      Xplane.XPlane getPlanes(int index)
      repeated .tensorflow.profiler.XPlane planes = 1;
    • getPlanesCount

      int getPlanesCount()
      repeated .tensorflow.profiler.XPlane planes = 1;
    • getPlanesOrBuilderList

      List<? extends Xplane.XPlaneOrBuilder> getPlanesOrBuilderList()
      repeated .tensorflow.profiler.XPlane planes = 1;
    • getPlanesOrBuilder

      Xplane.XPlaneOrBuilder getPlanesOrBuilder(int index)
      repeated .tensorflow.profiler.XPlane planes = 1;
    • getErrorsList

      List<String> getErrorsList()
      Errors (if any) in the generation of planes.
      
      repeated string errors = 2;
      Returns:
      A list containing the errors.
    • getErrorsCount

      int getErrorsCount()
      Errors (if any) in the generation of planes.
      
      repeated string errors = 2;
      Returns:
      The count of errors.
    • getErrors

      String getErrors(int index)
      Errors (if any) in the generation of planes.
      
      repeated string errors = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The errors at the given index.
    • getErrorsBytes

      ByteString getErrorsBytes(int index)
      Errors (if any) in the generation of planes.
      
      repeated string errors = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the errors at the given index.
    • getWarningsList

      List<String> getWarningsList()
      Warnings (if any) in the generation of planes;
      
      repeated string warnings = 3;
      Returns:
      A list containing the warnings.
    • getWarningsCount

      int getWarningsCount()
      Warnings (if any) in the generation of planes;
      
      repeated string warnings = 3;
      Returns:
      The count of warnings.
    • getWarnings

      String getWarnings(int index)
      Warnings (if any) in the generation of planes;
      
      repeated string warnings = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The warnings at the given index.
    • getWarningsBytes

      ByteString getWarningsBytes(int index)
      Warnings (if any) in the generation of planes;
      
      repeated string warnings = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the warnings at the given index.
    • getHostnamesList

      List<String> getHostnamesList()
      List of hostnames that XPlanes are generated from.
      
      repeated string hostnames = 4;
      Returns:
      A list containing the hostnames.
    • getHostnamesCount

      int getHostnamesCount()
      List of hostnames that XPlanes are generated from.
      
      repeated string hostnames = 4;
      Returns:
      The count of hostnames.
    • getHostnames

      String getHostnames(int index)
      List of hostnames that XPlanes are generated from.
      
      repeated string hostnames = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The hostnames at the given index.
    • getHostnamesBytes

      ByteString getHostnamesBytes(int index)
      List of hostnames that XPlanes are generated from.
      
      repeated string hostnames = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the hostnames at the given index.