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
      LogsLevel getLevel()
      .clickhouse.grpc.LogsLevel level = 5;
      int getLevelValue()
      .clickhouse.grpc.LogsLevel level = 5;
      String getQueryId()
      string query_id = 4;
      com.google.protobuf.ByteString getQueryIdBytes()
      string query_id = 4;
      String getSource()
      string source = 6;
      com.google.protobuf.ByteString getSourceBytes()
      string source = 6;
      String getText()
      string text = 7;
      com.google.protobuf.ByteString getTextBytes()
      string text = 7;
      long getThreadId()
      uint64 thread_id = 3;
      int getTime()
      uint32 time = 1;
      int getTimeMicroseconds()
      uint32 time_microseconds = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.