
com.aerospike.vector.client.ProjectionSpecOrBuilder 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 ProjectionSpecOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.ProjectionSpec)
com.google.protobuf.MessageOrBuilder {
/**
*
* The fields to include.
*
*
* .aerospike.vector.ProjectionFilter include = 1;
* @return Whether the include field is set.
*/
boolean hasInclude();
/**
*
* The fields to include.
*
*
* .aerospike.vector.ProjectionFilter include = 1;
* @return The include.
*/
com.aerospike.vector.client.ProjectionFilter getInclude();
/**
*
* The fields to include.
*
*
* .aerospike.vector.ProjectionFilter include = 1;
*/
com.aerospike.vector.client.ProjectionFilterOrBuilder getIncludeOrBuilder();
/**
*
* The fields to exclude.
*
*
* .aerospike.vector.ProjectionFilter exclude = 2;
* @return Whether the exclude field is set.
*/
boolean hasExclude();
/**
*
* The fields to exclude.
*
*
* .aerospike.vector.ProjectionFilter exclude = 2;
* @return The exclude.
*/
com.aerospike.vector.client.ProjectionFilter getExclude();
/**
*
* The fields to exclude.
*
*
* .aerospike.vector.ProjectionFilter exclude = 2;
*/
com.aerospike.vector.client.ProjectionFilterOrBuilder getExcludeOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy