Interface TemplateArrayValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TemplateArrayValue, TemplateArrayValue.Builder

public interface TemplateArrayValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getArray(int index)
    repeated .milvus.proto.schema.TemplateValue array = 1;
    int
    repeated .milvus.proto.schema.TemplateValue array = 1;
    repeated .milvus.proto.schema.TemplateValue array = 1;
    getArrayOrBuilder(int index)
    repeated .milvus.proto.schema.TemplateValue array = 1;
    repeated .milvus.proto.schema.TemplateValue array = 1;
    .milvus.proto.schema.DataType element_type = 3;
    int
    .milvus.proto.schema.DataType element_type = 3;
    boolean
    bool same_type = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getArrayList

      List<TemplateValue> getArrayList()
      repeated .milvus.proto.schema.TemplateValue array = 1;
    • getArray

      TemplateValue getArray(int index)
      repeated .milvus.proto.schema.TemplateValue array = 1;
    • getArrayCount

      int getArrayCount()
      repeated .milvus.proto.schema.TemplateValue array = 1;
    • getArrayOrBuilderList

      List<? extends TemplateValueOrBuilder> getArrayOrBuilderList()
      repeated .milvus.proto.schema.TemplateValue array = 1;
    • getArrayOrBuilder

      TemplateValueOrBuilder getArrayOrBuilder(int index)
      repeated .milvus.proto.schema.TemplateValue array = 1;
    • getSameType

      boolean getSameType()
      bool same_type = 2;
      Returns:
      The sameType.
    • getElementTypeValue

      int getElementTypeValue()
      .milvus.proto.schema.DataType element_type = 3;
      Returns:
      The enum numeric value on the wire for elementType.
    • getElementType

      DataType getElementType()
      .milvus.proto.schema.DataType element_type = 3;
      Returns:
      The elementType.