All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.milvus.grpc.ListDatabasesResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

public interface ListDatabasesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.ListDatabasesResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .milvus.proto.common.Status status = 1;
   * @return Whether the status field is set.
   */
  boolean hasStatus();
  /**
   * .milvus.proto.common.Status status = 1;
   * @return The status.
   */
  io.milvus.grpc.Status getStatus();
  /**
   * .milvus.proto.common.Status status = 1;
   */
  io.milvus.grpc.StatusOrBuilder getStatusOrBuilder();

  /**
   * repeated string db_names = 2;
   * @return A list containing the dbNames.
   */
  java.util.List
      getDbNamesList();
  /**
   * repeated string db_names = 2;
   * @return The count of dbNames.
   */
  int getDbNamesCount();
  /**
   * repeated string db_names = 2;
   * @param index The index of the element to return.
   * @return The dbNames at the given index.
   */
  java.lang.String getDbNames(int index);
  /**
   * repeated string db_names = 2;
   * @param index The index of the value to return.
   * @return The bytes of the dbNames at the given index.
   */
  com.google.protobuf.ByteString
      getDbNamesBytes(int index);

  /**
   * repeated uint64 created_timestamp = 3;
   * @return A list containing the createdTimestamp.
   */
  java.util.List getCreatedTimestampList();
  /**
   * repeated uint64 created_timestamp = 3;
   * @return The count of createdTimestamp.
   */
  int getCreatedTimestampCount();
  /**
   * repeated uint64 created_timestamp = 3;
   * @param index The index of the element to return.
   * @return The createdTimestamp at the given index.
   */
  long getCreatedTimestamp(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy