public interface CheckHealthResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getIsHealthy()
bool isHealthy = 2; |
QuotaState |
getQuotaStates(int index)
repeated .milvus.proto.milvus.QuotaState quota_states = 4; |
int |
getQuotaStatesCount()
repeated .milvus.proto.milvus.QuotaState quota_states = 4; |
List<QuotaState> |
getQuotaStatesList()
repeated .milvus.proto.milvus.QuotaState quota_states = 4; |
int |
getQuotaStatesValue(int index)
repeated .milvus.proto.milvus.QuotaState quota_states = 4; |
List<Integer> |
getQuotaStatesValueList()
repeated .milvus.proto.milvus.QuotaState quota_states = 4; |
String |
getReasons(int index)
repeated string reasons = 3; |
com.google.protobuf.ByteString |
getReasonsBytes(int index)
repeated string reasons = 3; |
int |
getReasonsCount()
repeated string reasons = 3; |
List<String> |
getReasonsList()
repeated string reasons = 3; |
Status |
getStatus()
.milvus.proto.common.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
.milvus.proto.common.Status status = 1; |
boolean |
hasStatus()
.milvus.proto.common.Status status = 1; |
boolean hasStatus()
.milvus.proto.common.Status status = 1;Status getStatus()
.milvus.proto.common.Status status = 1;StatusOrBuilder getStatusOrBuilder()
.milvus.proto.common.Status status = 1;boolean getIsHealthy()
bool isHealthy = 2;List<String> getReasonsList()
repeated string reasons = 3;int getReasonsCount()
repeated string reasons = 3;String getReasons(int index)
repeated string reasons = 3;index - The index of the element to return.com.google.protobuf.ByteString getReasonsBytes(int index)
repeated string reasons = 3;index - The index of the value to return.List<QuotaState> getQuotaStatesList()
repeated .milvus.proto.milvus.QuotaState quota_states = 4;int getQuotaStatesCount()
repeated .milvus.proto.milvus.QuotaState quota_states = 4;QuotaState getQuotaStates(int index)
repeated .milvus.proto.milvus.QuotaState quota_states = 4;index - The index of the element to return.List<Integer> getQuotaStatesValueList()
repeated .milvus.proto.milvus.QuotaState quota_states = 4;int getQuotaStatesValue(int index)
repeated .milvus.proto.milvus.QuotaState quota_states = 4;index - The index of the value to return.Copyright © 2023. All rights reserved.