Package io.opentelemetry.proto.logs.v1
Interface InstrumentationLibraryLogsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstrumentationLibraryLogs,InstrumentationLibraryLogs.Builder
public interface InstrumentationLibraryLogsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstrumentationLibrarygetInstrumentationLibrary()The instrumentation library information for the logs in this message.InstrumentationLibraryOrBuildergetInstrumentationLibraryOrBuilder()The instrumentation library information for the logs in this message.LogRecordgetLogs(int index)A list of log records.intgetLogsCount()A list of log records.List<LogRecord>getLogsList()A list of log records.LogRecordOrBuildergetLogsOrBuilder(int index)A list of log records.List<? extends LogRecordOrBuilder>getLogsOrBuilderList()A list of log records.StringgetSchemaUrl()This schema_url applies to all logs in the "logs" field.com.google.protobuf.ByteStringgetSchemaUrlBytes()This schema_url applies to all logs in the "logs" field.booleanhasInstrumentationLibrary()The instrumentation library information for the logs in this message.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-