Package 

Enum StreamFormat

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum StreamFormat
    extends Enum<StreamFormat>
                        

    Data format of a trace. Can be either the legacy JSON format or the protocol buffer format. Note that the JSON format will be deprecated soon.

    Official doc

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      json
      proto
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class org.hildan.chrome.devtools.domains.tracing.StreamFormat

        compareTo, equals, finalize, getDeclaringClass, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait