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 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.