Class ProtoEnumInfo

java.lang.Object
io.opentelemetry.exporter.internal.marshal.ProtoEnumInfo
Direct Known Subclasses:
AutoValue_ProtoEnumInfo

public abstract class ProtoEnumInfo extends Object
Information about a field in a proto definition.

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.

  • Constructor Details

    • ProtoEnumInfo

      public ProtoEnumInfo()
  • Method Details

    • create

      public static ProtoEnumInfo create(int enumNumber, String jsonName)
    • getEnumNumber

      public abstract int getEnumNumber()
    • getJsonName

      public abstract String getJsonName()