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
@Deprecated public interface InstrumentationLibraryLogsOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description InstrumentationLibrarygetInstrumentationLibrary()Deprecated.The instrumentation library information for the logs in this message.InstrumentationLibraryOrBuildergetInstrumentationLibraryOrBuilder()Deprecated.The instrumentation library information for the logs in this message.LogRecordgetLogRecords(int index)Deprecated.A list of logs that originate from an instrumentation library.intgetLogRecordsCount()Deprecated.A list of logs that originate from an instrumentation library.List<LogRecord>getLogRecordsList()Deprecated.A list of logs that originate from an instrumentation library.LogRecordOrBuildergetLogRecordsOrBuilder(int index)Deprecated.A list of logs that originate from an instrumentation library.List<? extends LogRecordOrBuilder>getLogRecordsOrBuilderList()Deprecated.A list of logs that originate from an instrumentation library.StringgetSchemaUrl()Deprecated.This schema_url applies to all logs in the "logs" field.com.google.protobuf.ByteStringgetSchemaUrlBytes()Deprecated.This schema_url applies to all logs in the "logs" field.booleanhasInstrumentationLibrary()Deprecated.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()
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.
-
-