Interface ListDatabasesResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    repeated uint64 created_timestamp = 3;
    int
    repeated uint64 created_timestamp = 3;
    repeated uint64 created_timestamp = 3;
    long
    getDbIds(int index)
    repeated int64 db_ids = 4;
    int
    repeated int64 db_ids = 4;
    repeated int64 db_ids = 4;
    getDbNames(int index)
    repeated string db_names = 2;
    com.google.protobuf.ByteString
    getDbNamesBytes(int index)
    repeated string db_names = 2;
    int
    repeated string db_names = 2;
    repeated string db_names = 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;
    • getDbNamesList

      List<String> getDbNamesList()
      repeated string db_names = 2;
      Returns:
      A list containing the dbNames.
    • getDbNamesCount

      int getDbNamesCount()
      repeated string db_names = 2;
      Returns:
      The count of dbNames.
    • getDbNames

      String getDbNames(int index)
      repeated string db_names = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The dbNames at the given index.
    • getDbNamesBytes

      com.google.protobuf.ByteString getDbNamesBytes(int index)
      repeated string db_names = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the dbNames at the given index.
    • getCreatedTimestampList

      List<Long> getCreatedTimestampList()
      repeated uint64 created_timestamp = 3;
      Returns:
      A list containing the createdTimestamp.
    • getCreatedTimestampCount

      int getCreatedTimestampCount()
      repeated uint64 created_timestamp = 3;
      Returns:
      The count of createdTimestamp.
    • getCreatedTimestamp

      long getCreatedTimestamp(int index)
      repeated uint64 created_timestamp = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The createdTimestamp at the given index.
    • getDbIdsList

      List<Long> getDbIdsList()
      repeated int64 db_ids = 4;
      Returns:
      A list containing the dbIds.
    • getDbIdsCount

      int getDbIdsCount()
      repeated int64 db_ids = 4;
      Returns:
      The count of dbIds.
    • getDbIds

      long getDbIds(int index)
      repeated int64 db_ids = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The dbIds at the given index.