
com.aerospike.vector.client.GetRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: transact.proto
// Protobuf Java Version: 3.25.1
package com.aerospike.vector.client;
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.Key getKey();
/**
*
* The key for the record to insert/update
*
*
* .aerospike.vector.Key key = 1;
*/
com.aerospike.vector.client.KeyOrBuilder getKeyOrBuilder();
/**
*
* The field selector.
*
*
* .aerospike.vector.ProjectionSpec projectionSpec = 2;
* @return Whether the projectionSpec field is set.
*/
boolean hasProjectionSpec();
/**
*
* The field selector.
*
*
* .aerospike.vector.ProjectionSpec projectionSpec = 2;
* @return The projectionSpec.
*/
com.aerospike.vector.client.ProjectionSpec getProjectionSpec();
/**
*
* The field selector.
*
*
* .aerospike.vector.ProjectionSpec projectionSpec = 2;
*/
com.aerospike.vector.client.ProjectionSpecOrBuilder getProjectionSpecOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy