io.milvus.grpc.StatusOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of milvus-sdk-java Show documentation
Show all versions of milvus-sdk-java Show documentation
Java SDK for Milvus, a distributed high-performance vector search engine.
update grpc to 1.42.1
update protobuf to 3.19.1
// 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;
* @return The enum numeric value on the wire for errorCode.
*/
int getErrorCodeValue();
/**
* .milvus.proto.common.ErrorCode error_code = 1;
* @return The errorCode.
*/
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();
}