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

com.aerospike.vector.client.proto.AuthResponseOrBuilder 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: auth.proto

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

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

  /**
   * string token = 1;
   * @return The token.
   */
  java.lang.String getToken();
  /**
   * string token = 1;
   * @return The bytes for token.
   */
  com.google.protobuf.ByteString
      getTokenBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy