Uses of Class
io.opentelemetry.proto.logs.v1.LogRecord
-
Packages that use LogRecord Package Description io.opentelemetry.proto.logs.v1 -
-
Uses of LogRecord in io.opentelemetry.proto.logs.v1
Methods in io.opentelemetry.proto.logs.v1 that return LogRecord Modifier and Type Method Description LogRecordLogRecord.Builder. build()LogRecordLogRecord.Builder. buildPartial()static LogRecordLogRecord. getDefaultInstance()LogRecordLogRecord.Builder. getDefaultInstanceForType()LogRecordLogRecord. getDefaultInstanceForType()LogRecordInstrumentationLibraryLogs.Builder. getLogRecords(int index)A list of logs that originate from an instrumentation library.LogRecordInstrumentationLibraryLogs. getLogRecords(int index)Deprecated.A list of logs that originate from an instrumentation library.LogRecordInstrumentationLibraryLogsOrBuilder. getLogRecords(int index)Deprecated.A list of logs that originate from an instrumentation library.LogRecordScopeLogs.Builder. getLogRecords(int index)A list of log records.LogRecordScopeLogs. getLogRecords(int index)A list of log records.LogRecordScopeLogsOrBuilder. getLogRecords(int index)A list of log records.static LogRecordLogRecord. parseDelimitedFrom(InputStream input)static LogRecordLogRecord. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogRecordLogRecord. parseFrom(byte[] data)static LogRecordLogRecord. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogRecordLogRecord. parseFrom(com.google.protobuf.ByteString data)static LogRecordLogRecord. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogRecordLogRecord. parseFrom(com.google.protobuf.CodedInputStream input)static LogRecordLogRecord. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogRecordLogRecord. parseFrom(InputStream input)static LogRecordLogRecord. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogRecordLogRecord. parseFrom(ByteBuffer data)static LogRecordLogRecord. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opentelemetry.proto.logs.v1 that return types with arguments of type LogRecord Modifier and Type Method Description List<LogRecord>InstrumentationLibraryLogs.Builder. getLogRecordsList()A list of logs that originate from an instrumentation library.List<LogRecord>InstrumentationLibraryLogs. getLogRecordsList()Deprecated.A list of logs that originate from an instrumentation library.List<LogRecord>InstrumentationLibraryLogsOrBuilder. getLogRecordsList()Deprecated.A list of logs that originate from an instrumentation library.List<LogRecord>ScopeLogs.Builder. getLogRecordsList()A list of log records.List<LogRecord>ScopeLogs. getLogRecordsList()A list of log records.List<LogRecord>ScopeLogsOrBuilder. getLogRecordsList()A list of log records.com.google.protobuf.Parser<LogRecord>LogRecord. getParserForType()static com.google.protobuf.Parser<LogRecord>LogRecord. parser()Methods in io.opentelemetry.proto.logs.v1 with parameters of type LogRecord Modifier and Type Method Description InstrumentationLibraryLogs.BuilderInstrumentationLibraryLogs.Builder. addLogRecords(int index, LogRecord value)A list of logs that originate from an instrumentation library.InstrumentationLibraryLogs.BuilderInstrumentationLibraryLogs.Builder. addLogRecords(LogRecord value)A list of logs that originate from an instrumentation library.ScopeLogs.BuilderScopeLogs.Builder. addLogRecords(int index, LogRecord value)A list of log records.ScopeLogs.BuilderScopeLogs.Builder. addLogRecords(LogRecord value)A list of log records.LogRecord.BuilderLogRecord.Builder. mergeFrom(LogRecord other)static LogRecord.BuilderLogRecord. newBuilder(LogRecord prototype)InstrumentationLibraryLogs.BuilderInstrumentationLibraryLogs.Builder. setLogRecords(int index, LogRecord value)A list of logs that originate from an instrumentation library.ScopeLogs.BuilderScopeLogs.Builder. setLogRecords(int index, LogRecord value)A list of log records.Method parameters in io.opentelemetry.proto.logs.v1 with type arguments of type LogRecord Modifier and Type Method Description InstrumentationLibraryLogs.BuilderInstrumentationLibraryLogs.Builder. addAllLogRecords(Iterable<? extends LogRecord> values)A list of logs that originate from an instrumentation library.ScopeLogs.BuilderScopeLogs.Builder. addAllLogRecords(Iterable<? extends LogRecord> values)A list of log records.
-