Interface InstrumentationLibraryLogsOrBuilder

    • Method Detail

      • hasInstrumentationLibrary

        boolean hasInstrumentationLibrary()
         The instrumentation library information for the logs in this message.
         Semantically when InstrumentationLibrary isn't set, it is equivalent with
         an empty instrumentation library name (unknown).
         
        .opentelemetry.proto.common.v1.InstrumentationLibrary instrumentation_library = 1;
      • getInstrumentationLibrary

        InstrumentationLibrary getInstrumentationLibrary()
         The instrumentation library information for the logs in this message.
         Semantically when InstrumentationLibrary isn't set, it is equivalent with
         an empty instrumentation library name (unknown).
         
        .opentelemetry.proto.common.v1.InstrumentationLibrary instrumentation_library = 1;
      • getInstrumentationLibraryOrBuilder

        InstrumentationLibraryOrBuilder getInstrumentationLibraryOrBuilder()
         The instrumentation library information for the logs in this message.
         Semantically when InstrumentationLibrary isn't set, it is equivalent with
         an empty instrumentation library name (unknown).
         
        .opentelemetry.proto.common.v1.InstrumentationLibrary instrumentation_library = 1;
      • getLogsList

        List<LogRecord> getLogsList()
         A list of log records.
         
        repeated .opentelemetry.proto.logs.v1.LogRecord logs = 2;
      • getLogs

        LogRecord getLogs​(int index)
         A list of log records.
         
        repeated .opentelemetry.proto.logs.v1.LogRecord logs = 2;
      • getLogsCount

        int getLogsCount()
         A list of log records.
         
        repeated .opentelemetry.proto.logs.v1.LogRecord logs = 2;
      • getLogsOrBuilderList

        List<? extends LogRecordOrBuilder> getLogsOrBuilderList()
         A list of log records.
         
        repeated .opentelemetry.proto.logs.v1.LogRecord logs = 2;
      • getLogsOrBuilder

        LogRecordOrBuilder getLogsOrBuilder​(int index)
         A list of log records.
         
        repeated .opentelemetry.proto.logs.v1.LogRecord logs = 2;
      • getSchemaUrl

        String getSchemaUrl()
         This schema_url applies to all logs in the "logs" field.
         
        string schema_url = 3;
      • getSchemaUrlBytes

        com.google.protobuf.ByteString getSchemaUrlBytes()
         This schema_url applies to all logs in the "logs" field.
         
        string schema_url = 3;