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

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

Go to download

Java SDK for Milvus, a distributed high-performance vector search engine. update grpc to 1.42.1 update protobuf to 3.19.1

There is a newer version: 2.2.2.1
Show newest version
// 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.ResourceType resource_type = 1;
   * @return The enum numeric value on the wire for resourceType.
   */
  int getResourceTypeValue();
  /**
   * .milvus.proto.common.ResourceType resource_type = 1;
   * @return The resourceType.
   */
  io.milvus.grpc.ResourceType getResourceType();

  /**
   * .milvus.proto.common.ResourcePrivilege resource_privilege = 2;
   * @return The enum numeric value on the wire for resourcePrivilege.
   */
  int getResourcePrivilegeValue();
  /**
   * .milvus.proto.common.ResourcePrivilege resource_privilege = 2;
   * @return The resourcePrivilege.
   */
  io.milvus.grpc.ResourcePrivilege getResourcePrivilege();

  /**
   * int32 resource_name_index = 3;
   * @return The resourceNameIndex.
   */
  int getResourceNameIndex();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy