io.milvus.grpc.PrivilegeExtOrBuilder 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 database.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
package io.milvus.grpc;
public interface PrivilegeExtOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.common.PrivilegeExt)
com.google.protobuf.MessageOrBuilder {
/**
* .milvus.proto.common.ObjectType object_type = 1;
* @return The enum numeric value on the wire for objectType.
*/
int getObjectTypeValue();
/**
* .milvus.proto.common.ObjectType object_type = 1;
* @return The objectType.
*/
io.milvus.grpc.ObjectType getObjectType();
/**
* .milvus.proto.common.ObjectPrivilege object_privilege = 2;
* @return The enum numeric value on the wire for objectPrivilege.
*/
int getObjectPrivilegeValue();
/**
* .milvus.proto.common.ObjectPrivilege object_privilege = 2;
* @return The objectPrivilege.
*/
io.milvus.grpc.ObjectPrivilege getObjectPrivilege();
/**
* int32 object_name_index = 3;
* @return The objectNameIndex.
*/
int getObjectNameIndex();
/**
* int32 object_name_indexs = 4;
* @return The objectNameIndexs.
*/
int getObjectNameIndexs();
}