Package io.milvus.grpc
Interface SelectGrantRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SelectGrantRequest,SelectGrantRequest.Builder
public interface SelectGrantRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MsgBasegetBase()Not useful for nowMsgBaseOrBuildergetBaseOrBuilder()Not useful for nowGrantEntitygetEntity()grantGrantEntityOrBuildergetEntityOrBuilder()grantbooleanhasBase()Not useful for nowbooleanhasEntity()grant-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBase
boolean hasBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1;- Returns:
- Whether the base field is set.
-
getBase
MsgBase getBase()
Not useful for now
.milvus.proto.common.MsgBase base = 1;- Returns:
- The base.
-
getBaseOrBuilder
MsgBaseOrBuilder getBaseOrBuilder()
Not useful for now
.milvus.proto.common.MsgBase base = 1;
-
hasEntity
boolean hasEntity()
grant
.milvus.proto.milvus.GrantEntity entity = 2;- Returns:
- Whether the entity field is set.
-
getEntity
GrantEntity getEntity()
grant
.milvus.proto.milvus.GrantEntity entity = 2;- Returns:
- The entity.
-
getEntityOrBuilder
GrantEntityOrBuilder getEntityOrBuilder()
grant
.milvus.proto.milvus.GrantEntity entity = 2;
-
-