Interface GetMetricsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GetMetricsResponse, GetMetricsResponse.Builder

    public interface GetMetricsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getComponentName()
      metrics from which component
      com.google.protobuf.ByteString getComponentNameBytes()
      metrics from which component
      String getResponse()
      response is of jsonic format
      com.google.protobuf.ByteString getResponseBytes()
      response is of jsonic format
      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;
      • getResponse

        String getResponse()
         response is of jsonic format
         
        string response = 2;
        Returns:
        The response.
      • getResponseBytes

        com.google.protobuf.ByteString getResponseBytes()
         response is of jsonic format
         
        string response = 2;
        Returns:
        The bytes for response.
      • getComponentName

        String getComponentName()
         metrics from which component
         
        string component_name = 3;
        Returns:
        The componentName.
      • getComponentNameBytes

        com.google.protobuf.ByteString getComponentNameBytes()
         metrics from which component
         
        string component_name = 3;
        Returns:
        The bytes for componentName.