Class ProtoFieldInfo

java.lang.Object
io.opentelemetry.exporter.internal.marshal.ProtoFieldInfo
Direct Known Subclasses:
AutoValue_ProtoFieldInfo

public abstract class ProtoFieldInfo 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

    • ProtoFieldInfo

      public ProtoFieldInfo()
  • Method Details

    • create

      public static ProtoFieldInfo create(int fieldNumber, int tag, String jsonName)
    • getFieldNumber

      public abstract int getFieldNumber()
    • getTag

      public abstract int getTag()
    • getTagSize

      public abstract int getTagSize()
    • getJsonName

      public abstract String getJsonName()