All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clickhouse.client.grpc.impl.CompressionOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.6.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: clickhouse_grpc.proto

package com.clickhouse.client.grpc.impl;

public interface CompressionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clickhouse.grpc.Compression)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .clickhouse.grpc.CompressionAlgorithm algorithm = 1;
   * @return The enum numeric value on the wire for algorithm.
   */
  int getAlgorithmValue();
  /**
   * .clickhouse.grpc.CompressionAlgorithm algorithm = 1;
   * @return The algorithm.
   */
  com.clickhouse.client.grpc.impl.CompressionAlgorithm getAlgorithm();

  /**
   * .clickhouse.grpc.CompressionLevel level = 2;
   * @return The enum numeric value on the wire for level.
   */
  int getLevelValue();
  /**
   * .clickhouse.grpc.CompressionLevel level = 2;
   * @return The level.
   */
  com.clickhouse.client.grpc.impl.CompressionLevel getLevel();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy