com.clickhouse.client.grpc.impl.ExceptionOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: clickhouse_grpc.proto
package com.clickhouse.client.grpc.impl;
public interface ExceptionOrBuilder extends
// @@protoc_insertion_point(interface_extends:clickhouse.grpc.Exception)
com.google.protobuf.MessageOrBuilder {
/**
* int32 code = 1;
* @return The code.
*/
int getCode();
/**
* string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 2;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string display_text = 3;
* @return The displayText.
*/
java.lang.String getDisplayText();
/**
* string display_text = 3;
* @return The bytes for displayText.
*/
com.google.protobuf.ByteString
getDisplayTextBytes();
/**
* string stack_trace = 4;
* @return The stackTrace.
*/
java.lang.String getStackTrace();
/**
* string stack_trace = 4;
* @return The bytes for stackTrace.
*/
com.google.protobuf.ByteString
getStackTraceBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy