Class GenkitSpanData.InstrumentationScope

java.lang.Object
com.google.genkit.core.tracing.GenkitSpanData.InstrumentationScope
Enclosing class:
GenkitSpanData

public static class GenkitSpanData.InstrumentationScope extends Object
InstrumentationScope represents the instrumentation library.
  • Constructor Details

    • InstrumentationScope

      public InstrumentationScope()
    • InstrumentationScope

      public InstrumentationScope(String name, String version)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getSchemaUrl

      public String getSchemaUrl()
    • setSchemaUrl

      public void setSchemaUrl(String schemaUrl)