
com.aerospike.vector.client.proto.GcInvalidVerticesRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: index.proto
// Protobuf Java Version: 3.25.1
package com.aerospike.vector.client.proto;
public interface GcInvalidVerticesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.GcInvalidVerticesRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .aerospike.vector.IndexId indexId = 1;
* @return Whether the indexId field is set.
*/
boolean hasIndexId();
/**
* .aerospike.vector.IndexId indexId = 1;
* @return The indexId.
*/
com.aerospike.vector.client.proto.IndexId getIndexId();
/**
* .aerospike.vector.IndexId indexId = 1;
*/
com.aerospike.vector.client.proto.IndexIdOrBuilder getIndexIdOrBuilder();
/**
*
* Vertices identified as invalid before cutoff timestamp (Unix timestamp) are garbage collected.
*
*
* int64 cutoffTimestamp = 2;
* @return The cutoffTimestamp.
*/
long getCutoffTimestamp();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy