Interface TemplateValueOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .milvus.proto.schema.TemplateArrayValue array_val = 5;
    .milvus.proto.schema.TemplateArrayValue array_val = 5;
    boolean
    bool bool_val = 1;
    double
    double float_val = 3;
    long
    int64 int64_val = 2;
    string string_val = 4;
    com.google.protobuf.ByteString
    string string_val = 4;
     
    boolean
    .milvus.proto.schema.TemplateArrayValue array_val = 5;
    boolean
    bool bool_val = 1;
    boolean
    double float_val = 3;
    boolean
    int64 int64_val = 2;
    boolean
    string string_val = 4;

    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

    • hasBoolVal

      boolean hasBoolVal()
      bool bool_val = 1;
      Returns:
      Whether the boolVal field is set.
    • getBoolVal

      boolean getBoolVal()
      bool bool_val = 1;
      Returns:
      The boolVal.
    • hasInt64Val

      boolean hasInt64Val()
      int64 int64_val = 2;
      Returns:
      Whether the int64Val field is set.
    • getInt64Val

      long getInt64Val()
      int64 int64_val = 2;
      Returns:
      The int64Val.
    • hasFloatVal

      boolean hasFloatVal()
      double float_val = 3;
      Returns:
      Whether the floatVal field is set.
    • getFloatVal

      double getFloatVal()
      double float_val = 3;
      Returns:
      The floatVal.
    • hasStringVal

      boolean hasStringVal()
      string string_val = 4;
      Returns:
      Whether the stringVal field is set.
    • getStringVal

      String getStringVal()
      string string_val = 4;
      Returns:
      The stringVal.
    • getStringValBytes

      com.google.protobuf.ByteString getStringValBytes()
      string string_val = 4;
      Returns:
      The bytes for stringVal.
    • hasArrayVal

      boolean hasArrayVal()
      .milvus.proto.schema.TemplateArrayValue array_val = 5;
      Returns:
      Whether the arrayVal field is set.
    • getArrayVal

      TemplateArrayValue getArrayVal()
      .milvus.proto.schema.TemplateArrayValue array_val = 5;
      Returns:
      The arrayVal.
    • getArrayValOrBuilder

      TemplateArrayValueOrBuilder getArrayValOrBuilder()
      .milvus.proto.schema.TemplateArrayValue array_val = 5;
    • getValCase

      TemplateValue.ValCase getValCase()