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

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

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

package io.milvus.grpc;

public interface ArrayArrayOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.schema.ArrayArray)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .milvus.proto.schema.ScalarField data = 1;
   */
  java.util.List 
      getDataList();
  /**
   * repeated .milvus.proto.schema.ScalarField data = 1;
   */
  io.milvus.grpc.ScalarField getData(int index);
  /**
   * repeated .milvus.proto.schema.ScalarField data = 1;
   */
  int getDataCount();
  /**
   * repeated .milvus.proto.schema.ScalarField data = 1;
   */
  java.util.List 
      getDataOrBuilderList();
  /**
   * repeated .milvus.proto.schema.ScalarField data = 1;
   */
  io.milvus.grpc.ScalarFieldOrBuilder getDataOrBuilder(
      int index);

  /**
   * .milvus.proto.schema.DataType element_type = 2;
   * @return The enum numeric value on the wire for elementType.
   */
  int getElementTypeValue();
  /**
   * .milvus.proto.schema.DataType element_type = 2;
   * @return The elementType.
   */
  io.milvus.grpc.DataType getElementType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy