![JAR search and dependency download from the Maven repository](/logo.png)
io.milvus.grpc.StatusOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
package io.milvus.grpc;
public interface StatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.common.Status)
com.google.protobuf.MessageOrBuilder {
/**
* .milvus.proto.common.ErrorCode error_code = 1 [deprecated = true];
* @deprecated milvus.proto.common.Status.error_code is deprecated.
* See common.proto;l=112
* @return The enum numeric value on the wire for errorCode.
*/
@java.lang.Deprecated int getErrorCodeValue();
/**
* .milvus.proto.common.ErrorCode error_code = 1 [deprecated = true];
* @deprecated milvus.proto.common.Status.error_code is deprecated.
* See common.proto;l=112
* @return The errorCode.
*/
@java.lang.Deprecated io.milvus.grpc.ErrorCode getErrorCode();
/**
* string reason = 2;
* @return The reason.
*/
java.lang.String getReason();
/**
* string reason = 2;
* @return The bytes for reason.
*/
com.google.protobuf.ByteString
getReasonBytes();
/**
* int32 code = 3;
* @return The code.
*/
int getCode();
/**
* bool retriable = 4;
* @return The retriable.
*/
boolean getRetriable();
/**
* string detail = 5;
* @return The detail.
*/
java.lang.String getDetail();
/**
* string detail = 5;
* @return The bytes for detail.
*/
com.google.protobuf.ByteString
getDetailBytes();
/**
* map<string, string> extra_info = 6;
*/
int getExtraInfoCount();
/**
* map<string, string> extra_info = 6;
*/
boolean containsExtraInfo(
java.lang.String key);
/**
* Use {@link #getExtraInfoMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getExtraInfo();
/**
* map<string, string> extra_info = 6;
*/
java.util.Map
getExtraInfoMap();
/**
* map<string, string> extra_info = 6;
*/
/* nullable */
java.lang.String getExtraInfoOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
* map<string, string> extra_info = 6;
*/
java.lang.String getExtraInfoOrThrow(
java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy