Interface IDsOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IDs.IdFieldCase getIdFieldCase()  
      LongArray getIntId()
      .milvus.proto.schema.LongArray int_id = 1;
      LongArrayOrBuilder getIntIdOrBuilder()
      .milvus.proto.schema.LongArray int_id = 1;
      StringArray getStrId()
      .milvus.proto.schema.StringArray str_id = 2;
      StringArrayOrBuilder getStrIdOrBuilder()
      .milvus.proto.schema.StringArray str_id = 2;
      boolean hasIntId()
      .milvus.proto.schema.LongArray int_id = 1;
      boolean hasStrId()
      .milvus.proto.schema.StringArray str_id = 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 Detail

      • hasIntId

        boolean hasIntId()
        .milvus.proto.schema.LongArray int_id = 1;
        Returns:
        Whether the intId field is set.
      • getIntId

        LongArray getIntId()
        .milvus.proto.schema.LongArray int_id = 1;
        Returns:
        The intId.
      • getIntIdOrBuilder

        LongArrayOrBuilder getIntIdOrBuilder()
        .milvus.proto.schema.LongArray int_id = 1;
      • hasStrId

        boolean hasStrId()
        .milvus.proto.schema.StringArray str_id = 2;
        Returns:
        Whether the strId field is set.
      • getStrId

        StringArray getStrId()
        .milvus.proto.schema.StringArray str_id = 2;
        Returns:
        The strId.
      • getStrIdOrBuilder

        StringArrayOrBuilder getStrIdOrBuilder()
        .milvus.proto.schema.StringArray str_id = 2;