All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grpc.vectorindex._ListContainsExpressionOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.119.5
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: vectorindex.proto

package grpc.vectorindex;

public interface _ListContainsExpressionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:vectorindex._ListContainsExpression)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string field = 1;
   * @return The field.
   */
  java.lang.String getField();
  /**
   * string field = 1;
   * @return The bytes for field.
   */
  com.google.protobuf.ByteString
      getFieldBytes();

  /**
   * string string_value = 2;
   * @return Whether the stringValue field is set.
   */
  boolean hasStringValue();
  /**
   * string string_value = 2;
   * @return The stringValue.
   */
  java.lang.String getStringValue();
  /**
   * string string_value = 2;
   * @return The bytes for stringValue.
   */
  com.google.protobuf.ByteString
      getStringValueBytes();

  grpc.vectorindex._ListContainsExpression.ValueCase getValueCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy