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
      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;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

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