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

org.polypheny.prism.ProtoBinaryOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: org/polypheny/prism/value.proto

package org.polypheny.prism;

public interface ProtoBinaryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.polypheny.prism.ProtoBinary)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Binary data of arbitrary length.
   * 
* * bytes binary = 1; * @return The binary. */ com.google.protobuf.ByteString getBinary(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy