![JAR search and dependency download from the Maven repository](/logo.png)
io.milvus.grpc.OperateUserRoleRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of milvus-sdk-java Show documentation
Show all versions of milvus-sdk-java Show documentation
Java SDK for Milvus, a distributed high-performance vector search engine.
update grpc to 1.42.1
update protobuf to 3.19.1
restore the calcDistance interface that is removed in 2.1.0-beta4
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: milvus.proto
package io.milvus.grpc;
public interface OperateUserRoleRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.milvus.OperateUserRoleRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Not useful for now
*
*
* .milvus.proto.common.MsgBase base = 1;
* @return Whether the base field is set.
*/
boolean hasBase();
/**
*
* Not useful for now
*
*
* .milvus.proto.common.MsgBase base = 1;
* @return The base.
*/
io.milvus.grpc.MsgBase getBase();
/**
*
* Not useful for now
*
*
* .milvus.proto.common.MsgBase base = 1;
*/
io.milvus.grpc.MsgBaseOrBuilder getBaseOrBuilder();
/**
*
* username
*
*
* string username = 2;
* @return The username.
*/
java.lang.String getUsername();
/**
*
* username
*
*
* string username = 2;
* @return The bytes for username.
*/
com.google.protobuf.ByteString
getUsernameBytes();
/**
*
* role name
*
*
* string role_name = 3;
* @return The roleName.
*/
java.lang.String getRoleName();
/**
*
* role name
*
*
* string role_name = 3;
* @return The bytes for roleName.
*/
com.google.protobuf.ByteString
getRoleNameBytes();
/**
*
* operation type
*
*
* .milvus.proto.milvus.OperateUserRoleType type = 4;
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
* operation type
*
*
* .milvus.proto.milvus.OperateUserRoleType type = 4;
* @return The type.
*/
io.milvus.grpc.OperateUserRoleType getType();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy