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

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

There is a newer version: 2.4.8
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

public interface SelectGrantResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.SelectGrantResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Not useful for now
   * 
* * .milvus.proto.common.Status status = 1; * @return Whether the status field is set. */ boolean hasStatus(); /** *
   * Not useful for now
   * 
* * .milvus.proto.common.Status status = 1; * @return The status. */ io.milvus.grpc.Status getStatus(); /** *
   * Not useful for now
   * 
* * .milvus.proto.common.Status status = 1; */ io.milvus.grpc.StatusOrBuilder getStatusOrBuilder(); /** *
   * grant info array
   * 
* * repeated .milvus.proto.milvus.GrantEntity entities = 2; */ java.util.List getEntitiesList(); /** *
   * grant info array
   * 
* * repeated .milvus.proto.milvus.GrantEntity entities = 2; */ io.milvus.grpc.GrantEntity getEntities(int index); /** *
   * grant info array
   * 
* * repeated .milvus.proto.milvus.GrantEntity entities = 2; */ int getEntitiesCount(); /** *
   * grant info array
   * 
* * repeated .milvus.proto.milvus.GrantEntity entities = 2; */ java.util.List getEntitiesOrBuilderList(); /** *
   * grant info array
   * 
* * repeated .milvus.proto.milvus.GrantEntity entities = 2; */ io.milvus.grpc.GrantEntityOrBuilder getEntitiesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy