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

com.aerospike.vector.client.proto.ListUsersResponseOrBuilder 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: user-admin.proto

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

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

  /**
   * 
   * List of users.
   * 
* * repeated .aerospike.vector.User users = 1; */ java.util.List getUsersList(); /** *
   * List of users.
   * 
* * repeated .aerospike.vector.User users = 1; */ com.aerospike.vector.client.proto.User getUsers(int index); /** *
   * List of users.
   * 
* * repeated .aerospike.vector.User users = 1; */ int getUsersCount(); /** *
   * List of users.
   * 
* * repeated .aerospike.vector.User users = 1; */ java.util.List getUsersOrBuilderList(); /** *
   * List of users.
   * 
* * repeated .aerospike.vector.User users = 1; */ com.aerospike.vector.client.proto.UserOrBuilder getUsersOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy