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

io.axoniq.axonserver.grpc.SerializedObjectOrBuilder Maven / Gradle / Ivy

There is a newer version: 2024.1.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

package io.axoniq.axonserver.grpc;

public interface SerializedObjectOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.SerializedObject)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The type identifier of the serialized object. 
   * 
* * string type = 1; */ java.lang.String getType(); /** *
   * The type identifier of the serialized object. 
   * 
* * string type = 1; */ com.google.protobuf.ByteString getTypeBytes(); /** *
   * The revision of the serialized form of the given type. 
   * 
* * string revision = 2; */ java.lang.String getRevision(); /** *
   * The revision of the serialized form of the given type. 
   * 
* * string revision = 2; */ com.google.protobuf.ByteString getRevisionBytes(); /** *
   * The actual data representing the object in serialized form. 
   * 
* * bytes data = 3; */ com.google.protobuf.ByteString getData(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy