Uses of Class
com.clickhouse.client.grpc.impl.LogEntry
-
Packages that use LogEntry Package Description com.clickhouse.client.grpc.impl -
-
Uses of LogEntry in com.clickhouse.client.grpc.impl
Methods in com.clickhouse.client.grpc.impl that return LogEntry Modifier and Type Method Description LogEntryLogEntry.Builder. build()LogEntryLogEntry.Builder. buildPartial()static LogEntryLogEntry. getDefaultInstance()LogEntryLogEntry.Builder. getDefaultInstanceForType()LogEntryLogEntry. getDefaultInstanceForType()LogEntryResult.Builder. getLogs(int index)repeated .clickhouse.grpc.LogEntry logs = 4;LogEntryResult. getLogs(int index)repeated .clickhouse.grpc.LogEntry logs = 4;LogEntryResultOrBuilder. getLogs(int index)repeated .clickhouse.grpc.LogEntry logs = 4;static LogEntryLogEntry. parseDelimitedFrom(InputStream input)static LogEntryLogEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogEntryLogEntry. parseFrom(byte[] data)static LogEntryLogEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogEntryLogEntry. parseFrom(com.google.protobuf.ByteString data)static LogEntryLogEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogEntryLogEntry. parseFrom(com.google.protobuf.CodedInputStream input)static LogEntryLogEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogEntryLogEntry. parseFrom(InputStream input)static LogEntryLogEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LogEntryLogEntry. parseFrom(ByteBuffer data)static LogEntryLogEntry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.clickhouse.client.grpc.impl that return types with arguments of type LogEntry Modifier and Type Method Description List<LogEntry>Result.Builder. getLogsList()repeated .clickhouse.grpc.LogEntry logs = 4;List<LogEntry>Result. getLogsList()repeated .clickhouse.grpc.LogEntry logs = 4;List<LogEntry>ResultOrBuilder. getLogsList()repeated .clickhouse.grpc.LogEntry logs = 4;com.google.protobuf.Parser<LogEntry>LogEntry. getParserForType()static com.google.protobuf.Parser<LogEntry>LogEntry. parser()Methods in com.clickhouse.client.grpc.impl with parameters of type LogEntry Modifier and Type Method Description Result.BuilderResult.Builder. addLogs(int index, LogEntry value)repeated .clickhouse.grpc.LogEntry logs = 4;Result.BuilderResult.Builder. addLogs(LogEntry value)repeated .clickhouse.grpc.LogEntry logs = 4;LogEntry.BuilderLogEntry.Builder. mergeFrom(LogEntry other)static LogEntry.BuilderLogEntry. newBuilder(LogEntry prototype)Result.BuilderResult.Builder. setLogs(int index, LogEntry value)repeated .clickhouse.grpc.LogEntry logs = 4;Method parameters in com.clickhouse.client.grpc.impl with type arguments of type LogEntry Modifier and Type Method Description Result.BuilderResult.Builder. addAllLogs(Iterable<? extends LogEntry> values)repeated .clickhouse.grpc.LogEntry logs = 4;
-