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

com.aerospike.vector.client.MapEntryOrBuilder 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 MapEntryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:aerospike.vector.MapEntry)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .aerospike.vector.MapKey key = 1;
   * @return Whether the key field is set.
   */
  boolean hasKey();
  /**
   * .aerospike.vector.MapKey key = 1;
   * @return The key.
   */
  com.aerospike.vector.client.MapKey getKey();
  /**
   * .aerospike.vector.MapKey key = 1;
   */
  com.aerospike.vector.client.MapKeyOrBuilder getKeyOrBuilder();

  /**
   * .aerospike.vector.Value value = 2;
   * @return Whether the value field is set.
   */
  boolean hasValue();
  /**
   * .aerospike.vector.Value value = 2;
   * @return The value.
   */
  com.aerospike.vector.client.Value getValue();
  /**
   * .aerospike.vector.Value value = 2;
   */
  com.aerospike.vector.client.ValueOrBuilder getValueOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy