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

com.aerospike.vector.client.AerospikeRecordMetadataOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: types.proto

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

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

  /**
   * 
   * Record modification count.
   * 
* * uint32 generation = 1; * @return The generation. */ int getGeneration(); /** *
   * Date record will expire, in seconds from Jan 01 2010 00:00:00 GMT.
   * 
* * uint32 expiration = 2; * @return The expiration. */ int getExpiration(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy