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

org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMetaOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.8.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: hansken_extraction_plugin/framework/DataMessages.proto

package org.hansken.extraction.plugin.grpc;

public interface RpcRandomAccessDataMetaOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMeta)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string type = 1;
   * @return The type.
   */
  java.lang.String getType();
  /**
   * string type = 1;
   * @return The bytes for type.
   */
  com.google.protobuf.ByteString
      getTypeBytes();

  /**
   * int64 size = 2;
   * @return The size.
   */
  long getSize();

  /**
   * bytes firstBytes = 3;
   * @return The firstBytes.
   */
  com.google.protobuf.ByteString getFirstBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy