
com.aerospike.vector.client.proto.ExistsRequestOrBuilder 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.proto;
public interface ExistsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.ExistsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The key for the record check
*
*
* .aerospike.vector.Key key = 1;
* @return Whether the key field is set.
*/
boolean hasKey();
/**
*
* The key for the record check
*
*
* .aerospike.vector.Key key = 1;
* @return The key.
*/
com.aerospike.vector.client.proto.Key getKey();
/**
*
* The key for the record check
*
*
* .aerospike.vector.Key key = 1;
*/
com.aerospike.vector.client.proto.KeyOrBuilder getKeyOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy