Interface ListResourceGroupsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getResourceGroups(int index)
    repeated string resource_groups = 2;
    com.google.protobuf.ByteString
    repeated string resource_groups = 2;
    int
    repeated string resource_groups = 2;
    repeated string resource_groups = 2;
    .milvus.proto.common.Status status = 1;
    .milvus.proto.common.Status status = 1;
    boolean
    .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 Details

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