Package com.clickhouse.client.grpc.impl
Interface LogEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogEntry,LogEntry.Builder
public interface LogEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogsLevelgetLevel().clickhouse.grpc.LogsLevel level = 5;intgetLevelValue().clickhouse.grpc.LogsLevel level = 5;StringgetQueryId()string query_id = 4;com.google.protobuf.ByteStringgetQueryIdBytes()string query_id = 4;StringgetSource()string source = 6;com.google.protobuf.ByteStringgetSourceBytes()string source = 6;StringgetText()string text = 7;com.google.protobuf.ByteStringgetTextBytes()string text = 7;longgetThreadId()uint64 thread_id = 3;intgetTime()uint32 time = 1;intgetTimeMicroseconds()uint32 time_microseconds = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTime
int getTime()
uint32 time = 1;- Returns:
- The time.
-
getTimeMicroseconds
int getTimeMicroseconds()
uint32 time_microseconds = 2;- Returns:
- The timeMicroseconds.
-
getThreadId
long getThreadId()
uint64 thread_id = 3;- Returns:
- The threadId.
-
getQueryId
String getQueryId()
string query_id = 4;- Returns:
- The queryId.
-
getQueryIdBytes
com.google.protobuf.ByteString getQueryIdBytes()
string query_id = 4;- Returns:
- The bytes for queryId.
-
getLevelValue
int getLevelValue()
.clickhouse.grpc.LogsLevel level = 5;- Returns:
- The enum numeric value on the wire for level.
-
getLevel
LogsLevel getLevel()
.clickhouse.grpc.LogsLevel level = 5;- Returns:
- The level.
-
getSource
String getSource()
string source = 6;- Returns:
- The source.
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()
string source = 6;- Returns:
- The bytes for source.
-
getText
String getText()
string text = 7;- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
string text = 7;- Returns:
- The bytes for text.
-
-