Interface CreateRoleRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreateRoleRequest, CreateRoleRequest.Builder

public interface CreateRoleRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Not useful for now
    Not useful for now
    role
    role
    boolean
    Not useful for now
    boolean
    role

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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()
       role
       
      .milvus.proto.milvus.RoleEntity entity = 2;
      Returns:
      Whether the entity field is set.
    • getEntity

      RoleEntity getEntity()
       role
       
      .milvus.proto.milvus.RoleEntity entity = 2;
      Returns:
      The entity.
    • getEntityOrBuilder

      RoleEntityOrBuilder getEntityOrBuilder()
       role
       
      .milvus.proto.milvus.RoleEntity entity = 2;