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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

public interface DropRoleRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.DropRoleRequest)
    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(); /** *
   * role name
   * 
* * string role_name = 2; * @return The roleName. */ java.lang.String getRoleName(); /** *
   * role name
   * 
* * string role_name = 2; * @return The bytes for roleName. */ com.google.protobuf.ByteString getRoleNameBytes(); /** *
   * force to drop the role even if there is permission binding
   * 
* * bool force_drop = 3; * @return The forceDrop. */ boolean getForceDrop(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy