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

com.aerospike.vector.client.proto.IndexStorageOrBuilder Maven / Gradle / Ivy

Go to download

This project includes the Java client for Aerospike Vector Search for high-performance data interactions.

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

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

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

  /**
   * 
   * Optional storage namespace where the index is stored.
   * Defaults to the index namespace.
   * 
* * optional string namespace = 1; * @return Whether the namespace field is set. */ boolean hasNamespace(); /** *
   * Optional storage namespace where the index is stored.
   * Defaults to the index namespace.
   * 
* * optional string namespace = 1; * @return The namespace. */ java.lang.String getNamespace(); /** *
   * Optional storage namespace where the index is stored.
   * Defaults to the index namespace.
   * 
* * optional string namespace = 1; * @return The bytes for namespace. */ com.google.protobuf.ByteString getNamespaceBytes(); /** *
   * Optional storage set where the index is stored.
   * Defaults to the index name.
   * 
* * optional string set = 2; * @return Whether the set field is set. */ boolean hasSet(); /** *
   * Optional storage set where the index is stored.
   * Defaults to the index name.
   * 
* * optional string set = 2; * @return The set. */ java.lang.String getSet(); /** *
   * Optional storage set where the index is stored.
   * Defaults to the index name.
   * 
* * optional string set = 2; * @return The bytes for set. */ com.google.protobuf.ByteString getSetBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy