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

io.axoniq.platform.SerializedObjectOrBuilder 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 SerializedObjectOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.platform.SerializedObject)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string type = 1;
   */
  java.lang.String getType();
  /**
   * optional string type = 1;
   */
  com.google.protobuf.ByteString
      getTypeBytes();

  /**
   * optional string revision = 2;
   */
  java.lang.String getRevision();
  /**
   * optional string revision = 2;
   */
  com.google.protobuf.ByteString
      getRevisionBytes();

  /**
   * optional bytes data = 3;
   */
  com.google.protobuf.ByteString getData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy