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

    Modifier and Type
    Method
    Description
     
    .milvus.proto.schema.LongArray int_id = 1;
    .milvus.proto.schema.LongArray int_id = 1;
    .milvus.proto.schema.StringArray str_id = 2;
    .milvus.proto.schema.StringArray str_id = 2;
    boolean
    .milvus.proto.schema.LongArray int_id = 1;
    boolean
    .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 Details

    • 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;
    • getIdFieldCase

      IDs.IdFieldCase getIdFieldCase()