Interface CottontailGrpc.RequestMetadata.IndexHintOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CottontailGrpc.RequestMetadata.IndexHint, CottontailGrpc.RequestMetadata.IndexHint.Builder
Enclosing class:
CottontailGrpc.RequestMetadata

public static interface CottontailGrpc.RequestMetadata.IndexHintOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool disallow = 3;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
     
    .org.vitrivr.cottontail.grpc.IndexType type = 2;
    int
    .org.vitrivr.cottontail.grpc.IndexType type = 2;
    boolean
    bool disallow = 3;
    boolean
    string name = 1;
    boolean
    .org.vitrivr.cottontail.grpc.IndexType 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

    • hasName

      boolean hasName()
      string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • hasType

      boolean hasType()
      .org.vitrivr.cottontail.grpc.IndexType type = 2;
      Returns:
      Whether the type field is set.
    • getTypeValue

      int getTypeValue()
      .org.vitrivr.cottontail.grpc.IndexType type = 2;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      .org.vitrivr.cottontail.grpc.IndexType type = 2;
      Returns:
      The type.
    • hasDisallow

      boolean hasDisallow()
      bool disallow = 3;
      Returns:
      Whether the disallow field is set.
    • getDisallow

      boolean getDisallow()
      bool disallow = 3;
      Returns:
      The disallow.
    • getSettingCase