Package io.milvus.grpc
Interface CheckHealthResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckHealthResponse,CheckHealthResponse.Builder
public interface CheckHealthResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetIsHealthy()bool isHealthy = 2;QuotaStategetQuotaStates(int index)repeated .milvus.proto.milvus.QuotaState quota_states = 4;intgetQuotaStatesCount()repeated .milvus.proto.milvus.QuotaState quota_states = 4;List<QuotaState>getQuotaStatesList()repeated .milvus.proto.milvus.QuotaState quota_states = 4;intgetQuotaStatesValue(int index)repeated .milvus.proto.milvus.QuotaState quota_states = 4;List<Integer>getQuotaStatesValueList()repeated .milvus.proto.milvus.QuotaState quota_states = 4;StringgetReasons(int index)repeated string reasons = 3;com.google.protobuf.ByteStringgetReasonsBytes(int index)repeated string reasons = 3;intgetReasonsCount()repeated string reasons = 3;List<String>getReasonsList()repeated string reasons = 3;StatusgetStatus().milvus.proto.common.Status status = 1;StatusOrBuildergetStatusOrBuilder().milvus.proto.common.Status status = 1;booleanhasStatus().milvus.proto.common.Status status = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStatus
boolean hasStatus()
.milvus.proto.common.Status status = 1;- Returns:
- Whether the status field is set.
-
getStatus
Status getStatus()
.milvus.proto.common.Status status = 1;- Returns:
- The status.
-
getStatusOrBuilder
StatusOrBuilder getStatusOrBuilder()
.milvus.proto.common.Status status = 1;
-
getIsHealthy
boolean getIsHealthy()
bool isHealthy = 2;- Returns:
- The isHealthy.
-
getReasonsList
List<String> getReasonsList()
repeated string reasons = 3;- Returns:
- A list containing the reasons.
-
getReasonsCount
int getReasonsCount()
repeated string reasons = 3;- Returns:
- The count of reasons.
-
getReasons
String getReasons(int index)
repeated string reasons = 3;- Parameters:
index- The index of the element to return.- Returns:
- The reasons at the given index.
-
getReasonsBytes
com.google.protobuf.ByteString getReasonsBytes(int index)
repeated string reasons = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the reasons at the given index.
-
getQuotaStatesList
List<QuotaState> getQuotaStatesList()
repeated .milvus.proto.milvus.QuotaState quota_states = 4;- Returns:
- A list containing the quotaStates.
-
getQuotaStatesCount
int getQuotaStatesCount()
repeated .milvus.proto.milvus.QuotaState quota_states = 4;- Returns:
- The count of quotaStates.
-
getQuotaStates
QuotaState getQuotaStates(int index)
repeated .milvus.proto.milvus.QuotaState quota_states = 4;- Parameters:
index- The index of the element to return.- Returns:
- The quotaStates at the given index.
-
getQuotaStatesValueList
List<Integer> getQuotaStatesValueList()
repeated .milvus.proto.milvus.QuotaState quota_states = 4;- Returns:
- A list containing the enum numeric values on the wire for quotaStates.
-
getQuotaStatesValue
int getQuotaStatesValue(int index)
repeated .milvus.proto.milvus.QuotaState quota_states = 4;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of quotaStates at the given index.
-
-