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

grpc.vectorindex._MetadataOrBuilder 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 _MetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:vectorindex._Metadata)
    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();

  /**
   * int64 integer_value = 3;
   * @return Whether the integerValue field is set.
   */
  boolean hasIntegerValue();
  /**
   * int64 integer_value = 3;
   * @return The integerValue.
   */
  long getIntegerValue();

  /**
   * double double_value = 4;
   * @return Whether the doubleValue field is set.
   */
  boolean hasDoubleValue();
  /**
   * double double_value = 4;
   * @return The doubleValue.
   */
  double getDoubleValue();

  /**
   * bool boolean_value = 5;
   * @return Whether the booleanValue field is set.
   */
  boolean hasBooleanValue();
  /**
   * bool boolean_value = 5;
   * @return The booleanValue.
   */
  boolean getBooleanValue();

  /**
   * .vectorindex._Metadata._ListOfStrings list_of_strings_value = 6;
   * @return Whether the listOfStringsValue field is set.
   */
  boolean hasListOfStringsValue();
  /**
   * .vectorindex._Metadata._ListOfStrings list_of_strings_value = 6;
   * @return The listOfStringsValue.
   */
  grpc.vectorindex._Metadata._ListOfStrings getListOfStringsValue();
  /**
   * .vectorindex._Metadata._ListOfStrings list_of_strings_value = 6;
   */
  grpc.vectorindex._Metadata._ListOfStringsOrBuilder getListOfStringsValueOrBuilder();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy