Interface ListCredUsersResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Contain error_code and reason
    Contain error_code and reason
    getUsernames(int index)
    username array
    com.google.protobuf.ByteString
    getUsernamesBytes(int index)
    username array
    int
    username array
    username array
    boolean
    Contain error_code and reason

    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()
       Contain error_code and reason
       
      .milvus.proto.common.Status status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      Status getStatus()
       Contain error_code and reason
       
      .milvus.proto.common.Status status = 1;
      Returns:
      The status.
    • getStatusOrBuilder

      StatusOrBuilder getStatusOrBuilder()
       Contain error_code and reason
       
      .milvus.proto.common.Status status = 1;
    • getUsernamesList

      List<String> getUsernamesList()
       username array
       
      repeated string usernames = 2;
      Returns:
      A list containing the usernames.
    • getUsernamesCount

      int getUsernamesCount()
       username array
       
      repeated string usernames = 2;
      Returns:
      The count of usernames.
    • getUsernames

      String getUsernames(int index)
       username array
       
      repeated string usernames = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The usernames at the given index.
    • getUsernamesBytes

      com.google.protobuf.ByteString getUsernamesBytes(int index)
       username array
       
      repeated string usernames = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the usernames at the given index.