Interface InstrumentationLibraryLogsOrBuilder

    • Method Detail

      • hasInstrumentationLibrary

        boolean hasInstrumentationLibrary()
        Deprecated.
         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;
        Returns:
        Whether the instrumentationLibrary field is set.
      • getInstrumentationLibrary

        InstrumentationLibrary getInstrumentationLibrary()
        Deprecated.
         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;
        Returns:
        The instrumentationLibrary.
      • getInstrumentationLibraryOrBuilder

        InstrumentationLibraryOrBuilder getInstrumentationLibraryOrBuilder()
        Deprecated.
         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;
      • getLogRecordsList

        List<LogRecord> getLogRecordsList()
        Deprecated.
         A list of logs that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.logs.v1.LogRecord log_records = 2;
      • getLogRecords

        LogRecord getLogRecords​(int index)
        Deprecated.
         A list of logs that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.logs.v1.LogRecord log_records = 2;
      • getLogRecordsCount

        int getLogRecordsCount()
        Deprecated.
         A list of logs that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.logs.v1.LogRecord log_records = 2;
      • getLogRecordsOrBuilderList

        List<? extends LogRecordOrBuilder> getLogRecordsOrBuilderList()
        Deprecated.
         A list of logs that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.logs.v1.LogRecord log_records = 2;
      • getLogRecordsOrBuilder

        LogRecordOrBuilder getLogRecordsOrBuilder​(int index)
        Deprecated.
         A list of logs that originate from an instrumentation library.
         
        repeated .opentelemetry.proto.logs.v1.LogRecord log_records = 2;
      • getSchemaUrl

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

        com.google.protobuf.ByteString getSchemaUrlBytes()
        Deprecated.
         This schema_url applies to all logs in the "logs" field.
         
        string schema_url = 3;
        Returns:
        The bytes for schemaUrl.