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
Modifier and TypeMethodDescriptiongetLevel().clickhouse.grpc.LogsLevel level = 5;int.clickhouse.grpc.LogsLevel level = 5;string query_id = 4;com.google.protobuf.ByteStringstring query_id = 4;string source = 6;com.google.protobuf.ByteStringstring source = 6;getText()string text = 7;com.google.protobuf.ByteStringstring text = 7;longuint64 thread_id = 3;intgetTime()uint32 time = 1;intuint32 time_microseconds = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-