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

io.axoniq.axondb.QueryValueOrBuilder Maven / Gradle / Ivy

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

package io.axoniq.axondb;

public interface QueryValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.axondb.QueryValue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string text_value = 1;
   */
  java.lang.String getTextValue();
  /**
   * optional string text_value = 1;
   */
  com.google.protobuf.ByteString
      getTextValueBytes();

  /**
   * optional sint64 number_value = 2;
   */
  long getNumberValue();

  /**
   * optional bool boolean_value = 3;
   */
  boolean getBooleanValue();

  /**
   * optional double double_value = 4;
   */
  double getDoubleValue();

  public io.axoniq.axondb.QueryValue.DataCase getDataCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy