Interface Index.VectorGetParameterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Index.VectorGetParameter, Index.VectorGetParameter.Builder
Enclosing class:
Index

public static interface Index.VectorGetParameterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getSelectedKeys(int index)
    If without_scalar_data is false, selected_keys is used to select
    com.google.protobuf.ByteString
    If without_scalar_data is false, selected_keys is used to select
    int
    If without_scalar_data is false, selected_keys is used to select
    If without_scalar_data is false, selected_keys is used to select
    boolean
    Default false, if true, response without scalar data.
    boolean
    scalar data, if this parameter is null, all scalar data will be returned.
    boolean
    the parameter below is inherited from VectorBatchQueryRequest

    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

    • getWithoutVectorData

      boolean getWithoutVectorData()
       the parameter below is inherited from VectorBatchQueryRequest
       
      bool without_vector_data = 1;
      Returns:
      The withoutVectorData.
    • getWithoutScalarData

      boolean getWithoutScalarData()
       Default false, if true, response without scalar data.
       
      bool without_scalar_data = 2;
      Returns:
      The withoutScalarData.
    • getSelectedKeysList

      List<String> getSelectedKeysList()
       If without_scalar_data is false, selected_keys is used to select
       
      repeated string selected_keys = 3;
      Returns:
      A list containing the selectedKeys.
    • getSelectedKeysCount

      int getSelectedKeysCount()
       If without_scalar_data is false, selected_keys is used to select
       
      repeated string selected_keys = 3;
      Returns:
      The count of selectedKeys.
    • getSelectedKeys

      String getSelectedKeys(int index)
       If without_scalar_data is false, selected_keys is used to select
       
      repeated string selected_keys = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The selectedKeys at the given index.
    • getSelectedKeysBytes

      com.google.protobuf.ByteString getSelectedKeysBytes(int index)
       If without_scalar_data is false, selected_keys is used to select
       
      repeated string selected_keys = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the selectedKeys at the given index.
    • getWithoutTableData

      boolean getWithoutTableData()
       scalar data, if this parameter is null, all scalar data will be
       returned.
       
      bool without_table_data = 4;
      Returns:
      The withoutTableData.