org.hansken.extraction.plugin.grpc.RpcRandomAccessDataMetaOrBuilder Maven / Gradle / Ivy
// 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