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

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

There is a newer version: 2.5.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

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

  /**
   * string user = 1;
   * @return The user.
   */
  java.lang.String getUser();
  /**
   * string user = 1;
   * @return The bytes for user.
   */
  com.google.protobuf.ByteString
      getUserBytes();

  /**
   * string password = 2;
   * @return The password.
   */
  java.lang.String getPassword();
  /**
   * string password = 2;
   * @return The bytes for password.
   */
  com.google.protobuf.ByteString
      getPasswordBytes();

  /**
   * repeated .milvus.proto.milvus.RoleEntity roles = 3;
   */
  java.util.List 
      getRolesList();
  /**
   * repeated .milvus.proto.milvus.RoleEntity roles = 3;
   */
  io.milvus.grpc.RoleEntity getRoles(int index);
  /**
   * repeated .milvus.proto.milvus.RoleEntity roles = 3;
   */
  int getRolesCount();
  /**
   * repeated .milvus.proto.milvus.RoleEntity roles = 3;
   */
  java.util.List 
      getRolesOrBuilderList();
  /**
   * repeated .milvus.proto.milvus.RoleEntity roles = 3;
   */
  io.milvus.grpc.RoleEntityOrBuilder getRolesOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy