public interface CheckHealthResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getIsHealthy()
bool isHealthy = 2; |
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.Copyright © 2023. All rights reserved.