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

io.milvus.grpc.JSONArrayOrBuilder 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 JSONArrayOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.schema.JSONArray)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated bytes data = 1;
   * @return A list containing the data.
   */
  java.util.List getDataList();
  /**
   * repeated bytes data = 1;
   * @return The count of data.
   */
  int getDataCount();
  /**
   * repeated bytes data = 1;
   * @param index The index of the element to return.
   * @return The data at the given index.
   */
  com.google.protobuf.ByteString getData(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy