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

com.aerospike.vector.client.proto.GetRequestOrBuilder 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: transact.proto

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

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

  /**
   * 
   * The key for the record to insert/update
   * 
* * .aerospike.vector.Key key = 1; * @return Whether the key field is set. */ boolean hasKey(); /** *
   * The key for the record to insert/update
   * 
* * .aerospike.vector.Key key = 1; * @return The key. */ com.aerospike.vector.client.proto.Key getKey(); /** *
   * The key for the record to insert/update
   * 
* * .aerospike.vector.Key key = 1; */ com.aerospike.vector.client.proto.KeyOrBuilder getKeyOrBuilder(); /** *
   * The field selector.
   * 
* * .aerospike.vector.ProjectionSpec projection = 2; * @return Whether the projection field is set. */ boolean hasProjection(); /** *
   * The field selector.
   * 
* * .aerospike.vector.ProjectionSpec projection = 2; * @return The projection. */ com.aerospike.vector.client.proto.ProjectionSpec getProjection(); /** *
   * The field selector.
   * 
* * .aerospike.vector.ProjectionSpec projection = 2; */ com.aerospike.vector.client.proto.ProjectionSpecOrBuilder getProjectionOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy