Package com.clickhouse.client.grpc.impl
Interface ExceptionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Exception,Exception.Builder
public interface ExceptionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCode()int32 code = 1;StringgetDisplayText()string display_text = 3;com.google.protobuf.ByteStringgetDisplayTextBytes()string display_text = 3;StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;StringgetStackTrace()string stack_trace = 4;com.google.protobuf.ByteStringgetStackTraceBytes()string stack_trace = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCode
int getCode()
int32 code = 1;- Returns:
- The code.
-
getName
String getName()
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 2;- Returns:
- The bytes for name.
-
getDisplayText
String getDisplayText()
string display_text = 3;- Returns:
- The displayText.
-
getDisplayTextBytes
com.google.protobuf.ByteString getDisplayTextBytes()
string display_text = 3;- Returns:
- The bytes for displayText.
-
getStackTrace
String getStackTrace()
string stack_trace = 4;- Returns:
- The stackTrace.
-
getStackTraceBytes
com.google.protobuf.ByteString getStackTraceBytes()
string stack_trace = 4;- Returns:
- The bytes for stackTrace.
-
-