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
Modifier and TypeMethodDescriptionbooleanbool isHealthy = 2;getQuotaStates(int index) repeated .milvus.proto.milvus.QuotaState quota_states = 4;intrepeated .milvus.proto.milvus.QuotaState quota_states = 4;repeated .milvus.proto.milvus.QuotaState quota_states = 4;intgetQuotaStatesValue(int index) repeated .milvus.proto.milvus.QuotaState quota_states = 4;repeated .milvus.proto.milvus.QuotaState quota_states = 4;getReasons(int index) repeated string reasons = 3;com.google.protobuf.ByteStringgetReasonsBytes(int index) repeated string reasons = 3;intrepeated string reasons = 3;repeated string reasons = 3;.milvus.proto.common.Status status = 1;.milvus.proto.common.Status status = 1;boolean.milvus.proto.common.Status status = 1;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
-
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
repeated string reasons = 3;- Returns:
- A list containing the reasons.
-
getReasonsCount
int getReasonsCount()repeated string reasons = 3;- Returns:
- The count of reasons.
-
getReasons
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
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
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.
-