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

com.aerospike.vector.client.proto.FieldOrBuilder Maven / Gradle / Ivy

Go to download

This project includes the Java client for Aerospike Vector Search for high-performance data interactions.

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: types.proto

// Protobuf Java Version: 3.25.1
package com.aerospike.vector.client.proto;

public interface FieldOrBuilder extends
    // @@protoc_insertion_point(interface_extends:aerospike.vector.Field)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * .aerospike.vector.Value value = 2;
   * @return Whether the value field is set.
   */
  boolean hasValue();
  /**
   * .aerospike.vector.Value value = 2;
   * @return The value.
   */
  com.aerospike.vector.client.proto.Value getValue();
  /**
   * .aerospike.vector.Value value = 2;
   */
  com.aerospike.vector.client.proto.ValueOrBuilder getValueOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy