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

io.axoniq.platform.MetaDataValueOrBuilder Maven / Gradle / Ivy

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

package io.axoniq.platform;

public interface MetaDataValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.platform.MetaDataValue)
    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();

  /**
   * optional .io.axoniq.platform.SerializedObject bytes_value = 5;
   */
  io.axoniq.platform.SerializedObject getBytesValue();
  /**
   * optional .io.axoniq.platform.SerializedObject bytes_value = 5;
   */
  io.axoniq.platform.SerializedObjectOrBuilder getBytesValueOrBuilder();

  public io.axoniq.platform.MetaDataValue.DataCase getDataCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy