Interface ListResourceGroupsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getResourceGroups​(int index)
      repeated string resource_groups = 2;
      com.google.protobuf.ByteString getResourceGroupsBytes​(int index)
      repeated string resource_groups = 2;
      int getResourceGroupsCount()
      repeated string resource_groups = 2;
      List<String> getResourceGroupsList()
      repeated string resource_groups = 2;
      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;
      • getResourceGroupsList

        List<String> getResourceGroupsList()
        repeated string resource_groups = 2;
        Returns:
        A list containing the resourceGroups.
      • getResourceGroupsCount

        int getResourceGroupsCount()
        repeated string resource_groups = 2;
        Returns:
        The count of resourceGroups.
      • getResourceGroups

        String getResourceGroups​(int index)
        repeated string resource_groups = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The resourceGroups at the given index.
      • getResourceGroupsBytes

        com.google.protobuf.ByteString getResourceGroupsBytes​(int index)
        repeated string resource_groups = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the resourceGroups at the given index.