Package io.milvus.grpc
Interface StatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Status,Status.Builder
public interface StatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsExtraInfo(String key) map<string, string> extra_info = 6;intgetCode()int32 code = 3;string detail = 5;com.google.protobuf.ByteStringstring detail = 5;Deprecated.milvus.proto.common.Status.error_code is deprecated.intDeprecated.milvus.proto.common.Status.error_code is deprecated.Deprecated.intmap<string, string> extra_info = 6;map<string, string> extra_info = 6;getExtraInfoOrDefault(String key, String defaultValue) map<string, string> extra_info = 6;map<string, string> extra_info = 6;string reason = 2;com.google.protobuf.ByteStringstring reason = 2;booleanbool retriable = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getErrorCodeValue
Deprecated.milvus.proto.common.Status.error_code is deprecated. See common.proto;l=116.milvus.proto.common.ErrorCode error_code = 1 [deprecated = true];- Returns:
- The enum numeric value on the wire for errorCode.
-
getErrorCode
Deprecated.milvus.proto.common.Status.error_code is deprecated. See common.proto;l=116.milvus.proto.common.ErrorCode error_code = 1 [deprecated = true];- Returns:
- The errorCode.
-
getReason
String getReason()string reason = 2;- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()string reason = 2;- Returns:
- The bytes for reason.
-
getCode
int getCode()int32 code = 3;- Returns:
- The code.
-
getRetriable
boolean getRetriable()bool retriable = 4;- Returns:
- The retriable.
-
getDetail
String getDetail()string detail = 5;- Returns:
- The detail.
-
getDetailBytes
com.google.protobuf.ByteString getDetailBytes()string detail = 5;- Returns:
- The bytes for detail.
-
getExtraInfoCount
int getExtraInfoCount()map<string, string> extra_info = 6; -
containsExtraInfo
map<string, string> extra_info = 6; -
getExtraInfo
Deprecated.UsegetExtraInfoMap()instead. -
getExtraInfoMap
map<string, string> extra_info = 6; -
getExtraInfoOrDefault
map<string, string> extra_info = 6; -
getExtraInfoOrThrow
map<string, string> extra_info = 6;
-