com.clickhouse.client.grpc.impl.LogEntryOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickhouse-grpc-client Show documentation
Show all versions of clickhouse-grpc-client Show documentation
gRPC client for ClickHouse planed to be deprecated from version 0.6.0 and removed at 0.7.0
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: clickhouse_grpc.proto
package com.clickhouse.client.grpc.impl;
public interface LogEntryOrBuilder extends
// @@protoc_insertion_point(interface_extends:clickhouse.grpc.LogEntry)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 time = 1;
* @return The time.
*/
int getTime();
/**
* uint32 time_microseconds = 2;
* @return The timeMicroseconds.
*/
int getTimeMicroseconds();
/**
* uint64 thread_id = 3;
* @return The threadId.
*/
long getThreadId();
/**
* string query_id = 4;
* @return The queryId.
*/
java.lang.String getQueryId();
/**
* string query_id = 4;
* @return The bytes for queryId.
*/
com.google.protobuf.ByteString
getQueryIdBytes();
/**
* .clickhouse.grpc.LogsLevel level = 5;
* @return The enum numeric value on the wire for level.
*/
int getLevelValue();
/**
* .clickhouse.grpc.LogsLevel level = 5;
* @return The level.
*/
com.clickhouse.client.grpc.impl.LogsLevel getLevel();
/**
* string source = 6;
* @return The source.
*/
java.lang.String getSource();
/**
* string source = 6;
* @return The bytes for source.
*/
com.google.protobuf.ByteString
getSourceBytes();
/**
* string text = 7;
* @return The text.
*/
java.lang.String getText();
/**
* string text = 7;
* @return The bytes for text.
*/
com.google.protobuf.ByteString
getTextBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy